.section-mission-academy .container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.mission-academy-info-block {
    max-width: 700rem;
    width: 100%;
    margin-right: 20rem;
}

.mission-academy-info-block .page-title {
    margin-bottom: 20rem;
}

.mission-academy-info-block .subheader {
    margin-top: 0;
    margin-bottom: 40rem;
}

.mission-academy-goals {
    display: flex;
    flex-direction: column;
    gap: 20rem 0;
}

.mission-academy-goal {
    position: relative;
    padding: 20rem 20rem 20rem 75rem;
    background: #F8F8F8;
    border-radius: 15rem;
    font-weight: 500;
    font-size: 20rem;
    line-height: 150%;
    color: #4F5159;
}

.mission-academy-goal::before {
    content: '';
    position: absolute;
    top: 20rem;
    left: 20rem;
    width: 35rem;
    height: 35rem;
    background: url(../../img/i_check-white.svg) center / 20rem no-repeat, #0086FF;
    border-radius: 35rem;
}

.mission-academy-slider {
    max-width: 500rem;
    width: 100%;
    margin: 0;
}

.mission-academy-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 500rem;
    width: 100%;
    height: 650rem;
    padding: 35rem;
    border-radius: 15rem;
    overflow: hidden;
}

.mission-academy-slide-quote {
    max-width: 430rem;
    width: 100%;
    margin: auto auto 0;
    padding: 15rem;
    border-radius: 10rem;
    background: #FCCF8F;
    font-weight: 600;
    font-size: 18rem;
    line-height: normal;
    color: #4F5159;
}

.mission-academy-slide-quote-author {
    margin-top: 10rem;
}

.mission-academy-slide-quote-author-name {
    font-size: 24rem;
}

.mission-academy-slide-quote-author-text {
    font-size: 16rem;
}

.services-promo-anchors {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: -100rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 20rem 40rem;
    background: #0086FF;
    box-shadow: 0rem 4rem 25rem rgba(0, 0, 0, 0.1);
    border-radius: 0;
    z-index: 1;
}

.services-promo-anchors a {
    font-size: 18rem;
    line-height: 1;
    margin: auto;
    color: #fff;
}

.services-promo-anchors a:hover {
    text-decoration: underline;
}

.experts-stats-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50rem;
    margin-top: 40rem;
}

.experts-stats-element {
    max-width: 300rem;
    width: 100%;
    height: 100%;
    padding: 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.gray-bg .experts-stats-element {
    background: #fff;
}

.experts-stats-num {
    font-weight: 800;
    font-size: 72rem;
    line-height: 1;
    color: #0086FF;
    margin-bottom: 10rem;
}

.experts-stats-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 68rem;
    font-weight: 600;
    font-size: 26rem;
    line-height: 130%;
    color: #000000;
}

.section-academy-text {
    padding-top: 0;
}

.text-block {
    font-weight: 500;
    font-size: 18rem;
    line-height: 180%;
}

.section-page-title {
    text-align: center;
    margin-bottom: 20rem;
}

.section-page-title + .subheader {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.services-support-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25rem;
}

.services-support-element {
	position: relative;
	max-width: 650rem;
	width: 100%;
	min-height: 100rem;
	margin: 15rem 0;
	padding: 25rem 25rem 25rem 95rem;
	background: #FFFFFF;
	box-shadow: var(--main-shadow);
	border-radius: 10rem;
	transition: all 0.3s ease;
}

a.services-support-element {
	padding-right: 40rem;
}

.services-support-element.not-icon {
	padding-left: 25rem;
}

a.services-support-element:hover {
	box-shadow: var(--main-shadow-hover);
}

a.services-support-element::after {
	content: '';
	position: absolute;
	top: 0;
	right: 25rem;
	bottom: 0;
	margin: auto;
	width: 13rem;
	height: 21rem;
	background: url(../../img/nav_right-blue.svg) center no-repeat;
	background-size: contain;
	opacity: 0.5;
	transition: all 0.3s ease;
}

a.services-support-element:hover::after {
	right: 20rem;
	opacity: 1;
}

