@charset "UTF-8";

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Regular.eot');
    src: url('../fonts/subset-Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Regular.woff') format('woff'),
        url('../fonts/subset-Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-SemiBold.eot');
    src: url('../fonts/subset-Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/subset-Montserrat-SemiBold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/subset-Montserrat-Bold.eot');
    src: url('../fonts/subset-Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/subset-Montserrat-Bold.woff') format('woff'),
        url('../fonts/subset-Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/subset-Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Goodlist';
    src: url('../fonts/Goodlist.eot');
    src: url('../fonts/Goodlist.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Goodlist.woff2') format('woff2'),
         url('../fonts/Goodlist.woff') format('woff'),
         url('../fonts/Goodlist.ttf')  format('truetype'),
         url('../fonts/Goodlist.svg#Goodlist') format('svg');
}
@font-face {
    font-family: 'KG Chasing Cars';
    src: url('../fonts/subset-KGChasingCars.eot');
    src: url('../fonts/subset-KGChasingCars.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-KGChasingCars.woff2') format('woff2'),
        url('../fonts/subset-KGChasingCars.woff') format('woff'),
        url('../fonts/subset-KGChasingCars.ttf') format('truetype'),
        url('../fonts/subset-KGChasingCars.svg#KGChasingCars') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-size: 16px;
	text-align: center;
	color: #333333;
	line-height: 1.2;
	background: #fff;
}


/* Section */

.section {
	position: relative;
	max-width: 1266px;
	margin: 0 auto;
}


/* intro */

#intro {
	position: relative;
	overflow: hidden;
}

#intro .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 832px;
	padding-top: 200px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#intro .splash {
	position: absolute;
	pointer-events: none;
}

#intro .splash.blue {
	top: 0;
	left: 0;
	width: 26%;
	height: 224px;
}

#intro .splash.pink {
	top: 0;
	right: 0;
	width: 37%;
	height: 516px;
}

#intro .splash.yellow {
	bottom: 0;
	left: 0;
	width: 21.38888888888889%;
	height: 308px;
	opacity: 0;
}

#intro .purpleLShaped {
	position: absolute;
	bottom: 0;
	left: 7.152777777777778%;
	width: 35.27777777777778%;
	height: 154px;
}

#intro .splash.green {
	bottom: 16px;
	right: 0;
	width: 7.847222222222222%;
	height: 180px;
}

#intro .splash.purple {
	bottom: 0;
	right: 0;
	width: 20.27777777777778%;
	height: 82px;
}

#intro .grass {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 134px;
	bottom: 0;
	pointer-events: none;
	-webkit-transform-origin: center bottom;
	    -ms-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-transform: skewX(0);
	    -ms-transform: skewX(0);
	        transform: skewX(0);
	-webkit-animation: grassAnim 2s 0s forwards infinite alternate linear;
	        animation: grassAnim 2s 0s forwards infinite alternate linear;
}

#intro .text {
	position: relative;
	width: 26em;
	margin-left: 3.25em;
	padding-bottom: 7em;
	font-size: 20px;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	z-index: 1;
}

#intro .text .heading {
	position: relative;
}

#intro .text .heading:before,
#intro .text .heading:after {
	content: "";
	position: absolute;
	left: -1.238805970149254em;
	bottom: -0.4477611940298507em;
	width: 0.7164179104477612em;
	height: 0.8507462686567164em;
	background: url(../images/three-lines-pink.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: upDown 0.9s 0s forwards infinite alternate;
	        animation: upDown 0.9s 0s forwards infinite alternate;
	opacity: 0;
}

#intro .text .heading:after {
	left: auto;
	right: 1.194029850746269em;
	bottom: auto;
	top: -0.5970149253731343em;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-animation: upDown1 0.9s 0s forwards infinite alternate;
	        animation: upDown1 0.9s 0s forwards infinite alternate;
}

#intro .text:before {
	content: "";
	position: absolute;
	left: -2.95em;
	top: -3em;
	width: 2.95em;
	height: 2.9em;
	background: url(../images/circle-blue.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: rotationAnimation 3s 0.1s infinite linear;
	        animation: rotationAnimation 3s 0.1s infinite linear;
}

