.c-about-us__gradient {
    position: relative;
    z-index: 3;
    background: linear-gradient(180deg, #a8b5c6, #dfe9ec);
    border-radius: 20px;
}

.c-aboutus-bottom-banner {
    position: relative;
    z-index: 2;
    height: 100vh
}

@media screen and (min-width: 48em) {
    .c-aboutus-bottom-banner {
        height: 140vh;
        padding-bottom: min(2.5rem, 40px)
    }
}

.c-aboutus-bottom-banner:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #e2e6e7
}

.c-aboutus-bottom-banner__container {
    height: 100%
}

.c-aboutus-bottom-banner__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 20px
}

.c-aboutus-bottom-banner__content {
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-aboutus-bottom-banner__title {
        max-width: min(75rem, 1200px);
        margin-bottom: 3.125rem
    }
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-bottom-banner__action {
        position: absolute;
        bottom: 1.875rem;
        left: 50%;
        transform: translate(-50%);
        text-align: center
    }
}

.c-aboutus-certified {
    padding: var(--side-padding)
}

.c-aboutus-certified__title {
    margin-bottom: min(2.5rem, 40px);
    line-height: 1;
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-aboutus-certified__title {
        margin-bottom: min(3.125rem, 50px)
    }
}

.c-aboutus-certified__copy {
    margin-bottom: min(3.125rem, 50px);
    color: #8f8f8f;
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-aboutus-certified__copy {
        max-width: min(31.25rem, 500px);
        margin: 0 auto min(7.5rem, 120px) auto
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-certified__grid {
        display: grid;
        grid-gap: min(2.25rem, 36px);
        grid-template-columns: repeat(2, 1fr)
    }
}

.c-aboutus-certified__card {
    position: relative;
    margin-bottom: 2.25rem;
    padding: min(1.875rem, 30px) min(1.0625rem, 17px) min(1.875rem, 30px);
    overflow: hidden;
    border-radius: 20px
}

@media screen and (min-width: 48em) {
    .c-aboutus-certified__card {
        margin-bottom: 0;
        padding: min(9.5625rem, 153px) min(2.75rem, 44px) min(5.1875rem, 83px)
    }
}

.c-aboutus-certified__card__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-aboutus-certified__card__content {
    position: relative
}

.c-aboutus-certified__card__copy {
    margin-bottom: min(6.25rem, 100px);
    color: #fff
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-certified__card__copy {
        font-size: 1.25rem
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-certified__card__copy {
        margin-bottom: min(5rem, 80px)
    }
}

.c-aboutus-certified__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.c-aboutus-certified__list__item {
    display: flex;
    border-bottom: 1px #fff solid
}

.c-aboutus-certified__list__item:first-child {
    border-top: 1px #fff solid
}

.c-aboutus-certified__list__logo {
    flex: 0 0 auto;
    width: min(4.25rem, 68px);
    height: min(4.25rem, 68px);
    object-fit: cover
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-certified__list__logo {
        margin: 1rem 0
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-certified__list__logo {
        width: min(11rem, 176px);
        height: min(11rem, 176px)
    }
}

.c-aboutus-certified__list__copy {
    flex: 1;
    align-self: center;
    color: #fff;
    text-align: right
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-certified__list__copy {
        font-size: .9375rem
    }
}

.c-aboutus-clients {
    overflow: hidden
}

.c-aboutus-clients__title {
    margin: 8.125rem 0 6.25rem;
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients__title {
        margin: 10.5rem 0;
        color: #fff
    }
}

.c-aboutus-clients__world-container {
    position: relative
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients__world-container {
        height: 53.125rem
    }
}

.c-aboutus-clients__world {
    display: none
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients__world {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 130vw;
        height: 100%;
        transform: translate(-50%)
    }
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-clients__organic {
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 8.875rem;
        transform: rotate(180deg);
        fill: #fff
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients__organic {
        width: 100%;
        height: 21.75rem;
        transform: translateY(-2px) rotate(180deg);
        fill: #fff
    }
}

.c-aboutus-clients-headquarter {
    margin-bottom: 9.375rem
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients-headquarter {
        position: absolute;
        margin-bottom: 0
    }
}

.c-aboutus-clients-headquarter__label,
.c-aboutus-clients-headquarter__title {
    text-align: center;
    text-transform: uppercase
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-clients-headquarter__title {
        font-size: 3.125rem;
        text-transform: initial
    }
}

.c-aboutus-clients-headquarter__label {
    font-size: 1.25rem
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients-headquarter__label {
        font-size: .9375rem
    }
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-clients-point {
        text-align: center;
        margin-bottom: 3.4375rem
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients-point {
        position: absolute
    }

    .c-aboutus-clients-point:after {
        content: "";
        position: absolute;
        top: calc(100% + .9375rem);
        left: 50%;
        width: 18px;
        height: 18px;
        transform: translate(-50%);
        border-radius: 100%;
        background: #00aeb8
    }
}

.c-aboutus-clients-point__label,
.c-aboutus-clients-point__value,
.c-aboutus-clients-point__suffix {
    color: #282b31;
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-aboutus-clients-point__label {
        font-size: 1.25rem;
        font-weight: 600;
        text-transform: uppercase
    }
}

.c-aboutus-clients-point__value,
.c-aboutus-clients-point__suffix {
    line-height: 1
}

@media screen and (max-width: 47.99em) {

    .c-aboutus-clients-point__value,
    .c-aboutus-clients-point__suffix {
        font-size: 4.875rem
    }
}

.c-aboutus-hero {
    position: relative;
    height: calc(var(--vh, 100vh) * 100);
    overflow: hidden;
    background: #fff
}

.c-aboutus-hero__image-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%)
}

.c-aboutus-hero__image {
    width: 100%;
    height: calc(var(--vh, 100vh) * 130);
    object-fit: cover
}

.c-aboutus-hero__content {
    display: flex;
    position: relative;
    z-index: 3;
    flex-direction: column;
    align-items: start;
    justify-content: flex-end;
    height: 100%
}

.c-aboutus-hero__title {
    width: 15.625rem;
    margin: 7.5rem 1.5625rem 9.375rem;
    text-align: left
}

@media screen and (min-width: 48em) {
    .c-aboutus-hero__title {
        width: min(62.5rem, 1000px);
        margin: 7.5rem 3.75rem 15.625rem
    }
}

.c-aboutus-hero__gradient {
    display: none
}

@media screen and (min-width: 48em) {
    .c-aboutus-hero__gradient {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, rgba(0, 174, 184, .4), rgba(0, 174, 184, 0) 50%)
    }
}

.c-aboutus-hero__organic {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 8.875rem;
    fill: #fff
}

@media screen and (min-width: 48em) {
    .c-aboutus-hero__organic {
        bottom: -10rem;
        height: 21.75rem
    }
}

.c-aboutus-history {
    position: relative;
    padding: var(--side-padding)
}

.c-aboutus-history__title {
    margin-bottom: min(4.6875rem, 75px);
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-aboutus-history__title {
        margin-top: min(6.25rem, 100px);
        margin-bottom: min(12.5rem, 200px)
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card {
        margin-bottom: min(6.25rem, 100px)
    }
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-history-card__grid {
        display: flex;
        flex-direction: column
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card__grid {
        display: grid;
        grid-gap: min(6.25rem, 100px);
        grid-template-areas: "left right";
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card:nth-of-type(odd) .c-aboutus-history-card__content {
        grid-area: left
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card:nth-of-type(odd) .c-aboutus-history-card__mask {
        grid-area: right
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card:nth-of-type(even) .c-aboutus-history-card__content {
        grid-area: right
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card:nth-of-type(even) .c-aboutus-history-card__mask {
        grid-area: left
    }
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-history-card__content {
        flex: 0 0 auto;
        order: 2
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card__content {
        align-self: center;
        justify-self: center;
        /* max-width: min(31.25rem, 500px) */
    }
}

.c-aboutus-history-card__mask {
    width: 100%
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-history-card__mask {
        flex: 0 0 auto;
        order: 1;
        margin: auto;
        margin-bottom: 5rem
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card__mask {
        width: min(41.875rem, 670px)
    }
}

.c-aboutus-history-card__title {
    margin-bottom: min(1.875rem, 30px)
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card__title {
        margin-bottom: min(2.5rem, 40px)
    }
}

@media screen and (max-width: 47.99em) {
    .c-aboutus-history-card__copy {
        margin-bottom: min(5rem, 80px)
    }
}

@media screen and (min-width: 48em) {
    .c-aboutus-history-card__copy {
        color: #282b31;
        font-size: clamp(12px, 1.25rem, 20px);
        line-height: 1.1
    }
}

.c-intro-about-us {
    padding: 5rem var(--side-padding);
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-intro-about-us {
        padding: 11.4375rem var(--side-padding)
    }
}

@media screen and (min-width: 48em) {
    .c-intro-about-us__title {
        max-width: min(68.75rem, 1100px);
        margin: auto
    }
}

.c-numbers-about-us {
    position: relative
}

@media screen and (max-width: 47.99em) {
    .c-numbers-about-us {
        overflow: hidden;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px
    }
}

.c-numbers-about-us__wrap {
    overflow: hidden;
    background: linear-gradient(180deg, #a8b5c6, #dfe9ec)
}

@media screen and (min-width: 48em) {
    .c-numbers-about-us__wrap {
        display: grid;
        grid-template-areas: ". . . . ." ". title title title ." ". card1 card2 card3 ." ". . . . .";
        grid-template-columns: min(12.5rem, 200px) repeat(3, 1fr) min(12.5rem, 200px);
        grid-template-rows: min(3.125rem, 50px) auto auto min(5rem, 80px);
        width: 100%;
        height: min(62.5rem, 1000px);
        background: linear-gradient(180deg, #dfe9ec, #a8b5c6);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1594 1030'%3E%3Cpath d=' M 360 25 C 360 11.193 371.193 0 385 0 L 1189 0 C 1202.81 0 1214 11.193 1214 25 L 1214 68 C 1214 81.807 1225.19 93 1239 93 L 1426 93 C 1439.81 93 1451 104.193 1451 118 L 1451 167 C 1451 180.807 1462.19 192 1476 192 L 1569 192 C 1582.81 192 1594 203.193 1594 217 L 1594 932 C 1594 945.807 1582.81 957 1569 957 L 1476 957 C 1462.19 957 1451 968.193 1451 982 L 1451 1005 C 1451 1018.81 1439.81 1030 1426 1030 L 167 1030 C 153.193 1030 142 1018.81 142 1005 L 142 982 C 142 968.193 130.807 957 117 957 L 25 957 C 11.193 957 0 945.807 0 932 L 0 217 C 0 203.193 11.193 192 25 192 L 117 192 C 130.807 192 142 180.807 142 167 L 142 118 C 142 104.193 153.193 93 167 93 L 335 93 C 348.807 93 360 81.807 360 68 L 360 25 L 360 25 Z '/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1594 1030'%3E%3Cpath d=' M 360 25 C 360 11.193 371.193 0 385 0 L 1189 0 C 1202.81 0 1214 11.193 1214 25 L 1214 68 C 1214 81.807 1225.19 93 1239 93 L 1426 93 C 1439.81 93 1451 104.193 1451 118 L 1451 167 C 1451 180.807 1462.19 192 1476 192 L 1569 192 C 1582.81 192 1594 203.193 1594 217 L 1594 932 C 1594 945.807 1582.81 957 1569 957 L 1476 957 C 1462.19 957 1451 968.193 1451 982 L 1451 1005 C 1451 1018.81 1439.81 1030 1426 1030 L 167 1030 C 153.193 1030 142 1018.81 142 1005 L 142 982 C 142 968.193 130.807 957 117 957 L 25 957 C 11.193 957 0 945.807 0 932 L 0 217 C 0 203.193 11.193 192 25 192 L 117 192 C 130.807 192 142 180.807 142 167 L 142 118 C 142 104.193 153.193 93 167 93 L 335 93 C 348.807 93 360 81.807 360 68 L 360 25 L 360 25 Z '/%3E%3C/svg%3E");
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%
    }
}

.c-numbers-about-us__title {
    max-width: 15.625rem;
    margin-top: 9.375rem;
    color: #fff;
    text-align: center
}

@media screen and (max-width: 47.99em) {
    .c-numbers-about-us__title {
        margin-right: auto;
        margin-bottom: 4.375rem;
        margin-left: auto
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-about-us__title {
        grid-area: title;
        align-self: center;
        max-width: min(31.25rem, 500px);
        margin-top: 0;
        justify-self: center
    }
}

.c-numbers-about-us__organic {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 8.875rem;
    transform: rotate(180deg);
    fill: #fff
}

@media screen and (min-width: 48em) {
    .c-numbers-bottom-about-us {
        margin-bottom: min(6.25rem, 100px)
    }
}

.c-numbers-bottom-about-us__grid {
    padding: 6.25rem var(--side-padding)
}

@media screen and (min-width: 48em) {
    .c-numbers-bottom-about-us__grid {
        display: grid;
        grid-template-areas: ". title . copy .";
        grid-template-columns: min(12.5rem, 200px) 1fr min(6.25rem, 100px) 1fr min(12.5rem, 200px);
        padding: 0 var(--side-padding) var(--side-padding)
    }
}

.c-numbers-bottom-about-us__title {
    margin-bottom: 3.125rem
}

@media screen and (min-width: 48em) {
    .c-numbers-bottom-about-us__title {
        grid-area: title;
        margin-bottom: 0;
        line-height: 1.2
    }
}

.c-numbers-bottom-about-us__copy {
    color: #66676a
}

@media screen and (min-width: 48em) {
    .c-numbers-bottom-about-us__copy {
        grid-area: copy
    }
}

.c-numbers-shape-about-us {
    position: relative;
    margin-bottom: 3.125rem
}

@media screen and (max-width: 47.99em) {
    .c-numbers-shape-about-us {
        overflow: hidden;
        border-radius: 20px
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-about-us {
        height: calc(min(57.875rem, 926px) + min(25rem, 400px));
        margin-bottom: 0
    }
}

.c-numbers-shape-about-us__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-numbers-shape-about-us__shape {
    display: none
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-about-us__shape {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        fill: #fff
    }
}

.c-numbers-shape-about-us__content {
    position: relative
}

@media screen and (max-width: 47.99em) {
    .c-numbers-shape-about-us__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-about-us__content {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        width: min(82rem, 1312px);
        height: min(57.875rem, 926px);
        transform: translate(-50%, -50%)
    }
}

.c-numbers-shape-about-us__title {
    margin: 4.375rem 0 3.125rem;
    text-align: center
}

@media screen and (max-width: 47.99em) {
    .c-numbers-shape-about-us__title {
        flex: 100%;
        color: #fff
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-about-us__title {
        margin: 0
    }
}

@media screen and (max-width: 47.99em) {
    .c-numbers-shape-about-us__title span {
        background: none;
        color: #fff;
        -webkit-text-fill-color: inherit
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-about-us__title {
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

.c-numbers-shape-item-about-us {
    text-align: center
}

@media screen and (max-width: 47.99em) {
    .c-numbers-shape-item-about-us {
        flex: 50%;
        margin-bottom: 4.6875rem;
        color: #fff
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-item-about-us {
        position: absolute
    }
}

@media screen and (max-width: 47.99em) {

    .c-numbers-shape-item-about-us__prefix,
    .c-numbers-shape-item-about-us__value,
    .c-numbers-shape-item-about-us__suffix {
        font-size: 2.8125rem
    }
}

.c-numbers-shape-item-about-us__label {
    font-size: 12px
}

@media screen and (min-width: 48em) {
    .c-numbers-shape-item-about-us__label {
        font-size: min(1.0625rem, 17px);
        white-space: nowrap
    }
}

.c-numbers-card-about-us {
    margin-bottom: 4.375rem;
    text-align: center
}

@media screen and (min-width: 48em) {
    .c-numbers-card-about-us {
        align-self: center;
        margin-bottom: 0
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-card-about-us.card-1 {
        grid-area: card1
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-card-about-us.card-2 {
        grid-area: card2
    }
}

@media screen and (min-width: 48em) {
    .c-numbers-card-about-us.card-3 {
        grid-area: card3
    }
}

.c-numbers-card-about-us__numbers {
    margin-bottom: min(.9375rem, 15px)
}

@media screen and (min-width: 48em) {
    .c-numbers-card-about-us__numbers {
        margin-bottom: min(2.1875rem, 35px)
    }
}

.c-numbers-card-about-us__pre,
.c-numbers-card-about-us__value,
.c-numbers-card-about-us__after {
    color: #fff
}

@media screen and (max-width: 47.99em) {

    .c-numbers-card-about-us__pre,
    .c-numbers-card-about-us__value,
    .c-numbers-card-about-us__after {
        font-size: 1.875rem
    }
}

.c-numbers-card-about-us__copy {
    color: #fff
}

@media screen and (max-width: 47.99em) {
    .c-numbers-card-about-us__copy {
        font-size: clamp(14px, .875rem, 20px)
    }
}

.c-numbers-card-about-us__image {
    margin: auto
}

@media screen and (min-width: 48em) {
    .c-numbers-card-about-us__image {
        width: 100%;
        max-width: min(15.625rem, 250px);
        margin: auto
    }
}