

::selection {
	background: #95b1e7; /* Safari */
	}
::-moz-selection {
	background: #95b1e7; /* Firefox */
}


html, body {
	height: 100%;
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #FAFCFD;
	font-weight: normal;
	color: #272D30;
	font-size: 18px;
}

.wrapper {
	width: 1000px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}

.form-label {
	display: block;
	margin-top: 18px;
	font-weight: 700;
}
.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 8px 0;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	font-weight: normal;
	color: #222;
	font-size: 18px;
	outline: none;
	-webkit-appearance:none;
	transition: all 300ms ease;
}
.form-input--error {
	border: 2px solid rgba(196,57,65, 0.8);
}
textarea.form-input {
	height: auto;
	resize: none;
}
select.form-input {
	-webkit-appearance: listbox;
}

.button1,
.button2,
.button3 {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px 0;
	padding: 12px 35px;
	text-shadow: none;
	border-radius: 30px;
	border: 2px solid #000;
	background-color: #000;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-decoration: none !important;
	line-height: 1em;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button2 {
	background: transparent;
	border-color: #fff;
}
.button--menu {
	float: right;
	margin-top: 17px;
	margin-left: 20px;
	padding-left: 12px;
	padding-right: 12px;
}
.button1:hover,
.button2:hover,
.button3:hover {
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
}


.bg-twitter {
	background-color: #1da1f2;
}
.bg-facebook {
	background-color: #3b5998;
}
.bg-linkedin {
	background-color: #0077b5;
}
.bg-whatsapp {
	background-color: #128c7e;
}

.u-zoomOnHover {
	transition: all 300ms ease;
}
.u-zoomOnHover:hover {
	transform: scale(1.1);
}

.u-text-bolder {
	font-weight: 700 !important;
}

.u-anchor {
	position: absolute;
	margin-top: -100px;
}

.u-vAlignMiddle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-black {
	color: #000 !important;
}

.u-text-dark {
	color: #272D30 !important;
}

.u-truncate--5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
}
.u-truncate--10 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;  
}


.row--largeGutter {
	margin-left: -25px;
	margin-right: -25px;
}
.row--largeGutter > .col,
.row--largeGutter > .col-12 {
	padding-left: 25px;
	padding-right: 25px;
}




.site-container {
	overflow: hidden;
}


.header {
	position: fixed;
	height: auto;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	transition: all 300ms ease;
	background: transparent;
}
.header-bg {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	height: 46vw;
	background-image: url('../img/header-bg.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	opacity: 1;
	transition: all 300ms ease;
}
.header-placeholder {
	height: 80px;
}

.header-wrapper {
	position: relative;
	z-index: 10;
}
.header-logo {
	display: block;
	width: auto;
	height: auto;
	padding: 0;
	margin: 20px 0 0 0;
	float: left;
	transition: all 300ms ease;
}
.header-logo img {
	display: block;
	width: auto;
	height: 130px;
	transition: all 300ms ease;
}
.header-logo img.small {
	display: none;
}
.header-nav {
	display: block;
	float: right;
	width: auto;
	height: auto;
	margin-top: 0;
}
.header-nav-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
	background-color: #65B8F0;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	color: #272D30;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 50px 0 0 0;
	padding: 0;
	transition: all 300ms ease;
}
.header-nav ul li {
	width: auto;
	height: auto;
	float: left;
	list-style: none;
}
.header-nav ul li a {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0 14px;
	padding: 0 6px;
	line-height: 40px;
	overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	color: #272D30;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav ul li a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 0;
	background-color: #272D30;
	height: 4px;
	border-radius: 2px;
	opacity: 0;
	transition: all 300ms ease;
}
.header-nav ul li.active a:after,
.header-nav ul li a:hover:after {
	opacity: 1;
}

.language-picker {
	float: right;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 26px;
	margin-left: 20px;
	transition: all 300ms ease;
}
.language-picker img {
	width: 100%;
}



.header--scrolling {
	position: fixed;
	z-index: 20;
	height: 80px;
	background-color: #C6CED3;
}
.header--scrolling + .header-bg {
}
.header--scrolling .header-logo {
	margin-top: 15px;
}
.header--scrolling .header-logo > img {
	height: 50px;
}
.header--scrolling .header-logo > img.small {
	display: block;
}
.header--scrolling .header-logo > img.large {
	display: none;
}
.header--scrolling .header-nav ul {
	margin-top: 20px;
}
.header--scrolling .language-picker {
	margin-top: 26px;
}




