

::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: #fff;
	font-weight: 300;
	color: #272F2F;
	font-size: 18px;
}

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

.form-label {
	display: block;
	margin: 16px 0 0 0;
	font-weight: 700;
}
.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: auto;
	margin: 8px 0;
	line-height: 30px;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #d2d5d5;
	font-weight: normal;
	color: #272F2F;
	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: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 10px);
	background-position-y: 15px;
}

.button1,
.button2,
.button3,
.button4,
.button5 {
	position: relative;
	outline: none;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 4px;
	padding: 8px 42px 10px 22px;
	border-radius: 30px;
	border: 2px solid #1A7D7F;
	background-color: #1A7D7F;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #fff !important;
	text-decoration: none !important;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button2 {
	background-color: transparent;
	color: #272F2F !important;
	border-color: #1A7D7F;
}
.button3 {
	border-color: #fff;
}
.button4 {
	background-color: #DBEFEF;
	border-color: #DBEFEF;
	color: #111 !important;
}
.button5 {
	background-color: #D1D634;
	border-color: #D1D634;
	color: #111 !important;
}
.button1:after,
.button2:after,
.button3:after,
.button4:after,
.button5:after {
	position: absolute;
	right: 20px;
	top: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 14px !important;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	transition: all 300ms ease;
}
.button4:after {
	color: #1A7D7F;
}
.button1:hover:after,
.button2:hover:after,
.button3:hover:after,
.button4:hover:after,
.button5:hover:after {
	right: 15px;
}
.button--noArrow {
	padding-right: 22px;
}
.button--noArrow:after {
	display: none;
}
.button1 i,
.button2 i,
.button3 i,
.button4 i,
.button5 i {
	transition: all 300ms ease;
}
.button1:hover i:not(.noHover),
.button2:hover i:not(.noHover),
.button3:hover i:not(.noHover),
.button4:hover i:not(.noHover),
.button5:hover i:not(.noHover) {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.button--menu {
	display: none;
}


.button-arrow {
	position: relative;
	outline: none;
	display: inline-block;
	padding-right: 42px;
	width: auto;
	height: auto;
	text-decoration: none !important;
	transition: all 300ms ease;
}
.button-arrow:after {
	position: absolute;
	right: 20px;
	top: 1px;
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	font-size: 14px !important;
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	transition: all 300ms ease;
}
.button-arrow:hover:after {
	right: 15px;
}



.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 24px;
}
.toggle-switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle-switch-input:checked + .toggle-switch-slider {
	background: #D1D634;
}
.toggle-switch-input:checked + .toggle-switch-slider:before {
	transform: translateX(26px);
}
.toggle-switch-slider {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    border-radius: 18px;
    transition: 300ms;
}
.toggle-switch-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    background: #fff;
    transition: 300ms;
}



.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-anchor {
	position: absolute;
	margin-top: -120px;
}

.u-text-dark {
	color: #272F2F !important;
}
.u-text-primary {
	color: #1A7D7F !important;
}
.u-text-large {
	font-size: 24px;
}
.u-text-small {
	font-size: 16px;
}

.font-weight-light {
	font-weight: 300 !important;
}

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

.mt-n5 {
	margin-top: -30px !important;
}

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

.overflow-hidden {
	overflow: hidden !important;
}

.rounded {
	border-radius: 25px !important;
}



.site-container {
	overflow: hidden;
}

.main-container {
	min-height: 500px;
}

.light-bg {
	background: #E8F3F3;
}




.header {
	position: fixed;
	height: 160px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background: transparent;
	transition: all 300ms ease;
}
.header.is-absolute {
	position: absolute;
}
.header-placeholder {
	height: calc(100px + 4.2vw);
}

.header-logo {
	display: block;
	width: auto;
	height: 70px;
	padding: 0;
	margin-top: 50px;
	float: left;
	transition: all 300ms ease;
}
.header-logo img {
	display: block;
	width: auto;
	height: 60px;
	transition: all 300ms ease;
}

