:root {
    --s-orange: #ff6452;
    --s-seagreen: #00aab1;
    --s-orange-lite: #FFEFED;
    --s-seagreen-lite: #E5F7F8;
}

.s-top-banner {
    background-image: url(../images/aesthetics/top-banner-main-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-top: 90px;
    min-height: 675px;
    overflow-x: hidden;
}

.s-top-banner__inner {
    display: grid;
    grid-template-columns: 7fr 5fr;
}

.s-top-banner__illustrate-img {
    display: block;
    max-width: 590px;
}

.s-top-banner__content {}

.s-top-banner__title {
    width: 300%;
    margin: 0;
    margin-bottom: 40px;
}

.s-top-banner__text {
    font-size: 24px;
    margin: 0;
    margin-bottom: 30px;
}

.s-top-banner__controls {
    margin-top: 80px;
}

.s-top-banner__illustrate {
    margin-top: 65px;
    margin-right: -400px;
}

.s-top-banner__illustrate-img {
    pointer-events: none;
}


.s-problem {}

.section__header {}

.section__header-label {
    background-color: var(--s-orange);
    color: #fff;
    font-weight: 600;
    display: flex;
    width: fit-content;
    margin-inline: auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 7px 32px;
    font-size: 16px;
    margin-bottom: 70px;
}

.section__header-title {
    text-align: center;
    margin-bottom: 70px;
}

.section__blockquote {
    background-color: var(--s-seagreen-lite);
    padding: 50px 100px;
    font-size: 16px;
    border-radius: 10px;
    background-image: url(../images/aesthetics/blockquote.svg);
    background-repeat: no-repeat;
    background-position: 70px 42px;
    margin: 0;
}

.s-problem__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 70px;
    margin-bottom: 110px;
}