#intro .image {
	position: relative;
	margin-left: auto;
	margin-right: 13px;
	margin-top: 0;
	width: 565px;
	z-index: 1;
}

#intro .image:before {
	content: "";
	position: absolute;
	right: -15.2212389380531%;
	top: -9.818181818181818%;
	width: 100.7079646017699%;
	height: 103.4545454545455%;
	background: url(../images/blue-dots.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: rotationAnimation 50s 0.1s infinite linear;
	        animation: rotationAnimation 50s 0.1s infinite linear;
}

#intro .image:after {
	content: "";
	position: absolute;
	left: -11.15044247787611%;
	bottom: 4.181818181818182%;
	width: 36.99115044247788%;
	height: 24.90909090909091%;
	background: url(../images/wiggly-line-blue.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate;
	        animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate; 
}

#intro .image .circle {
	position: absolute;
	top: 8%;
	right: 5.309734513274336%;
	width: 15.04424778761062%;
	height: 15.09090909090909%;
	background: url(../images/circle-green.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: rotationAnimation 3s 0.1s infinite linear;
	        animation: rotationAnimation 3s 0.1s infinite linear;
}

#intro .image img {
	display: block;
	width: 100%;
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NjUiIGhlaWdodD0iNTUwLjA4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgNTY1IDU1MC4wOCI+PHBhdGggZD0iTTI4Mi41OSwwaDcuNDZjMzguMTksLjY3LDc2LjI4LDguNzEsMTExLjM2LDIzLjg3LDQzLjk3LDE4LjkxLDgzLjEzLDQ5LjIsMTExLjc0LDg3LjYzLDIwLjksMjcuOTcsMzYuMTEsNjAuMTgsNDQuMzQsOTQuMTIsNC42NSwxOC45OCw3LjA0LDM4LjQ5LDcuNDksNTguMDJ2OC44Yy0xLjA4LDcxLjE0LTMxLjMsMTQxLjI2LTgxLjk2LDE5MS4xNi0yMC45NSwyMC42NS00NS40NCwzNy41OC03MS43Myw1MC42OS0zMC41NywxNS4yNC02My41NiwyNS40LTk3LjIyLDMwLjk2LTE3LjUsMi45MS0zNS4yMSw0LjUyLTUyLjk1LDQuODJoLTkuN2MtMzcuNTgtLjYzLTc1LjM5LTcuNjMtMTA5LjY5LTIzLjM0LTE2LjI5LTcuNDQtMzEuNjktMTYuODUtNDUuNjctMjguMDQtMTkuMDUtMTUuMjEtMzUuNTctMzMuNTEtNDkuMjEtNTMuNjktMTguMDMtMjYuNjgtMzEuMTEtNTYuNjUtMzguNzEtODcuOTMtNS4wOS0yMC43Ni03LjY4LTQyLjA5LTguMTYtNjMuNDR2LTguMzRjLjM1LTI4LjgxLDQuODMtNTcuNiwxMy40Ni04NS4xLDkuNTMtMzAuNTEsMjQuMjYtNTkuNDEsNDMuNTUtODQuOUM5Ni45Miw2Mi4zOCwxNTUuMywyMy41LDIxOS43Nyw3LjgxYzIwLjU1LTUuMDIsNDEuNjgtNy41NCw2Mi44My03LjgxWiIvPjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NjUiIGhlaWdodD0iNTUwLjA4IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgNTY1IDU1MC4wOCI+PHBhdGggZD0iTTI4Mi41OSwwaDcuNDZjMzguMTksLjY3LDc2LjI4LDguNzEsMTExLjM2LDIzLjg3LDQzLjk3LDE4LjkxLDgzLjEzLDQ5LjIsMTExLjc0LDg3LjYzLDIwLjksMjcuOTcsMzYuMTEsNjAuMTgsNDQuMzQsOTQuMTIsNC42NSwxOC45OCw3LjA0LDM4LjQ5LDcuNDksNTguMDJ2OC44Yy0xLjA4LDcxLjE0LTMxLjMsMTQxLjI2LTgxLjk2LDE5MS4xNi0yMC45NSwyMC42NS00NS40NCwzNy41OC03MS43Myw1MC42OS0zMC41NywxNS4yNC02My41NiwyNS40LTk3LjIyLDMwLjk2LTE3LjUsMi45MS0zNS4yMSw0LjUyLTUyLjk1LDQuODJoLTkuN2MtMzcuNTgtLjYzLTc1LjM5LTcuNjMtMTA5LjY5LTIzLjM0LTE2LjI5LTcuNDQtMzEuNjktMTYuODUtNDUuNjctMjguMDQtMTkuMDUtMTUuMjEtMzUuNTctMzMuNTEtNDkuMjEtNTMuNjktMTguMDMtMjYuNjgtMzEuMTEtNTYuNjUtMzguNzEtODcuOTMtNS4wOS0yMC43Ni03LjY4LTQyLjA5LTguMTYtNjMuNDR2LTguMzRjLjM1LTI4LjgxLDQuODMtNTcuNiwxMy40Ni04NS4xLDkuNTMtMzAuNTEsMjQuMjYtNTkuNDEsNDMuNTUtODQuOUM5Ni45Miw2Mi4zOCwxNTUuMywyMy41LDIxOS43Nyw3LjgxYzIwLjU1LTUuMDIsNDEuNjgtNy41NCw2Mi44My03LjgxWiIvPjwvc3ZnPg==");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}


