/**************************************************/
/**         GENERAL RESET & BASE STYLES          **/
/**************************************************/

@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

@font-face {
	font-family: "TTCommonsPro-Rg";
	src: url("../fonts/TTCommonsPro-Rg.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

:root {
	--light-green: #c3e213;
	--black: #1a1a1a;
	--purpure: #cfbdff;

	--blue: #d6e7ff;
	--pink: #ebdef8;
	/* new */
	--font-tt: "TTCommonsPro-Rg";
	--green: #d2ef60;
	--dark-brown: #4d3e3b;
	--dark-green: #4a5b51;
	--tan-green: #9fada0;
	--white: #f6eef0;
	--tan-pink: #cdb5bc;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* color: #000; */
}

*:focus {
	outline: none;
}

html,
body {
	height: 100%;
	width: 100%;
	scroll-behavior: smooth;
	background: #fbfaf9;
}

body {
	display: flex;
	flex-direction: column;
}

main {
	flex: auto;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

b {
	font-weight: 500;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

input,
textarea,
select {
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
	resize: none;

	border: 1px solid transparent;
	color: #000c49;
	background-color: #fff;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #000c49;
	font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

.hover {
	transition: opacity 0.4s;
}

.hover:hover {
	opacity: 0.5;
}

.container {
	display: block;
	position: relative;
	width: 1670px;
	padding: 0;
	margin: 0 auto;
	height: 100%;
}

/**************************************************/
/**                 MAIN STYLES                  **/
/**************************************************/
.hover-word-js {
	position: relative;
	overflow: hidden;
	display: block;
	width: max-content;
}
.hover-word-js p {
	position: relative;
	transition: 0.3s;
}
.hover-word-js:hover p:nth-child(1) {
	transform: translateY(-100%);
}
.hover-word-js:hover p:nth-child(2) {
	transform: translateY(0);
}
.hover-word-js p:nth-child(2) {
	position: absolute;
	top: 0;
	color: #c6e513;
	transform: translateY(100%);
}
.title_description {
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 90%;
	text-transform: uppercase;
}
section {
	margin-bottom: 120px;
}
.star {
	width: 46px;
	height: 46px;
	/* float: left; */
}
h1.title,
h1.title > div {
	font-size: 86px;
	font-weight: 500;
	line-height: 90%;
	color: var(--white);
}
.section-title,
.section-title span {
	color: var(--dark-green);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 48px */
}

.green-btn {
	display: flex;
	cursor: pointer;
}
.green-btn div:nth-child(1) {
	color: var(--dark-brown);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 50px;
	background-color: var(--green);
	padding: 22px 32px;
	display: flex;
	justify-content: center;
}
.green-btn div:nth-child(2) {
	background: var(--green);
	border-radius: 50px;
	min-width: max-content;
	padding: 22px;
	display: flex;
	align-items: center;
}
.green-btn img {
	width: 25px;
	height: 25px;
	aspect-ratio: 1/1;
}
.green-btn.white div:nth-child(1) {
	background-color: var(--white);
}
.green-btn.white div:nth-child(2) {
	background: var(--white);
}
::selection {
	background-color: var(--green);
	color: var(--dark-brown);
}
/* /////////////////////////////////////////////////////////// */

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fbfaf9;
}
.header > .container {
	position: relative;
	z-index: 2;
}
.header__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding: 12px 0px;
}
.logo img {
	max-width: 113px;
	display: block;
}
.header-logo {
	width: 220px;
	display: block;
	height: fit-content;
}
.menu {
	display: none;
	background-color: var(--green);
	border-radius: 50%;
}
.menu svg {
	display: block;
}
.header-nav {
	display: flex;
	align-items: center;
	gap: 40px;
}
.header-nav a {
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.header-nav a p {
	font: inherit;
	color: inherit;
}
.green-btn.header-btn div:nth-child(1) {
	font-size: 16px;
	padding: 15px 30px;
}
.green-btn.header-btn div:nth-child(2) {
	padding: 15px;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--white);
	z-index: 1;
	transform: translateY(-101%);
	opacity: 0;
}
.mobile-menu__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	padding: 100px 0px 63px;
}
.mobile-menu__nav {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.mobile-menu__nav-link {
	/* transition: all 0.4s; */
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 8px;
	opacity: 0;
	transform: translateY(20px);
}
.mobile-menu__nav-link span {
	font: inherit;
}
.mobile-menu__nav-link:hover {
	color: var(--green);
}
/* header */

/* hero */
.hero {
	padding-top: 80px;
	padding-bottom: 15px;
	height: 100vh;
	overflow: hidden;
}
.hero_inner {
	margin: 0 40px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	padding: 64px 0px;
	display: grid;
	position: relative;
}
.hero-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: var(--tan-green);
	border-radius: 40px;
	transform: scale(0.4) rotate(-15deg);
	-webkit-filter: blur(5px);
	filter: blur(3px);
	opacity: 0;
}
.hero-content {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.hero .title {
	max-width: 975px;
	text-align: center;
}
.hero-subtitle {
	color: var(--white);
	text-align: center;
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 24px */
}
.hero-bottom {
	display: flex;
	gap: 15px;
}
.hero-top {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
}
.hero-gif {
	width: 100%;
	aspect-ratio: 1 / 1;
	max-width: 307px;
}
.hero-gif img {
	width: 100%;
	height: 100%;
}
.hero-bottom .green-btn {
	transition: unset;
}
/* hero */

/* school */
.school__inner {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.school__left {
	display: flex;
	max-width: 372px;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
}
.school__text {
	color: var(--dark-green);
	text-align: justify;
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
	text-transform: uppercase;
}
.school__right {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 72%;
	width: 100%;
}
.school__item {
	min-height: 366px;
	border-radius: 20px;
	background-color: var(--tan-pink);
	display: flex;
	flex-direction: column;
	padding: 38px;
	align-items: center;
	gap: 20px;
	color: var(--green);
	overflow: hidden;
}
.school__item-mid {
	color: var(--white);
	background-image: url("../images/school-item.webp");
	background-position: center;
	background-size: cover;
}
.school__under-num {
	text-align: center;
	font-family: var(--font-tt);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 26.4px */
}
.school-num {
	display: flex;
	align-items: center;
	font-size: 76px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
	line-height: 1;
}
.school-num span {
	font: inherit;
	line-height: 1;
}
.school-num .school-num-sub {
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
}
/* school */

/* methodology */
.methodology_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.methodology__inner {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.methodology-content {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--tan-green);
}
.methodology-item {
	transition: background-color 0.6s, color 0.6s;
	cursor: default;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	gap: 10px;
	padding: 30px 20px;
	color: var(--dark-green);
	border-bottom: 1px solid var(--tan-green);
}
.methodology-item.active {
	background-color: var(--tan-green);
	color: var(--white);
}
.methodology-item-left {
	display: flex;
	align-items: center;
	gap: 50px;
}
.methodology-item-left > span {
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.methodology-item-left > p {
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.methodology-item-right {
	width: 48%;
	list-style: ")";
	list-style-position: outside;
}
.methodology-item-right li {
	margin-bottom: 12px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-left: 12px;
}
.methodology-item-right li span {
	font-weight: 600;
}
.methodology-item-right li:last-child {
	margin-bottom: 0;
}
/* methodology */

/* plan */
.plan_top {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.plans-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.plan__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.plan-item__icon {
	color: inherit;
	transition: all 0.4s;
	transform-origin: center center;
	width: fit-content;
	height: fit-content;
}
.plan-item__icon svg {
	display: block;
}
.plan-text {
	color: inherit;
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.plan-text-500 {
	font-weight: 500;
}
.plan-text-600 {
	font-weight: 600;
}
.plan-upper {
	text-transform: uppercase;
}
.plan-font-def {
	font-family: "Manrope", sans-serif;
}
.plan-item {
	display: flex;
	flex-direction: column;
	transition: all 0.4s;
	padding: 32px 50px;
	border-radius: 40px;
	border: 1px solid rgba(159, 173, 160, 0.7);
	color: var(--dark-brown);
}
.plan-item__top {
	display: flex;
	gap: 10px;
	width: 100%;
	justify-content: space-between;
	cursor: pointer;
}
.plan-item__top-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.plan-item__title {
	color: inherit;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 35.2px */
	text-transform: uppercase;
	font-size: 32px;
}
.plan-height-fix {
	display: block;
	width: 100%;
	height: 32px;
}
.price-item__wrap {
	display: flex;
	align-items: center;
	gap: 12px;
}
.plan-item__bottom {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 32px;
}
.price-full,
.price-main {
	color: inherit;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.price-full {
	text-decoration: line-through;
}
.plan-item__content {
	display: grid;
	grid-template-rows: 0fr;
	transition: all 0.4s;
	overflow: hidden;
}
.plan-item__content > div {
	min-height: 0;
}
.plan-item__lists {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.plan-item__list-wrap {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.plan-item__list-item,
.plan-item__list {
	display: flex;
	gap: 12px;
}
.plan-item__list {
	flex-direction: column;
}
.plan-item.active {
	color: var(--white);
	background-color: var(--tan-green);
}
.plan-item.active .plan-item__content {
	grid-template-rows: 1fr;
}
.plan-item.active .plan-item__icon {
	transform: rotate(-90deg);
}
/* plan */

/* about */
.about_bottom {
	display: flex;
	gap: 60px;
}
.about_bottom-left,
.about_bottom-right {
	flex: 1;
}
.about_bottom-left {
	position: relative;
	background-image: url("../images/about-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	border-radius: 40px;
}
.about_bottom-left1 {
	padding: 15px 20px;
	background-color: var(--white);
	color: var(--dark-brown);
	border-radius: 40px;
	width: fit-content;
	font-size: 24px;
}
.about_bottom-left2 {
	margin-left: auto;
	line-height: 1;
	text-align: right;
	color: var(--white);
	font-family: var(--font-tt);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
.about_bottom-right {
	display: flex;
	flex-direction: column;
	gap: 274px;
}
.about_bt {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.about__bb {
	display: flex;
	flex-direction: column;
	gap: 45px;
}
.about__bb-title {
	color: var(--dark-green);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
}
.about__bb-list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--tan-green);
}
.about__bb-list-item {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	border-bottom: 1px solid var(--tan-green);
}
.about__bb-list-item span,
.about__bb-list-item p {
	color: var(--dark-green-green);
	font-family: var(--font-tt);
	font-size: 20px;
	line-height: 110%; /* 22px */
}
.about__bb-list-item p {
	text-align: right;
}
/* about */

/* mentors */
.mentors__inner {
	display: flex;
	gap: 50px;
}
.mentors-title {
	max-width: 755px;
	color: var(--dark-brown);
	position: sticky;
	top: 100px;
}
.mentors-content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	width: 100%;
	padding-right: 75px;
}
.mentors__left {
	flex-shrink: 0;
}
.mentors-item-top {
	display: flex;
	margin-bottom: 24px;
}
.mentors-item-top div {
	padding: 12px 15px;
	border-radius: 40px;
	color: var(--dark-green);
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	text-transform: uppercase;
	background-color: var(--green);
}
.mentors-img {
	position: relative;
}
.mentors-img img {
	object-position: center;
	object-fit: cover;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 20px;
}

.mentors-item-bottom {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.mentors-name {
	color: var(--dark-green);
	text-align: left;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-top: 10px;
}
/* mentors */

/* global */
.global__inner {
	padding: 100px 60px 60px;
	border-radius: 40px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	flex-direction: column;
	background-image: url("../images/global_bg.webp");
	background-size: cover;
	background-position: center;
}
.global__desc {
	color: var(--white);
}
.global__center {
	display: flex;
	flex-direction: column;
	gap: 45px;
	max-width: 835px;
	margin-top: 100px;
	margin-bottom: 160px;
}
.global__title {
	color: var(--white);
	font-size: 58px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 58px */
}
.global__subtitle {
	color: #fff;
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.global__subtitle span {
	padding: 0px 8px;
	border-radius: 10px;
	background-color: var(--white);
	color: var(--dark-green);
}
.global__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	gap: 10px;
}
.global__text {
	color: var(--white);
	text-align: right;
	font-family: var(--font-tt);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	max-width: 342px;
	margin-bottom: 30px;
}
/* global */

/* talented */
.talented-title {
	max-width: 1200px;
	color: var(--dark-brown);
}
.talented__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

.talented .swiper-slide {
	height: auto;
	border-radius: 40px;
	border: 1px solid rgba(159, 173, 160, 0.7);
}
.talented-swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.talented-sw-top {
	display: flex;
}
.talented-sw-top p {
	border-radius: 40px;
	background-color: var(--green);
	padding: 12px 13px;
	font-size: 18px;
	font-weight: 500;
	line-height: 110%;
	color: var(--dark-green);
}
.talented-sw-wrapp {
	padding: 24px 24px 40px;
}
.talented-img {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
}
.talented-img img {
	border-radius: 40px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.talented-name {
	margin-top: 12px;
	margin-bottom: 16px;
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 32px;
	font-weight: 500;
	line-height: 110%;
}
.talented-text {
	color: var(--dark-brown);
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}
/* talented */

/* marquee */
.marque-title {
	color: var(--dark-brown);
}
.where-work_marquee {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 20px;
	margin-top: 60px;
}

.where-work_marquee::before,
.where-work_marquee::after {
	content: "";
	height: 100%;
	width: 10%;
	position: absolute;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.where-work_marquee::before {
	left: 0;
	background: linear-gradient(
		90deg,
		var(--white) 0%,
		rgba(255, 255, 255, 0) 100%
	);
}

.where-work_marquee::after {
	right: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		var(--white) 100%
	);
}

.where-work_content {
	flex-shrink: 0;
	display: flex;
	gap: 20px;
	max-width: max-content;
	animation: scroll 55s linear infinite;
	justify-content: space-between;
}

.where-work_item {
	flex: 0 0 auto;
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--white);
	border-radius: 20px;
	padding: 10px;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}
/* marquee */

/* reviews */
.reviews .swiper-slide {
	height: auto;
}
.reviews .swiper-pagination,
.talented .swiper-pagination {
	margin-top: 15px;
	position: relative;
}
.reviews-wrap {
	border-radius: 40px;
	background-color: var(--tan-pink);
	margin: 0 40px;
	padding: 80px 0;
}
.revews-btn {
	display: flex;
}
.btn-slider {
	padding: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	border-radius: 50px;
	cursor: pointer;
}
.btn-slider img {
	width: 25px;
	height: 25px;
}
.reviews-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.reviews-bottom {
	margin-top: 58px;
}
.reviews-info {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 24px;
}
.reviews-img {
	width: 100px;
	height: 100px;
	border-radius: 20px;
}
.reviews-swiper .swiper-slide {
	padding: 32px;
	border-radius: 40px;
	background: #f6eef0;
}
.talented .swiper-button-disabled img,
.plan .swiper-button-disabled img,
.reviews .swiper-button-disabled img {
	opacity: 0.4;
}
.reviews-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
	padding-bottom: 30px;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}
.info-descr p:nth-child(1) {
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 32px;
	font-weight: 500;
	line-height: 110%;
	margin-bottom: 12px;
}
.info-descr p:nth-child(2) {
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 20px;
	font-weight: 500;
	line-height: 110%;
}
.reviews-text {
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 20px;
	font-weight: 400;
	line-height: 120%;
}
.reviews-title {
	color: var(--white);
}
.reviews-title span {
	color: inherit;
	font: inherit;
	font-weight: 600;
}
/* reviews */

/* pagin */
.reviews .swiper-pagination-bullet,
.talented .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	border-radius: 8px;
	background: rgba(246, 238, 240, 0.5);
	opacity: 1;
	transition: 0.3s all;
}
.talented .swiper-pagination-bullet {
	background: rgba(159, 173, 160, 0.5);
}
.talented .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #9fada0;
}
.reviews .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #f6eef0;
}
/* pagin */

/* faq */

.faq .hero-btns > a {
	flex-shrink: 0;
}

.faq .hero-btns {
	justify-content: center;
}
.faq__desc {
	font-weight: 600;
}
.f-bottom {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: grid-template-rows 0.3s;
}
.f-bottom span {
	display: block;
	height: 16px;
}
.active .f-bottom {
	grid-template-rows: 1fr;
}
.f-bottom > div {
	min-height: 0;
	color: var(--dark-brown);
	font-family: var(--font-tt);
	font-size: 20px;
	font-weight: 400;
}
.faq-content {
	margin-top: 40px;
	display: flex;
	gap: 20px;
}
.faq-left {
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.faq-left,
.faq-right {
	width: 50%;
}
.faq-item {
	padding: 32px;
	border-radius: 40px;
	border: 1px solid rgba(159, 173, 160, 0.7);
	cursor: pointer;
}
.faq-top_title {
	color: var(--dark-brown);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
}
.f-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.f-close {
	position: relative;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s all;
}
.f-close > div {
	position: absolute;
	background-color: var(--dark-brown);
	width: 100%;
	height: 2px;
	border-radius: 50px;
}
.f-close > div {
	position: absolute;
	background-color: var(--dark-brown);
	width: 100%;
	height: 2px;
	border-radius: 50px;
}
.f-close div:nth-child(1) {
	transform: rotate(90deg);
	transition: 0.5s all;
}
.faq-item.active .f-close {
	transform: rotate(180deg);
}
.faq-item.active .f-close div:nth-child(1) {
	transform: rotate(0deg);
}
.faq-right {
	border-radius: 40px;
	background-color: #cfbdff;
	background-image: url(../images/faq-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 32px;
}
.title-faq {
	color: var(--white);
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
}
.faq-right_descr {
	text-align: center;
	color: var(--white);
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	font-family: var(--font-tt);
	max-width: 325px;
}
/* faq */

/* footer */
.footer__inner {
	margin: 0 40px 40px;
	padding: 85px;
	border-radius: 40px;
	background-image: url(../images/footer-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	display: grid;
	place-content: center;
}
.svg-fill {
	cursor: pointer;
}
.footer-socia_item {
	margin-top: 16px;
	display: flex;
	gap: 8px;
}
.footer-top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-top_text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.footer-top_text h3 {
	color: var(--white);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}
.footer-top_text p {
	color: var(--white);
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
	text-transform: uppercase;
	max-width: 320px;
}

.footer-top_btn {
	display: flex;
	gap: 15px;
}
.footer-content {
	display: flex;
	justify-content: space-between;
}
.footer .green-btn div:nth-child(1) {
	padding: 15px 32px;
	font-size: 16px;
}
.footer .green-btn div:nth-child(2) {
	padding: 15px;
}
.footer .green-btn img {
	width: 23px;
	height: 23px;
}
.footer-text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-tt);
}
.footer-center-nav ul {
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 160px;
}
.footer-center-nav ul li {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.footer-center-nav ul li a {
	color: var(--white);
	font-size: 18px;
	font-weight: 400;
	transition: 0.5s;
	text-transform: uppercase;
}
.footer-center-nav ul li a:hover {
	color: var(--light-green);
}
.footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: flex-end;
	gap: 12px;
}
.madeBy {
	transition: all 0.4s;
}
.madeBy:hover {
	color: var(--light-green);
}
/* footer */

/* usa */
.usa__inner {
	border-radius: 40px;
	overflow: hidden;
	position: relative;
	padding: 60px 60px 90px;
}
.usa__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	position: relative;
	z-index: 1;
}
.usa__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% + 60px);
}
.usa__center {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	justify-content: space-between;
}
.usa__bottom-texts p {
	margin: 0 !important;
}
.usa__bottom-texts {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.usa__bottom-l .price-item__wrap {
	color: var(--white);
}
.usa__bottom-l {
	display: flex;
	align-items: center;
	gap: 30px;
}
.usa__bottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-top: 40px;
}
.usa__center-img {
	max-width: 576px;
}
.usa__list-title {
	color: var(--white);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}
.usa__list-text {
	color: var(--white);
	font-family: var(--font-tt);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.usa__list-num {
	color: var(--white);
	font-family: var(--font-tt);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	margin-top: 3px;
}
.usa__list-item {
	display: flex;
	gap: 16px;
}
.usa__list-item > div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.usa__center-l {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.usa__list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.usa__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (max-width: 1750px) {
	.usa__center-img {
		max-width: 500px;
	}
	.usa__bottom-texts {
		gap: 10px;
	}
	.usa__list {
		gap: 30px;
	}
	.usa__inner {
		padding: 60px;
	}
	.usa__center {
		gap: 60px;
	}
}
@media screen and (max-width: 1480px) {
	.usa__title br {
		display: none;
	}
	.usa__title {
		font-size: 32px;
	}
	.usa__inner {
		padding: 60px 40px;
	}
	.usa__bottom {
		margin-top: 20px;
	}
	.usa__list-title {
		font-size: 28px;
	}
	.usa__list-text {
		font-size: 18px;
	}
}

@media screen and (max-width: 1285px) {
	.usa__inner {
		padding: 40px;
	}
	.usa__center-img {
		max-width: 400px;
	}
	.usa__center-l {
		gap: 30px;
	}
	.usa__list-title {
		font-size: 24px;
	}
	.usa__list-text {
		font-size: 16px;
	}
	.usa__list {
		gap: 20px;
	}
}

@media screen and (max-width: 1044px) {
	.usa__content {
		gap: 30px;
	}
	.usa__center {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.usa__center-img {
		max-width: 500px;
	}
	.usa__center-l {
		width: 100%;
	}
	.usa__inner {
		border-radius: 20px;
	}
	.usa__bottom-l {
		gap: 20px;
	}
}

@media screen and (max-width: 820px) {
	.usa__bottom-texts {
		display: none;
	}
	.usa__list-item {
		gap: 10px;
	}
	.usa__list-title {
		font-size: 20px;
	}
}

@media screen and (max-width: 620px) {
	.usa__inner {
		padding: 20px 20px 30px;
	}
	.usa__bottom-l {
		gap: 10px;
		width: 100%;
		justify-content: space-between;
	}
	.usa__list-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 550px) {
	.usa__title {
		max-width: 295px;
	}
}
/* usa */

/* F2F PAGE */

.main-f2f {
	background: var(--white);
}

/* HERO */

.hero-f2f {
	position: relative;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
	height: 100vh;
	max-height: 828px;
	background-image: url("../images/f2f-hero.webp");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 40px;
	background-size: cover;
}

.hero-f2f .green-btn.white div:nth-child(1) {
	flex-shrink: 0;
}

.hero-f2f .green-btn {
	flex-shrink: 0;
}

.f2f-subtitle-hero {
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	color: var(--white);
	width: 90%;
}

.hero-text {
	padding: 81px 0 261px 81px;
	z-index: 1;
	position: relative;
	height: 100%;
	max-width: 652px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.hero-btns {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-self: end;
}

.hero-text-top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

/* HERO */

/* WHY F2F */

.why-l {
	padding: 60px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-image: url("../images/why-l2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50px;
	width: 100%;
	height: -webkit-fill-available;
}

.f2f-subheading {
	font-size: 48px;
	color: var(--dark-brown);
	font-weight: 600;
	line-height: 100%;
}

.f2f-subtitle {
	font-size: 20px;
	color: var(--dark-brown);
	line-height: 110%;
}

.why-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.why-r > ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.why-item {
	padding: 24px 70px 24px 24px;
	border-radius: 20px;
	background-color: var(--tan-green);
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.why-item > h3 {
	font-size: 32px;
	color: var(--white);
	font-weight: 500;
	line-height: 120%;
}

.why-item > p {
	color: var(--white);
	font-size: 20px;
	line-height: 110%;
}

.why-item > h4 {
	margin-top: 8px;
	font-size: 20px;
	color: var(--white);
	line-height: 110%;
	text-transform: uppercase;
}

.why-item > ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-left: 25px;
}

.why-item > ul > li:nth-child(1) {
	position: relative;
}
.why-item > ul > li:nth-child(2) {
	position: relative;
}
.why-item > ul > li:nth-child(3) {
	position: relative;
}

.why-item > ul > li:nth-child(1)::before {
	content: "1.";
	position: absolute;
	left: -25px;
	top: 0;
}

.why-item > ul > li:nth-child(2)::before {
	content: "2.";
	position: absolute;
	left: -25px;
	top: 0;
}

.why-item > ul > li:nth-child(3)::before {
	content: "3.";
	position: absolute;
	left: -25px;
	top: 0;
}

.why-item > ul > li {
	color: var(--white);
	font-size: 20px;
	line-height: 110%;
}

.why-l .f2f-subheading {
	text-align: center;
}

.why-f2f.container {
	height: auto;
}

/* WHY F2F */

/* TALENTS */

.talents-img {
	width: 372px;
	height: 372px;
	margin-top: 24px;
}

.talents-l {
	max-width: 604px;
	display: flex;
	gap: 16px;
	flex-direction: column;
	position: sticky;
	top: 80px;
	height: fit-content;
}

.talents {
	position: relative;
}

.talents-inner {
	display: flex;
	gap: 100px;
}

.talents-r {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.talents-r > h3 {
	color: var(--dark-brown);
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.talents-list > li {
	display: flex;
	gap: 130px;
	padding: 20px 0;
	border-top: 1px solid var(--tan-green);
}

.talents-list {
	border-bottom: 1px solid var(--tan-green);
}

.talent-title {
	font-size: 20px;
	color: var(--dark-brown);
	font-weight: 700;
	line-height: 110%;
}

.talent-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.talent-about {
	font-size: 20px;
	color: var(--dark-brown);
	line-height: 110%;
}

.talent-number {
	color: var(--dark-brown);
	font-size: 20px;
	line-height: 110%;
}

/* TALENTS */

/* F2F MENTORS */

.mentors-f2f .f2f-subheading,
.mentors-f2f .f2f-subtitle {
	color: var(--white);
}

.mentors-f2f-inner {
	border-radius: 50px;
	background-color: var(--tan-green);
	padding: 60px;
	display: flex;
}

.mentors-f2f-inner-l {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.mentors-f2f-swiper,
.mentors-f2f-swiper-2 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.mentor-f2f-active {
	width: 402px;
	height: 402px;
	border-radius: 20px;
}

.mentor-f2f {
	width: 170px;
	height: 170px;
	border-radius: 20px;
}

.mentors-f2f-swiper-wrapper {
	display: flex;
	gap: 20px;
	align-items: end;
	position: relative;
}

.mentors-f2f-swiper-arrows {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	top: 0;
	right: 0;
}

.swiper-f2f-prev,
.swiper-f2f-next {
	width: 69px;
	height: 69px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	background-color: var(--green);
	cursor: pointer;
}

.swiper-f2f-prev > svg,
.swiper-f2f-next > svg {
	width: 25px;
	height: 25px;
}

.mentor-name {
	color: var(--dark-green);
	line-height: 110%;
	background-color: var(--green);
	border-radius: 40px;
	position: absolute;
}

.mentor-f2f-block .swiper-slide {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.mentor-img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.mentor-f2f-active .mentor-name {
	bottom: 20px;
	left: 20px;
	padding: 12px 15px;

	font-size: 20px;
}

.mentor-f2f .mentor-name {
	bottom: 10px;
	padding: 10px 11px;
	left: 10px;
	font-size: 18px;
}

.mentors-f2f .f2f-subtitle {
	width: 81%;
}

.mentors-f2f .f2f-subheading {
	text-transform: uppercase;
}

/* F2F MENTORS */

/* EXAMPLES */

.examples .f2f-subheading {
	line-height: 110%;
}

.examples-inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.examples .methodology-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
}

.examples .methodology-item-right {
	width: 100%;
	display: flex;
	gap: 12px;
}

.examples .methodology-item-right > span,
.examples .methodology-item-right > p {
	font-size: 20px;
}

.examples .methodology-item-left > p {
	font-size: 28px;
}

.examples .methodology-content {
	border: 0;
}

/* EXAMPLES */

/* CARDS */

.card-btn img {
	width: 25px;
	height: 25px;
}

.card-btn > div:nth-child(1) {
	color: var(--white);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 22px 32px;
	background-color: var(--dark-green);
	border-radius: 50px;
	width: fit-content;
}

.card-btn > div:nth-child(2) {
	padding: 22px;
	background-color: var(--dark-green);
	border-radius: 50px;
	width: fit-content;
}

.card-btn {
	display: flex;
	gap: 0;
	align-items: center;
	width: fit-content;
}

.card {
	padding: 50px;
	background-color: var(--green);
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.card-heading {
	font-size: 32px;
	color: var(--dark-green);
	font-weight: 600;
	line-height: 110%;
	text-transform: uppercase;
}

.card-t {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.card-subheading {
	color: var(--dark-green);
	font-size: 20px;
	font-weight: 500;
}

.card-b-span-sm {
	color: var(--dark-green);
	font-size: 20px;
	font-weight: 500;
}

.card-b-span {
	font-size: 24px;
	color: var(--dark-green);
	font-weight: 500;
}

.card-b-text {
	display: flex;
	align-items: center;
	gap: 12px;
}

.card-b {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cards-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px;
}

.card-benefit > span:nth-child(1) {
	color: #fff;
	font-size: 24px;
	line-height: 110%;
}

.card-benefit > span:nth-child(2) {
	font-size: 48px;
	color: #fff;
	font-weight: 500;
	line-height: 110%;
}

.card-benefit {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 14px;
	width: 129px;
	height: 129px;
	border-radius: 100px;
	background-color: #96a998;
	transform: rotate(10deg);
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.card:nth-child(2) {
	position: relative;
}

.f2f-subtitle {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.f2f-subtitle-wrapper {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.f2f-subtitle-bold {
	font-weight: 700;
}
/* CARDS */

/* HORIZONTAL */

.work-slides-wrapper {
	display: flex;
	gap: 32px;
	padding-left: 125px;
	will-change: transform;
}
.work-slide-wrapper {
	height: 615px;
	padding: 24px 24px 36px 24px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 40px;
	border: 1px solid rgba(159, 173, 160, 0.7);
}

.work-slide {
	flex: 0 0 684px;
}

.work-slide-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 110%;
	text-align: center;
	max-width: 381px;
	color: var(--white);
	transition: all 0.3s ease;
}

.work-slide-title-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	border-radius: 40px;
	background-color: #96a998;
	height: 76px;
	transition: all 0.3s ease;
}

.work-test {
	height: 56px;
	width: 100%;
	background-color: #96a998;
	transition: all 0.3s ease;
}

.work-slide-t {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.work-slide-about > h4 {
	color: var(--dark-brown);
	font-size: 20px;
	line-height: 120%;
	font-weight: 600;
}

.work-slide-about {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.work-slide-about > ul {
	list-style-type: disc;
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-left: 24px;
}

.work-slide-about > ul > li {
	color: var(--dark-brown);
	font-size: 20px;
	line-height: 110%;
}

.work-slide-b {
	color: var(--dark-brown);
	font-size: 20px;
	font-weight: 700;
	line-height: 110%;
}

.work-slide.active .work-slide-title-wrapper {
	background-color: var(--green);
}

.work-slide.active .work-slide-title {
	color: var(--dark-brown);
}

.work-hor-info {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 1670px;
	margin: 0 auto 60px;
}

.work-hor-subtitle {
	color: var(--dark-brown);
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: justify;
}

.work-slide-line-wrapper img {
	width: 60px;
	height: 60px;
}

.work-slide-img {
	opacity: 1;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.work-slide-line-img {
	position: relative;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 1px solid rgba(77, 62, 59, 0.5);
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.work-slide-img-active {
	opacity: 0;
	transition: all 0.3s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.work-slide.active .work-slide-img {
	opacity: 0;
}

.work-slide.active .work-slide-img-active {
	opacity: 1;
}

.work-slide.active .work-slide-line-img {
	border: 1px solid var(--green);
}

.section-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	height: 882px;
	overflow: hidden;
}

.work-slide-line-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}

.work-slide-line {
	width: 100%;
	height: 1px;
	background-color: rgba(77, 62, 59, 0.5);
	transition: all 0.3s ease;
}

.work-slide.active .work-slide-line {
	background-color: var(--green);
}

.work-hor .green-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* HORIZONTAL */

/* F2F PAGE */