.services-support-element-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 15rem;
	left: 10rem;
	width: 70rem;
	height: 70rem;
	background: #F8F8F8;
	border-radius: 70rem;
}

.services-support-element-icon img {
	width: 36rem;
}

.services-support-element-name {
	font-weight: 700;
	font-size: 20rem;
	line-height: 120%;
	color: #4F5159;
	margin-bottom: 5rem;
}

.services-support-element-text {
	font-weight: 500;
	font-size: 16rem;
	line-height: 150%;
	color: #878787;
}

.join_us_box {
    position: relative;
    background: radial-gradient(50% 50% at 50% 50%, #0086FF 0%, #006AC9 75%);
    padding-top: 130rem;
    padding-bottom: 130rem;
    color: #fff;
    font-size: 18rem;
    line-height: 150%;
}

.join_us_box .container {
    text-align: center;
    position: relative;
    max-width: 900rem;
    z-index: 2;
}

.join_us_box h2 {
    margin: 0;
    margin-bottom: 35rem;
}

.join_us_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10rem;
    max-width: 700rem;
    width: 100%;
    margin: 0 auto;
}

.join_us_box .button {
    font-size: 18rem;
}

.join_us_box .button.white {
    border: none;
    box-shadow: none;
}

.join_us_bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../img/join_us_bg.png) no-repeat 50% 50% fixed;
}

.join_us_box-v2 {
    padding: 60rem 0;
    background: radial-gradient(50% 50% at 50% 50%, #f2f2f2 0%, #f8f8f8 75%);
    box-shadow: 0rem 4rem 25rem 0rem rgba(0, 0, 0, 0.10);
    color: #3C3E45;
    overflow: hidden;
}

.join_us_box-v3 {
    padding: 60rem 0;
    background: radial-gradient(50% 50% at 50% 50%, #f2f2f2 0%, #f8f8f8 75%);
    box-shadow: 0rem 4rem 25rem 0rem rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.join_us_bg-v2 {
    background: url(../../img/join_us_bg2.jpg) center/cover no-repeat;
}

.join_us_bg-v3 {
    background: url(../../img/join_us_bg3.png) center/cover no-repeat;
}

.join_us_box-v2 h2 {
    color: #000;
}

.section-personal-consultation-v2 {
    padding-top: 0;
}

.section-personal-consultation .join_us_box {
    text-align: center;
    padding: 70rem 0;
    border-radius: 15rem;
}

.section-personal-consultation .join_us_bg {
    z-index: auto;
}

.section-personal-consultation .join_us_box h2,
.section-personal-consultation .join_us_box-title {
    position: relative;
    max-width: 700rem;
    width: 100%;
    margin: 0 auto 20rem;
    font-weight: 800;
    font-size: 32rem;
    line-height: 1.25;
}

.section-personal-consultation .join_us_box p {
    position: relative;
    max-width: 700rem;
    width: 100%;
    margin: 0 auto 30rem;
    font-size: 20rem;
}

.section-personal-consultation .join_us_box .button {
    position: relative;
    width: fit-content;
    margin: 0;
    font-weight: 600;
}

.experts-academy-list {
    margin-top: 40rem;
}

@media (min-width: 481px) {
    .swiper-experts-academy-mobile .swiper-wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20rem;
    }

    .swiper-experts-academy-mobile .experts-academy-element {
        max-width: calc(25% - 15rem);
    }
}

.experts-academy-element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 320rem;
    width: 100%;
    height: auto;
    padding: 30rem;
    background: #F8F8F8;
    border-radius: 15rem;
    transition: all 0.3s ease;
}

.gray-bg .experts-academy-element {
    background: #fff;
}

.experts-academy-element:hover,
.experts-academy-element:active {
    box-shadow: var(--main-shadow);
}

.expert_item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    background: none;
}

.expert_item-img_box {
    position: relative;
    flex-shrink: 0;
    max-width: 220rem;
    width: 100%;
    height: 220rem;
    margin: 0 auto 15rem;
    text-align: center;
}

.expert_item-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 220rem;
    border-radius: 50%;
}