/* Welcome */

#welcome .section {
	padding-top: 100px;
	padding-bottom: 120px;
}

#welcome .heading {
	text-align: center;
	margin-bottom: 60px;
}

#welcome .imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#welcome .imageText .image {
	position: relative;
	width: 479px;
	margin-left: 5.134281200631912%; /* 65px */
	z-index: 1;
}

#welcome .imageText .image img,
#welcome .imageText .image:after {
	display: block;
	width: 100%;
	-webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NzkiIGhlaWdodD0iNDQxLjAzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgNDc5IDQ0MS4wMyI+PHBhdGggZD0iTTE1MS40MywyMi42M0MyMTkuMDctMTguNDUsMzAyLjksLjcsMzU2LjI0LDU2LjA5YzY4LjQ3LDY5LjczLDExNy4xOCwxNjUuNzgsMTIyLjc2LDI2NC4wNy0yLjMyLDQ0LjU2LTQxLjEsNzUuNDQtNzkuMDgsOTIuMTgtMTE1LjU5LDUwLjc1LTM0My41NSw0My4yOS0zOTIuNjUtOTYuMDFDLTIyLjg5LDIwMi4wNiw1NC4zMiw3OS4zNCwxNTEuNDMsMjIuNjNaIi8+PC9zdmc+");
	mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NzkiIGhlaWdodD0iNDQxLjAzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgNDc5IDQ0MS4wMyI+PHBhdGggZD0iTTE1MS40MywyMi42M0MyMTkuMDctMTguNDUsMzAyLjksLjcsMzU2LjI0LDU2LjA5YzY4LjQ3LDY5LjczLDExNy4xOCwxNjUuNzgsMTIyLjc2LDI2NC4wNy0yLjMyLDQ0LjU2LTQxLjEsNzUuNDQtNzkuMDgsOTIuMTgtMTE1LjU5LDUwLjc1LTM0My41NSw0My4yOS0zOTIuNjUtOTYuMDFDLTIyLjg5LDIwMi4wNiw1NC4zMiw3OS4zNCwxNTEuNDMsMjIuNjNaIi8+PC9zdmc+");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

#welcome .imageText .image:after {
	content: "";
	position: absolute;
	left: -4.592901878914405%;
	top: -3.174603174603175%;
	height: 100%;
	background: #9891c7;
	z-index: -1;
	-webkit-animation: rotateAnim 1.5s 0.5s forwards infinite alternate;
	        animation: rotateAnim 1.5s 0.5s forwards infinite alternate; 
}

