.how-it-work {
    padding-top: var(--padding-top-desktop);
    padding-bottom: var(--padding-bottom-desktop);
    background: var(--background-color);
    overflow: hidden;
}
.how-it-work * {
    color: var(--heading-color);
}
.how-it-work-header h2.heading {
    font-size: var(--heading-size-desktop);
    line-height: 1.25;
    text-align: center;
    color: var(--heading-color);
    font-family: 'GT America Bold' !important;
    transform: translateY(150%);
    transition: all 0.6s ease;
}
.how-it-work-header .richtext {
    font-size: var(--richtext-size-desktop);
    line-height: 1.273;
    color: var(--richtext-color);
    text-align: center;
    font-family: 'GT America-Regular';
    max-width: 580px;
    margin: 0 auto;
    transform: translateY(150%);
    transition: all 0.6s ease;
}
.active .how-it-work-header h2.heading,
.active .how-it-work-header .richtext {
    transform: translateY(0%);
    transition: all 0.6s ease;
}
.how-it-work-header h2.heading+.richtext {
    margin-top: 30px;
}
.how-it-work-header+.how-it-work-body {
    margin-top: 40px;
}
.how-it-work-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 30px 10vw;
}
.how-it-work-body ul li {
    width: calc(33.33% - 10vw * 2/3);
    position: relative;
    height: unset;
}
.how-it-work-body ul li:after {
    content: '';
    position: absolute;
    background-image: url('https://img.myshopline.com/image/store/1724049484189/-1-2x-1.png?w=28&h=50');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: -95px;
}
.how-it-work-body ul li:last-child::after {
    content: none;
}
.how-it-work-item {
    display: flex;
    flex-direction: column;
    gap: 23px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.how-it-work-item span.index {
    width: 58px;
    height: 58px;
    background: #A53E04;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 58px;
    font-size: 30px;
    line-height: 1.25;
    color: #FFFFFF;
    font-family: 'GT America Bold';
}
.how-it-work-item h4 {
    font-size: 24px;
    line-height: 1.25;
    color: #000000;
    font-family: 'GT America Bold' !important;
}
.how-it-work-item .content {
    font-size: 18px;
    line-height: 1.473;
    color: #000000;
    font-family: 'GT America-Regular';
}
.how-it-work-navigation {
    margin-top: 70px;
    display: flex;
    align-items: center;
    gap: 22px;
}
.how-it-work-navigation .how-it-work-arrows {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 97px;
}
.how-it-work-navigation .how-it-work-arrows .swiper-button-prev,
.how-it-work-navigation .how-it-work-arrows .swiper-button-next {
    position: unset;
    width: 46px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.how-it-work-navigation .how-it-work-arrows .swiper-button-prev svg,
.how-it-work-navigation .how-it-work-arrows .swiper-button-next svg {
    width: 18px;
    height: 18px;
    display: block;
}
.how-it-work-navigation .swiper-pagination {
    width: calc(100% - 97px - 22px);
    display: block;
    position: unset;
    height: 2px;
    background: #B5B5B5;
}
.how-it-work-navigation .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #000000;
}
.how-it-work-slider.swiper-initialized ul {
    gap: 0;
}
.how-it-work-body+.how-it-work-footer {
    margin-top: 45px;
}
.how-it-work-footer h2.heading {
    font-size: var(--heading-size-desktop);
    line-height: 1.278;
    text-align: center;
    color: var(--heading-color);
    font-family: 'GT America Bold' !important;
}
.how-it-work-footer .richtext,
.how-it-work-footer .richtext * {
    font-size: var(--richtext-size-desktop);
    line-height: 1.273;
    color: var(--richtext-color);
    text-align: center;
    font-family: 'GT America-Regular';
}
.how-it-work-footer h2.heading+.richtext {
    margin-top: 10px;
}
@media(max-width:1200px) {
    .how-it-work-item h4 {
        font-size: 20px;
    }
    .how-it-work-item .content {
        font-size: 16px;
        line-height: 1.667;
    }
    .how-it-work-body ul li:after {
        width: 18px;
        height: 32px;
    }
    .how-it-work-header h2.heading+.richtext {
        margin-top: 20px;
    }
    .how-it-work-header+.how-it-work-body {
        margin-top: 40px;
    }
    .how-it-work-navigation {
        margin-top: 30px;
    }
    .how-it-work-body+.how-it-work-footer {
        margin-top: 20px;
    }
    .how-it-work-item {
        gap: 20px;
    }
}

@media(max-width:749px) {
    .how-it-work-body ul li:after {
        right: -60px;
    }
    .how-it-work {
        padding-top: var(--padding-top-mobile);
        padding-bottom: var(--padding-bottom-mobile);
    }
    .how-it-work-header h2.heading {
        font-size: var(--heading-size-mobile);
    }
    .how-it-work-header .richtext {
        font-size: var(--richtext-size-mobile);
    }
    .how-it-work-header h2.heading+.richtext {
        margin-top: 12px;
    }
    .how-it-work-footer h2.heading {
        font-size: var(--heading-size-mobile);
    }
    .how-it-work-footer .richtext,
    .how-it-work-footer .richtext * {
        font-size: var(--richtext-size-mobile);
    }
    .how-it-work-header+.how-it-work-body {
        margin-top: 26px;
    }
    .how-it-work-body ul {
        gap: 60px 10px;
    }
    .how-it-work-body ul li {
        width: 100%;
    }
    .how-it-work-navigation {
        margin-top: 15px;
        gap: 7px;
    }
    .how-it-work-navigation .swiper-pagination {
        width: calc(100% - 76px - 7px);
    }
    .how-it-work-navigation .how-it-work-arrows {
        gap: 4px;
        width: 76px;
    }
    .how-it-work-navigation .how-it-work-arrows .swiper-button-prev,
    .how-it-work-navigation .how-it-work-arrows .swiper-button-next {
        width: 36px;
        height: 36px;
    }
    .how-it-work-header h2.heading{
        transform: translateY(0%);
    }
    .how-it-work-footer .richtext,
    .how-it-work-footer h2.heading {
        text-align: left;
    }
}

@media(max-width:640px){
    .how-it-work-body ul li:after{
        content: none;
    }
}