body {
    background: #16172C;
}

html.no-scroll {
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}

.content {
    margin-top: 104px;
    margin-bottom: 0;
}

/* ITS banner style */

.banner {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.simple-image-nav svg:hover {
    scale: 0.9;
}

.simple-image-nav svg {
    transition: all 0.4s ease-in-out;
}

.team-wrapper h3 svg:hover {
    scale: 0.9;
}

.team-wrapper h3 svg {
    transition: all 0.4s ease-in-out;

}

.team-sl .swiper-slide .text-section .name svg:hover {
    scale: 0.9;

}

.team-sl .swiper-wrapper {
    height: 430px;
}

.main-links-item:hover {
    background: #0353F0;
}

.footer-social-links a svg {
    transition: all 0.4s ease-in-out;

}

.footer-social-links a svg:hover {
    scale: 0.9;
}

.main-links-item {
    transition: all 0.4s ease-in-out;
}

.team-sl .swiper-slide .text-section .name svg {
    transition: all 0.4s ease-in-out;

}

.banner-img {
    width: 100%;
    height: 450px;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.banner-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 507px;
}

.banner-cards__item {
    display: flex;
    height: calc(87px - 24px);
    background: #0353F0;
    border-radius: 8px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    width: 249px;
}

.banner-cards__item:nth-of-type(3) {
    width: 507px;
}

.banner-cards__item h3 {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: white;

}

.banner-cards__item h4 {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: white;

}

.banner-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 612px;
}

.banner-text h1 {
    font-family: Fixel Display;
    color: white;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;

}

.banner-text h2 {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: white;
    line-height: 140%;
    letter-spacing: 0%;

}

/* ITS services style */
.services {
    margin-top: 96px;
}

.services__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.services-item {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    height: calc(350px - 48px);
    width: calc(298px - 48px);
    background: linear-gradient(180deg, rgba(235, 241, 254, 0.08) 0%, rgba(205, 222, 255, 0.08) 100%);
    backdrop-filter: blur(100px);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;


}

.services-item .wr {
    width: 80px;
    height: 80px;
}

.services-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.services-item:hover .services-item-hovers {
    opacity: 1;
}

.services-item:hover {
    background: #0353F0;
}

.services-item img {
    transition: all 0.4s ease-in-out;
}

.services-item:hover img {
    opacity: 0;
}

.services-item p {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    color: white;
    line-height: 120%;
    letter-spacing: 0%;

}

.services-item-hovers {
    opacity: 0;
    display: flex;
    flex-direction: column;
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #FFFFFF;
    position: absolute;
    max-width: 250px;
    bottom: 20px;
    width: calc(100% - 48px);
}

.services-item:hover .services-item-hovers .services-item-links {
    display: flex !important;
    opacity: 1;
}