#welcome .imageText .image:before {
	content: "";
	position: absolute;
	top: 1.360544217687075%;
	left: -9.812108559498956%;
	width: 93.31941544885177%;
	height: 109.750566893424%;
	background: url(../images/yellow-dots.svg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	-webkit-animation: rotationAnimation 50s 0.1s infinite linear;
	        animation: rotationAnimation 50s 0.1s infinite linear;
}

#welcome .imageText .image .wigglyLine {
	position: absolute;
	right: 13.36116910229645%;
	bottom: -14.05895691609977%;
	width: 44.05010438413361%;
	height: 28.57142857142857%;
	background: url(../images/wiggly-line-green.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate;
	        animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate; 
}

#welcome .imageText .image .threeLines {
	position: absolute;
	right: 10.4384133611691%;
	top: -2.267573696145125%;
	width: 13.36116910229645%;
	height: 16.78004535147392%;
	background: url(../images/three-lines-pink.svg) no-repeat;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	background-size: 100% 100%;
	opacity: 0;
	-webkit-animation: upDown1 0.9s 0s forwards infinite alternate;
	        animation: upDown1 0.9s 0s forwards infinite alternate;
}

#welcome .imageText .text {
	width: 645px;
	font-size: 21px;
	margin-left: auto;
	margin-right: 40px;
}

/* Program */

#program {
	position: relative;
	background: #88d4f2;
	color: #fff;
}

#program:before,
#program:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -56px;
	width: 100%;
	height: 58px;
	background: url(../images/program-curve.svg) no-repeat;
	background-size: 100% 100%;
}

#program:after {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	top: auto;
	bottom: -56px;
}

#program .section {
	padding-top: 30px;
	padding-bottom: 30px;
}

#program .heading {
	text-align: center;
	color: #fff;
}

#program .listing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin: 45px -19px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#program .listing .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.33333333333333%;
	padding: 0 19px;
	margin-bottom: 20px;
}

#program .listing .item .inner {
	width: 100%;
	padding: 45px 28px;
	background: #e56390;
	border-radius: 35px;
}

#program .listing .item:nth-child(3n+2) .inner {
	background-color: #9790c5;
}

#program .listing .item:nth-child(3n+3) .inner {
	background-color: #96caa0;
}

#program .listing .item .inner>:last-child {
	margin-bottom: 0;
}

#program .listing .item .title {
	font-size: 29px;
	font-weight: bold;
}

#program .listing .item ol {
	text-align: left;
	padding-left: 20px;
}

#program .listing .item ol li {
	margin-bottom: 10px;
}

/* Enquiries */

#enquiries {
	position: relative;
	overflow: hidden;
}

#enquiries:before {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 36.11111111111111%;
	height: 275px;
	background: url(../images/yellow-curve.svg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

#enquiries:after {
	content: "";
	position: absolute;
	right: 0;
	top: -80px;
	width: 11.45833333333333%;
	height: 175px;
	background: url(../images/blue-circle.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: rotationAnimation 8s 0.1s infinite linear;
	        animation: rotationAnimation 8s 0.1s infinite linear;
}

#enquiries .section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 140px;
	padding-bottom: 140px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

#enquiries .section .wigglyLine {
	position: absolute;
	left: -40px;
	top: -50px;
	width: 415px;
	z-index: -1;
}

#enquiries .form {
	width: 585px;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}

#enquiries .form .heading {
	color: #9891c7;
	text-align: center;
}

#enquiries .form .fields {
	margin-bottom: 27px;
}

#enquiries .form .fields .field {
	margin-bottom: 17px;
}

#enquiries .form .fields .field .textbox,
#enquiries .form .fields .field textarea.textbox {
	display: block;
	margin: 0;
	padding: 20px 23px;
	width: 100%;
	height: 65px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
	color: #e76392;
	border: 1px solid #b9bfb9;
	border-radius: 35px;
	outline: none;
	background: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

#enquiries .form .fields .field textarea.textbox {
	height: 207px;
	overflow: auto;
	resize: none;
}

#enquiries .form .fields .field label {
	display: block;
	font-weight: normal;
	margin-top: 8px;
	margin-left: 22px;
	color: #f00;
}

