

::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: #F0FCFF;
	font-weight: 300;
	color: #282F30;
	font-size: 16px;
}

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

.form-label {
	font-weight: 500;
}

.form-input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	height: 46px;
	margin: 8px 0;
	padding: 6px 18px;
	background-color: #fff;
	border-radius: 0;
	border: 1px solid #ccc;
	font-weight: normal;
	color: #222;
	border-radius: 25px;
	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-container {
	position: relative;
	display: inline-block;
	margin: 4px;
	transition: all 300ms ease;
}
.button-container:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 132px;
	right: 54px;
	top: 0;
	bottom: 0;
	background-image: url('../img/button/red-middle.png');
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center center;
}
.button-container--blue:before {
	background-image: url('../img/button/blue-middle.png');
}
.button-container--green:before {
	background-image: url('../img/button/green-middle.png');
}
.button-container--yellow:before {
	background-image: url('../img/button/yellow-middle.png');
}
.button-container--pink:before {
	background-image: url('../img/button/pink-middle.png');
}
.button-container--orange:before {
	background-image: url('../img/button/orange-middle.png');
}
.button-container--light:before {
	background-image: url('../img/button/light-middle.png');
}
.button,
.button-red,
.button-blue,
.button-green,
.button-yellow,
.button-pink,
.button-orange,
.button-light {
	position: relative;
	z-index: 1;
	outline: none;
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	width: auto;
	height: auto;
	margin: 0;
	background: transparent;
	padding: 0 40px;
	line-height: 54px;
	min-width: 186px;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	transition: all 300ms ease;
}
.button-light,
.button-yellow {
	color: #282F30 !important;
}
.button:before,
.button-red:before,
.button-blue:before,
.button-green:before,
.button-yellow:before,
.button-pink:before,
.button-orange:before,
.button-light:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	bottom: 0;
	width: 132px;
	background-image: url('../img/button/red-left.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}
.button:after,
.button-red:after,
.button-blue:after,
.button-green:after,
.button-yellow:after,
.button-pink:after,
.button-orange:after,
.button-light:after {
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: 0;
	width: 54px;
	background-image: url('../img/button/red-right.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
}

.button-blue:before {
	background-image: url('../img/button/blue-left.png');
}
.button-green:before {
	background-image: url('../img/button/green-left.png');
}
.button-yellow:before {
	background-image: url('../img/button/yellow-left.png');
}
.button-pink:before {
	background-image: url('../img/button/pink-left.png');
}
.button-orange:before {
	background-image: url('../img/button/orange-left.png');
}
.button-light:before {
	background-image: url('../img/button/light-left.png');
}

.button-blue:after {
	background-image: url('../img/button/blue-right.png');
}
.button-green:after {
	background-image: url('../img/button/green-right.png');
}
.button-yellow:after {
	background-image: url('../img/button/yellow-right.png');
}
.button-pink:after {
	background-image: url('../img/button/pink-right.png');
}
.button-orange:after {
	background-image: url('../img/button/orange-right.png');
}
.button-light:after {
	background-image: url('../img/button/light-right.png');
}

.button-container:hover {
	transform: translateY(-5px);
}


.button-menu {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 100;
	outline: none;
	display: inline-block;
	text-align: center;
	width: auto;
	height: auto;
	background: transparent;
	margin: 0 !important;
	padding: 0 30px;
	line-height: 50px;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #fff !important;
	background: #E30613;
	text-decoration: none !important;
	border-radius: 25px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
	border: none;
  	cursor: pointer;
  	-webkit-appearance:none;
	margin-top: 15px;
	transition: all 300ms ease;
}
.button-menu:hover {
	background: #E30613;
	color: #fff !important;
}


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

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

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

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

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

.mb-45 {
	margin-bottom: 34px;
}


.header {
	position: fixed;
	height: 80px;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: all 300ms ease;
}
.header.is-absolute {
	position: absolute;
}
.header-placeholder {
	height: 130px;
}
.header-wrapper {
	width: 980px;
}

.header-logo {
	display: block;
	width: auto;
	height: 111px;
	padding: 0;
	float: left;
	margin-top: 15px;
}
.header-logo img {
	display: block;
	width: auto;
	height: 111px;
}
.header-nav {
	display: block;
	float: right;
	width: auto;
	height: auto;
}
.header-nav-close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #282F30 !important;
	font-size: 28px;
}
.header-nav > ul {
	width: auto;
	height: 50px;
	margin: 66px 0 0 0;
	padding: 0;
	background: #fff;
	position: relative;
	border-radius: 25px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}
.header-nav > ul > li {
	position: relative;
	width: auto;
	height: 70px;
	float: left;
	list-style: none;
}
.header-nav > ul > li:before {
	content: '|';
	position: absolute;
	z-index: 1;
	top: 12px;
	left: -2px;
}
.header-nav > ul > li:nth-child(1):before {
	content: '';
}
.header-nav > ul > li > a {
	position: relative;
	display: block;
	width: auto;
	height: 50px;
	margin: 0;
	padding: 0 18px 0 20px;
	line-height: 50px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	color: #282F30;
	text-decoration: none;
	cursor: default;
	transition: all 300ms ease;
}
.header-nav > ul > li > a[href] {
	cursor: pointer;
}
.header-nav > ul > li.active > a,
.header-nav > ul > li > a:hover {
	color: #fff !important;
}
.header-nav > ul > li > a:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	opacity: 0;
	background: #E30613;
	transition: all 300ms ease;
}
.header-nav > ul > li.active--GREEN > a:before {
	background: #00A183;
}
.header-nav > ul > li.active--RED > a:before {
	background: #E30613;
}
.header-nav > ul > li.active--BLUE > a:before {
	background: #32BEEE;
}
.header-nav > ul > li.active--ORANGE > a:before {
	background: #EE7203;
}
.header-nav > ul > li.active--YELLOW > a:before {
	background: #D4BA18;
}
.header-nav > ul > li.active--PINK > a:before {
	background: #E51C7E;
}
.header-nav > ul > li:first-child > a:before {
	border-radius: 30px 0 0 30px;
}
.header-nav > ul > li:last-child > a:before {
	border-radius: 0 30px 30px 0;
}
.header-nav > ul > li.active > a:before,
.header-nav > ul > li > a:hover:before {
	opacity: 1;
}
.header-nav > ul > li > a > span {
	position: relative;
	z-index: 2;
}
.header-nav > ul > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: -5px;
	background: #fff;
	z-index: 100;
	padding: 10px 20px !important;
	margin: 0 !important;
	width: 260px;
	border-radius: 25px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}
