html {
    scroll-behavior: unset;
}

.headline {
    padding-top: 12px;
}

.headline .subtitle span {
    padding-left: 16px;
}

.subtitle span::before {
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
}

.s-pat {
    padding: 36px 0 96px;
}

.pat-image {
    position: relative;
    padding-top: 96.9%;
    border-radius: 4px;
    clip-path: polygon(0 0, calc(100% - 57px) 0, 100% 57px, 100% calc(100% + 378px), 0 calc(100% - 58px));
    overflow: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.pat-image img,
.support-row img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pat-item {
    position: relative;
    padding: 25px 0 21px;
}

.pat-item:not(:nth-child(1)) {
    border-top: 1px solid #e8e9f2;
}

.pat-item:nth-last-child(1) {
    border-bottom: 1px solid #e8e9f2;
}

.pat-item--btn {
    width: 100%;
    padding: 0;
    text-align: left;
    color: var(--color-2);
    border: 0;
    background: transparent;
}

.pat-item--btn:hover,
.pat-item--btn:focus,
.pat-item--btn:active,
.pat-item--btn:focus-visible {
    color: var(--color-2);
    border: 0;
    background: transparent;
    outline: none;
}

.pat-item--header {
    margin: 0;
    letter-spacing: -0.6px;
    white-space: normal;
    color: var(--color-2);
}

.pat-item--desc-inner {
    max-width: 600px;
    margin: 0;
    padding: 23px 0 0;
    letter-spacing: -0.2px;
}


.s-support {
    padding: 46px 0 96px;
    color: #fff;
    background: var(--color-6);
}


.support-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 72px auto 88px auto 72px;
    gap: 0 15px;
    background: var(--color-6);
    height: auto;
    min-height: 544px;
    margin-top: 64px;
}

.p-1 {
    display: none;
}

