section ul:not(.hero-features-list) {
    padding-left: 22px;
}

.hero .hero-features-list li {
    padding: 0;
    justify-content: center;
}

.gradient-cover {
    position: relative;
    display: block;
}

.how-works-devices-section .container {
    align-self: center;
    z-index: 3;
}

.how-works-devices-section .bg-layer {
    justify-self: end;
    overflow: hidden;
}

.how-works-devices-section .bg-layer img {
    max-width: initial;
}

.about-section .container {
    align-content: center;
    z-index: 5;
}

.about-section picture {
    justify-self: end;
}

.about-section .gradient-cover::before {
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.948911) 15%, rgba(255, 255, 255, 0) 100%);
    max-width: 865px;
}

.gradient-cover::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-section p,
.about-section h2  {
    max-width: 505px;
}

.about-section h2  {
    margin-bottom: 50px;
}

.about-section p + p {
    margin-top: 1rem;
}

.reasons-layer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.reasons-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    position: relative;
    margin: 30px 0 60px 0;
}

.reasons-holder .reasons-column {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    row-gap: 40px;
    flex: 0 0 333px;
}

/*
.reasons-section .reasons-layer {
    margin-bottom: 90px;
}

.reasons-section .bg-layer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .reasons-holder {
        height: 100%;
        align-items: center;
    }
}
*/

.reasons-section .bg-layer img {
    visibility: hidden;
}

.fvm-page .reasons-section {
    position: relative;
}

.reasons-section .reason {
    background: var(--gradient-light);
    border-radius: 24px;
    padding: 18px 32px 17px 32px;
}

.reasons-holder::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: calc(100% - 84px);
    height: calc(100% + 60px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    border: 4px solid transparent;
    background: var(--gradient-light) border-box;
    mask: 
      linear-gradient(#fff 0 0) padding-box, /* Mask out the inner content area */
      linear-gradient(#fff 0 0); /* Mask out the border area */
    mask-composite: exclude;
}

.how-works-devices-section .gradient-cover::before {
    background: linear-gradient(90deg, #FFFFFF 0.86%, rgba(255, 255, 255, 0.95) 7.57%, rgba(255, 255, 255, 0.9) 15.61%, rgba(255, 255, 255, 0.85) 23.92%, rgba(255, 255, 255, 0) 61.66%);
    max-width: 1020px;
}

.how-works-devices-section .steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.how-works-devices-section .steps .arrow {
    transform: rotate(90deg);
}

.how-works-devices-section .step-icon {
    flex: 0 1 278px;
    aspect-ratio: 1;
    padding: 20px 50px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0px 5px 20px 0px rgba(31, 31, 41, 0.04), 0px 2px 5px 0px rgba(31, 31, 41, 0.04);
}

.how-works-devices-section .gradient-cover {
    display: none;
}

.how-works-devices-section .steps-list {
    max-width: 80%;
    padding-left: 20px;
    margin-top: 40px;
}

.how-works-devices-section ol li::marker {
    font-weight: bold;
}

.explanation-section .primary-content {
    gap: 20px;
    margin-bottom: 40px;
    justify-content: space-between;
}

.explanation-section .img-column {
    display: flex;
    gap: 20px;
}

.explanation-section .secondary-content {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.explanation-section .secondary-content.rounded-border-box {
    padding-bottom: 0;
}

.explanation-section .secondary-content picture {
    flex-shrink: 0;
    align-self: flex-end;
}

.explanation-section .content-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.explanation-section .content-column ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    margin: 25px 0;
}

.fvm-page .explanation-section .secondary-content {
    display: none;
}

.purpose-block {
    gap: 20px;
    justify-content: space-between;
}

.purpose-block .img-box {
    padding-right: 0;
    padding-bottom: 0;
    border-radius: 40px;
    overflow: hidden;
}

.purpose-block .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.purpose-block li {
    margin-top: 20px;
}

.hardware-formats-block {
    gap: 40px;
    align-items: stretch;
    margin-top: 140px;
}

.hardware-formats-block .content {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
    gap: 16px;
}

.hardware-formats-block .img-box {
    width: 100%;
    max-width: 482px;
    display: flex;
    gap: 40px;
    justify-content: center;
    border-radius: 40px;
    padding: 30px;
    padding-bottom: 0;
    align-items: flex-end;
}

.hardware-formats-block .hw-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 24px;
}

.hardware-formats-block .hw-item svg {
    fill: none;
    mix-blend-mode: color-burn;
    flex-shrink: 0;
}

.payment-methods-section .item-heading h3 {
    flex-direction: row;
    align-items: center;
    padding-left: 0;
}

.payment-methods-section .promotions-block {
    background: rgba(255, 255, 255, 0.4) url('./../images/gifts_bg.png') no-repeat right center;
    border-radius: 40px;
    padding: 32px 40px;
}

.payment-methods-section .promotions-block h3 {
    margin-bottom: 10px;
}

.results-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;justify-content: space-between;
}

.results-container .item {
    border-radius: 40px;
    flex: 0 1 100%;
    min-height: 160px;
    padding-left: 40px;
    padding-right: 85px;
}

.results-container .item0 {
    background: url('./../images/stacked_line_chart.png') no-repeat right bottom,
    var(--gradient-light);
}

.results-container .item1 {
    background: url('./../images/stat_3.png') no-repeat right 20px bottom,
    var(--gradient-light);
}

.results-container .item2 {
    background: url('./../images/clock_arrow_down.png') no-repeat right 20px bottom,
    var(--gradient-light);
    background-size:  147px 106px;
}

.results-container .item3 {
    background: url('./../images/fast_forward.png') no-repeat right bottom,
    var(--gradient-light);
}

.next-steps-section {
    background: #000 url('./../images/next_steps_bg.png') no-repeat left top / auto 100vh;
    height: 100vh;
    margin-bottom: 0;
}

@supports (background-image: url('./../images/next_steps_bg.webp')) {
    .next-steps-section {
        background: #000 url('./../images/next_steps_bg.webp') no-repeat left top / auto 100vh;
    }
  }
  

.next-steps-section .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.6) 10.01%,
        rgba(0, 0, 0, 0.4) 20.15%);
}