.header-nav > ul > li:hover > ul {
	display: block;
}
.header-nav > ul > li > ul > li {
	list-style: none;
}
.header-nav > ul > li > ul > li > a {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px 0;
	line-height: 24px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	color: #282F30;
	text-decoration: none;
}
.header-nav > ul > li > ul > li.active > a {
	color: #E30613;
	font-weight: 600;
}
.header-nav > ul > li > ul > li.active--GREEN > a {
	color: #00A183;
}
.header-nav > ul > li > ul > li.active--RED > a {
	color: #E30613;
}
.header-nav > ul > li > ul > li.active--BLUE > a {
	color: #32BEEE;
}
.header-nav > ul > li > ul > li.active--ORANGE > a {
	color: #EE7203;
}
.header-nav > ul > li > ul > li.active--YELLOW > a {
	color: #D4BA18;
}
.header-nav > ul > li > ul > li.active--PINK > a {
	color: #E51C7E;
}
.header-nav > ul > li > ul > li > a:hover {
	text-decoration: underline;
}





.page-header {
	position: relative;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: 750px;
	background-image: url('../img/page-header-bg.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.page-header-video {
	width: 100%;
	height: 650px;
	object-fit: cover;
	object-position: top;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-mask-image: url('../img/page-header-fill.svg');
	mask-image: url('../img/page-header-fill.svg');
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom;
	mask-position: bottom;
}
.page-header-image {
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-mask-image: url('../img/page-header-fill.svg');
	mask-image: url('../img/page-header-fill.svg');
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: bottom;
	mask-position: bottom;
}


.page-header-video-button {
	display: block;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: calc(50% - 500px);
	width: 200px;
	margin-top: -138px;
	text-align: center;
	text-decoration: none !important;
}
.page-header-video-button-play {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-radius: 100%;
    outline: none;
    position: relative;
    transition: all 0.5s ease;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.page-header-video-button-play:hover {
    border-color: #fff;
    transform: scale(1.1);
}
.page-header-video-button-play > .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #fff;
    transform: scaleY(0.6);
}
.page-header-video-button-heading {
	color: #fff !important;
	font-size: 16px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}




.main-container-top {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 550px;
	right: 0;
	height: 43.82vw;
	background-image: url('../img/main-container-bg-top.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
}
.main-container-bottom {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	height: 22.85vw;
	background-image: url('../img/main-container-bg-bottom.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}


.main-container-wrapper {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;
	margin-top: -230px;
}
.main-container-wrapper:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: -192px;
	top: 255px;
	width: 130px;
	height: 150px;
	background-image: url('../img/main-container-bg-sun.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.main-container-wrapper:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: -208px;
	top: 516px;
	width: 174px;
	height: 210px;
	background-image: url('../img/main-container-bg-blossom.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

.main-container-inner {
	position: relative;
	z-index: 4;
	width: 100%;
	height: 100%;
	padding-bottom: 80px;
}
.main-container-inner:before {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -170px;
	right: -644px;
	width: 827px;
	height: 1200px;
	background-image: url('../img/main-container-bg-tree.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.main-container-inner:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: -210px;
	bottom: -40px;
	width: 361px;
	height: 300px;
	background-image: url('../img/main-container-bg-wheelchair.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}



.text-card {
	position: relative;
	z-index: 5;
	border-radius: 50px;
	padding: 40px;
	min-height: 1000px;
	background: linear-gradient(180deg, #fff 0%, #fff 10%,rgba(255,255,255,0.9) 100%);
}

.card {
	display: block;
	width: auto;
	height: 260px;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
	transition: all 300ms ease;
}
a.card:hover {
	transform: scale(1.05);
}
.card-image {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.card-label {
	text-align: center;
	padding: 0 20px;
	height: 60px;
	line-height: 30px;
	background: #E0EBF0;
}
.card .card-label:after {
	content: '';
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	width: 255px;
	height: 75px;
	background-image: url('../img/card-bg--green.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}
.card--YELLOW .card-label:after {
	background-image: url('../img/card-bg--yellow.png');
}
.card--ORANGE .card-label:after {
	background-image: url('../img/card-bg--orange.png');
}
.card--PINK .card-label:after {
	background-image: url('../img/card-bg--pink.png');
}
.card .card-label h6 {
	position: relative;
	z-index: 3;
}

.card--huge {
	height: 560px;
}
.card--huge .card-image {
	height: 500px;
}


.cloud-card {
	height: calc(100% - 70px);
	background: #E30613;
	border-radius: 0 0 20px 20px;
	padding: 0 25px 15px 25px;
	position: relative;
	margin-top: 70px;
}
.cloud-card--1 {
	
}
.cloud-card--2 {
	background: #00A183;
}
.cloud-card--3 {
	background: #32BEEE;
}
.cloud-card:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: -70px;
	height: 70px;
	background-image: url('../img/cloud-card-bg-red.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}
.cloud-card--2:before {
	background-image: url('../img/cloud-card-bg-green.svg');
}
.cloud-card--3:before {
	background-image: url('../img/cloud-card-bg-blue.svg');
}
.cloud-card-section {
	position: relative;
	top: -10px;
}



.slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -45px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #E30613;
	font-size: 22px;
}
.slick-prev {
	left: -105px;
}
.slick-next {
	right: -105px;
}

.slick-dots {
	margin: 10px 0 0 0 !important;
	padding: 0 !important;
}
.slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border-radius: 100%;
	opacity: 0.5;
	background: #32BEEE;
}
.slick-dots li.slick-active {
	opacity: 1;
}
.slick-dots button {
	display: none;
}

.testimonial-slider {
}
.testimonial-slider-item {
}


.page-image {
	height: 380px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
}

.member-image {
	height: 260px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 20px;
}


.map {
	width: auto;
	height: 440px;
	border-radius: 25px;
	overflow: hidden;
	background: #eee;
}
.map--small {
	height: 320px;
}



.album-image {
	display: block;
	width: auto;
	height: 200px;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.album-image i {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -10px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
}




.footer {
	
}
.footer-sitemap {
	background: #D2C5BE;
	padding-top: 78px;
	margin-bottom: 0px;
	font-size: 15px;
}
.footer-sitemap ul {
	margin: 0 !important;
}
.footer-sitemap ul > li {
	list-style: none !important;
}
.footer-sitemap ul > li.home {
	display: none;
}
.footer-sitemap ul > li > a {
	font-weight: 300 !important;
	color: #282F30;
}

.footer-logo > img {
	max-width: 200px !important;
}

.footer-info {
	background: #876D68;
	color: #fff;
	font-size: 15px;
	padding-top: calc(6.95vw + 40px);
	padding-bottom: 40px;
	position: relative;
	z-index: 3;
}
.footer-info:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	height: 6.92vw;
	background-image: url('../img/footer-info-bg.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}
.footer-socials {
	
}
.footer-socials a {
	display: block;
	font-weight: 300 !important;
}
.footer-socials i {
	margin-right: 10px;
}




.text-box {
	font-size: 16px;
	line-height: 28px;
}
.text-box h1,
.text-box h2,
.text-box h3,
.text-box h4,
.text-box h5,
.text-box h6 {
	font-weight: 600;
	font-size: 20px;
	color: #282F30;
	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: #E30613;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.text-box a:hover {
	text-decoration: underline;
}
.text-box h1 a,
.text-box h2 a,
.text-box h3 a,
.text-box h4 a,
.text-box h5 a,
.text-box h6 a {
	color: #282F30;
}
.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 ol li {
	list-style: decimal;
}
.text-box img {
	max-width: 100%;
	height: auto !important;
}
.text-box img.rounded {
	border-radius: 20px !important;
}
.text-box iframe {
	max-width: 100%;
}
.text-box hr {
	display: block;
	width: 138px;
	height: 16px;
	border: 0;
	background-image: url('../img/hr-blue.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 0;
	margin: 25px auto;
}
.text-box hr.nr2,
.text-box hr.nr8,
.text-box hr.nr14 {
	background-image: url('../img/hr-pink.png');
}
.text-box hr.nr3,
.text-box hr.nr9,
.text-box hr.nr15 {
	background-image: url('../img/hr-orange.png');
}
.text-box hr.nr4,
.text-box hr.nr10,
.text-box hr.nr16 {
	background-image: url('../img/hr-green.png');
}
.text-box hr.nr5,
.text-box hr.nr11,
.text-box hr.nr17 {
	background-image: url('../img/hr-red.png');
}
.text-box hr.nr6,
.text-box hr.nr12,
.text-box hr.nr18 {
	background-image: url('../img/hr-yellow.png');
}


.text-card--PINK hr {
	background-image: url('../img/hr-pink.png') !important;
}
.text-card--ORANGE hr {
	background-image: url('../img/hr-orange.png') !important;
}
.text-card--GREEN hr {
	background-image: url('../img/hr-green.png') !important;
}
.text-card--RED hr {
	background-image: url('../img/hr-red.png') !important;
}
.text-card--YELLOW hr {
	background-image: url('../img/hr-yellow.png') !important;
}


.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,
.text-white a {
	color: #fff !important;
}