#enquiries .form .submitBtn {
	display: table;
	margin: 0 auto;
	padding: 17.5px 10px;
	width: 276px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 19px;
	font-weight: bold;
	border-radius: 30px;
	border: none;
	color: #fff;
	background: #a1d4ab;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

#enquiries .form .submitBtn:hover {
	background-color: #9fefa1;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

#enquiries .image {
	position: relative;
	width: 493px;
	margin-left: auto;
	margin-right: 28px;
	margin-top: 100px;
}

#enquiries .image img,
#enquiries .image:after {
	display: block;
	width: 100%;
	-webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OTMiIGhlaWdodD0iNDk5LjE2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMjE5Ljg5LjIyYzQzLjM4LTEuNzQgODcuMTMgNi45IDEyNi41MyAyNS4xNCAyOS4zMSAxMy41NiA1Ni4xNiAzMi41MyA3OC41MSA1NS44NiAxNi4xOSAxNi44MiAyOS43IDM2LjIyIDM5Ljc4IDU3LjI4IDEwLjA5IDIwLjk1IDE2Ljg5IDQzLjM5IDIxLjIgNjYuMjEgOC4zOCA0NC40NiA3LjgyIDg5Ljk3IDUuOTIgMTM0Ljk5LS42NCAyOS4yLTEwLjM3IDU3Ljk3LTI2Ljk1IDgxLjk1LTEwLjE2IDE0Ljc4LTIyLjc3IDI3LjgzLTM2Ljk5IDM4Ljc0LTEyLjA2IDkuMjktMjUuMzQgMTYuOTEtMzkuMTkgMjMuMTgtMTguNjUgOC4zOC0zOC43NCAxMy41My01OS4xMiAxNS4wNi0xNC40IDEuMTEtMjguOTEuNDYtNDMuMTktMS42Ni0zNy4xOC02LjEyLTc0LjMzLTEzLjIxLTExMC4zNS0yNC40OC0yNi44Ny04LjUtNTMuMDktMTkuMjktNzcuNTUtMzMuMzRhMTU0IDE1NCAwIDAgMS0zNC4zNS0yNS45OGMtMTMuMDgtMTMuMTEtMjMuNzktMjguNDQtMzIuNTgtNDQuN0MxMy43NCAzMzUuNSAzLjEgMjk4LjY4LjU3IDI2MS4zMWMtMS41Ni0yMy4zMS4wOS00Ni44NCA0Ljk3LTY5LjY5IDQuODUtMjIuNzQgMTIuOTUtNDQuNzcgMjMuNzYtNjUuMzUgMTMuNjctMjYuMjIgMzEuMS01MC42NiA1Mi42OC03MC45NiAxOS4xNS0xOC4wNiA0MS43MS0zMi42NCA2Ni40Mi00MS44NEMxNzEuMjIgNC44NiAxOTUuNjMgMS4zIDIxOS44OS4yMiIvPjwvc3ZnPg==");
	mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OTMiIGhlaWdodD0iNDk5LjE2IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBkPSJNMjE5Ljg5LjIyYzQzLjM4LTEuNzQgODcuMTMgNi45IDEyNi41MyAyNS4xNCAyOS4zMSAxMy41NiA1Ni4xNiAzMi41MyA3OC41MSA1NS44NiAxNi4xOSAxNi44MiAyOS43IDM2LjIyIDM5Ljc4IDU3LjI4IDEwLjA5IDIwLjk1IDE2Ljg5IDQzLjM5IDIxLjIgNjYuMjEgOC4zOCA0NC40NiA3LjgyIDg5Ljk3IDUuOTIgMTM0Ljk5LS42NCAyOS4yLTEwLjM3IDU3Ljk3LTI2Ljk1IDgxLjk1LTEwLjE2IDE0Ljc4LTIyLjc3IDI3LjgzLTM2Ljk5IDM4Ljc0LTEyLjA2IDkuMjktMjUuMzQgMTYuOTEtMzkuMTkgMjMuMTgtMTguNjUgOC4zOC0zOC43NCAxMy41My01OS4xMiAxNS4wNi0xNC40IDEuMTEtMjguOTEuNDYtNDMuMTktMS42Ni0zNy4xOC02LjEyLTc0LjMzLTEzLjIxLTExMC4zNS0yNC40OC0yNi44Ny04LjUtNTMuMDktMTkuMjktNzcuNTUtMzMuMzRhMTU0IDE1NCAwIDAgMS0zNC4zNS0yNS45OGMtMTMuMDgtMTMuMTEtMjMuNzktMjguNDQtMzIuNTgtNDQuN0MxMy43NCAzMzUuNSAzLjEgMjk4LjY4LjU3IDI2MS4zMWMtMS41Ni0yMy4zMS4wOS00Ni44NCA0Ljk3LTY5LjY5IDQuODUtMjIuNzQgMTIuOTUtNDQuNzcgMjMuNzYtNjUuMzUgMTMuNjctMjYuMjIgMzEuMS01MC42NiA1Mi42OC03MC45NiAxOS4xNS0xOC4wNiA0MS43MS0zMi42NCA2Ni40Mi00MS44NEMxNzEuMjIgNC44NiAxOTUuNjMgMS4zIDIxOS44OS4yMiIvPjwvc3ZnPg==");
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

