/**
 * @license
 * MyFonts Webfont Build ID 3808597, 2019-09-18T07:19:05-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3808597
 * Licensed pageviews: 6,000,000
 * Webfonts copyright: Copyright © 2016 by Radomir Tinkov. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/gilroy/3A1D55_0_0.eot');
	src: url('fonts/gilroy/3A1D55_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/gilroy/3A1D55_0_0.woff2') format('woff2'),
		url('fonts/gilroy/3A1D55_0_0.woff') format('woff'),
		url('fonts/gilroy/3A1D55_0_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/gilroy/3A1D55_1_0.eot');
	src: url('fonts/gilroy/3A1D55_1_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/gilroy/3A1D55_1_0.woff2') format('woff2'),
		url('fonts/gilroy/3A1D55_1_0.woff') format('woff'),
		url('fonts/gilroy/3A1D55_1_0.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/gilroy/Gilroy-Light.eot');
	src: url('fonts/gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/gilroy/Gilroy-Light.svg#Gilroy-Light') format('svg'),
		url('fonts/gilroy/Gilroy-Light.ttf') format('truetype'),
		url('fonts/gilroy/Gilroy-Light.woff') format('woff'),
		url('fonts/gilroy/Gilroy-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url('fonts/gilroy/Gilroy-ExtraBold.eot');
	src: url('fonts/gilroy/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/gilroy/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg'),
		url('fonts/gilroy/Gilroy-ExtraBold.ttf') format('truetype'),
		url('fonts/gilroy/Gilroy-ExtraBold.woff') format('woff'),
		url('fonts/gilroy/Gilroy-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

/* Structure */

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: 'Gilroy', Helvetica, Arial, sans-serif;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 150%; 
	color: #212432;
	padding: 0;
	margin: 0;
	background-color: #F3F5FF;
}

header,
section,
.section-block,
footer{
	width: 100%;
	position: relative;
}

header,
footer {
	padding: 1.25rem;
}

section {
	padding: 4rem 1.25rem;
}

section:not(.section-02) {
	overflow: hidden;
}

header > .wrapper,
section > .wrapper,
footer > .wrapper {
	width: 100%;
	max-width: 1392px;
	margin: auto;
}

.image-block {
	text-align: center;
}

.wrapper + .wrapper,
.wrapper .section-block + .section-block,
.image-block + .text-block {
	margin-top: 3rem;
}

nav ul {
	padding: 0;
}

