.how-we-work-delivery__process {
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process {
        margin-bottom: 80px;
    }
}

.how-we-work-delivery__process__slider-subtitle {
    color: #BDD3FA;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__slider-subtitle {
        margin-bottom: 16px;
    }
}

.how-we-work-delivery__process__left-column >*:not(:last-child) {
    margin-bottom: 32px;
}

.how-we-work-delivery__process__slider-top {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__slider-top {
        margin-bottom: 24px;
    }
}

.how-we-work-delivery__process__slider-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, #E6E7EB -6.36%, #BDD3FA 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__slider-title {
        font-size: 24px;
    }
}

.how-we-work-delivery__process__item {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(100, 100, 102, 0.25);
    background: rgba(0, 0, 0, 0.00);
    height: 100%;
    position: relative;
    z-index: 1;
}

.how-we-work-delivery__process__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    border-radius: inherit;
}

.how-we-work-delivery__process__item>*:not(:last-child) {
    margin-bottom: 24px;
}

.how-we-work-delivery__process__item-top {
    display: flex;
    gap: 5px;
    align-items: center;
}

.how-we-work-delivery__process__item-number {
    font-size: 48px;
    font-weight: 400;
    line-height: 110%;
    background: linear-gradient(96deg, rgba(230, 231, 235, 0.25) -6.36%, rgba(189, 211, 250, 0.25) 81.94%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.how-we-work-delivery__process__item-title {
    color: #BDD3FA;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.125;
}

.how-we-work-delivery__process__item-description {
    color: #6E838E;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__item-description {
        font-size: 14px;
    }
}

.how-we-work-delivery__process__item-description>*:first-child {
    color: #BDD3FA;
}

.how-we-work-delivery__process__item-description>*:not(:last-child) {
    margin-bottom: 24px;
}

.how-we-work-delivery__process__link-wrapper {
    margin-left: auto;
    width: fit-content;
    max-width: 100%;
}

.how-we-work-delivery__process__item-list {
    color: #646466;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
    padding-left: 17px;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__item-list {
        font-size: 14px;
    }
}

.how-we-work-delivery__process__item-list>*:not(:last-child) {
    margin-bottom: 16px;
}

.how-we-work-delivery__process__item-list span {
    color: #6E838E;
}

.how-we-work-delivery__process__item-list-title {
    color:  #BDD3FA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.125;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__item-list-title {
        font-size: 14px;
    }
}

.how-we-work-delivery__process__link {
    padding: 14px 16px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 105.735%;
    border: 1px solid #BDD3FA;
    background: transparent;
    color: #BDD3FA;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    min-width: min(100%, max-content);
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .how-we-work-delivery__process__link  {
        width: 100%;
        min-width: 0;
        white-space: normal;
    }
}

.how-we-work-delivery__process__link-icon {
    width: 30px;
    height: 30px;
    padding: 8px;
    border-radius: 2px;
    border: 1px solid #000;
    display: block;
}

.how-we-work-delivery__process__link-icon {
    border: 1px solid #BDD3FA;
}

.how-we-work-delivery__process .swiper-slide {
    height: auto;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process .custom-slider-nav {
        display: none;
    }
}

.how-we-work-delivery__process .swiper {
    margin-bottom: 8px;
}

.how-we-work-delivery__process .swiper:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 230px;
    background: linear-gradient(270deg, #09090B 8.04%, rgba(9, 9, 11, 0.00) 76.52%);
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .how-we-work-delivery__process .swiper:before{
        width: 75px;
    }
}

.how-we-work-delivery__process__image-bg {
    position: absolute;
    top: -148px;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .how-we-work-delivery__process__image-bg {
        display: none;
    }
}

.how-we-work-delivery__image-bg {
    position: absolute;
    top: -260px;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .how-we-work-delivery__image-bg {
        height: 833px;
    }

    .how-we-work-delivery__image-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}