#enquiries .image:before {
	content: "";
	position: absolute;
	right: -8.519269776876268%;
	top: -10.8%;
	width: 98.37728194726166%;
	height: 89%;
	background: url(../images/light-yellow-dots.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: rotationAnimation 50s 0.1s infinite linear;
	        animation: rotationAnimation 50s 0.1s infinite linear;
	z-index: -1;
}

#enquiries .image:after {
	content: "";
	position: absolute;
	left: -10.1419878296146%;
	top: -3.042596348884381%;
	height: 100%;
	background: #a1d4ab;
	-webkit-transform: rotate(70deg);
	    -ms-transform: rotate(70deg);
	        transform: rotate(70deg);
	z-index: -1;
	-webkit-animation: rotateAnim 2s 0.1s forwards infinite alternate;
	        animation: rotateAnim 2s 0.1s forwards infinite alternate; 
}

#enquiries .image .threeLines {
	position: absolute;
	left: -9.533468559837728%;
	top: -4.8%;
	width: 13.99594320486815%;
	height: 14.6%;
	background: url(../images/three-lines-blue.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-animation: upDown3 0.9s 0s forwards infinite alternate;
	        animation: upDown3 0.9s 0s forwards infinite alternate;
	opacity: 0;
}

#enquiries .image .whiteCircle {
	content: "";
	position: absolute;
	left: 7.910750507099391%;
	bottom: 9.8%;
	width: 14.80730223123732%;
	height: 14.4%;
	background: url(../images/circle-blue.svg) no-repeat;
	background-size: 100% 100%;
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
	-webkit-animation: rotationAnimation 3s 0.1s infinite linear;
	        animation: rotationAnimation 3s 0.1s infinite linear;
}

#enquiries .image .pinkDashed {
	content: "";
	position: absolute;
	right: -30.42596348884381%;
	bottom: -32%;
	width: 94.72616632860041%;
	height: 65.4%;
	background: url(../images/pink-dashed.svg) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}


/* Scroll to Top Button */

.scrollToTopBtn {
	background-color: #e76392;
	border: none;
	color: white;
	cursor: pointer;
	font-size: 40px;
	line-height: 48px;
	width: 48px;  
	outline: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s ease;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  .showBtn {
	opacity: 1;
	transform: translateY(0);
  }

/* Animations */

@-webkit-keyframes rotateAnim {
	to {
        -webkit-transform: rotate(8deg);
                transform: rotate(8deg);
	}
}

@keyframes rotateAnim {
	to {
        -webkit-transform: rotate(8deg);
                transform: rotate(8deg);
	}
}

@-webkit-keyframes rotationAnimation {
	to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
	}
}

@keyframes rotationAnimation {
	to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
	}
}

