/* s-deliver */
.s-deliver {
    padding: max(8vw, 20px) 0 max(5vw, 20px);
}

.s-deliver .coll-4 {
    width: 100%;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.s-deliver .btn-page-wrap {
    margin-bottom: max(2vw, 20px);
}

.why-choose-us-content {
    display: grid;
    width: min(100%, 800px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(auto-fill, minmax(0, 1fr));
    margin: max(3vw, 20px) 0 max(3vw, 30px);
    gap: max(3vw, 15px);
}

.why-choose-us-content.coll-3 {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: max(5vw, 30px) 0;
    gap: max(3vw, 15px);
}

.why-choose-us-item div {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    margin: 0 0 max(1vw, 10px);
    font-weight: 300;
}

.why-choose-us-item p {
    opacity: 0.5;
}

.why-choose-us-item > img {
    animation: glow 4s linear infinite;
}

.s-deliver .why-choose-us-item > img {
    max-width: 85px;
}

.why-choose-us-item:nth-child(1) > img {
    animation-delay: 0s;
}

.why-choose-us-item:nth-child(2) > img {
    animation-delay: 0.3s;
}

.why-choose-us-item:nth-child(3) > img {
    animation-delay: 0.6s;
}

.why-choose-us-item:nth-child(4) > img {
    animation-delay: 0.9s;
}

.why-choose-us-item:nth-child(5) > img {
    animation-delay: 1.2s;
}

.why-choose-us-item:nth-child(6) > img {
    animation-delay: 1.5s;
}

.why-choose-us-item:nth-child(7) > img {
    animation-delay: 1.8s;
}

.why-choose-us-item:nth-child(8) > img {
    animation-delay: 2.1s;
}

.why-choose-us-item:nth-child(9) > img {
    animation-delay: 2.4s;
}

.why-choose-us-item:nth-child(10) > img {
    animation-delay: 2.7s;
}

.why-choose-us-item:nth-child(11) > img {
    animation-delay: 3.0s;
}

.why-choose-us-item:nth-child(12) > img {
    animation-delay: 3.3s;
}

.why-choose-us-item:nth-child(13) > img {
    animation-delay: 3.6s;
}

.why-choose-us-item:nth-child(14) > img {
    animation-delay: 3.9s;
}

.why-choose-us-item:nth-child(15) > img {
    animation-delay: 4.2s;
}

.why-choose-us-item:nth-child(16) > img {
    animation-delay: 4.5s;
}

.why-choose-us-item:nth-child(17) > img {
    animation-delay: 4.8s;
}

.why-choose-us-item:nth-child(18) > img {
    animation-delay: 5.1s;
}

/* s-how-we-work */
.s-how-we-work {
    background-color: var(--black);
    color: #fff;
    overflow: visible;
}

.s-how-it-works .content-block-wrap {
    position: relative;
}

.s-how-it-works .content-block-wrap::before {
    content: '';
    position: absolute;
    top: 50px;
    height: 1px;
    width: 82%;
    background: #d7e4ed;
    left: 7px;
    margin-left: -2px;
}

.how-we-work-content img {
    width: 100%;
    margin-top: -11%;
}

.how-we-work-content>p {
    font-size: 26px;
    color: #fff;
    width: 90%;
    margin: max(6vw, 20px) auto max(8vw, 35px);
    line-height: 50px;
}

.how-we-work-content .title-page {
    text-align: center;
}

.how-we-work-timeline-container {
    position: relative;
    padding: max(4vw, 20px) 0 max(15vw, 30px);
}

.how-we-work-timeline-container::before {
    content: '';
    position: absolute;
    top: 7%;
    height: 67%;
    width: 1px;
    background: #d7e4ed;
    left: 50%;
    margin-left: -2px;
}

.how-we-work-timeline-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}

.how-we-work-timeline-number {
    position: relative;
}

.how-we-work-timeline-item-cont {
    margin-left: 0;
    padding: 1.6em;
    width: 42%;
    position: relative;
    border-radius: 0.25em;
    padding: 1em;
}

.how-we-work-timeline-item-cont-title {
    font-size: 26px;
    margin: 15px 0 15px;
    color: #fff;
    ;
}

.how-we-work-timeline-number {
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 28px;
    color: var(--blue);
    border-radius: 50%;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -48.5px;
    background-color: var(--black);
}

.how-we-work-timeline-number::before,
.how-we-work-timeline-number::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -3px;
}

