.values {
    position: relative;
    overflow: hidden;
    background-color: var(--black);
    padding: 40px 0 60px;
    margin-top: 0
}

@media (min-width: 760px) {
    .values {
        padding: 60px 0 80px
    }
}

.values__blob {
    position: absolute;
    height: 100%;
    max-width: 100%;
    pointer-events: none
}

@media (min-width: 760px) and (max-width: 1199.98px) {
    .values__blob {
        max-width: 65%
    }
}

.values__blob--left {
    top: 0;
    left: 0
}

.values__blob--right {
    top: 0;
    right: 0
}

.values > .container {
    position: relative;
    z-index: 1
}

.values.no-slider .custom-slider-arrows {
    display: none
}

.values.no-slider .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template-columns:repeat(2, 1fr);
    gap: 8px
}

@media (min-width: 576px) {
    .values.no-slider .swiper-wrapper {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1034px) {
    .values.no-slider .swiper-wrapper {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

.values__slider {
    overflow: visible
}

.values__head {
    margin-bottom: 32px;
    text-align: center
}

@media (min-width: 760px) {
    .values.no-slider .swiper-wrapper {
        gap: 16px
    }

    .values__head {
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .values {
        padding: 80px 0 100px
    }

    .values .custom-slider-arrows {
        position: absolute;
        top: -94px;
        left: auto;
        right: 0
    }

    .values .custom-slider-arrow {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        margin: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .values__head {
        margin-bottom: 48px;
        text-align: left
    }
}

.values__title {
    color: var(--white)
}

.values__title b, .values__title span, .values__title strong {
    color: var(--primary)
}

.values__description {
    margin-top: 8px;
    color: var(--gray-200)
}

.values__description p {
    margin-bottom: 0
}

.values__description p:not(:first-of-type) {
    margin-top: 8px
}

.values__description b, .values__description strong {
    color: var(--white)
}

.values__card {
    border-radius: 24px;
    background-color: rgba(255, 255, 255, .1);
    padding: 24px 24px 32px;
    max-width: 330px
}

@media (min-width: 760px) {
    .values__card {
        border-radius: 32px;
        padding: 32px 32px 40px;
        max-width: 466px
    }
}

@media (min-width: 1200px) {
    .values__card {
        max-width: 100%
    }
}

.values__card-head {
    margin-bottom: 16px
}

.values__card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--purple);
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 760px) {
    .values__card-icon {
        width: 48px;
        height: 48px;
        padding: 9px
    }
}

.values__card-name {
    color: var(--white);
    font-weight: var(--fw-bold)
}

@media (max-width: 759.98px) {
    .values__card-name {
        font-size: var(--text-size)
    }
}

.values__card-text {
    color: var(--gray-200);
    margin-top: 8px
}