.s-problem__item {
    padding: 100px 50px;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.s-problem__item_bad {
    background-color: var(--s-orange-lite);
    background-image: url(../images/aesthetics/problem-1-bg.svg);
    background-position: right top;

    .s-problem__item-illustrate-img {
        right: -100px;
        top: 50px;
    }
}

.s-problem__item_good {
    background-color: var(--s-seagreen-lite);
    background-image: url(../images/aesthetics/problem-2-bg.svg);
    background-position: right bottom;

    .s-problem__item-illustrate-img {
        top: 55px;
    }
}

.s-problem__item-title {
    font-size: 28px;
    margin-bottom: 40px;
}

.s-problem__item-list {
    padding-left: 0;
    list-style: none;

    li {
        display: flex;
        gap: 20px;
        align-items: start;
        margin-bottom: 10px;
        font-size: 16px;

        &:last-of-type {
            margin-bottom: 0;
        }
    }

    li::before {
        content: '';
        background-color: var(--s-orange);
        height: 8px;
        width: 8px;
        border-radius: 100vw;
        position: relative;
        top: 8px;
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.s-problem__item-illustrate {}

.s-problem__item-illustrate-img {
    display: block;
    max-width: 335px;
    position: relative;
    pointer-events: none;
}

.s-insight {}

.s-insight__grid {
    display: grid;
    gap: 34px;
    margin-bottom: 50px;
}

.s-insight__item {
    max-width: 860px;
    margin-inline: auto;
}

.s-insight__item_research {
    .s-insight__item-list {
        background-color: var(--s-orange-lite);
        background-image: url(../images/aesthetics/insight-1.svg);
        background-position: right top;
    }

    .s-insight__item-title {
        font-size: 24px;
        margin-top: 14px;
        margin-bottom: 27px;
    }
}

.s-insight__item_brand {
    .s-insight__item-list {
        background-color: var(--s-seagreen-lite);
        background-image: url(../images/aesthetics/insight-2.svg);
        background-position: right bottom;
    }

    .s-insight__item-title {
        font-size: 40px;
        margin-bottom: 35px;
    }

}

.s-insight__item-title {
    text-align: center;
}

.s-insight__item-list {
    padding: 35px 60px;
    border-radius: 10px;
    list-style: none;
    margin: 0;
    background-repeat: no-repeat;

    li {
        display: flex;
        gap: 20px;
        align-items: start;
        margin-bottom: 10px;
        font-size: 16px;

        &:last-of-type {
            margin-bottom: 0;
        }
    }

    li::before {
        content: '';
        background-color: var(--s-orange);
        height: 8px;
        width: 8px;
        border-radius: 100vw;
        position: relative;
        top: 8px;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

.section__important {
    padding: 50px 90px;
    background-color: var(--s-seagreen);
    border-radius: 10px;
    max-width: 1204px;
    width: calc(100vw - 180px);
    position: relative;
    left: 50%;
    translate: -50%;
    background-image: url(../images/aesthetics/important.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;

    p {
        font-size: 28px;
        text-align: center;
        color: #fff;
        padding: 0;
        margin: 0;
    }
}

.s-solving {}

.s-solving__grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: calc(100% / 12 * 7) calc(100% / 12 * 5);
    width: 100%;
    max-width: 100%;
}

.s-solving__item {}

.s-solving__item-list {
    list-style: none;
    padding: 0;

    li {
        display: flex;
        gap: 50px;
        align-items: center;
        font-size: 18px;

        &:first-child {
            width: 100vw;
            margin-bottom: 60px;
        }

        img {
            display: block;
            width: 90px;
            height: 90px;
        }
    }
}

.s-solving__illustrate {}

.s-solving__illustrate-img {
    max-width: 589px;
    display: block;
    margin-top: 80px;
}


.s-values {}

.s-values__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 67px;
    margin-top: 60px;
}

.s-values__item {
    padding: 55px 45px;
    position: relative;
    border-radius: 10px;

    &:nth-child(2n + 1),
    &:nth-child(2n) {
        background-color: var(--s-seagreen-lite);
    }

    &:nth-child(4n),
    &:nth-child(4n + 1) {
        background-color: var(--s-orange-lite);
    }
}

.s-values__item-title {
    font-size: 28px;
    margin: 0;
    margin-bottom: 60px;
}

.s-values__item-text {
    font-size: 16px;
    max-width: calc(100% - 115px);
    margin-bottom: 35px;
}

.s-values__illustrate {
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.s-values__illustrate-img {
    max-width: 90px;
}

.s-values__slider {
    margin-bottom: 64px;
    position: relative;
}

.s-values__slider-item {
    padding: 50px 65px;
    background-color: var(--s-orange-lite);
    border-radius: 10px;
}

.s-value__slider-item-title {
    font-size: 36px;
    margin: 0;
    margin-bottom: 30px;

    &::after {
        content: "";
        background-image: url(../images/aesthetics/arrow.svg);
        background-size: contain;
        display: inline-block;
        width: 1em;
        height: 14px;
        background-repeat: no-repeat;
        margin-left: 0.5em;
        margin-bottom: 4px;
        opacity: 0.8;
    }
}

.s-value__slider-item-text {
    font-size: 16px;
    margin: 0;
    min-height: 87px;
    margin-bottom: 60px;
}

.s-values__button-next,
.s-values__button-prev {
    border-radius: 100vw;
    background-color: var(--s-orange);
    width: 50px;
    height: 50px;
    box-shadow: 10px 0 20px #FF6452;
    transition: 250ms;

    &:hover {
        box-shadow: 0 10px 20px #FF6452;
    }
}

.s-values__controls {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
    left: 38px;
    right: 38px;
    z-index: 2;

    .swiper-pagination-bullet {
        background-color: var(--s-orange);
        width: 12px;
        height: 12px;
        opacity: 1;
        margin-right: 20px;
    }

    .swiper-pagination-bullet-active {
        background-color: #202020;
    }

}

.s-values__controls-buttons {
    display: flex;
    gap: 50px;
    margin-left: auto;
}

.s-approach {}

.s-approach__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-bottom: 120px;
    position: relative;
    z-index: 0;

    &::before {
        position: absolute;
        content: "";
        width: 100vw;
        left: 50%;
        translate: -50% 0;
        top: 120px;
        bottom: 180px;
        background-color: var(--s-seagreen);
        position: absolute;
        z-index: -1;
    }
}

.s-approach__item {
    padding: 30px;
    padding-right: 64px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 18px 30px #00AAB14d;
    position: relative;

    &::after {
        content: '// ' attr(data-num);
        position: absolute;
        bottom: 30px;
        right: 30px;
        font-size: 18px;
        color: var(--s-seagreen);
    }
}

.s-approach__illustrate {
    margin-bottom: 30px;
}

.s-approach__illustrate-img {
    display: block;
    max-width: 90px;
}

.s-approach__item-title {
    font-size: 28px;
    margin: 0;
    margin-bottom: 20px;
}

.s-approach__item-list {
    padding-left: 18px;
    margin-bottom: 27px;

    li {
        font-size: 18px;
    }

    li::marker {
        font-size: 14px;
        line-height: 1.4;
    }
}

.s-whom {}

.s-whom__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    position: relative;
    z-index: 0;

    &:before {
        content: '';
        width: 590px;
        height: 590px;
        background-color: var(--s-seagreen);
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 100vw;
        translate: -50% -70%;
    }
}

.s-whom__item {
    padding: 40px 20px;
    max-width: 330px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 18px 30px #00AAB14d;
    margin-inline: auto;
    position: relative;
    background-color: #fff;
    padding-bottom: 67px;


    &:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        translate: 120px 0;
        z-index: 1;
    }

    &:nth-child(2) {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
        z-index: 2;
        translate: -40px 60px;

    }

    &:nth-child(3) {
        translate: 0 -60px;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        z-index: 3;
    }
}

.s-whom__item_accent {
    .s-whom__item-title {
        color: var(--s-orange);
    }

}

.s-whom__illustrate {
    margin-bottom: 25px;
}

.s-whom__illustrate-img {}

.s-whom__item-title {
    font-size: 24px;
    color: var(--s-seagreen);
    position: relative;
    margin-bottom: 80px;

    &::after {
        position: absolute;
        left: 50%;
        translate: -50% 0;
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background-color: currentColor;
        border-radius: 100vw;
        bottom: -40px;
    }
}

.s-whom__item-text {
    font-size: 16px;
    margin: 0;
}


.s-why {}

.s-why__grid {
    display: grid;
    gap: 30px;
}

.s-why__item {
    padding: 52px 33px;
    display: flex;
    gap: 80px;
    align-items: center;
    border-radius: 10px;

    &:nth-child(odd) {
        background-color: var(--s-seagreen-lite);
    }

    &:nth-child(even) {
        background-color: var(--s-orange-lite);
    }
}

.s-why__illustrate {}

.s-why__illustrate-img {
    max-width: 90px;
}

.s-why__item-content {}

.s-why__item-title {
    font-size: 28px;
    margin: 0;
    margin-bottom: 6px;
}

.s-why__item-text {
    margin: 0;
    margin-bottom: 0;
    font-size: 16px;
}

/* MOBILE */

@media (width <=1124px) {
    .s-top-banner__illustrate {
        margin-right: 0;
        margin-top: 124px;
    }

    .s-top-banner__illustrate-img {
        max-width: 375px;
    }

    .s-top-banner {
        padding-top: 100px;
    }

    .s-problem {
        padding-top: 70px;

    }

    .s-problem__item {
        position: relative;
        padding-bottom: 300px;
    }

    .s-problem__item-illustrate {
        position: absolute;
    }

    .s-problem__item_bad {
        .s-problem__item-illustrate {
            right: 40px;
            bottom: 40px;
        }

        .s-problem__item-illustrate-img {
            right: 0;
            top: 0;
        }
    }

    .s-problem__item_good {
        .s-problem__item-illustrate {
            left: 20px;
            bottom: 40px;
        }

        .s-problem__item-illustrate-img {
            right: 0;
            top: 0;
        }
    }

    .s-insight {
        padding-top: 110px;
    }

    .section__header-label {
        margin-bottom: 35px;
    }

    .section__header-title {
        margin-bottom: 35px;
    }

    .section__important {
        width: 100%;
        left: unset;
        translate: unset;
    }

    .s-solving__illustrate-img {
        max-width: 570px;
        margin-top: 0;
        margin-left: auto;
    }

    .s-solving__grid {
        grid-template-columns: 100%;
    }

    .s-values__grid {
        margin-block: 50px;
    }

    .s-values__illustrate-img {
        max-width: 60px;
    }

    .s-values__controls {
        bottom: 40px;
        left: 60px;
        right: 60px;
    }

    .section__important {
        padding: 50px 10px;

    }

    .s-approach__grid {
        padding-bottom: 50px;

        &::before {
            bottom: 120px;
        }
    }

    .s-whom__grid {
        &:before {
            width: 510px;
            height: 510px;
        }
    }

    .s-whom__item {
        &:nth-child(1) {
            translate: 60px 0;
        }

        &:nth-child(2) {
            translate: -30px 60px;
        }

        &:nth-child(3) {
            translate: 0 -60px;
        }
    }

    .s-why__item {
        gap: 60px;
    }

}

@media (width <=991px) {
    .s-top-banner__title {
        width: 100%;
        max-width: 720px;
        font-size: 40px;
    }

    .s-top-banner__text {
        font-size: 20px;
    }


}

@media (width <=868px) {
    .s-top-banner__inner {
        grid-template-columns: 100%;
        gap: 0;
    }

    .s-top-banner__illustrate {
        margin: 0;
    }

    .s-top-banner__illustrate-img {
        margin-left: auto;
        margin-right: 0;
        margin-top: -100px;
        margin-bottom: 40px;
    }

    .s-top-banner {
        padding-top: 60px;
        min-height: 500px;
    }

    .section__header-title {
        font-size: 30px;
    }

    .s-problem__item-title {
        font-size: 24px;
    }

    .s-problem__item_bad,
    .s-problem__item_good {
        .s-problem__item-illustrate {
            right: 10px;
            left: 10px;
            width: auto;
            bottom: 40px;
        }

        .s-problem__item-illustrate-img {
            width: 100%;
        }
    }

    .s-problem__item_bad {
        background-position: top -40px right -40px;
    }

    .s-problem__item_good {
        background-position: bottom -40px right -40px;
    }

    .s-problem__grid {
        margin-bottom: 70px;
    }

    .s-insight__item_brand {
        .s-insight__item-title {
            font-size: 30px;
        }
    }

    .section__important {
        p {
            font-size: 18px;
        }
    }

    .s-solving__illustrate-img {
        margin-right: auto;
    }

    .s-solving__item-list {
        & li {
            &:first-child {
                width: 100%;
                margin-bottom: 60px;
            }
        }
    }

    .s-values__item-text {
        max-width: unset;
        margin-bottom: 60px;
    }

    .s-values__illustrate {
        bottom: 40px;
        right: 40px;
    }

    .s-values__item-title {
        font-size: 25px;
        margin-bottom: 18px;
    }

    .s-value__slider-item-title {
        font-size: 30px;
    }

    .s-approach__item-title {
        font-size: 24px;
    }

    .s-whom__item {
        &:nth-child(3) {
            translate: 0 -20px;
        }
    }

    .s-why__item-title {
        font-size: 24px;
    }
}

@media (width <=767px) {
    .s-top-banner__illustrate-img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .s-top-banner__title {
        text-align: center;
    }

    .s-top-banner__text {
        text-align: center;
    }

    .s-top-banner__controls {
        display: flex;
        justify-content: center;
    }

    .section__blockquote {
        padding: 40px 32px;
        background-position: 12px 22px;
    }

    .s-problem__grid {
        grid-template-columns: 100%;
    }

    .s-solving__item-list {
        & li {
            img {
                width: 70px;
                height: 70px;
            }
        }
    }

    .s-values__grid {
        grid-template-columns: 100%;

    }

    .s-values__item {

        &:nth-child(4n),
        &:nth-child(4n + 1) {
            background-color: unset;
        }

        &:nth-child(2n + 1),
        &:nth-child(2n) {
            background-color: unset;
        }

        &:nth-child(4) {
            order: 3;
        }

        &:nth-child(3) {
            order: 4;
        }

        &:nth-child(1),
        &:nth-child(4) {
            background-color: var(--s-orange-lite);
        }

        &:nth-child(2),
        &:nth-child(3) {
            background-color: var(--s-seagreen-lite);
        }
    }

    .s-approach__grid {
        grid-template-columns: 100%;
    }

    .s-whom__grid {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: unset;
    }

    .s-whom__item {

        &:nth-child(1),
        &:nth-child(2),
        &:nth-child(3) {
            grid-column: unset;
            grid-row: unset;
            translate: 0 0;
        }

        &:nth-child(1) {
            translate: 40px 20px;
            z-index: 3;
        }

        &:nth-child(2) {
            translate: -40px 0;
            z-index: 2;
        }

        &:nth-child(3) {
            translate: 10px -20px;
            z-index: 1;
        }
    }

    .s-top-banner {
        padding-top: 50px;
    }
}

@media (width <=500px) {
    .s-top-banner__title {
        font-size: 25px;
    }

    .s-problem {
        padding-top: 60px;
    }

    .section__header-title {
        font-size: 25px;
    }

    .s-problem__grid {
        margin-block: 50px;
    }

    .s-problem__item-illustrate-img {
        max-width: unset;
    }

    .s-insight__item_research {


        .s-insight__item-list {
            background-position: right -20px top -20px;
        }

        .s-insight__item-title {
            font-size: 20px;
        }
    }

    .s-insight__item_brand {
        .s-insight__item-list {
            background-position: right -20px bottom -20px;
        }

        .s-insight__item-title {
            font-size: 25px;
        }
    }

    .s-insight__item-list {
        padding: 35px 24px;
    }

    .section__important {
        background-size: 120% 120%;
    }

    .section__blockquote {
        text-align: center;
    }

    .s-solving__illustrate-img {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        display: block;
    }

    .s-value__slider-item-title {
        font-size: 25px;

        &::after {
            height: auto;
            aspect-ratio: 30 / 12;
        }
    }

    .s-values__controls {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .s-why__illustrate-img {
        max-width: 60px;
    }

    .s-why__item {
        gap: 20px;
    }

    .s-why__item {
        padding: 52px 20px;
    }
}

@media (width <=425px) {
    .s-whom__item {
        max-width: 280px;
    }

    .s-whom__item {
        max-width: 280px;
    }


    .s-values__slider-item {
        padding: 50px 20px;
    }

    .s-values__item {
        padding: 55px 20px;
    }

    .s-problem__item {
        padding: 60px 20px;
        padding-bottom: 300px;
    }

    .s-problem__item_bad,
    .s-problem__item_good {
        .s-problem__item-illustrate {
            bottom: 16px;
        }
    }

}

@media (width <=375px) {
    .s-whom__item {

        &:nth-child(1) {
            translate: 10px 20px;
        }

        &:nth-child(2) {
            translate: -8px 0;
        }

        &:nth-child(3) {
            translate: 8px -20px;
        }
    }

}

/* MOBILE */