/*!
Theme Name: educateplus
Author: Digital Octane
Author URI: http://digitaloctane.co/
Version: 1.0.0
Requires PHP: 5.6
Text Domain: educateplus

educateplus is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@font-face {
    font-family: 'Neue Haas Unica W1G';
    src: url('assets/fonts/neuehaasunicaw1g-regular.ttf')  format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Unica W1G';
    src: url('assets/fonts/Neue_Haas_Unica_W1G_Bold.otf')  format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Unica W1G';
    src: url('assets/fonts/Neue_Haas_Unica_W1G_Black.otf')  format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('assets/fonts/Neue_Haas_Grotesk_Display_Pro_45_Light.otf')  format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('assets/fonts/Neue-Haas-Grotesk-Display-Pro-75-Bold.ttf')  format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('assets/fonts/Neue_Haas_Grotesk_Display_Pro_95_Black.otf')  format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('assets/fonts/HelveticaNeue-Roman.otf')  format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



html {
    margin: 0 !important;
}
#wpadminbar {
    transform: translateX(-99.9%);
    transition: 0.3s;
}
#wpadminbar:hover {
    transform: translateX(0);
}


/*** General ***/
:root {
    --fontSize: 20px;
    --lineHeight: 1.5;
	--textColor: #000;
    --fontFamily: 'Neue Haas Unica W1G', sans-serif;
    --mainBgColor: #fff;
	--titlesFF: 'Baskervville', serif;
}

body {
    font-family: var(--fontFamily);
    font-size: var(--fontSize);
    line-height: var(--lineHeight);
    font-weight: 400;
    color: var(--textColor);
    background: var(--mainBgColor);
}
body.body_active_modal {
   height: 100vh;
   overflow-y: hidden;
   padding-right: 16px;
}

html {
    margin: 0 !important;
}
html, body {
    scroll-behavior: smooth;
}

._container {
    max-width: 1261px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}


a {
    color: inherit;
}

img, video {
    width: 100%;
    max-width: 100%;
}

.horizontal_slider, ._pin_wrap {
  	display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    position: relative;
}
._pin_wrap {
	gap: 14px;
	/*transition: 0.7s linear;*/
}

.swiper_btn {
	cursor: pointer;
	transition: 0.3s;
}
.swiper_btn.swiper-button-disabled, .swiper_btn:hover {
    opacity: 0.5;
}
.swiper_btn.swiper-button-disabled {
    cursor: auto;
}

section {
	scroll-margin-top: 60px;
}

@media (max-width: 600px) {
    
    :root {
		--fontSize: 16px;
	}
	
	._pin_wrap {
		gap: 9px;
	}
}