.s-pill {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.s-pill img {
    position: absolute;
    top: 0;
    width: calc(300% + 30px);
    height: 100%;
    object-fit: cover;
    max-width: none;
    pointer-events: none;
}

.p-2 img { left: 0; }
.p-3 img { left: calc(-100% - 15px); }
.p-4 img { left: calc(-200% - 30px); top: auto; bottom: 0; }

.p-2 { grid-area: 1 / 1 / 6 / 2; }
.p-3 { grid-area: 1 / 2 / 6 / 3; }
.p-4 { grid-area: 1 / 3 / 6 / 4; }

.s-text {
    background: var(--color-6);
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.s-text p {
    margin: 0;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.2px;
}

.s-text.t-2 {
    grid-area: 2 / 1 / 3 / 3;
    position: relative;
    z-index: 5;
    /*width: 125%;*/
    /*margin: 0;*/
    width: 112%;
    margin: -11% 32%;
    border-radius: 10px;
    padding: 24px;
}

.s-text.t-4 {
    grid-area: 4 / 1 / 5 / 4;
    position: relative;
    z-index: 5;
    width: 86%;
    margin: 0;
    border-radius: 0 10px 10px 0;
    padding: 22px 0 24px 25px;
}

.support-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    background: var(--color-6);
    z-index: 1;
}

.support-row-overlay{
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0;
    background: var(--color-6);
    z-index: 1;
}

.support-bg-img {
    grid-area: 1 / 1 / 4 / 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.support-window {
    border: 12px solid var(--color-6);
    border-radius: 32px;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2;
}

.w-1 { grid-area: 1 / 1 / 4 / 2; }
.w-2 { grid-area: 1 / 2 / 3 / 3; }
.w-3 { grid-area: 1 / 3 / 4 / 4; }
.w-4 { grid-area: 2 / 4 / 4 / 5; }

.support-description {
    grid-area: 3 / 2 / 4 / 3;
    background: var(--color-6);
    padding: 16px 24px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.support-description-2 {
    grid-area: 1 / 4 / 2 / 5;
    background: var(--color-6);
    padding: 16px 24px;
    z-index: 2;
    display: flex;
    align-items: center;
}

.s-solutions {
    padding: 96px 0 76px;
}

.s-solutions .headline {
    gap: 18px;
    flex-direction: column;
    margin-bottom: 32px;
}

.solutions-text h3 {
    margin-top: 0;
}

.solutions-row {
    display: flex;
    flex-wrap: wrap;
}

.solutions-image img {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% calc(100% + 382px), 0 calc(100% - 40px));
}

.list-solutions {
    display: grid;
    gap: 24px;
    margin: 21px 0 0;
}

.list-solutions--item {
    max-width: 335px;
}

.list-solutions--item--icon {
    width: 42px;
    height: 42px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e9f2;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(7, 26, 53, 0.05),
    0px 4px 6px 0px rgba(7, 26, 53, 0.04);
}

.list-solutions--item--icon svg {
    width: 20px;
    height: auto;
}

.list-solutions--item--text p {
    letter-spacing: -0.5px;
}

.solutions-caption h4 {
    font-size: 24px;
    letter-spacing: -0.2px;
    line-height: 110%;
}

.s-fuel {
    padding: 96px 0 40px;
    color: #fff;
    background: var(--color-6);
}

.s-fuel--headline {
    /*padding: 96px 0 0;*/
}

.fuel-card {
    display: flex;
    justify-content: space-between;
}

.fuel-card--image {
    position: relative;
}

.fuel-card--content--title {
    margin-bottom: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e9f2;
}

.fuel-list--row .fuel-card--content--title {
    border-color: rgba(184, 228, 255, 0.2);
}

.fuel-card--content--inner {
    max-width: 500px;
}

@media (min-width: 769px) {
    .s-pat {
        padding: 80px 0 140px;
    }

    .pat-item {
        padding: 25px 0 24px;
    }

    .headline {
        display: flex;
        gap: 0 131px;
        justify-content: space-between;
    }

    .headline-col-right {
        flex: 0 1 480px;
        margin-top: 26px;
    }

    .s-support {
        padding: 80px 0 140px;
    }

    .support-wrap {
        grid-template-rows: repeat(3, 1fr);
        height: 473px;
        min-height: auto;
    }

    .s-pill img {
        height: 550px;
    }

    .p-2 { grid-area: 1 / 1 / 3 / 2; }
    .p-3 { grid-area: 1 / 2 / 4 / 3; }
    .p-4 { grid-area: 2 / 3 / 4 / 4; }

    .s-text.t-2 {
        grid-area: 3 / 1 / 4 / 2;
        width: calc(100% + 40px);
        margin: 0;
        border-radius: 0;
        border-top-right-radius: 20px;
        padding: 26px 24px 26px 0;
        min-height: 183px;
    }

    .s-text.t-4 {
        grid-area: 1 / 3 / 2 / 4;
        margin: 0 0 0 -40px;
        width: calc(100% + 40px);
        border-radius: 0;
        border-bottom-left-radius: 20px;
        padding: 23px 16px 24px 25px;
    }

    .s-text p {
        font-size: 18px;
    }

    .s-solutions {
        padding: 160px 0 60px;
    }

    .s-solutions .headline--title {
        max-width: 700px;
    }

    .solutions-text .entry-content > ul {
        margin-top: 32px;
    }

    .solutions-text .entry-content > ul > li {
        margin-bottom: 24px;
    }

    .list-solutions {
        margin: 8px 0 0;
        grid-template-columns: repeat(2, 1fr);
    }

    .s-fuel {
        padding: 160px 0 72px;
    }

    .s-fuel--headline {
        /*padding: 160px 0 0;*/
    }

    .fuel-list {
         margin-top: 57px;
    }

    .fuel-list--row {
        padding: 0 0 90px;
    }

    .fuel-card {
        align-items: flex-start;
    }

    .fuel-card--image {
        width: 34.6%;
    }

    .fuel-card--content {
        width: 57.5%;
    }

    .fuel-card--content--title {
        margin-bottom: 48px;
    }
}

@media (min-width: 992px) {
    .banner-page--headline.column-two .banner-page--title {
        width: 40%;
    }

    .banner-page--headline.column-two .banner-page--description {
        width: 60%;
        max-width: 60%;
    }
    
    .headline-col-right {
        flex: 0 1 703px;
    }

    .s-pat {
        min-height: 100vh;
        display: flex;
        padding: 60px 0 140px;
        align-items: center;
    }

    .pat-grid {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row-reverse;
        margin-top: 32px;
    }

    .pat-image {
        position: sticky;
        top: 30px;
        width: 34.7%;
        margin-top: 32px;
        padding-top: 40.6%;
    }

    .pat-list {
        position: relative;
        width: 57.6%;
    }

    .pat-item {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        width: 100%;
        background: #ffffff;
    }

    .pat-item--index {
        position: absolute;
        top: 33px;
        right: 0;
        font-weight: 500;
        font-size: 14px;
        color: #838d9a;
    }

    .pat-item--btn svg {
        display: none;
    }

    .s-support {
        padding: 80px 0 140px;
    }

    .support-wrap {
        min-height: 549px;
        grid-template-columns: repeat(4, 1fr);
    }

    .p-1 {
        display: block;
        grid-area: 1 / 1 / 4 / 2;
    }

    .p-1 img {
        left: 0;
    }

    .s-pill img {
        width: calc(400% + 72px);
    }

    .p-2 img { left: calc(-100% - 24px); }
    .p-3 img { left: calc(-200% - 48px); }
    .p-4 img { left: calc(-300% - 72px); }

    .p-2 { grid-area: 1 / 2 / 3 / 3; }
    .t-2 { grid-area: 3 / 2 / 4 / 3; }
    .p-3 { grid-area: 1 / 3 / 4 / 4; }
    .t-4 { grid-area: 1 / 4 / 2 / 5; }
    .p-4 { grid-area: 2 / 4 / 4 / 5; }

    .support-wrap .s-text {
        width: 100%;
        padding: 0 24px;
        border-radius: 0;
    }

    .s-text.t-2 {
        grid-area: 3 / 2 / 4 / 2;
    }

    .s-text.t-4 {
        margin-left: 0;
        grid-area: 1 / 4 / 2 / 4;
    }

    .s-solutions {
        padding: 160px 0 120px;
    }

    .solutions-row {
        justify-content: space-between;
    }

    .solutions-text {
        width: 58%;
    }

    .solutions-image {
        width: 34.6%;
    }

    .solutions-image-wrap {
        position: relative;
        margin: 0;
        padding-top: 63.7%;
        overflow: hidden;
    }

    .solutions-image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .solutions-caption h4 {
        letter-spacing: 0.8px;
    }

    .list-solutions {
        width: 100%;
        margin: 11px 0 50px;
        padding: 22px 0;
        grid-template-columns: repeat(3, minmax(0, 335px));
        gap: 55px;
        border-top: 1px solid #e8e9f2;
        border-bottom: 1px solid #e8e9f2;
    }

    .s-fuel {
        min-height: calc(100vh + 50px);
        padding: 160px 0;
    }

    .fuel-list {
        position: relative;
        width: 100%;
        margin-top: 91px;
    }

    .fuel-list--row {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        background: var(--color-6);
    }


    .fuel-card--image {
        position: relative;
        padding-top: 34%;
        overflow: hidden;
    }

    .fuel-card--image img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
    }
}

@media (min-width: 1367px) {
    .s-fuel {
        padding: 160px 0 0;
    }
}

@media (max-width: 991px) {
    .pat-item--index {
        display: none;
    }

    .pat-item--btn {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        background: #fff;
        z-index: 1;
    }

    .pat-item--btn:hover,
    .pat-item--btn:focus,
    .pat-item--btn:active,
    .pat-item--btn:focus-visible {
        background: #fff;
    }

    .pat-item--header {
        flex: 1;
    }

    .pat-item--desc-inner {
        max-height: 0;
        padding-top: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height 0.3s ease, padding-top 0.3s ease, opacity 0.3s ease;
        will-change: max-height, opacity, padding-top;
    }

    .pat-item.is-active .pat-item--desc-inner {
        max-height: 800px;
        padding-top: 23px;
        opacity: 1;
    }

    .solutions-row .solutions-text {
        order: 1;
    }

    .solutions-row .solutions-image {
        order: 3;
    }

    .solutions-row .list-solutions {
        order: 2;
    }

    .solutions-image-wrap {
        margin: 31px 0 67px;
    }

    .s-fuel--headline .headline {
        flex-direction: column;
    }

    .s-fuel--headline .headline-col-right {
        flex: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .s-text.t-2::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: -20px;
        bottom: 0;
        box-shadow: -10px 10px 0 0 #02273e;
        border-radius: 50%;
        z-index: 2;
    }

    .s-text.t-4::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: -20px;
        box-shadow: 10px -10px 0 0 #02273e;
        border-radius: 50%;
        z-index: 2;
    }
}