nav li {
	list-style: none;
	margin: 0.75rem;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

/* Footer */

footer, footer a {
	text-align: center;
	font-size: 0.75rem;
	line-height: 100%;
	text-decoration: none;
	color: #FFFFFF;
}

footer nav {
	margin: 2rem 0;
}

/* Components */

.pill-line-divider {
	display: block;
	width: 64px;
	height: 6px;
	border-radius: 6px;
}

.pill-line-divider + *,
* + .pill-line-divider {
	margin-top: 1.625rem;
}

.pill-line-divider + h2 {
	margin-top: 2rem;
}

.social-elements {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 3rem auto;
}

.card {
	border-radius: 1.25rem;
	padding: 2rem;
	overflow: hidden;
}

.wrapper .card + .card {
	margin-top: 2rem;
}

/* Colors */

.bg-white {
	background-color: #FFFFFF;
}

.bg-bone {
	background-color: #F8FAFF;
}

.bg-grey {
	background-color: #E2E3F6;
}

.bg-black {
	background-color: #212432;
}

.bg-orange {
	background-color: #FF4B00;
}

.bg-green {
	background-color: #1DC9AB;
}

.bg-blue {
	background-color: #105AE1;
}

.bg-yellow {
	background-color: #FFC500;
}

.white {
	color: #FFFFFF;
}

.orange {
	color: #FF4B00;
}

.green {
	color: #1DC9AB;
}

.blue {
	color: #105AE1;
}

.yellow {
	color: #FFC500;
}

/* Texts */

h2 {
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 120%;
}

h3 {
	font-weight: 800;
	font-size: 2.5rem;
	line-height: 100%;
}

p.subtitle {
	font-size: 1.25rem;
	line-height: 150%;
}

h2 + *,
p + *,
* + p {
	margin-top: 16px;
}

h3 + * {
	margin-top: 1.625rem;
}

.bold {
	font-weight: bold;
}

/* Animations */

.backInLeft {  
  -webkit-animation: backInLeft;  
          animation: backInLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.backInRight {  
  -webkit-animation: backInRight;  
          animation: backInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.reveal{
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.reveal.active.fadeInUp {  
  -webkit-animation: fadeInUp;  
          animation: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.reveal.active.fadeInRight {  
  -webkit-animation: fadeInRight;  
          animation: fadeInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

.reveal.active.fadeInLeft {  
  -webkit-animation: fadeInLeft;  
          animation: fadeInLeft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

/* Ad hoc sections - 01 */

.section-01 {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.section-01 .section-block:nth-child(1) {
	padding-top: 1.625rem;
	padding-bottom: 568px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.section-01 .section-block:nth-child(2) {
	background-image: url(images/rainbow-element.png);
	background-size:  contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.section-01 .section-block:nth-child(2) img:nth-child(1) {
	margin-top: 1.625rem;
	vertical-align: bottom;
}

.section-01 .section-block:nth-child(2) img:nth-child(2) {
	position: absolute;
	left: 60%;
	top: 158px;
	z-index: 1;
}

/* Ad hoc sections - 02 */

.section-02 {
	padding-bottom: 0;
}

.section-02 .wrapper.card {
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-top: -600px;
}

/* Ad hoc sections - 03 */

.section-03 .image-block {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.section-03 .image-block iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Ad hoc sections - 06 */

.section-06 {
	padding-bottom: 0;
}

/***** RESPONSIVE TABLET *****/

@media (min-width: 768px) {
	
	html, body {
		font-size: 20px;
	}

	.section-03 {
		padding-top: 4.8rem;
		padding-bottom: 4.8rem;
	}

	.section-04,
	.section-05,
	.section-06,
	.section-07 {
		padding: 4.8rem;
	}

	.section-06 {
		padding-bottom: 0;
	}

	.card {
		padding: 2.4rem;
	}

	.wrapper.card {
		padding: 3.2rem;
	}

	footer nav {
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}

	footer nav li {
		display: inline-block;
	}

	/* Ad hoc sections - 01 */

	.section-01 .section-block {
		width: 50%;
	}

	.section-01 .section-block:nth-child(1),
	.section-01 .section-block:nth-child(2) {
		padding-bottom: 332px;
	}

	.section-01 .section-block:nth-child(2) {
		background-size: 90%;
		background-position: left 0px bottom 332px;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}

	.section-01 .section-block:nth-child(1) {
		padding-top: 140px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}

	.section-01 .section-block:nth-child(2) img:nth-child(1) {
		position: relative;
		z-index: 0;
		left: -50%;
	}

	.section-01 .section-block:nth-child(2) img:nth-child(2) {
		left: 30%;
		top: 100px;
		width: 200px;
	}

	/* Ad hoc sections - 02 */

	.section-02 .wrapper.card {
		margin-top: -416px;
	}

	/* Ad hoc sections - 04 */

	.section-04 .section-block .image-block {
		text-align: left;
	}

	.section-04 .section-block:nth-child(2) .image-block img,
	.section-04 .section-block:nth-child(3) .image-block img {
		width: 350px;
	}

	.section-04 .section-block:nth-child(4) .image-block img {
		width: 300px;
	}

	/* Ad hoc sections - 06 & 07 */

	.section-06 .image-block img,
	.section-07 .image-block img {
		width: 385px;
	}
}

/***** RESPONSIVE LAPTOP *****/

@media (min-width: 1080px) {

	.section-03,
	.section-04,
	.section-05,
	.section-07 {
		padding: 7rem;
	}

	.wrapper .section-block + .section-block,
	.image-block + .text-block {
		margin-top: 0;
	}

	.section-02 .wrapper,
	.section-04 .section-block:nth-child(n+2),
	.section-05 .wrapper:nth-child(2),
	.section-06 .wrapper,
	.section-07 .wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

   	.section-04 .image-block,
   	.section-04 .text-block,
   	.section-06 .section-block,
   	.section-07 .section-block {
   		width: 45%;
   	}

   	.section-04 .section-block .image-block {
		text-align: center;
	}

	.section-06 .image-block > img,
	.section-07 .image-block > img {
   		width: 100%;
   	}

	/* Ad hoc sections - 01 */

	.section-01 .section-block:nth-child(1) {
		padding-top: 200px;
	}

	.section-01 .section-block:nth-child(1) img {
		width: 250px;
	}

	.section-01 .section-block:nth-child(2) img:nth-child(1) {
		width: 380px;
	}

	.section-01 .section-block:nth-child(2) img:nth-child(2) {
		width: 350px;
		top: 140px;
	}

	/* Ad hoc sections - 02 */

	.section-02 .wrapper {
		padding: 4rem;
	}

	.section-02 .section-block {
		width: 25%;
	}

	/* Ad hoc sections - 04 */

	.section-04 .section-block:nth-child(n+2) {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-top: 6.8rem;
	}

	.section-04 .section-block .text-block {
		max-width: 450px;
	}

   	/* Ad hoc sections - 05 */

   	.section-05 .wrapper:nth-child(2) {
   		-webkit-box-align: start;
   		    -ms-flex-align: start;
   		        align-items: flex-start;
   	}

   	.section-05 .wrapper .card {
   		width: 32%;
   	}

   	.section-05 .wrapper + .wrapper {
   		margin-top: 5.25rem;
   	}

   	/* Ad hoc sections - 06 */

   	.section-06 {
   		padding-right: 7rem;
   	}

   	.section-06 .section-block:not(.image-block) {
   		-webkit-box-ordinal-group: 3;
   		    -ms-flex-order: 2;
   		        order: 2;
   		padding-bottom: 1.5rem;
   		-ms-flex-item-align: center;
   		    -ms-grid-row-align: center;
   		    align-self: center;
   	}

   	.section-06 .section-block.image-block {
   		-webkit-box-ordinal-group: 2;
   		    -ms-flex-order: 1;
   		        order: 1;
   		-ms-flex-item-align: end;
   		    align-self: flex-end;
   	}

   	/* Ad hoc sections - 07 */

   	.section-07 .wrapper {
   		-webkit-box-align: center;
   		    -ms-flex-align: center;
   		        align-items: center;
   	}

   	/* Footer */
   	footer .wrapper {
   		display: -webkit-box;
   		display: -ms-flexbox;
   		display: flex;
   		-webkit-box-pack: justify;
   		    -ms-flex-pack: justify;
   		        justify-content: space-between;
   		-webkit-box-align: center;
   		    -ms-flex-align: center;
   		        align-items: center;
   	}

   	footer nav {
   		margin: 0;
   	}

   	footer p {
   		margin-top: 0;
   	}
}

/***** RESPONSIVE BIG DEVICES *****/

@media (min-width: 1440px) {

	/* Ad hoc sections - 01 */

	.section-01 .section-block:nth-child(2) {
    	background-size: 600px auto;
   	}

   	.section-01 .section-block:nth-child(1) img {
		position: absolute;
		right: 280px;
	}

   	.section-01 .section-block:nth-child(2) img:nth-child(2) {
		left: 250px;
	}

	/* Ad hoc sections - 04 */

	.section-04 .section-block:nth-child(n+2) {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}

	.section-04 .section-block:nth-child(2) .image-block img,
	.section-04 .section-block:nth-child(3) .image-block img {
		width: 400px;
	}

	.section-04 .section-block:nth-child(4) .image-block img {
		width: 350px;
	}

}

@media (min-width: 1672px) {

	/* Ad hoc sections - 03 */

	.section-03 .image-block {
		padding-bottom: 783px;
	}

	.section-03 .image-block iframe {
		height: 783px;
	}
}