/** Shopify CDN: Minification failed

Line 91:32 Unexpected "{"

**/
.benifits img,
.benifits svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.benifits {
    position: relative;
    overflow-x: clip;
    background-color: #000;
    padding: 0 0 100px;
}
.benifits::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.benifits::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.benifits > .page-width {
    position: relative;
    z-index: 1;
}
.benifits .benifits_shodow {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    pointer-events: none;
}
.benifits__title {
    text-align: center;
}
.benifits__subtitle {
    font-family: "Space Grotesk";
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #E13C5D;
    margin: 0 0 16px;
    display: block;
    text-transform: capitalize;
}
.benifits__items {
    padding: 48px 30px;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.benifits__item_title {
    font-family: "Big Shoulders Display";
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.benifits__item_description {
    font-family: "Space Grotesk";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.27px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.benifits__item_description * > {
    margin: 0;
}
.benifits__wrapper {
    margin: 52px 0 0;
}
.benifits .swiper-slide {
    height: auto;
}
@media screen and (min-width:768px) {
    .benifits .benifits__wrapper .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .benifits__items {
        border: 2px solid #5B5B5B;
    }
}
@media screen and (min-width:990px) {
    .benifits .benifits__wrapper .swiper-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (min-width:768px) {
    .benifits__wrapper {
        margin: 30px 0 0;
    }
    .benifits {
        padding: 0 0 90px;
    }
    .benifits__subtitle {
        font-size: 20px;
    }
}