.expert_item-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.expert_rang {
    position: relative;
    display: inline-block;
    height: 26rem;
    line-height: 26rem;
    border-radius: 10rem;
    background-color: #F8F8F8;
    padding: 0 12rem;
    padding-left: 28rem;
    font-size: 12rem;
    white-space: nowrap;
}

.expert_rang.blue {
    background: #0086FF;
    color: #fff;
}

.expert_rang img {
    position: absolute;
    top: -6rem;
    left: -8rem;
    width: 39rem !important;
}

.expert_item-img_box .expert_rang {
    top: -26rem;
}

.expert_item-info {
    padding-top: 20rem;
}

.expert_item-info h5, 
.expert_item-info h4 {
    font-weight: 700;
    font-size: 20rem;
    margin-top: 0;
    margin-bottom: 10rem;
}

.expert_item-desc {
    margin-bottom: 10rem;
}

.expert_item-desc a {
    font-size: 14rem;
    line-height: 150%;
    color: #4F5159;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert_item-caf a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14rem;
    line-height: 150%;
    color: #787885;
}

.academy_slide2 {
    display: block;
    border-radius: 15rem;
    overflow: hidden;
}

.academy_slide2-video {
    position: relative;
    width: 100%;
    height: 450rem;
}

.academy_slide2-img {
    line-height: 0;
}

.academy_slide2-img img {
    width: 100%;
}

.slide-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.partners-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 265rem;
    width: 100%;
    height: 200rem;
    padding: 25rem;
    background: #F8F8F8;
    border-radius: 15rem;
}

.gray-bg .partners-slide {
    background: #fff;
}

.partners-slide-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 215rem;
    width: 100%;
    height: 150rem;
}

.partners-slide-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.5;
    transition: all .3s ease;
}

.partners-slide:hover .partners-slide-img img {
    filter: grayscale(0);
    opacity: 1;
}

@media (max-width: 480px) {
    .section-mission-academy .container {
        flex-wrap: wrap;
    }

    .mission-academy-info-block {
        margin-right: 0;
        margin-bottom: 20rem;
    }

    .mission-academy-info-block .subheader {
        font-size: 16rem;
        margin-bottom: 20rem;
    }

    .mission-academy-goal {
        padding: 10rem 10rem 10rem 40rem;
        font-size: 16rem;
    }

    .mission-academy-goal::before {
        top: 12rem;
        left: 10rem;
        width: 20rem;
        height: 20rem;
        background-size: 10rem;
    }

    .mission-academy-slide {
        height: 530rem;
        padding: 30rem 15rem;
    }

    .mission-academy-slide-quote {
        padding: 10rem 15rem;
        font-size: 16rem;
    }

    .mission-academy-slide-quote-author-name {
        font-size: 18rem;
    }

    .mission-academy-slide-quote-author-text {
        font-size: 14rem;
    }

    .services-promo-anchors {
        display: none;
    }

    .experts-stats-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 15rem;
        margin-top: 0;
    }

    .experts-stats-element {
        max-width: 100%;
        padding: 20rem 10rem;
    }

    .experts-stats-num {
        font-size: 40rem;
    }

    .experts-stats-title {
        max-height: 36rem;
        height: auto;
        font-size: 14rem;
    }

    .section-academy-text {
        padding-top: 0;
    }

    .text-block {
        font-size: 14rem;
    }

    .section-page-title {
        font-size: 24rem;
    }

    .services-support-element-name {
        font-size: 18rem;
    }

    .services-support-element-text {
        font-size: 14rem;
    }

    .section-personal-consultation .join_us_box {
        padding: 50rem 25rem;
    }

    .section-personal-consultation .join_us_box h2,
    .section-personal-consultation .join_us_box-title {
        font-size: 20rem;
    }

    .section-personal-consultation .join_us_box p {
        font-size: 16rem;
    }

    .section-personal-consultation .join_us_button {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: fit-content;
        margin: 0 auto;
    }

    .join_us_box .button {
        font-size: 16rem;
    }

    .academy_slide2-video {
        height: 400rem;
    }

    .partners-slide {
        max-width: 176rem;
        height: 150rem;
    }

    .partners-slide-img {
        height: 100rem;
    }
}