/* fadeInUp */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.fadeInUp {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.fadeInUp.animate {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/* fadeInUp */




.links_section {
	padding: 60px 0;
	font-weight: 700;
	font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}
.links_section ._row {
	gap: 30px;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 600px) {
    
	.links_section {
		font-size: 12px;
	}
}

section#strategy {
	scroll-margin-top: 20vh;
}

.text_section {
	padding: 100px 0;
	line-height: 240%;
	text-align: center;
    font-family: 'Helvetica Neue';
}
.text_section ._container {
	padding: 0 38px;
	max-width: 936px;
}

.title_section {
	font-size: 100px;
	padding: 170px 0;
	line-height: 1;
	font-weight: 900;
}
.title_section ._container {
	max-width: 815px;
    padding-left: 74px;
    margin-right: 0;
}

@media (min-width: 851px) {
	.title_section.mob {
		display: none;
	}
}

@media (max-width: 850px) {
    
	.title_section.desk {
		display: none;
	}
    .title_section {
    	font-size: 40px;
		font-size: 11.12vw;
	}
	.title_section ._container {
    	max-width: 354px;
		max-width: 98.3vw;
        padding-left: 20.6vw;
	}
}


.video_section.full_width ._container {
	max-width: 100%;
}

@media (min-width: 768px) {
	
	.video_section.full_width ._container {
		padding: 0;
	}
}

.video_columns {
	padding: 148px 0;
}
.video_columns ._row {
	grid-template-columns: 1.42fr 1fr;
	gap: 30px;
	display: grid;
}
.video_columns ._text {
	margin-top: 28px;
}

@media (min-width: 1501px) {
    
	.video_columns ._text {
		margin-right: -37px;
	}
}

@media (max-width: 1000px) {
    
    .video_columns ._row {
    	display: block;
	}
	.video_columns ._right {
		margin-top: 18px;
	}
	.video_columns ._text {
		margin-top: 100px;
	}
}


.image_text_columns ._grid {
	grid-template-columns: 1fr 1.426fr;
	gap: 30px;
	display: grid;
}
.image_text_columns ._content {
	margin-top: 28px;
	gap: 34px;
	align-items: flex-start;
	display: flex;
}
.image_text_columns ._title {
	flex-shrink: 0;
	font-weight: 900;
}
.image_text_columns ._card img {
    aspect-ratio: 2 / 1.353;
    object-fit: cover;
}

@media (max-width: 850px) {
    
	.image_text_columns ._grid {
    	display: block;
	}
	.image_text_columns ._card + ._card {
		margin-top:65px;
	}
    .image_text_columns ._card img {
    	aspect-ratio: 2 / 1.39;
	}
}

@media (max-width: 600px) {
	
	.image_text_columns ._content {
	    margin-top: 18px;
    	display: block;
	}
	.image_text_columns ._title {
    	margin-bottom: 8px;
	}
}


.gallery_section ._grid {
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	display: grid;
}
.gallery_section img {
    aspect-ratio: 1;
    object-fit: cover;
}
.gallery_section ._item:nth-of-type(even) {
	margin-top: 116px;
}

@media (max-width: 600px) {
	
	.gallery_section ._grid {
    	display: block;
	}
	.gallery_section ._item + ._item {
		margin-top: 20px;
	}
	.gallery_section ._item:nth-of-type(odd) {
		padding-right: 56px;
	}
	.gallery_section ._item:nth-of-type(even) {
		margin-top: 20px;
		padding-left: 56px;
	}
}


.slider_section {
	padding-bottom: 150px;
	
	--eds-carousel-slide-gap: 31px;
	--eds-carousel-current-index: 1;
    --eds-carousel-slide-opacity: 1;
    --eds-carousel-slide-translate-x: 0;
    --eds-carousel-slide-translate-scale3d: 1, 1, 1;
}
.slider_section ._slider {
    cursor: grab;
}
.slider_section ._inner {
	overflow: hidden;
}
.slider_section .section_title {
	font-size: 100px;
	margin-bottom: 30px;
	line-height: 1;
	font-weight: 900;
	font-family: 'Neue Haas Grotesk Display Pro';
}
.slider_section ._row {
	display: flex;
}
.slider_section ._left {
	padding-right: 30px;
	max-width: 420px;
	position: relative;
    z-index: 9;
}
/*
.slider_section ._left {
	padding-left: 215px;
	padding-right: 30px;
	width: 38.35%;
}
.slider_section ._right {
	width: 61.65%;
}
*/
.slider_section .nav_block {
	gap: 30px;
	display: flex;
}
.slider_section ._card img {
	margin-bottom: 30px;
	aspect-ratio: 1;
}
.slider_section ._title {
	margin-bottom: 20px;
	font-weight: 900;
}
.slider_section .slider_block {
    max-width: 282px;
}
.slider_section .swiper-slide ._card {
    flex-shrink: 0;
    scroll-snap-align: start;
    transition-duration: 1s;
    transition-property: transform, opacity, -webkit-transform;
    opacity: var(--eds-carousel-slide-opacity);
    transform: translateX(var(--eds-carousel-slide-translate-x)) scale3d(var(--eds-carousel-slide-translate-scale3d));
	background: #fff;
}
.slider_section .swiper-slide.swiper-slide-prev ._card, .slider_section .swiper-slide:not(.swiper-slide-active, .swiper-slide-next) ._card {
    transform: translate3d(100%, 10%, 0) scale(0);
	opacity: 0;
}
.slider_section .swiper-slide.swiper-slide-next ~ .swiper-slide ._card {
    transform: none;
	opacity: 1;
}

/*
.slider_section .swiper-slide ._card {
    flex-shrink: 0;
    scroll-snap-align: start;
    transition-duration: 1s;
    transition-property: transform, opacity, -webkit-transform;
    opacity: var(--eds-carousel-slide-opacity);
    transform: translateX(var(--eds-carousel-slide-translate-x)) scale3d(var(--eds-carousel-slide-translate-scale3d));
}
.slider_section .swiper-slide.swiper-slide-prev ._card {
    --eds-carousel-slide-opacity: 0;
    --eds-carousel-slide-translate-scale3d: 0.3, 0.3, 0.3;
}
.slider_section .swiper-slide.swiper-slide-prev ~ .swiper-slide ._card {
    --eds-carousel-slide-translate-x: calc(var(--eds-carousel-slide-index) * -100% - var(--eds-carousel-slide-gap) * var(--eds-carousel-slide-index));
}
.slider_section .swiper-slide.swiper-slide-prev ~ .swiper-slide:not(.swiper-slide-prev) ._card {
    --eds-carousel-slide-translate-x: calc(var(--eds-carousel-current-index) * -100% - var(--eds-carousel-slide-gap) * var(--eds-carousel-current-index));
}
*/


@media (max-width: 1200px) {
    
    .slider_section .section_title {
    	font-size: 80px;
	}
	.slider_section ._left {
    	max-width: 360px;
	}
}


@media (max-width: 800px) {
	
	.slider_section ._row {
		display: block;
	}
	.slider_section ._right {
		margin-top: 30px;
	}
}

@media (max-width: 600px) {
	
	.slider_section {
		padding-bottom: 100px;
	}
    .slider_section .section_title {
    	font-size: 40px;
	}
	.slider_section .nav_block {
    	gap: 18px;
	}
	.slider_section .nav_block svg {
		width: 25px;
		height: auto;
	}
	.slider_section .slider_block {
		max-width: 156px;
	}
	.slider_section ._card img {
    	margin-bottom: 16px;
	}
}


.marquee_section {
	overflow: hidden;
}
.marquee_section ._item {
    width: 234px;
	height: 234px;
	border-radius: 50%;
	position: relative;
	background: #c7e262;
	font-weight: 700;
}
.marquee_section .item_inner {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.marquee_section ._item:first-of-type {
	margin-left: 20px;
}
.marquee_section ._item:last-of-type {
	margin-right: 20px;
}

@media (min-width: 1262px) {
    
    .marquee_section ._item:first-of-type {
		margin-left: calc(20px + (1390 - 20) * ((100vw - 1261px) / (4000 - 1261)));
	}
	.marquee_section ._item:last-of-type {
		margin-right: calc(20px + (1390 - 20) * ((100vw - 1261px) / (4000 - 1261)));
	}
}

@media (max-width: 900px) {
    
	.marquee_section ._item {
		width: 160px;
		height: 160px;
	}
}



.footer_logo {
	max-width: 238px;
}
.site_footer {
	padding: 160px 0;
	font-size: 14px;
	line-height: 130%;
	font-family: 'Neue Haas Grotesk Display Pro';
	background: #000;
	color: #fff;
}
.site_footer ._grid {
	gap: 50px;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.footer_logo_block {
	gap: 20px;
	align-items: flex-end;
	display: flex;
	font-weight: 900;
}
.footer_logo_block img {
	max-width: 62px;
	flex-shrink: 0;
}
.contact_block ._title {
	margin-bottom: 20px;
	font-weight: 700;
}
.socials_block {
	padding-left: 10px;
    font-weight: 300;
}
.social_item + .social_item {
	margin-top: 20px;
}
.social_item {
	gap: 10px;
	align-items: center;
	display: flex;
}
.social_item svg {
	max-width: 18px;
	flex-shrink: 0;
}
.social_item._linkedin svg {
    margin-bottom: 3px;
}
.social_item._phone, .social_item._email {
	text-decoration: underline;
}

@media (max-width: 1500px) {
    
    .site_footer ._grid {
    	justify-content: space-around;
	}
}

@media (max-width: 1000px) {
	
	.footer_logo_block {
		text-align: center;
    	display: block;
	}
	.footer_logo_block img {
    	margin-top: 11px;
	}
}

@media (max-width: 800px) {
	
	.site_footer {
		padding: 92px 0;
	}
	.site_footer ._grid {
    	display: block;
	}
	.footer_logo {
		margin: 0 auto 50px;
		display: block;
	}
	.contact_block {
		margin: 60px auto 0;
		max-width: 165px;
	}
	.socials_block {
		padding-left: 0;
	}
}

@media (max-width: 600px) {
    
	.site_footer {
		font-size: 12px;
	}
}



