

::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: #2D3C51;
	font-size: 17px;
}

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

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	margin: 8px 0;
	padding: 6px 10px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #222;
	font-size: 15px;
	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;
}

.button {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	min-width: 60px;
	margin: 4px;
	padding: 12px 48px 12px 28px;
	text-align: center;
	border-radius: 35px;
	line-height: 28px !important;
	background: linear-gradient(99deg, #06C191 50%, #06D6A0 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 500ms ease;
}
.button--menu {
	float: right;
	margin-top: 20px;
}
.button--dark {
	background: linear-gradient(99deg, #202A39 50%, #2D3C51 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
}
.button--noArrow {
	padding-right: 28px;
}
.button:hover {
	background-position: left bottom;
}
.button:after {
	content: '';
	position: absolute;
	right: 24px;
	top: 16px;
	display: block;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	font-size: 16px;
	transition: all 300ms ease;
}
.button:hover:after {
	right: 16px;
}
.button--noArrow:after {
	display: none;
}


.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: #F2263F;
}
.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-visible-on-focus {
    left: -1000px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: -1000px;
    z-index: 1000;
}
.u-visible-on-focus:active,
.u-visible-on-focus:focus,
.u-visible-on-focus:hover {
    left: 20px;
    overflow: visible;
    top: 20px;
}

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

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

.row--xlGutter {
	margin-left: -40px;
	margin-right: -40px;
}
.row--xlGutter .col,
.row--xlGutter .col-12 {
	padding-left: 40px;
	padding-right: 40px;
}

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

.u-proxima {
	font-family: 'proxima-nova';
}

.u-text-small {
	font-size: 16px !important;
	line-height: 24px !important;
}
.u-text-large {
	font-size: 20px !important;
}



.site-container {
	width: 100%;
	overflow: hidden;
}




.header {
	position: fixed;
	height: 140px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 300ms ease;
}
.header-placeholder {
	height: 90px;
}

.header-logo {
	display: block;
	width: auto;
	height: 140px;
	padding: 0;
	float: left;
	transition: all 300ms ease;
}
.header-logo img {
	display: block;
	width: auto;
	height: 60px;
	transition: all 300ms ease;
}
.header-nav {
	display: block;
	float: right;
	width: auto;
	height: auto;
}
.header-nav-close {
	position: absolute;
	z-index: 6;
	top: 20px;
	right: 30px;
	color: #fff !important;
	font-size: 34px;
}
.header-nav ul {
	width: auto;
	height: auto;
	margin: 45px 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 {
	display: inline-block;
	width: auto;
	height: 50px;
	margin: 0 4px;
	padding: 0 20px;
	background: linear-gradient(99deg, #2D3C51 50%, transparent 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
	line-height: 50px;
	overflow: hidden;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 500;
	color: #2D3C51;
	text-decoration: none;
	transition: all 500ms ease;
}
.header-nav ul li.green a {
	color: #fff;
	background: linear-gradient(99deg, #06C191 50%, #06D6A0 50%);
	background-size: 203% 102%;
	background-position: 99% bottom;
}
.header-nav ul li a:hover {
	color: #fff;
	background-position: left bottom;
}


.header--scrolling,
.header--fixed {
	background-color: #fff;
	height: 90px;
}
.header--scrolling {
	box-shadow: 0 1px 20px rgba(0,0,0,0.06);
}
.header--scrolling .header-logo,
.header--fixed .header-logo {
	height: 90px;
}
.header--scrolling .header-logo > img,
.header--fixed .header-logo > img {
	height: 50px;
}
.header--scrolling .header-nav ul,
.header--fixed .header-nav ul {
	margin-top: 20px;
}





.page-header {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 140px;
}
.page-header:before {
	content: '';
	position: absolute;
	width: 4000px;
	height: 1333px;
	border-radius: 100%;
	left: calc(50vw - 2000px);
	bottom: 0;
	background: #EAF1FC;
	z-index: 2;
}
.page-header:after {
	content: '';
	position: absolute;
	z-index: 3;
	width: 600px;
	height: 600px;
	border-radius: 100%;
	left: -345px;
	top: -100px;
	background: #06D6A0;
	mix-blend-mode: multiply;
}
.page-header-wrapper {
	position: relative;
	z-index: 4;
}
.page-header-image {
	margin-right: -100px;
	width: auto;
	height: 460px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}



.page {
	position: relative;
	padding: calc(70px + 2.77vw) 0 90px 0;
}
.page--first {
	padding-top: 70px;
}
.page--odd {
	background: #EAF1FC;
	padding: 70px 0 50px 0;
}
.page--odd:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: -2.77vw;
	height: 2.77vw;
	background-image: url('../img/page-footer-light-bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


.page-image {
	
}
.page-image--jpg {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
	border-radius: 24px;
}


.icon-slider {
	margin: 0 -25px;
}
.icon-slider-item {
	padding: 0 25px;
}

.testimonial-slider {
	margin: 0 -25px;
}
.testimonial-slider-item {
	padding: 0 25px;
}



.slick-dots {
	padding: 0 !important;
	margin: 15px 25px 0 25px !important;
}
.slick-dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #06D6A0;
	padding: 0 !important;
	margin: 0 10px 0 0 !important;
	opacity: 0.3;
	cursor: pointer;
}
.slick-dots li.slick-active {
	opacity: 1;
}
.slick-dots li:before {
	display: none;
}
.slick-dots li button {
	display: none;
}


.slick-arrow {
	position: absolute;
	top: 50%;
	background: transparent;
	border: 0;
	color: #06D6A0;
	outline: 0;
	padding: 0;
	margin: -50px 0 0 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}
.slick-prev {
	left: -50px;
}
.slick-next {
	right: -50px;
}



.icon-slider .slick-arrow {
	top: 70px;
}




.footer {
	position: relative;
	padding: calc(100px + 2.77vw) 0 60px 0;
	background: #2D3C51;
}
.footer:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	height: 2.77vw;
	background-image: url('../img/page-footer-white-bg.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.footer--odd:before {
	background-image: url('../img/page-footer-light-bg.svg');
}
.footer-nav {
	margin: 0;
	padding: 0;
}
.footer-nav ul {
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}
.footer-nav ul li {
	padding: 4px 0 !important;
}
.footer-nav ul li:before {
	display: none !important;
}
.footer hr {
	background: rgba(255,255,255,0.2) !important;
}




.text-box {
	font-size: 17px;
	line-height: 28px;
}
.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: #2D3C51;
	margin: 0px;
	padding: 6px 0;
	line-height: 1em;
}
.text-box h1,
.text-box h2 {
	line-height: 0.9;
	font-family: 'proxima-nova';
	font-size: 48px;
	padding-bottom: 16px;
}
.text-box h3 {
	font-size: 24px;
	font-weight: 400;
	color: #06D6A0;
}
.text-box h4 {
	font-size: 24px;
}
.text-box h5 {
	font-size: 20px;
}
.text-box a {
	color: #06D6A0;
	font-weight: bold;
	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: 8px 0;
}
.text-box ul li {
	list-style: none;
	position: relative;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.text-box ul li:before {
	content: '●';
	font-size: 18px;
	color: #06D6A0;
	position: absolute;
	top: 3px;
	left: 0;
}
.text-box ol li {
	list-style: decimal;
	margin-left: 20px;
}
.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;
}