.page-header-slider {
	position: absolute !important;
	width: 100%;
	height: calc(46vw - 70px);
	top: 70px;
	left: 0;
	z-index: 1;
}
.page-header-video {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	object-fit: cover;
	left: 0;
	right: 0;
	z-index: 4;
}
.page-header-slider-item {
	width: 100%;
	height: 46vw !important;
	overflow: hidden;
	z-index: 5;
}
.page-header-slider-item-image {
	width: 100%;
	height: 100%;
	background-color: rgba(16,77,113,0.4);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-blend-mode: multiply;
}
.page-header-slider-item.slick-slide > .page-header-slider-item-image {
	transition: transform 5000ms ease;
	overflow: hidden;
}
.page-header-slider-item.slick-activeSlide > .page-header-slider-item-image {
	transform: scale(1.1);
}
.page-header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 46vw;
	z-index: 10;
}
.page-header-subtitle {
	font-size: 20px;
}

.page-header-partners {
	position: absolute;
	top: calc(30vw + 50px);
	left: 0;
	right: 0;
	z-index: 11;
}
.page-header-partners .withOffset {
	margin-left: 120px;
	margin-right: -120px;
}
.page-header-partners img {
	max-width: 100%;
	max-height: 70px;
}



.page-container {
	position: relative;
	z-index: 15;
	min-height: 550px;
}
.page {
	background: #FAFCFD;
	padding-bottom: 100px;
	position: relative;
}
.page--1,
.page--3,
.page--5,
.page--7,
.page--9 {
	background-color: #e6ecef;
}
.page--blue {
	background-color: #104D71;
}
.page-header-wrapper + .page-container > .page--0,
.page-header-partners + .page-container > .page--0 {
	margin-top: 46vw;
}
.page-header-wrapper + .page-container > .page--0:before,
.page-header-partners + .page-container > .page--0:before {
	content: '';
	position: absolute;
	top: -6vw;
	left: 0;
	right: 0;
	height: 6vw;
	background-image: url('../img/page-seperator-header.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.page:before {
	content: '';
	position: absolute;
	top: -2vw;
	left: 0;
	right: 0;
	height: 2vw;
	background-image: url('../img/page-seperator-light.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.page--2:before,
.page--4:before,
.page--6:before,
.page--8:before,
.page--10:before {
	background-image: url('../img/page-seperator-white.svg') !important;
}

.page--blue:before {
	background-image: url('../img/page-seperator-blue.svg') !important;
}
.page--blue.page--2:before,
.page--blue.page--4:before,
.page--blue.page--6:before,
.page--blue.page--8:before,
.page--blue.page--10:before {
	background-image: url('../img/page-seperator-blue-mirrored.svg') !important;
}

.page--coveredImage {
	background-color: rgba(16,77,113, 0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-blend-mode: multiply;
	min-height: 40vw;
}
.page--coveredImage:before {
	top: -0.1vw;
	height: 3vw;
	background-image: url('../img/page-seperator-white-upside.svg') !important;
}
.page--coveredImage.page--2:before,
.page--coveredImage.page--4:before,
.page--coveredImage.page--6:before,
.page--coveredImage.page--8:before,
.page--coveredImage.page--10:before {
	background-image: url('../img/page-seperator-light-upside.svg') !important;
}


.page-cover-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.page-cover-text {
	width: 300px;
	max-width: 100%;
	margin-left: auto;
}




.page[data-inviewport="slide-in"] .page-inner {
	opacity: 0;
	transition: all 2000ms ease;
}
.page[data-inviewport="slide-in"]:not(.page-section--first).is-in-viewport .page-inner { 
	opacity: 1;
}



.card {
	display: block;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none !important;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.card-image {
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.card-image-inside {
	padding: 20px 10% 0 10%;
	max-width: 80%;
	max-height: 140px;
}
.card-content {
	padding: 15px 20px;
	font-size: 16px;
	color: #272D30;
	font-weight: 400;
	line-height: 25px;
}



.grid {
	margin-right: -4.33%;
}
.grid-item {
	width: 29%;
    float: left;
    margin-right: 4.33%;
    margin-bottom: 20px;
}






.page-icon {
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 40px;
}

.page-image {
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.page-video {
	width: 100%;
	height: 320px;
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}


.slick-arrow {
	position: absolute;
	top: 80px;
	z-index: 8;
	background: transparent;
	border: none;
	color: #fff;
	font-size: 30px;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}
.slick-disabled {
	opacity: 0.3;
	cursor: not-allowed;
}



.slick-dots {
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	background-color: #E6ECEF;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 5px;
	padding: 0 !important;
	cursor: pointer;
}
.slick-dots li:before {
	display: none !important;
}
.slick-dots li.slick-active {
	background-color: #65B8F0;
}
.slick-dots li button {
	display: none;
}






.case-slider {
}
.case-slider-item {
	display: block;
	border-radius: 20px;
	height: 433px !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}




.team-slider {
	
}
.team-slider-item {
	text-align: center;
	color: #fff;
}
.team-slider-item-image {
	position: relative;
	margin: 0 auto;
	width: 160px;
	height: 160px;
	border-radius: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.team-slider-item-linkedin {
	display: block;
	position: absolute;
	right: 0;
	bottom: 20px;
	width: 30px;
	height: 30px;
	background-color: #65B8F0;
	border-radius: 100%;
	color: #fff !important;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.team-slider-item p {
	font-size: 16px;
}





.partner-slider {
	
}
.partner-slider .slick-arrow {
	color: #65B8F0;
	top: 50px;
}
.partner-slider-item {
	text-align: center;
	color: #fff;
}
.partner-slider-item > a {
	display: block;
	height: 100px;
}
.partner-slider-item-image {
	position: relative;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 160px !important;
	max-height: 80px !important;
}





.text-box {
	font-size: 18px;
	line-height: 28px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 'Roboto Condensed';
	font-weight: 900;
	font-size: 20px;
	color: #000;
	margin: 0px;
	padding: 6px 0;
}
.text-box h1,
.text-box h2 {
	font-size: 36px;
}
.text-box h3 {
	font-size: 30px;
}
.text-box h4 {
	font-size: 27px;
}
.text-box h5 {
	font-size: 24px;
}
.text-box a {
	color: #65B8F0;
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul {
	padding: 0;
	margin: 0;
}
.text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: none;
	position: relative;
	padding-left: 20px;
}
.text-box ul li:before {
  content: "\2022";
  position: relative;
  color: #65B8F0;
  font-weight: bold;
  display: inline-block;
  font-size: 28px;
  margin-left: -18px;
  width: 18px;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box img.small-image {
	max-width: 50% !important;
	max-height: 150px !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: auto;
	height: 1px;
	border: 0;
	background-color: rgba(0,0,0,0.1);
	padding: 0;
	margin: 20px 0;
}
.text-box sup {
	vertical-align: super;
    font-size: smaller;
}
.text-box sub {
	vertical-align: sub;
    font-size: smaller;
}





.footer {
	z-index: 16;
	position: relative;
	background: #C6CED3;
	font-size: 16px;
}
.footer:before {
	content: '';
	position: absolute;
	top: -2vw;
	left: 0;
	right: 0;
	height: 2.78vw;
	background-image: url('../img/page-seperator-footer.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}
.footer-logo {
	max-width: 200px !important;
}
.footer a {
	color: #272D30 !important;
	font-weight: 600;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer-nav ul {
	margin: 0;
}
.footer-nav ul li:before {
	top: -1px;
	display: none;
}

.footer-socials a {
	display: inline-block;
	font-size: 20px;
	margin-top: 8px;
	margin-right: 8px;
}



.icon-container {
	width: 24px;
	height: 24px;
	background-color: #65B8F0;
	border-radius: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}




.testimonial-slider {
	
}
.testimonial-slider-item {
	text-align: center;
	color: #fff;
}
.testimonial-slider-item img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
}
.testimonial-slider-item-image-container {
	margin: 0 auto;
	display: inline-block;
	width: auto;
	height: 100px;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}
.testimonial-slider-item-image-container img {
	width: auto;
	height: 60px !important;
}
.testimonial-slider-item p {
	font-style: italic;
	line-height: 30px;
}