@media (max-width: 767px) {
    .headline--subtitle {
        margin-bottom: 28px;
    }

    .pat-image {
        margin-top: 63px;
    }

    .s-text::before,
    .s-text::after,
    .curved-corner::before,
    .curved-corner::after {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        z-index: 2;
    }

    .s-text::before,
    .curved-corner-1::before,
    .curved-corner-2::before,
    .curved-corner-1::after,
    .curved-corner-2::after {
        top: -20px;
    }

    .s-text::after,
    .curved-corner-3::before,
    .curved-corner-4::before,
    .curved-corner-3::after,
    .curved-corner-4::after {
        bottom: -20px;
    }


    .s-text.t-2::before,
    .curved-corner-1::before,
    .curved-corner-2::before {
        box-shadow: -10px 10px 0 0 var(--color-6);
    }

    .s-text.t-2::after,
    .curved-corner-3::before,
    .curved-corner-4::before {
        box-shadow: -10px -10px 0 0 var(--color-6);
    }

    .s-text.t-4::before,
    .curved-corner-1::after,
    .curved-corner-2::after,
    .curved-corner-3::after {
        box-shadow: 10px 10px 0 0 var(--color-6);
    }

    .s-text.t-4::after,
    .curved-corner-3::after,
    .curved-corner-4::after {
        box-shadow: 10px -10px 0 0 var(--color-6);
    }

    /*.s-text.t-2 .curved-corner-1::before,*/
    /*.s-text.t-2 .curved-corner-3::before {*/
    /*    !*left: 0;*!*/
    /*    right: calc(82% + -20px);*/
    /*}*/

    /*.s-text.t-2 .curved-corner-1::after,*/
    /*.s-text.t-2 .curved-corner-3::after {*/
    /*    !*left: calc(40% + -27.5px);*!*/
    /*    left: calc(16% + -27.5px);*/
    /*}*/

    /*.s-text.t-2 .curved-corner-2::before,*/
    /*.s-text.t-2 .curved-corner-4::before {*/
    /*    left: calc(40% + 7.5px);*/
    /*}*/

    /*.s-text.t-2 .curved-corner-2::after,*/
    /*.s-text.t-2 .curved-corner-4::after {*/
    /*    left: calc(80% + -20px);*/
    /*}*/

    .s-text.t-2::before,
    .s-text.t-2::after {
        display: none;
    }

    /*.s-text.t-2 .curved-corner-1::before,*/
    /*.s-text.t-2 .curved-corner-3::before {*/
    /*    right: calc(82% + -20px);*/
    /*}*/

    /*.s-text.t-2 .curved-corner-1::after,*/
    /*.s-text.t-2 .curved-corner-3::after {*/
    /*    left: calc(16% + -27.5px);*/
    /*}*/

    /*!* Corner 2 (Right) *!*/
    /*.s-text.t-2 .curved-corner-2::before,*/
    /*.s-text.t-2 .curved-corner-4::before {*/
    /*    right: auto;*/
    /*    left: calc(60% + 16.5px);*/
    /*}*/

    /*.s-text.t-2 .curved-corner-2::after,*/
    /*.s-text.t-2 .curved-corner-4::after {*/
    /*    right: auto;*/
    /*    left: calc(61% - 21px);*/
    /*}*/

    /*.s-text.t-4::before,*/
    /*.s-text.t-4::after {*/
    /*    right: calc(80% + 15px);*/
    /*}*/

    /*.s-text.t-4 .curved-corner-1::before,*/
    /*.s-text.t-4 .curved-corner-3::before {*/
    /*    right: calc(80% + -20px);*/
    /*}*/

    /*.s-text.t-4 .curved-corner-1::after,*/
    /*.s-text.t-4 .curved-corner-3::after {*/
    /*    right: calc(40% + 7.5px);*/
    /*}*/

    /*.s-text.t-4 .curved-corner-2::before,*/
    /*.s-text.t-4 .curved-corner-4::before {*/
    /*    right: calc(40% + -27.5px);*/
    /*}*/

    /*.s-text.t-4 .curved-corner-2::after,*/
    /*.s-text.t-4 .curved-corner-4::after {*/
    /*    right: 0;*/
    /*}*/

    .s-text.t-2 .curved-corner-1::before,
    .s-text.t-2 .curved-corner-3::before {
        left: auto;
        right: calc(82% - 20px);
    }

    .s-text.t-2 .curved-corner-1::after,
    .s-text.t-2 .curved-corner-3::after {
        right: auto;
        left: calc(16% - 27.5px);
    }

    .s-text.t-2 .curved-corner-2::before,
    .s-text.t-2 .curved-corner-4::before {
        right: auto;
        left: calc(60% + 16.5px);
    }

    .s-text.t-2 .curved-corner-2::after,
    .s-text.t-2 .curved-corner-4::after {
        right: auto;
        left: calc(61% - 21px);
    }

    .s-text.t-4 .curved-corner-1::before,
    .s-text.t-4 .curved-corner-3::before {
        right: auto;
        left: 0;
    }

    .s-text.t-4 .curved-corner-1::after,
    .s-text.t-4 .curved-corner-3::after {
        left: auto;
        right: calc(62% + 6px);
    }

    .s-text.t-4 .curved-corner-2::before,
    .s-text.t-4 .curved-corner-4::before {
        left: auto;
        right: calc(62% - 27.5px);
    }

    .s-text.t-4 .curved-corner-2::after,
    .s-text.t-4 .curved-corner-4::after {
        left: auto;
        right: calc(25% - 7.5px);
    }

    .s-text.t-4::before,
    .s-text.t-4::after {
        left: auto;
        right: calc(21% - 20px);

    }

    .s-text.t-4::before {
        box-shadow: -10px 10px 0 0 var(--color-6);
    }

    .s-text.t-4::after {
        box-shadow: -10px -10px 0 0 var(--color-6);
    }

    .solutions-row {
        padding-top: 16px;
    }

    .solutions-text h3 {
        margin-bottom: 30px;
        letter-spacing: -0.2px;
    }

    .entry-content ul li {
        margin-bottom: 24px;
    }

    .solutions-image {
        margin-top: 13px;
    }

    .solutions-image-wrap {
        margin-bottom: 84px;
    }
    
    .fuel-list {
        margin-top: 63px;
    }

    .fuel-list--row:not(:nth-last-child(1)) {
        margin-bottom: 64px;
    }

    .fuel-card {
        gap: 40px;
        flex-direction: column;
    }

    .fuel-card--image img {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-height: 700px) {
    .fuel-list {
        margin-top: 0;
    }

    .fuel-card--image {
        padding-top: 27%;
    }

    .fuel-card--content--inner {
        max-width: 100%;
    }

    .fuel-spacer {
        width: 100%;
        height: 100px;
        background: var(--color-6);
    }
}