@-webkit-keyframes splashAnim { 
    0% { 
        -webkit-transform: scale(0.2); 
                transform: scale(0.2); 
    } 
    50% { 
        -webkit-transform: scale(1.3); 
                transform: scale(1.3); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
				opacity: 1;
    } 
}

@keyframes splashAnim { 
    0% { 
        -webkit-transform: scale(0.2); 
                transform: scale(0.2); 
    } 
    50% { 
        -webkit-transform: scale(1.3); 
                transform: scale(1.3); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
				opacity: 1;
    } 
} 

.splashAnim { 
   opacity: 0;
}

.splashAnim.go{
    -webkit-animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate;
            animation: splashAnim 2s 0.2s forwards, rotateAnim 2s 0.1s forwards infinite alternate; 
}


@-webkit-keyframes upDown {
	to {
		-webkit-transform: translateX(10px) translateY(-10px);
		        transform: translateX(10px) translateY(-10px);
		opacity: 1;
	}
}


@keyframes upDown {
	to {
		-webkit-transform: translateX(10px) translateY(-10px);
		        transform: translateX(10px) translateY(-10px);
		opacity: 1;
	}
}

@-webkit-keyframes upDown1 {
	to {
		-webkit-transform: rotate(180deg) translateX(10px) translateY(-10px);
		        transform: rotate(180deg) translateX(10px) translateY(-10px);
		opacity: 1;
	}
}

@keyframes upDown1 {
	to {
		-webkit-transform: rotate(180deg) translateX(10px) translateY(-10px);
		        transform: rotate(180deg) translateX(10px) translateY(-10px);
		opacity: 1;
	}
}

@-webkit-keyframes upDown3 {
	to {
		-webkit-transform: translateX(-10px) translateY(-10px);
		        transform: translateX(-10px) translateY(-10px);
		opacity: 1;
	}
}

@keyframes upDown3 {
	to {
		-webkit-transform: translateX(-10px) translateY(-10px);
		        transform: translateX(-10px) translateY(-10px);
		opacity: 1;
	}
}

@-webkit-keyframes grassAnim {
	to {
		-webkit-transform: skewX(15deg);
		        transform: skewX(15deg);
	}
}

@keyframes grassAnim {
	to {
		-webkit-transform: skewX(15deg);
		        transform: skewX(15deg);
	}
}

.rotateAnimation {
	-webkit-animation: rotationAnimation 15s 0.1s infinite linear;
	        animation: rotationAnimation 15s 0.1s infinite linear
}

/* Underlined */

.underlined {
	display: inline-block;
	position: relative;
}

.underlined svg {
	position: absolute;
	left: 0;
	bottom: -33px;
	pointer-events: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; 
}

.underlined path {
	-webkit-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	-o-transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s;
	transition: stroke-dasharray 1.5s, stroke-dashoffset 1.5s, opacity 1.5s; 
}
  
.underlined path:last-child {
	opacity: 0.2; 
}

.underlined.start> svg {
	opacity: 1; 
}

.underlined.start> svg path {
	stroke-dashoffset: 0; 
}


/* Miscelleneous */

p {
	margin: 0 0 21px;
}

ul,ol {
	margin-bottom: 21px;
}

h1,h2,h3,h4,h5,h6,.heading {
	font-family: 'Goodlist', cursive;
	margin: 0 0 21px;
	font-weight: normal;
	padding: 0;
	color: #e76392;
	line-height: 1.001;
}

.heading {
	font-size: 67px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: #10886d;
}

.linkBtn {
	position: relative;
	display: table;
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background: #e76392;
	color: #fff;
	margin: 0.6666666666666667em 0 0.6666666666666667em 0;
	border: none;
	padding: 0.4583333333333333em 0.9583333333333333em;
	text-align: center;
	border-radius: 2.777777777777778em;
	line-height: 1.2;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.linkBtn:hover {
	color: #fff;
	background-color: #f5709f;
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}

.linkBtn.linkBtnGreen {
	background-color: #93e193;
}

.linkBtn.linkBtnGreen:hover {
	background-color: #9fefa1;
}

.linkBtns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.linkBtns .linkBtn {
	margin-right: 0.5em;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}
