html{
	font-size: 100.01%;
	scroll-behavior: smooth;
}

body{
	font-family: 'Akkurat LL Heb';
	background-color: #1c1658;
	font-weight: normal;
    line-height: 1.4;
	font-size: 18px;
	color: #d1f0f6;
}

*{
	outline: none !important;
}

.container{
	max-width: 1280px;
	width: 100%;
}
.container-md{
	max-width: 990px;
}
.container-sm{
	max-width: 660px;
}
:focus{
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
a, .btn, button, .nav-link:after, .nav-link img{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a{
	color: #363636;
	text-decoration: none !important;
}
a:hover{
	color: #fff;
}
p a:hover, li a:hover, p a:focus, p a:active, .icon:hover{
	color: #fff !important;
}
p{
	margin: 0 0 15px;
	color: inherit;
}
p:last-child{
	margin-bottom: 0 !important;
}
strong{
	font-weight: bold;
}
sub, sup{
	font-size: 65%;
}
h1{
	background: rgb(73,196,216);
	background: -moz-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c4d8",endColorstr="#ffffff",GradientType=1);
	filter: drop-shadow(0 5px 1px rgba(24, 24, 25, 0.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Aicho';
	font-weight: normal;
	line-height: 0.86;
	font-size: 100px;
}
h2{
	font-size: 70px;
	line-height: .92;
	font-weight: 900;
}
h2 span{
	font-weight: 300;
}
h3{
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 0.5em;
}
h4{
	font-size: 24px;
	font-weight: 900;
}


.top-section{
	background: #1c1658 url('../images/top-bg.jpg') no-repeat center top / cover;
}
.hero-area{
	color: #60cbdc;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-top: 260px;
}
.hero-area h3{
	color: #ffcec2;
}
.hero-area ul{
	padding-left: 22px;
	font-size: 18px;
}
.hero-area ul li{
	margin-bottom: 6px;
}
.hero-area p{
	margin-bottom: 10px;
}
.hero-area h1{
	margin-left: -55px;
	padding-top: 5px;
}
.banner-btns{
	padding-top: 30px;
}
.banner-btns a{
	-webkit-box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 8px;
	min-width: 290px;
	font-weight: 900;
	font-size: 22px;
	height: 62px;
	padding: 0;
}
.banner-btns a + a{
	margin-left: 30px;
}
.banner-btn-join{
	color: #f9c9bf;
	line-height: 56px;
	border: 3px #ffcec2 solid;
	background: #1c1658 url('../images/btn-join-bg.png') no-repeat center center / cover;
}
.banner-btn-start{
	color: #1c1658;
	line-height: 62px;
	background: #dba1bd url('../images/btn-start-bg.png') no-repeat center center / cover;
}
.arrow-down{
	position: absolute;
	bottom: 10px;
	z-index: 55;
	right: 92px;
}
.hero-testimonial{
	margin-top: 50px;
	padding-bottom: 150px;
}
.hero-testimonial .container{
	max-width: 1420px;
}
.testimonial-card{
	color: #1c1658;
	font-size: 17px;
	position: relative;
	border-radius: 15px;
	margin: 38px 15px 20px 38px; 
	padding: 30px 60px 20px 85px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.44);
	background: transparent url('../images/testimonial-bg.png') no-repeat center / cover;
}
.testimonial-card:before{
	width: 19px;
	content: "";
	height: 67px;
	left: 34px;
	top: 30px;
	position: absolute;
	background: transparent url('../images/testimonial-quote.png') no-repeat center top;
}
.testimonial-card p{
	margin-bottom: 8px;
}
.testimonial-footer{
	font-weight: 900;
}
.testimonial-card img{/*
	filter: drop-shadow(0 15px 32px rgba(0, 0, 0, 0.54));*/
	position: absolute;
	height: 74px;
	width: 74px;
	left: -37px;
	top: -37px;
}
.carousel-control-next, .carousel-control-prev{
	background-color: transparent;
	border: none;
	right: -60px;
	bottom: 20px;
	width: auto;
	opacity: 1;
	left: auto;
	top: auto;
}
.carousel-control-prev{
	bottom: 70px;
}
.carousel-indicators li{
	width: 8px;
	opacity: 1;
	height: 8px;
	border: none;
	border-radius: 8px;
	background-color: #9cdfeb;
}
.carousel-indicators li.active{
	background-color: #fcc3c6;
}
.carousel-indicators{
	margin: 0;
	right: 15px;
	bottom: -12px;
	justify-content: flex-end;
}

.text-grad{
	background: rgb(73,196,216);
	background: -moz-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(73,196,216,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#49c4d8",endColorstr="#ffffff",GradientType=1);
	filter: drop-shadow(0 5px 1px rgba(24, 24, 25, 0.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 10px;
}
.tech-free{
	padding-top: 240px;
	overflow: hidden;
}
.tech-free p{
	margin-bottom: 32px;
	font-size: 23px;
	color: #d1f0f6;
}

.swiper-container {
  width: 870px;
  margin: 120px auto 50px;
}
.cover-card{
	margin: auto;
	max-width: 90%;
	padding: 40px 45px;
	border-radius: 10px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.44);
	margin-bottom: 25px;
	background: #fff url('../images/cover-card-bg.png') no-repeat center / cover;
}
.cover-card img{
	width: 90px;
	height: 90px;
	margin-right: 30px;
	filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.44));
}
.cover-card h4{
	color: #1c1658;
	margin: 0;
}
.swiper-slide-shadow{
	display: none !important;
}
.swiper-cards .swiper-slide{
	opacity: 0.6;
}
.swiper-cards .swiper-slide .cover-card{
	background: transparent url('../images/testimonial-bg.png') no-repeat center / cover;
}
.swiper-cards .swiper-slide-active{
	opacity: 1;
}
.swiper-cards .swiper-slide-active .cover-card{
	background: #fff url('../images/cover-card-bg.png') no-repeat center / cover;
}
.swiper-pagination-bullet{
	opacity: 1;
	background-color: #9cdfeb;
}
.swiper-pagination-bullet-active{
	background-color: #fcc3c6;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: auto;
	top: -35px;
}
.swiper-button-prev:after, .swiper-button-next:after{
	display: none;
}
.swiper-button-prev, .swiper-button-next{
	top: auto;
	left: auto;
	bottom: 20px;
	right: -20px;
}
.swiper-button-prev{
	left: auto;
	width: 40px;
	height: 40px;
	background: transparent url('../images/arrow-left.png') no-repeat center / auto;
}
.swiper-button-next{
	width: 40px;
	bottom: 70px;
	height: 40px;
	background: transparent url('../images/arrow-right.png') no-repeat center / auto;
}
.tech-things{
	margin-top: 260px;
	padding-bottom: 80px;
	background: transparent url('../images/think-tech.png') no-repeat center / 65%;
}
.tech-things h2{
	margin-bottom: 40px;
}
.tech-things h3{
	margin-bottom: 35px;
	font-size: 38px;
	color: #ffcec2;
}
.tech-things h3 span{
	font-weight: 300;
	color: #fff;
}
.think-card h5{
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 20px;
	color: #d1f0f6;
}
.think-card h4{
	color: #ffcec2;
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 20px;
	max-width: 70%;
}
.think-card p{
	max-width: 85%;
}
.things-cards{
	margin-left: 60px !important;
	padding: 60px 0;
}
.think-card{
	background: transparent url('../images/think-card.png') no-repeat center / cover;
	-webkit-box-shadow: -15px 22px 51px rgba(0, 0, 0, 0.6);
	box-shadow: -15px 22px 51px rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	padding: 30px 20px;
}
.things-cards .row > div:nth-child(2n + 2) .think-card{
	z-index: 2;
	margin-top: 40px;
	position: relative;
	background: transparent url('../images/think-card2.png') no-repeat center / cover;
}
.things-cards .row > div:nth-child(2n + 2) .think-card h5, .things-cards .row > div:nth-child(2n + 2) .think-card h4, 
.things-cards .row > div:nth-child(2n + 2) .think-card p{
	color: #1c1658;
}
.things-cards .row > div + div{
	z-index: 5;
	margin-left: -30px;
}

.bottom-section{
	padding: 50px 0;
	background: #1c1658 url('../images/bottom-bg.jpg') no-repeat center top / cover;
}

.btn-enter-linkup{
	color: #1c1658;
	line-height: 62px;
	background: #dba1bd url('../images/enter-linkup-bg.png') no-repeat center center / cover;
	-webkit-box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	box-shadow: 22px 0 51px rgba(28, 22, 88, 0.61);
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	position: relative;
	min-width: 520px;
	font-weight: 900;
	font-size: 38px;
	height: 62px;
	top: -80px;
	padding: 0;
}
.btn-enter-linkup:hover{
	color: #d1f0f6;
}
.whats-linkup > .container{
	padding-top: 85px;
	background: transparent url('../images/whats-circles.png') no-repeat top right / auto;
}
.shadow-61{
	box-shadow: 22px 0 51px rgba(0, 0, 0, 0.61);
}
.what-up{
	background: transparent url('../images/whats-links.png') no-repeat center / cover;
	border-radius: 8px;
	font-weight: 900;
	font-size: 58px;
	color: #d883d8;
	line-height: 1;
	padding: 50px;
	margin-bottom: 160px;
}

.the-friend{
	background: transparent url('../images/whats-links.png') no-repeat center / cover;
	border-radius: 8px;
	line-height: 1;
	padding: 25px;
}
.the-friend h4{
	margin: 0;
	margin-left: 20px;
	color: #ffcec2;
	max-width: 40%;
}
.growth-card{
	background: transparent url('../images/whats-links.png') no-repeat center / cover;
	padding: 50px 40px;
	border-radius: 20px;
	margin-top: 20px;
	margin-left: -40px;
}
.growth-card h3{
	margin-bottom: 30px;
	font-size: 40px;
	color: #ffcec2;
}
.www-row{
	margin-top: 80px;
}
.www-col h6{
	border-bottom: 2px solid #ffcec2;
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 900;
	font-size: 22px;
	color: #ffcec2;
}
.www-row > div:nth-child(1) .www-col{
	background-image: url('../images/what-bg.png');
}
.www-row > div:nth-child(2) .www-col{
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	z-index: 5;
	background-image: url('../images/why-bg.png');
}
.www-row > div:nth-child(3) .www-col{
	background-image: url('../images/why-bg.png');
}
.www-col{
	font-size: 16px;
	padding: 30px 35px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-position: center center;
}
.www-col p{
	margin-left: 35px;
}

.current-location{
	margin: 80px 0 30px;
	padding: 75px 0 10%;
	background: transparent url('../images/location-bg.png') no-repeat top left 10% / 36%;
}
.location-card{
	background: transparent url('../images/location-card-bg.png') no-repeat center / cover;
	border-radius: 48px;
	padding: 75px 50px;
	position: relative;
	z-index: 5;
}
.location-card h4{
	margin-bottom: 25px;
	font-weight: normal;
}	
.location-img{
	margin-left: -60px;
}
.btn-link{
	color: #ffcec2;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline !important;
}
.btn-link img{
	display: inline-block;
	vertical-align: -10px;
	margin-right: 8px;
}

.programs{
	padding: 100px 0;
	background: transparent url('../images/program-shape.png') no-repeat center / contain;
}
.program-card{
	background: transparent url('../images/program-bg1.png') no-repeat center / cover;
	padding: 40px 85px;
	border-radius: 48px;
	position: relative;
	height: 100%;
}
.program-card img{
	position: absolute;
	left: 60px;
	top: -20px;
}
.program-card h6{
	font-weight: 900;
	font-size: 16px;
	padding-left: 25px;
}
.program-card h2{
	margin-bottom: 25px;
	padding-left: 25px;
	font-size: 33px;
}
.program-card h5{
	color: #ffcec2;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.programs .row > div:nth-child(2n+2) .program-card img{
	left: auto;
	right: 60px;
}
.programs .row > div:nth-child(2n+2) .program-card h6, .programs .row > div:nth-child(2n+2) .program-card h2{
	padding-left: 0;
}
.love-to-learn h2{
	margin-bottom: 25px;
}
.love-to-learn h3{
	margin-bottom: 35px;
	font-size: 38px;
	color: #ffcec2;
}
.love-to-learn{
	padding-top: 60px;
	padding-bottom: 80px;
	background: transparent url('../images/love-circles.png') no-repeat left 25% bottom / 62%;	
}
.love-card h4{
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #1c1658;
	max-width: 85%;
}
.love-cards{
	margin-top: 140px;
}
.love-cards > div{
	z-index: 1;
	margin-left: -15px;
}
.love-card{
	background: transparent url('../images/love-bg-1.png') no-repeat center / cover;	
	padding: 30px 40px 50px 60px;
	border-radius: 55px;
	color: #1c1658;
}
.love-cards > div:nth-child(2n+1) .love-card{
	margin-top: 30px;
}
.love-cards > div:nth-child(2n+2) .love-card{
	background: transparent url('../images/love-bg-2.png') no-repeat center / cover;	
	color: #d1f0f6;
}
.clarity h2{
	color: #ffcec3;
	margin-bottom: 35px;
}
.clarity{
	margin-top: 140px;
	padding-top: 100px;
	background: transparent url('../images/gfx-image.png') no-repeat top / auto;	
}
.clarity-row{
	max-width: 1060px;
	margin: 55px auto 0;
}
.clarity-card{
	background: transparent url('../images/clearity-card-bg1.png') no-repeat center / cover;	
	padding: 60px 40px 75px;
	border-radius: 35px;
	height: 100%;
}
.clarity-card img{
	filter: drop-shadow(9px 8px 51px rgba(28, 22, 87, 0.39));
}
.clarity-card h3{
	font-size: 42px;
	color: #ffcec2;
	margin: 0 0 0 10px;
}
.clarity-row .row > div:nth-child(2n+2) .clarity-card{
	color: #1c1657;
	background: transparent url('../images/clearity-card-bg2.png') no-repeat center / cover;
}
.clarity-row .row > div:nth-child(2n+2) .clarity-card h3{
	color: #1c1657;
}

.confusion{
	margin-top: 150px;
	padding-bottom: 180px;
	background: transparent url('../images/confusion-bg.png') no-repeat top 80px center / auto;
}
.confusion-cards{
	margin-top: 80px;
}
.confusion-card{
	font-size: 16px;
	max-width: 18%;
	-webkit-flex: 0 0 18%;
	-moz-flex: 0 0 18%;
	-ms-flex: 0 0 18%;
	-o-flex: 0 0 18%;
	flex: 0 0 18%;
	padding: 110px 35px 65px;
	border-radius: 32px;
	position: relative;
}
.confusion-card:nth-child(1){
	background: transparent url('../images/confusion-card-bg-1.png') no-repeat center / cover;
}
.confusion-card:nth-child(2){
	background: transparent url('../images/confusion-card-bg-2.png') no-repeat center / cover;
}
.confusion-card:nth-child(3){
	background: transparent url('../images/confusion-card-bg-3.png') no-repeat center / cover;
}
.confusion-card:nth-child(4){
	background: transparent url('../images/confusion-card-bg-4.png') no-repeat center / cover;
}
.confusion-card:nth-child(5){
	background: transparent url('../images/confusion-card-bg-5.png') no-repeat center / cover;
}
.confusion-card h3{
	font-size: 32px;
	color: #fdc7c4;
	max-width: 90%;
	line-height: 1;
	margin-bottom: 24px;
}
.confusion-card-numb{
	position: absolute;
	font-weight: 900;
	font-size: 42px;
	color: #1c1658;
	right: 15px;
	top: 15px;
}
.confusion-card-numb img{
	filter: drop-shadow(23px 0 32px rgba(24, 24, 25, 0.36));
}
.confusion-card-numb span{
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.endorse{
	border: 5px solid #63cdde;
	border-radius: 42px;
	padding: 15px 20px;
	min-height: 225px;
	position: relative;
}
.endorse h3{
	color: #d1f0f6;
	font-size: 26px;
	font-weight: 900;
	margin: 0 0 0 15px;
}
.endorse > img{
	top: -60px;
	position: relative;
	border-radius: 48px;
	filter: drop-shadow(3px 8px 16px rgba(0, 0, 0, 0.95));
}
.endorse a{
	position: absolute;
	right: 15px;
	top: 160px;
}
.endorsed .row > div:nth-child(1) .endorse{
	background: transparent url('../images/endros-bg1.png') no-repeat center / cover;
}
.endorsed .row > div:nth-child(2) .endorse{
	margin-top: 40px;
	background: transparent url('../images/endros-bg2.png') no-repeat center / cover;
}
.endorsed .row > div:nth-child(3) .endorse{
	background: transparent url('../images/endros-bg3.png') no-repeat center / cover;
}

.connected{
	margin-top: 120px;
	padding: 120px 0;
	background: transparent url('../images/connected-bg.png') no-repeat top center / auto;
}
.connected h1{
	font-size: 90px;
	padding-top: 5px;
}
.connected h1 + h1{
	color: #fff;
	background: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
}
.connected h3{
	font-size: 31px;
	color: #ffcec2;
}

.connected .banner-btn-join{
	color: #5ee6fe;
	background: none;
	border-color: #5ee6fe;
}
.connected .banner-btn-join:hover{
	color: #fff;
}
.connected .banner-btn-start{
	background-image: url('../images/btn-start-blue-bg.png');
}

footer{
	letter-spacing: 1px;
	padding: 30px 0 110px;
	text-transform: uppercase;
	background: transparent url('../images/footer-bg.png') no-repeat top center / auto;
}
footer img{
	filter: drop-shadow(22px 0 51px rgb(0 0 0 / 61%));
	max-width: 100%;
}
.scroll-top{
	position: absolute;
	right: 20px;
	bottom: 120%;
}

.navbar{
	position: absolute;
	padding: 20px 0;
	width: 100%;
	z-index: 88;
	left: 0;
	top: 0;
}
.navbar .container{
	max-width: 1600px;
}
.navbar-nav{
	background-color: #876392;
	text-transform: uppercase;
}
.navbar-nav a{
	color: #fff;
	display: block;
	font-size: 18px;
	min-width: 175px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 8px 30px !important;
}
.navbar-nav .active a, .navbar-nav a:hover{
	color: #1d175c !important;
	background-color: #f2b0cb;
}
.nav-join, .nav-start{
	font-size: 17px;
	margin-left: 30px;
	border-radius: 12px;
	text-transform: uppercase;
}
.nav-join{
	color: #f7e0f2;
	padding: 6px 25px;
	border: 3px solid #d47dda;
}
.nav-join:hover{
	background-color: #d47dda;	
}
.nav-start{
	color: #1b1556;
	font-weight: 900;
	padding: 6px 22px;
	background-color: #f2b0cb;
}
.nav-start:hover{
	background-color: #876392;		
}