.services-item-links {
    opacity: 0;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.services-item-links span {
    margin-bottom: 4px;
    font-family: Avenir Next;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.services-item-links a {
    background: #16172C;
    padding: 12px;
    width: calc(100% - 24px);
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 16px;
    leading-trim: NONE;
    height: calc(46px - 24px);
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 12px;
}


/* ITS representative style */

.representative {
    margin-top: 96px;
}

.representative__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.representative__list {
    width: 100%;
    overflow: hidden;
}

.representative__list .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.representative__list .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.5;
}

.representative__list .swiper-pagination-bullet-active {
    background: #0353F0;
    opacity: 1;
}

.representative__list__item {
    padding: 18px 0;
    background: #FFFFFF0D;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
}

.representative__list__item img {
    object-fit: contain;
}

/* ITS question style */

.question {
    margin: 96px 0;
}

.question__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.question__wrapper-top {
    display: flex;
    flex-direction: row;
    gap: 64px;
}

.question__wrapper-top__title {
    display: flex;
    flex-direction: column;
    max-width: 669px;
    flex-shrink: 0;
    gap: 44px;
}

.question__wrapper-top h2 {
    font-family: Fixel Display;
    color: white;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;

}

.question__wrapper-top h4 {
    font-family: Avenir Next;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: white;

}

.question__wrapper-top__text {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.question__wrapper-top__text-item {
    position: relative;
    font-family: Avenir Next;
    padding-left: 16px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    border-left: 1px solid #0353F0;

}

.simple-image {
    height: 500px;
    width: 100%;
    position: relative;

}

.simple-image-nav {
    position: absolute;
    display: flex;
    bottom: 24px;
    margin: 0 24px;
    width: calc(100% - 48px);
    justify-content: space-between;
    z-index: 1;
}

.simple-image-nav svg {
    background: #FFFFFF1A;
    backdrop-filter: blur(100px);
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 8px;
}

.simple-image img {
    height: 100%;
    border-radius: 12px;
    width: 100%;
    object-fit: cover;
}

.simple-image .swiper-wrapper {
    align-items: unset;
}

.question__wrapper__slider {
    overflow: hidden;
}

.question__wrapper-cards {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.question__wrapper-cards__item {
    background: #0353F0;
    backdrop-filter: blur(100px);
    padding: 24px;
    font-family: Avenir Next;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    width: calc(402px - 48px);
    text-align: center;
    color: white;
    height: calc(123px - 48px);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center
}

/* ITS trends style */

.trends {
    margin-top: 128px;
}

.trends__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.trends__tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    border-radius: 16px;
    padding: 8px;
    gap: 8px;
    border: 1px solid #FFFFFF80;
}

.trends__tabs-item {
    width: 264px;
    padding: 16px 0;
    font-family: Avenir Next;
    cursor: pointer;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: center;
    border-radius: 12px;
    letter-spacing: 0%;
    transition: all 0.4s ease-in-out;
}

.trends__tabs-item.active {
    background: #FFFFFF;
    color: #16172C;
}

.trends__items__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.trends-item {
    border: 1px solid #FFFFFF80;
    padding: 24px;
    height: calc(234px - 48px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 16px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.trends-item:hover {
    background: #FFFFFF;
}


.trends-item h4 {
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.trends-item:hover h4 {
    color: #16172C;
}

.trends-item:hover h3 {
    color: #16172C;
}

.trends-item h3 {
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;

}

.trends-item.row-3 {
    width: calc(33% - 57px);
}

.trends-item.row-2 {
    height: calc(324px - 48px);
    width: calc(50% - 58px);
}

.trends-item-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.trends-item-section {
    width: calc(50% - 9px);
}

.col-2 {
    height: auto;
    gap: 16px;
}

.trends-item.rows {
    height: calc(185px - 48px);
    width: calc(50% - 58px);
}

.trends-item.row-style {
    height: calc(208px - 48px);

}

.team-slider {
    position: relative;
    margin: 96px 0;
    overflow: hidden;
}

.team-wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
    overflow: hidden;
}

.team-wrapper h3 {
    font-family: Fixel Display;
    color: white;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.team-wrapper h3 svg {
    cursor: pointer;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.team-sl .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}

.team-sl .swiper-slide img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}

.team-sl .swiper-slide .text-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-sl .swiper-slide .text-section .name {
    font-family: Fixel Display;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-sl .swiper-slide .text-section .position {
    font-family: Avenir Next;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
    color: white;

}

.swiper-part .swiper-wrapper {
    overflow: visible !important;
}



.swiper-slide {}

.swiper-slide-active .slider__item-image {
    width: 350px;
    height: 350px;
}

.slider__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 457px;
    border-radius: 16px;
}

.slider__item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.slider__item-image {
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: width 0.4s ease, height 0.4s ease;
}

.slider__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 900px;
    object-position: top;
    transition: transform 0.4s ease;
}

.slider__item-title h6 {
    font-family: Avenir Next;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.slider__item-desc p {
    text-align: center;
    font-family: Avenir Next;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.swiper-buttons {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: none !important;
}



.swiper-button-prev,
.swiper-button-next {
    all: unset !important;
}

.swiper-buttons__icons {
    cursor: pointer;
    padding: 16px 24px;
    background-color: #0353F0;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.4s ease, transform 0.4s ease;
}

.swiper-buttons__icons:hover {
    background-color: #024ECF;
    transform: translateY(-2px);
}

.swiper-buttons__icons:active {
    background-color: #0144C2;
    transform: scale(0.95);
}


.reviews {
    padding-top: 128px;
    position: relative;
    width: 100%;
}

.reviews__wrap {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.reviews__title {
    width: 100%;
    text-align: center;
}

.reviews__title h2 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 44px;
    line-height: 53px;
    font-weight: 700;
}

.reviews__list {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.reviews__left {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviews__item {
    background-color: #E6EEFD;
    backdrop-filter: blur(100px);
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}


.reviews__item.last {
    padding: 32px 32px 42px 32px;
}

.reviews__item-desc p {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.reviews__item-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.reviews__item-img {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

.reviews__item-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviews__item-title h6 {
    font-family: Fixel Display;
    color: #16172C;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}

.reviews__item-position {
    background-color: #0353F026;
    border-radius: 8px;
    padding: 8px 12px;
}

.reviews__item-position p {
    font-family: Avenir Next;
    color: #16172C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.form-popout {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(160px);
}

.form-popout__close {
    z-index: 1;
    border-radius: 900px;
    cursor: pointer;
    background-color: #0353F0;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: background-color 0.4s ease;
}

.form-popout__close:hover {
    background-color: #024EC0;
}

.form-popout__content {
    height: auto;
    width: 100%;
    border-radius: 32px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 64px;
    transition: all .4s ease-in-out;
}

.form-popout__content .links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin: 0 auto;
}

.form-popout__content .links a {
    width: 403px;
    height: 403px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF80;
    border-radius: 24px;
    font-family: Avenir Next;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.form-popout__content .links a:hover {
    background: #0353F0;
    color: #16172C;
}

.form-popout__content h3 {
    margin-top: 128px;
    font-family: Fixel Display;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.form-popout__content img {
    border-radius: 32px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation: fade 6s infinite ease-in-out;
    opacity: 0;
    filter: brightness(0.85);
}

@keyframes fade {

    0%,
    100% {
        opacity: 0;
    }

    15%,
    65% {
        opacity: 0.8;
    }
}


.info-section {
    margin: 96px 0;

}

.info-section__wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 18px;
    background: linear-gradient(135deg, #124cfe, #b9d4f9);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.info-section__wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 66px;
}

.info-section__wrapper-left {
    display: flex;
    flex-direction: column;
    max-width: 552px;
    gap: 32px;
}


.info-section__wrapper-left h3 {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    color: white;
    line-height: 120%;
    letter-spacing: 0%;

}

.info-section__wrapper-left img {
    height: 222px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.info-section__wrapper-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.main-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 447px;
    flex-shrink: 0;
}

.main-links-item {
    padding: 20px 16px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FFFFFF;
    width: calc(447px - 32px);
    background: #FFFFFF0D;

}

.main-links-item:first-of-type {
    background: #0353F0;
    margin-bottom: 2px;
}


.main-links h5 {
    font-family: Fixel Display;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    line-height: 120%;
    text-align: left;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 12px;

}

.other-links {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.other-links__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-family: Fixel Display;
    color: white;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;

}

@media screen and (max-width:1024px) {
    .team-wrapper h3 svg {
        scale: 0.8;
    }

    .content {
        overflow: hidden;
        margin-top: 68px;
        margin-bottom: 0;
    }

    .banner {
        gap: 32px;
    }

    .banner-img {
        height: 300px;
    }

    .banner__wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .banner-cards {
        max-width: 100%;
        width: 100%;
    }

    .banner-cards__item {
        height: calc(67px - 16px);
        padding: 8px 0;
        width: calc(50% - 4px);
    }

    .banner-cards__item:nth-of-type(3) {
        width: 100%;
    }

    .banner-cards__item h3 {
        font-size: 24px;
        line-height: 120%;

    }

    .banner-cards__item h4 {
        font-family: Avenir Next;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;

        leading-trim: NONE;
        line-height: 140%;
        letter-spacing: 0%;
        text-align: center;

    }

    .banner-text {
        max-width: 100%;

    }

    .banner-text h1 {
        font-size: 20px;
    }

    .banner-text h2 {
        font-size: 16px;

    }

    .projects {
        margin-top: 64px;
    }

    .projects__wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .projects-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: baseline;
    }

    .projects-list__item {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: auto;
        gap: 8px;
        width: 100%;

    }

    .projects-list__item-block {
        height: 77px;
    }

    .projects-list__item-block span {
        font-size: 24px;
    }

    .representative {
        margin-top: 64px;
    }

    .representative .app-container {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .representative__wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .representative__list {
        width: 100%;
        overflow: hidden;
    }

    .representative__list .swiper-pagination {
        margin-top: 15px;
    }

    .representative__list__item {
        padding: 22px 15px;
        height: 44px;
    }

    .representative__list__item img {}

    .question {
        margin: 64px 0;
    }

    .question__wrapper {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .question__wrapper-left {
        display: flex;
        gap: 32px;
        flex-direction: column;
        max-width: 100%;
        flex-shrink: 0;
    }

    .question__wrapper-top {
        flex-direction: column;
        gap: 32px;
    }

    .question__wrapper-top h2 {
        font-size: 32px;
    }

    .question__wrapper-top h4 {
        font-size: 16px;
    }

    .question__wrapper-top__text-item {
        font-size: 16px;
    }

    .simple-image {
        height: 300px;
    }

    .question__wrapper-cards {
        flex-direction: column;
        gap: 8px;
    }

    .question__wrapper-cards__item {
        width: calc(100% - 48px);
        font-size: 16px;
    }

    .question__wrapper-cards__item br {
        display: none;
    }

    .info-section {
        margin: 0 0 64px 0
    }

    .info-section__wrapper {
        flex-direction: column;
        padding: 24px;
        gap: 32px;
    }

    .info-section__wrapper-left h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        line-height: 120%;
        letter-spacing: 0%;

    }

    .main-links h5 {
        font-size: 18px;
    }

    .info-section__wrapper-left {
        max-width: 100%;
    }

    .info-section__wrapper-left img {
        height: 121px;
    }

    .team-wrapper {
        gap: 32px;
    }

    .main-links-item {
        font-size: 16px;
        width: calc(100% - 32px);
        padding: 16px;
    }

    .other-links__item {
        font-size: 18px;
    }

    .main-links-item:first-of-type {
        background: #FFFFFF0D;
    }

    .team-sl {
        margin-left: 16px;
        width: calc(100% - 16px);
    }

    .team-sl .swiper-slide {
        height: 408px;
    }

    .team-sl .swiper-slide .text-section .name {
        font-size: 16px;
    }

    .team-slider .app-container {
        max-width: 100%;
    }

    .team-wrapper h3 {
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        width: 100%;
        max-width: calc(100% - 32px);
        leading-trim: NONE;
        margin: 0 auto;
        line-height: 120%;
        letter-spacing: 0%;
        text-align: center;

    }

    .question__wrapper-left h2 {
        text-align: left;
        max-width: 100%;

    }

    .question__wrapper-left .img-wrapper {
        height: 226px;
    }

    .question__wrapper-info {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .question__wrapper-info__item {
        position: relative;

    }

    .question__wrapper-info__item span {
        font-size: 16px;
    }

    .info-section {
        margin-top: 0;
    }

    .trends {
        margin-top: 64px;
    }

    .trends__wrapper {
        gap: 32px;
    }

    .trends__tabs {
        width: calc(100% - 16px);

    }

    .trends__tabs-item {
        width: calc(50% - 8px);
        font-size: 18px;
    }

    .trends__tabs-item.active {
        background: #FFFFFF;
        color: #16172C;
    }

    .trends__items__wrapper {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        gap: 16px;
    }

    .trends-item {
        height: auto;
        flex-direction: column;
        border-radius: 16px;
        transition: all 0.4s ease;
        gap: 32px;
        cursor: pointer;
    }

    .trends-item:hover {
        background: #FFFFFF;
    }


    .trends-item h4 {
        font-size: 16px;
    }


    .trends-item h3 {
        font-size: 18px;
    }

    .trends-item.row-3 {
        width: calc(100% - 48px);

    }

    .trends-item.row-2 {
        height: auto;
        width: calc(100% - 48px);


    }

    .trends-item-section {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .trends-item-section {
        height: auto;
        width: 100%;

    }

    .col-2 {
        height: auto;
        gap: 8px;
    }

    .trends-item.rows {
        height: auto;
        width: calc(100% - 48px);

    }

    .trends-item.row-style {
        height: auto;
        width: calc(100% - 48px);

    }

    .banner h1 {
        font-family: Fixel Display;
        font-weight: 700;
        font-size: 22px;
        line-height: 140%;
        letter-spacing: 0%;
        color: white;
    }

    .teachers {
        width: calc(100% + 64px);
        margin-left: -32px;
    }

    .teachers__wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 64px;
        overflow: hidden;
    }



    .teachers__swiper {
        width: 100%;
    }


    .swiper-slide-active .slider__item-image {
        width: 200px;
        height: 200px;
    }

    .slider__item {
        height: 360px;
    }

    .slider__item-image {
        width: 150px;
        height: 150px;
    }


    .slider__item-title h6 {
        font-size: 16px;
    }

    .slider__item-desc p {
        font-size: 16px;
    }

    .swiper-buttons {
        position: relative;
        margin: -32px auto auto auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        content: none !important;
    }



    .swiper-button-prev,
    .swiper-button-next {
        all: unset !important;
    }

    .swiper-buttons__icons {
        cursor: pointer;
        padding: 16px 24px;
        background-color: #0353F0;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.4s ease, transform 0.4s ease;
    }

    .swiper-buttons__icons:hover {
        background-color: #024ECF;
        transform: translateY(-2px);
    }

    .swiper-buttons__icons:active {
        background-color: #0144C2;
        transform: scale(0.95);
    }

    .form-popout__close {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        transition: background-color 0.4s ease;
    }

    .form-popout__close:hover {
        background-color: #024EC0;
    }

    .form-popout__content {
        height: auto;
        width: calc(100% - 48px);
        border-radius: 32px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 44px;
        transition: all .4s ease-in-out;
    }

    .form-popout__content .links {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 8px;
        margin: 0 auto;
    }

    .form-popout__content .links a {
        width: 100%;
        height: 150px;
        font-size: 20px;
    }


    .form-popout__content h3 {
        margin-top: 128px;
        font-size: 32px;
    }

    .form-popout__content img {
        border-radius: 32px;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        animation: fade 6s infinite ease-in-out;
        opacity: 0;
        filter: brightness(0.85);
    }

    .services__wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .services-item {
        padding: 24px;
        height: calc(100% - 48px);
        width: calc(100% - 48px);
        background: #0353F0;


    }

    .services-item-hovers {
        display: none;
    }

    .services-item img {
        display: none;
    }

    .services-item-links {
        opacity: 1;
        position: relative;
        display: flex !important;
        flex-direction: column;
        gap: 8px;
    }

    .services-item-links span {
        margin-bottom: 4px;
        font-family: Avenir Next;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
    }

    .services-item-links a {
        background: #16172C;
        padding: 12px;
        width: calc(100% - 24px);
        font-family: Avenir Next;
        font-weight: 600;
        font-style: Demi Bold;
        font-size: 16px;
        leading-trim: NONE;
        height: calc(46px - 24px);
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        display: flex;
        align-items: center;
        border-radius: 12px;
    }

    .services-item p {
        font-size: 20px;
        margin-bottom: 32px;
    }

    .services-item svg {
        display: none;
    }

    .info-section__wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 12px;
        padding: 4px;
        background: linear-gradient(135deg, #124cfe, #b9d4f9);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        z-index: -1;
    }

}

@media screen and (max-width: 680px) {
    .representative__list {
        width: 100%;
        overflow: hidden;
    }

    .representative__list .swiper-pagination {
        margin-top: 10px;
    }

    .representative__list__item {
        height: 44px;
    }

}

.hover-dis {
    position: relative;
}

.hover-dis p {
    transition: opacity 0.4s ease-in-out;
}

.hover-dis p:last-of-type {
    position: absolute;
    top: 0;
    opacity: 0;
}

.main-links-item:hover .hover-dis p:first-of-type {
    opacity: 0;
}

.main-links-item:hover .hover-dis p:last-of-type {
    opacity: 1;
}

.hover-services {
    position: relative;
}

.hover-services:hover a:first-of-type {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.hover-services:hover a:last-of-type {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.hover-services a:last-of-type {
    position: absolute;
    top: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