.how-we-work-timeline-item:first-child .how-we-work-timeline-number::before,
.how-we-work-timeline-item:last-child .how-we-work-timeline-number::after {
    display: none;
}

.how-we-work-timeline-number::after {
    top: auto;
    bottom: -3px;
}

.how-we-work-timeline-item-cont p {
    line-height: 29px;
    width: min(100%, 450px);
}

.how-we-work-timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.how-we-work-timeline-item:nth-child(even) .how-we-work-timeline-item-cont {
    text-align: right;
}

.how-we-work-timeline-item:nth-child(even) .how-we-work-timeline-item-cont p {
    margin-right: 0;
    margin-left: auto;
}

.how-we-work-timeline-number {
    position: relative;
    left: 0;
    padding: 10px;
}

.how-we-work-timeline-number img {
    width: 95px;
}

.how-we-work-timeline-number span {
    position: absolute;
    top: -15px;
    left: 34%;
    background-color: var(--black);
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-we-work-timeline-number::before,
.how-we-work-timeline-number::after {
    top: 50%;
    left: -3px;
}

.how-we-work-timeline-number::after {
    bottom: auto;
    left: auto;
    right: -3px;
}

.why-choose-us-item:first-child .how-we-work-timeline-number::before {
    display: none;
}

.why-choose-us-item:last-child .how-we-work-timeline-number::after {
    display: none;
}

@keyframes glow {

    0% {
        filter: brightness(0.8);
    }

    30% {
        filter: brightness(2.2);
    }

    100% {
        filter: brightness(0.8);
    }

}

@media (max-width : 991px) {

    .s-deliver .coll-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .why-choose-us-content img {
        width: 100px;
    }

    .why-choose-us-item div {
        font-size: 20px;
    }

    .s-how-it-works .content-block-wrap .coll-4 {
        display: block;
    }

    .s-how-it-works .content-block-wrap .why-choose-us-item {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .s-how-it-works .how-we-work-timeline-number {
        margin-right: 15px;
    }

    .s-how-it-works .content-block-wrap::before {
        top: 10px;
        height: 82%;
        width: 1px;
        left: 50px;
    }

    .s-how-it-works .how-we-work-timeline-number span {
        top: 35%;
        left: -18px;
    }

    .s-how-it-works .how-we-work-timeline-number::before,
    .s-how-it-works .how-we-work-timeline-number::after {
        top: -3px;
        left: 48%;
    }

    .s-how-it-works .how-we-work-timeline-number::after {
        bottom: -3px;
        top: auto;
        right: auto;
    }

}

@media (max-width : 767px) {

    .s-how-it-works .how-we-work-timeline-number {
        width: 75px;
        height: 75px;
    }

    .s-how-it-works .how-we-work-timeline-number img {
        width: 70px;
    }

    .s-how-it-works .content-block-wrap .why-choose-us-item {
        padding-left: 15px;
    }

    .s-how-it-works .content-block-wrap::before {
        left: 55px;
    }

    .s-how-it-works .content-block-wrap .why-choose-us-item {
        font-size: 12px;
    }

}

@media (max-width : 480px) {

    .why-choose-us-content {
        display: block;
    }

    .why-choose-us-content.coll-3 {
        margin: 0;
    }

    .why-choose-us-item div {
        font-size: 16px;
        line-height: 24px;
    }

}