@charset "UTF-8";

.support {
    overflow: hidden;
    padding-block: 120rem;
}

.support__header {
    text-align: center;
    -webkit-margin-after: 72rem;
            margin-block-end: 72rem;
}

.support__top-text {
    color: var(--color-gray-700);
    -webkit-margin-after: 16rem;
            margin-block-end: 16rem;
}

.support__title {
    font-weight: 500;
    font-size: 48rem;
    line-height: 52rem;
}

.support__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 48rem;
}

.support__content {
    width: 100%;
    font-size: 18rem;
}

.support__content-title {
    font-weight: 500;
    line-height: 21rem;
}

.support__content-title:not(:first-child) {
    -webkit-margin-before: 48rem;
            margin-block-start: 48rem;
}

.support__content-text {
    opacity: 0.8;
    line-height: 24rem;
}

.support__content-text:not(:first-child) {
    -webkit-margin-before: 16rem;
            margin-block-start: 16rem;
}

.support__content-list:not(:first-child) {
    -webkit-margin-before: 16rem;
            margin-block-start: 16rem;
}

.support__content-list > li {
    opacity: 0.8;
    line-height: 27rem;
}

.support__content-list > li:before {
    content: '✔ ';
    display: inline;
}

.support__content-divider {
    width: 100%;
    height: 1rem;
    opacity: 0.2;
    background-color: var(--color-black);
    border: none;
    margin-block: 0;
}

.support__content-divider:not(:first-child) {
    -webkit-margin-before: 48rem;
            margin-block-start: 48rem;
}

.support__media {
    width: 100%;
}

.support__img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24rem;
    -webkit-padding-before: 108.5626911315%;
            padding-block-start: 108.5626911315%;
}

.support__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
}

@media screen and (min-width: 768px) {
    .support__row {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .support__media {
        max-width: 427rem;
    }

    .support__img {
        -webkit-padding-before: 85.0117096019%;
                padding-block-start: 85.0117096019%;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .support__container {
        padding-inline: 24rem;
    }

    .support__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        max-width: 1125rem;
        margin-inline: auto;
    }

    .support__content {
        max-width: 650rem;
    }

    .support__content-text {
        line-height: 22rem;
    }

    .support__media {
        max-width: calc(100% - 698rem);
    }
}