.header-top {
	text-align: right;
	margin-top: 8px;
}
.header-nav {
	display: block;
	float: right;
	width: auto;
	height: auto;
	position: relative;
}
.header-nav-close {
	display: none;
	position: absolute;
	z-index: 10;
	top: 25px;
	right: 20px;
	font-size: 32px;
	color: #1A7D7F !important;
}
.header-nav-icon {
	width: 24px;
	text-align: center;
	margin-left: -5px;
}
.header-nav > ul {
	width: auto;
	height: auto;
	margin: 5px 0 0 0;
	padding: 0;
	transition: all 300ms ease;
}
.header-nav > ul > li {
	width: auto;
	height: auto;
	float: left;
	height: 80px;
	list-style: none;
	position: relative;
}
.header-nav > ul > li > a {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: auto;
	height: 40px;
	margin: 0px 1px;
	padding: 0 12.5px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #222 !important;
	cursor: default;
	transition-property: all,background-color;
    transition-duration: .35s,.2s;
    transition-delay: 0s,.3s;
	text-decoration: none;
	transition: all 300ms ease;
}
.header-nav > ul > li > a[href] {
	cursor: pointer;
}
.header-nav > ul > li.active > a,
.header-nav > ul > li > a[href]:hover {
	background-color: #D1D634;
	transition-property: all,background-color;
    transition-duration: .35s,.2s;
    transition-delay: 0s,.3s;
}
.header-nav > ul > li.active > a {
	font-weight: 800;
}
.header-nav > ul > li.main {
	position: absolute;
	top: 12px;
	right: 0;
}
.header-nav > ul > li.main--spacing {
	right: 114px;
}
.header-nav > ul > li.main > a {
	color: #fff !important;
	background-color: #1A7D7F;
}
.header-nav > ul > li.main span {
	padding-left: 10px;
}



.header-nav > ul > li > a:before {
    content: "";
    display: inline-block;
    border-radius: 50px;
    width: 44px;
    background-color: #D1D634;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transition: all .35s;
    transform: translateX(-50%);
}
.header-nav > ul > li > a[href]:hover:before {
    opacity: 1;
    width: 102%;
}


.header-nav > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 205;
	background: #1A7D7F;
	width: 298px;
	height: auto;
	left: auto;
	top: 46px;
	border-radius: 20px;
	margin: 0;
	padding: 10px 0;
	transition: all 300ms ease;
}
.header-nav > ul > li:hover > ul {
	display: block;
}
.header-nav > ul > li > ul > li {
	display: block;
}
.header-nav > ul > li > ul > li > a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 5px 20px;
}
.header-nav > ul > li > ul > li.active > a {
	font-weight: bold;
}