.next-steps-section .content {
    color: #fff;
    max-width: 467px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.next-steps-section .content p {
    font-weight: 500;
}

.next-steps-section .content button {
    width: auto;
    height: 64px;
    margin: 0;
}

.fvm-page .hero .content {
    max-width: 585px;
}

.fvm-page .hero .hero-image {
    max-width: 250px;
}

.reasons-CTA {
    padding: 20px;
    gap: 20px;
    border: 1px solid rgba(31, 31, 41, 0.16);
    border-radius: 24px;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.reasons-CTA p, .reasons-CTA .btn {
    margin: auto;
}

.hw-items-container {
    column-count: 1;
    column-gap: 10px;
}

.hw-items-container figure {
    position: relative;
    max-width: 400px;
    margin-inline: auto;
}

.hw-items-container figure + figure {
    margin-top: 10px;
}

.hw-items-container figcaption {
    position: absolute;
    padding: 32px;
    top: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .reasons-holder {
        width: 728px;
        flex-direction: row;
    }

    .reasons-holder::before, .reasons-CTA {
        border-radius: 40px;
    }

    .explanation-section .secondary-content {
        gap: 20px;
    }

    .hardware-formats-block .img-box {
        padding: 40px 40px 0 40px;
    }

    .payment-methods-section .item-heading h3::before {
        position: static;
    }
        
    .results-container .item {
        border-radius: 40px;
        flex: 0 1 calc(50% - 24px);
    }

    .next-steps-section .container {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background: linear-gradient(270deg, #000000 0.86%,
        rgba(0, 0, 0, 0.95) 10.01%,
        rgba(0, 0, 0, 0.9) 20.15%,
        rgba(0, 0, 0, 0) 61.66%);
    }

    .how-works-devices-section .steps {
        flex-direction: row;
        flex-wrap: nowrap;
    }    

    
    .how-works-devices-section .steps .arrow {
        transform: initial;
    }

    .fvm-page .two-columns-hero {
        grid-template-columns: minmax(0, 585px) minmax(min-content, max-content);
        justify-content: space-between;
        align-items: center;
    }
    
    .fvm-page .hero .hero-image {
        max-width: 355px;
    }

    .hw-items-container {
        column-count: 2;
    }
}

@media (min-width: 1024px) {
    .reasons-holder .reasons-column {
        gap: 64px;
        justify-content: space-around;
    }

    .reasons-holder {
        width: auto;
        justify-content: space-between;
        gap: 20px;
        margin: auto;
    }

    .reasons-section .bg-layer {
        justify-self: center;
    }

    .reasons-section .bg-layer img {
        visibility: visible;
    }

    .reasons-section .bg-layer .animated-button {
        position: absolute;
        bottom: 107px;
        left: 50%;
        transform: translateX(-50%);
    }

    .how-works-devices-section .gradient-cover {
        display: block;
    }

    .how-works-devices-section .steps {
        flex-direction: row;
        gap: 0;
        margin: 80px 0;
    }

    .how-works-devices-section .steps-list {
        max-width: 50%;
    }

    .explanation-section .primary-content .content-column {
        flex: 0 1 458px;
    }
    
    .explanation-section .secondary-content {
        gap: 40px;
    }

    .explanation-section .secondary-content.rounded-border-box {
        padding-inline: 40px;
    }

    .purpose-block .img-box {
        flex-shrink: 0;
    }
        
    .hardware-formats-block {
        gap: 40px;
    }

    .hw-items-container {
        column-count: 3;
    }

    .reasons-holder::before {
        width: calc(100% - 64px);
    }
}

@media (min-width: 1260px) {
   .reasons-holder .reasons-column {
        flex: 0 0 427px;
    }

    .about-section picture::before {
        background: none;
    }

    .about-section .gradient-cover::before {
        background: none;
    }
}