.header--fixed:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 100px;
	height: 4.2vw;
	z-index: 200;
	background-image: url('../img/bg.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.header--scrolling,
.header--fixed {
	height: 100px;
	background: #DBEFEF;
}
.header--scrolling {
	background: #CFEAEA;
}
.header--fixed.header--scrolling:after {
	display: none;
}

.header--fixed .header-logo,
.header--scrolling .header-logo {
	margin-top: 20px;
}
.header--fixed .header-logo > img,
.header--scrolling .header-logo > img {
	height: 40px;
}
.header--fixed .header-top,
.header--scrolling .header-top {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
}
.header--fixed .header-top .button1,
.header--scrolling .header-top .button1,
.header--fixed .header-top .button2,
.header--scrolling .header-top .button2 {
	padding-left: 0;
	padding-right: 0;
	width: 46px;
	text-align: center;
}
.header--fixed .header-top .button1 > i,
.header--scrolling .header-top .button1 > i,
.header--fixed .header-top .button2 > i,
.header--scrolling .header-top .button2 > i {
	margin-right: 0 !important;
}
.header--fixed .header-top .button1 > span,
.header--scrolling .header-top .button1 > span,
.header--fixed .header-top .button2 > span,
.header--scrolling .header-top .button2 > span {
	display: none;
}
.header--fixed .header-nav > ul,
.header--scrolling .header-nav > ul {
	margin-top: 30px;
	float: right;
	display: inline-block;
}
.header--fixed .header-nav > ul > li > ul {
	top: 46px;
}
.header--scrolling .header-nav > ul > li > ul {
	top: 78px;
}

@media (min-width: 1200px)
{
	.header--scrolling .header-nav > ul > li.main span {
		display: block;
		width: 0;
		overflow: hidden;
		font-size: 1px;
		padding-left: 0;
	}
}





.page-header {
	position: relative;
	width: 100%;
	height: 400px;
	background: #DBEFEF;
	padding-top: 185px;
	margin-bottom: 4.2vw;
}
.page-header--large {
	height: 540px;
}
.page-header:after {
	content: '';
	position: absolute;
	bottom: -4.2vw;
	height: 4.2vw;
	left: 0;
	right: 0;
	z-index: 4;
	background-image: url('../img/bg.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.page-header-image {
	position: relative;
	z-index: 6;
	height: 300px;
	border-radius: 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.page-header-image--withOverlay:before {
	content: '';
	position: absolute;
	z-index: 7;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 25px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-header-image:after {
	position: absolute;
	z-index: 4;
	right: -198px;
	top: -85px;
	width: 390px;
	height: 463px;
	content: '';
	background-image: url('../img/vier.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	mix-blend-mode: multiply;
	opacity: 0.6;
}
.page-header-image-description {
	position: absolute;
	z-index: 8;
	bottom: 30px;
	left: 40px;
	color: #fff;
}
.page-header-image-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin-right: 18px;
	vertical-align: middle;
	border-radius: 100%;
	text-align: center;
	line-height: 80px !important;
	background: #1A7D7F;
}





.page {
	position: relative;
	padding: 80px 0;
	background: #fff;
}
.page--smallSpacing {
	padding: 30px 0;
}
.page--odd {
	background: #E8F3F3;
	padding-bottom: 40px;
	margin-bottom: 4.2vw;
}
.page--odd:after {
	content: '';
	position: absolute;
	bottom: -4.2vw;
	height: 4.2vw;
	left: 0;
	right: 0;
	z-index: 4;
	background-image: url('../img/bg-light.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}


.icon-container {
	position: relative;
}
.icon-container .icon {
	position: absolute;
	width: 25px;
	text-align: center;
}
.icon-container .label {
	padding-left: 35px;
}



.page-image {
	display: block;
	position: relative;
	height: 400px;
	border-radius: 20px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



.index-image {
	display: block;
	position: relative;
	height: 240px;
	border-radius: 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-image-icon {
	position: absolute;
	right: 30px;
	bottom: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	background: #F17129;
}
.index-image-icon i {
	font-size: 24px;
	color: #fff;
	vertical-align: middle;
}




.card-slider {
	margin: 0 -20px 0 -20px;
	position: relative;
}
.card-slider--margin {
}
.card-slider--margin:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: 1100px;
	z-index: 100;
	background-color: #fff;
}
.card-slider--margin:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1114px;
	width: 1000px;
	z-index: 100;
	background-color: #fff;
	opacity: 0.7;
}
.card-slider .slick-list {
	overflow: inherit !important;
}
.card-slider .slick-track {
	margin-left: 0;
}
.card-slider-item {
	margin: 0 20px;
}
.card-slider-item--partner {
	height: 70px !important;
	margin-top: 20px;
}
.card-slider-item .partner-image {
	display: block;
	position: relative;
	max-width: 90%;
	max-height: 70px !important;
	margin-left: auto;
	margin-right: auto;
}






.slick-arrow {
	position: absolute;
	top: -90px;
	z-index: 99;
	display: block;
	width: 60px;
	height: 60px;
	background: transparent;
	line-height: 56px;
	text-align: center;
	border: 2px solid #272F2F;
	color: #272F2F;
	font-size: 24px;
	border-radius: 100%;
	outline: none;
	cursor: pointer;
	transition: all 300ms ease;
}
.slick-arrow:hover {
	background: #272F2F;
	color: #fff;
}
.slick-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.slick-prev {
	right: 96px;
}
.slick-next {
	right: 20px;
}



.testimonial-slider {
	
}
.testimonial-slider-item {
	position: relative;
	min-height: 500px;
}
.testimonial-slider-item-image {
	width: 720px;
	height: 500px;
	border-radius: 25px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.testimonial-slider-item-content {
	position: absolute;
	z-index: 4;
	right: 0;
	top: 40px;
}
.testimonial-slider-item-card {
	display: block;
	width: 450px;
	margin-left: auto;
	background: #fff;
	border-radius: 20px;
	padding: 20px 25px;
}
.testimonial-slider-item-card--first {
	margin-right: 50px;
}
.testimonial-slider-item-card--second {
	margin-top: 20px;
}
.testimonial-slider .slick-prev {
	right: 76px;
}
.testimonial-slider .slick-next {
	right: 0px;
}




.map {
	height: 460px;
	background: #a9b2c6;
	border-radius: 25px;
}
.map--small {
	height: 260px;
}

.map--floating {
	position: relative;
	z-index: 100;
	margin-bottom: -160px;
}

.map-spacer {
	margin-bottom: 80px !important;
}


.card {
	background: #1A7D7F;
	color: #fff;
	border-radius: 40px;
	border: none;
}
.card--white {
	background: #fff;
	color: #272F2F;
}
.card--floating {
	position: relative;
	z-index: 100;
	margin-top: 80px;
	margin-bottom: -160px;
}
.card-section {
	padding: 40px 60px;
}
.card-section--smallSpacing {
	padding: 30px 40px;
}





.download-item {
    position: relative;
    display: block;
    color: #333 !important;
    font-weight: 400 !important;
    line-height: 24px;
    min-height: 40px;
}
.download-item-icon {
    position: absolute;
    width: 40px;
    height: 40px;
}
.download-item-icon i {
    font-size: 40px;
}
.download-item-content {
    padding-left: 50px;
    padding-top: 12px;
}
.download-item:before {
    display: none;
}







.footer {
	padding: calc(60px + 4.2vw) 0 60px 0;
	background: #DBEFEF;
	position: relative;
}
.footer:after {
	content: '';
	position: absolute;
	top: 0;
	height: 4.2vw;
	left: 0;
	right: 0;
	z-index: 4;
	background-image: url('../img/bg-white.svg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.footer-socials {
	
}
.footer-socials > a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: #fff;
	border-radius: 100%;
	line-height: 30px;
	text-align: center;
}
.footer-socials > a > i {
	color: #1A7D7F;
	font-size: 16px;
	font-weight: 400 !important;
}




.text-box {
	font-size: 18px;
	line-height: 30px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 800;
	font-size: 18px;
	color: #272F2F;
	margin: 0px;
	padding: 6px 0;
	line-height: 1em;
}
.text-box h1,
.text-box h2 {
	font-size: 36px;
}
.text-box h3 {
	font-size: 32px;
}
.text-box h4 {
	font-size: 26px;
}
.text-box h5 {
	padding-bottom: 0;
	font-size: 20px;
}
.text-box h6 {
	padding-bottom: 0;
}
.text-box a {
	color: #1A7D7F;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box p {
	margin: 0;
	padding: 8px 0;
}
.text-box ul, .text-box ol {
    padding: 0;
	margin-left: 30px;
}
.text-box ul li {
	list-style: disc;
}
.text-box ul li::marker {
	color: #1A7D7F;
}
.text-box ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !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;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
	color: #fff !important;
}
.text-white a {
	color: #D1D634;
}



.infowindow {
	color: #272F2F !important;
}
.infowindow h5 {
	color: #272F2F !important;
}



