.hero_text__image {
    padding-top: 9rem;
    padding-bottom: 10rem;
}

@media (min-width: 1000px) {
    .hero_text__image {
        padding-top: 18rem;
        padding-bottom: 20rem;
    }
}
    #block-jnafpe {
        background-color: rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, 1);
    }
    .hero_text__image {
        min-height: 400px;
        background-image: linear-gradient(0deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%), url('https://static.myeasol.net/rails/active_storage/representations/proxy/eyJfcmFpbHMiOnsiZGF0YSI6Ijc0NmI3ZDgxLWYzMjItNGRmNi1iNWY3LWVmYTk2YmE3N2Y2MCIsInB1ciI6ImJsb2JfaWQifX0=--466c3e389d5c4ebc8f0e4a39c445b6145f344934/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJqcGciLCJyZXNpemVfdG9fbGltaXQiOlsxOTIwLG51bGxdLCJzYXZlciI6eyJzdHJpcCI6dHJ1ZSwicXVhbGl0eSI6ODV9fSwicHVyIjoidmFyaWF0aW9uIn19--d7b849811809c7fffbb030edf0f6b75c59522433/20241212GiuliaSpadaforaGS4_70471.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .hero_text__content, .hero_text__image {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    .hero_text__text {
        max-width: 600px;
        margin: 1rem auto 0 auto;
    }
    .hero_text__subheader {
        color: rgba(255, 255, 255, 1);
        text-transform: uppercase;
    }
    .hero_text-button, .hero_text__subheader {
        margin: 1rem 0 0 0;
    }
    .index-1 {
        z-index: 1;
    }

.block-uww {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

@media (min-width: 1000px) {
    .block-uww {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
}
    .block-uww {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-uww {
        color: rgba(45, 64, 75, 1);
    }
    .block-uww .header-script {
        color: rgba(80, 169, 220, 1.0);
    }
    .h2-block__subheader {
        padding-bottom: 1.5625rem;
    }
    .h2-block__header {
        padding-bottom: 1.5625rem;
    }
    .block-uww .h2-block__text {
        padding-bottom: calc(1.5625rem - var(--wysiwyg-padding));
    }
    @media (min-width: 1000px) {
        .block-uww .h2-block-content {
            width: 45%;
            margin: auto;
        }
    }

.block-lam {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 1000px) {
    .block-lam {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}
    .block-lam {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-lam {
        color: rgba(45, 64, 75, 1);
    }
    .img-w-txt-block__content-container {
        row-gap: 2.5rem;
    }
    .img-w-txt-block__left-column,
    .img-w-txt-block__right-column {
        grid-column: 1 / 5;
    }
    .img-w-txt-block__header,
    .img-w-txt-block__subheader {
        padding-bottom: 1rem;
    }
    .block-lam .img-w-txt-block__image-bg {
        transform: matrix(1, 0.05, -0.06, 1, 0, 0);
        background-color: rgba(255, 229, 143, 1.0);
    }
    .img-w-txt-block__text {
        max-width: 560px;
    }
    @media (min-width: 1000px) {
        .block-lam .img-w-txt-block__left-column {
            grid-column: 1 / span 6;
        }
        .block-lam .img-w-txt-block__right-column {
            grid-column: 7 / span 6;
        }
        .img-w-txt-block__right-column {
            grid-row: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 1rem;
        }
    }

 .block-lam .primary-btn.btn--outline {
        border: 2px solid rgba(80, 169, 220, 1.0);
        padding: 12px 20px; 
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }


    .block-lam .primary-btn.btn--solid {
        background-color: rgba(80, 169, 220, 1.0);
        padding: 12px 20px; 
        color: rgba(255, 255, 255, 1);
    }

    .block-lam .primary-btn.btn--thin {
        background-color: transparent;
        border: 3px solid rgba(80, 169, 220, 1.0);
        color: rgba(80, 169, 220, 1.0);
        border-radius: var(--border-radius);
    }

    .block-lam .primary-btn.btn--outline:not([disabled]):hover {
        color: rgba(236, 105, 110, 1);
    }

    .block-lam .primary-btn.btn--solid:not([disabled]):hover {
        background-color: rgba(236, 105, 110, 1);
        color: rgba(255, 255, 255, 1);
    }

    .block-lam .primary-btn.btn--thin:not([disabled]):hover {
        border: 3px solid rgba(236, 105, 110, 1);
        background-color: rgba(236, 105, 110, 1);
        color: rgba(255, 255, 255, 1);
    }

.block-lam .secondary-btn.btn--outline {
        border: 2px solid rgba(45, 64, 75, 1);
        padding: 12px 20px; 
        box-sizing: border-box;
        color: rgba(45, 64, 75, 1);
    }


    .block-lam .secondary-btn.btn--solid {
        background-color: rgba(45, 64, 75, 1);
        padding: 12px 20px; 
        color: rgba(45, 64, 75, 1);
    }

    .block-lam .secondary-btn.btn--thin {
        background-color: transparent;
        border: 3px solid rgba(45, 64, 75, 1);
        color: rgba(45, 64, 75, 1);
        border-radius: var(--border-radius);
    }

    .block-lam .secondary-btn.btn--outline:not([disabled]):hover {
        color: rgba(236, 105, 110, 1);
    }

    .block-lam .secondary-btn.btn--solid:not([disabled]):hover {
        background-color: rgba(236, 105, 110, 1);
        color: rgba(45, 64, 75, 1);
    }

    .block-lam .secondary-btn.btn--thin:not([disabled]):hover {
        border: 3px solid rgba(236, 105, 110, 1);
        background-color: rgba(236, 105, 110, 1);
        color: rgba(45, 64, 75, 1);
    }

.block-12r {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

@media (min-width: 1000px) {
    .block-12r {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
}
    .block-12r {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-12r {
        color: rgba(45, 64, 75, 1);
    }
    .img-w-txt-block__content-container {
        row-gap: 2.5rem;
    }
    .img-w-txt-block__left-column,
    .img-w-txt-block__right-column {
        grid-column: 1 / 5;
    }
    .img-w-txt-block__header,
    .img-w-txt-block__subheader {
        padding-bottom: 1rem;
    }
    .block-12r .img-w-txt-block__image-bg {
        transform: matrix(1, 0.05, -0.06, 1, 0, 0);
        background-color: rgba(236, 105, 110, 1);
    }
    .img-w-txt-block__text {
        max-width: 560px;
    }
    @media (min-width: 1000px) {
        .block-12r .img-w-txt-block__left-column {
            grid-column: 7 / span 6;
        }
        .block-12r .img-w-txt-block__right-column {
            grid-column: 1 / span 6;
        }
        .img-w-txt-block__right-column {
            grid-row: 1;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 1rem;
        }
    }

  .block-12r .primary-btn.btn--outline {
        border: 2px solid rgba(80, 169, 220, 1.0);
        padding: 12px 20px; 
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }


    .block-12r .primary-btn.btn--solid {
        background-color: rgba(80, 169, 220, 1.0);
        padding: 12px 20px; 
        color: rgba(255, 255, 255, 1);
    }

    .block-12r .primary-btn.btn--thin {
        background-color: transparent;
        border: 3px solid rgba(80, 169, 220, 1.0);
        color: rgba(80, 169, 220, 1.0);
        border-radius: var(--border-radius);
    }

    .block-12r .primary-btn.btn--outline:not([disabled]):hover {
        color: rgba(236, 105, 110, 1);
    }

    .block-12r .primary-btn.btn--solid:not([disabled]):hover {
        background-color: rgba(236, 105, 110, 1);
        color: rgba(255, 255, 255, 1);
    }

    .block-12r .primary-btn.btn--thin:not([disabled]):hover {
        border: 3px solid rgba(236, 105, 110, 1);
        background-color: rgba(236, 105, 110, 1);
        color: rgba(255, 255, 255, 1);
    }

.block-qf1 {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

@media (min-width: 1000px) {
    .block-qf1 {
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
}
    .block-qf1 {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-qf1 {
        color: rgba(45, 64, 75, 1);
    }
    .block-qf1.img-txt-grid-block__content-container {
        grid-row-gap: 3rem;
    }
    .block-qf1 .img-txt-grid-block__item {
        grid-column-end: span 4;
    }
    
    
    .block-qf1 .img-txt-grid-block__item-image {
        margin-bottom: 1.25rem;
    }
    .block-qf1 .img-txt-grid-block__item_card {
        transform: matrix(1, 0.05, -0.06, 1, 0, 0);
    }
    .block-qf1 .img-txt-grid-block__item-header {
        padding-bottom: 0.625rem;
    }

.block-pao {
    padding-top: 1rem;
    padding-bottom: 0rem;
}

@media (min-width: 1000px) {
    .block-pao {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
}
    .block-pao {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-pao {
        color: rgba(45, 64, 75, 1);
    }
    .block-pao .header-script {
        color: rgba(80, 169, 220, 1.0);
    }
    .h2-block__subheader {
        padding-bottom: 1.5625rem;
    }
    .h2-block__header {
        padding-bottom: 1.5625rem;
    }
    .block-pao .h2-block__text {
        padding-bottom: calc(1.5625rem - var(--wysiwyg-padding));
    }
    @media (min-width: 1000px) {
        .block-pao .h2-block-content {
            width: 45%;
            margin: auto;
        }
    }

.block-uxg {
    padding-top: 0rem;
    padding-bottom: 1rem;
}

@media (min-width: 1000px) {
    .block-uxg {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
}
    .block-uxg {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.block-yys {
    padding-top: 8rem;
    padding-bottom: 2rem;
}

@media (min-width: 1000px) {
    .block-yys {
        padding-top: 16rem;
        padding-bottom: 4rem;
    }
}
    .block-yys {
    
    background-color: rgba(213, 230, 231, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-yys {
        color: rgba(45, 64, 75, 1);
    }
    .block-yys .header-script {
        color: rgba(80, 169, 220, 1.0);
    }
    .h2-block__subheader {
        padding-bottom: 1.5625rem;
    }
    .h2-block__header {
        padding-bottom: 1.5625rem;
    }
    .block-yys .h2-block__text {
        padding-bottom: calc(1.5625rem - var(--wysiwyg-padding));
    }
    @media (min-width: 1000px) {
        .block-yys .h2-block-content {
            width: 45%;
            margin: auto;
        }
    }

 .block-yys .primary-btn.btn--outline {
        border: 2px solid rgba(80, 169, 220, 1.0);
        padding: 12px 20px; 
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }


    .block-yys .primary-btn.btn--solid {
        background-color: rgba(80, 169, 220, 1.0);
        padding: 12px 20px; 
        color: rgba(255, 255, 255, 1);
    }

    .block-yys .primary-btn.btn--thin {
        background-color: transparent;
        border: 3px solid rgba(80, 169, 220, 1.0);
        color: rgba(80, 169, 220, 1.0);
        border-radius: var(--border-radius);
    }

    .block-yys .primary-btn.btn--outline:not([disabled]):hover {
        color: rgba(236, 105, 110, 1);
    }

    .block-yys .primary-btn.btn--solid:not([disabled]):hover {
        background-color: rgba(236, 105, 110, 1);
        color: rgba(255, 255, 255, 1);
    }

    .block-yys .primary-btn.btn--thin:not([disabled]):hover {
        border: 3px solid rgba(236, 105, 110, 1);
        background-color: rgba(236, 105, 110, 1);
        color: rgba(255, 255, 255, 1);
    }

.block-xzc {
    padding-top: 1rem;
    padding-bottom: 3rem;
}

@media (min-width: 1000px) {
    .block-xzc {
        padding-top: 2rem;
        padding-bottom: 6rem;
    }
}
    .block-xzc {
    
    background-color: rgba(213, 230, 231, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-xzc {
        color: rgba(45, 64, 75, 1);
    }
    .block-xzc .img-txt-slides-block__pagination-bar {
        border-bottom-color: #2d404b;
    }
    .block-xzc .img-txt-slides-block__pagination-item.active {
        border-bottom-color: #2d404b;
    }
    .img-txt-slides-block__left-column {
        grid-column: 1 / 5;
    }
    .img-txt-slides-block__right-column {
        grid-column: 1 / 5;
    }
    @media (min-width: 1000px) {
        .img-txt-slides-block__left-column {
            grid-column: 1 / 5;
        }
        .img-txt-slides-block__right-column {
            grid-column: 6 / 13;
        }
    }
    /* navigation */
    .img-txt-slides-block__swiper-navigation {
        padding-top: calc(1.5625rem - var(--wysiwyg-padding));
        padding-bottom: 2.1875rem;
    }
    @media (min-width: 1000px) {
        .img-txt-slides-block__swiper-navigation {
            padding-bottom: 0;
        }
    }
    /* pagination bar */
    :root {
        --img-txt-slides-block-border-height: 0.0625rem;
        --img-txt-slides-block-bar-height: 0.1875rem;
    }
    .img-txt-slides-block__pagination-bar {
        margin-bottom: 2.5rem;
        border-bottom: solid var(--img-txt-slides-block-border-height);
    }
    .img-txt-slides-block__pagination-header {
        padding-bottom: 1.25rem;
    }
    .img-txt-slides-block__pagination-inner {
        display: flex;
    }
    .img-txt-slides-block__pagination-item {
        opacity: 0.4;
        cursor: pointer;
        flex: 1 1 auto;
        margin-bottom: calc(var(--img-txt-slides-block-bar-height) / -2 + var(--img-txt-slides-block-border-height) / -2);
    }
    .img-txt-slides-block__pagination-item.active {
        opacity: 1;
        border-bottom: solid var(--img-txt-slides-block-bar-height);
    }
    .img-txt-slides-block__pagination-item-header {
        display: none;
    }
    @media (min-width: 1000px) {
        .img-txt-slides-block__pagination-header {
            padding-bottom: 1.75rem;
        }
        .img-txt-slides-block__pagination-inner {
            gap: 2.5rem;
        }
        .img-txt-slides-block__pagination-item {
            flex: unset
        }
        .img-txt-slides-block__pagination-item-header {
            display: block;
        }
    }

    /* text slider */
    .img-txt-slides-block__slide-header {
        padding-bottom: 0.9375rem;
    }
    @media (min-width: 1000px) {
        .img-txt-slides-block__slide-header {
            display: none;
        }
    }

    /* image slider */
    .img-txt-slides-block__slide-images {
        display: grid;
        grid-column-gap: var(--x-spacer-small);
        grid-template-columns: repeat(4, 1fr);
    }
    .img-txt-slides-block__slide-image {
        grid-column: 1 / 5;
    }
    .img-txt-slides-block__slide-image.double:last-of-type {
        display: none;
    }
    @media (min-width: 1000px) {
        .img-txt-slides-block__slide-images {
            grid-template-columns: repeat(7, 1fr);
        }
        .img-txt-slides-block__slide-image.single {
            grid-column: 1 / 8;
        }
        .img-txt-slides-block__slide-image.double:first-of-type {
            grid-column: 1 / 5;
        }
        .img-txt-slides-block__slide-image.double:last-of-type {
            display: block;
            grid-column: 5 / 8;
        }
    }

 .block-xzc .swiper-navigation__slide-count  {
        color: rgba(45, 64, 75, 1);
    }

  .block-xzc .chevron.icon--chevron--outline circle {
        stroke: rgba(213, 230, 231, 1);
    }

    .block-xzc .chevron.icon--chevron--outline:not([disabled]):hover circle,
    .block-xzc .swiper-navigation:not([disabled]):hover .icon--chevron--outline.hover-on-parent-true circle {
        stroke: rgba(45, 64, 75, 1);
    }

    .block-xzc .chevron.icon--chevron--outline:not([disabled]):hover path,
    .block-xzc .swiper-navigation:not([disabled]):hover .icon--chevron--outline.hover-on-parent-true path {
        stroke: rgba(45, 64, 75, 1);
    }

    .block-xzc .chevron.icon--chevron--solid circle {
        fill: rgba(45, 64, 75, 1);
    }

    .block-xzc .chevron.icon--chevron--solid:not([disabled]):hover circle,
    .block-xzc .swiper-navigation:not([disabled]):hover .icon--chevron--solid.hover-on-parent-true circle {
        fill: rgba(45, 64, 75, 1);
    }

    .block-xzc .chevron.icon--chevron--solid:not([disabled]):hover path,
    .block-xzc .swiper-navigation:not([disabled]):hover .icon--chevron--solid.hover-on-parent-true path {
        stroke: rgba(213, 230, 231, 1);
    }

    .block-xzc .chevron path {
        stroke: rgba(213, 230, 231, 1);
    }

.block-d7q {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

@media (min-width: 1000px) {
    .block-d7q {
        padding-top: 6rem;
        padding-bottom: 8rem;
    }
}
    .block-d7q {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-d7q {
        color: rgba(255, 255, 255, 1);
    }
    .block-d7q .default-grid {
        row-gap: 1rem;
    }
    .img-w-txt-overlap__image-wrapper,
    .img-w-txt-overlap__text-wrapper  {
        grid-column: 1 /  span 4;
    }
    .block-d7q .img-w-txt-overlap__text-wrapper {
        background-color: rgba(45, 64, 75, 1);
        padding: var(--x-spacer);
    }
    @media (min-width: 1000px) {
        .img-w-txt-overlap__image-wrapper,
        .img-w-txt-overlap__text-wrapper {
            grid-row: 1 / span 1;
        }
        
            .block-d7q .img-w-txt-overlap__image-wrapper {
                grid-column: 1 /  span 7;
            }
            .block-d7q .img-w-txt-overlap__text-wrapper {
                grid-column: 7 / span 6;
                margin-top: var(--x-spacer);
            }
        
        .img-w-txt-overlap__image {
            aspect-ratio: 16 / 9;
        }
    }

 .block-d7q .cta-btn.btn--outline {
        border: 2px solid rgba(236, 105, 110, 1);
        padding: 12px 20px; 
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }


    .block-d7q .cta-btn.btn--solid {
        background-color: rgba(236, 105, 110, 1);
        padding: 12px 20px; 
        color: rgba(255, 255, 255, 1);
    }

    .block-d7q .cta-btn.btn--thin {
        background-color: transparent;
        border: 3px solid rgba(236, 105, 110, 1);
        color: rgba(236, 105, 110, 1);
        border-radius: var(--border-radius);
    }

    .block-d7q .cta-btn.btn--outline:not([disabled]):hover {
        color: rgba(213, 230, 231, 1);
    }

    .block-d7q .cta-btn.btn--solid:not([disabled]):hover {
        background-color: rgba(213, 230, 231, 1);
        color: rgba(255, 255, 255, 1);
    }

    .block-d7q .cta-btn.btn--thin:not([disabled]):hover {
        border: 3px solid rgba(213, 230, 231, 1);
        background-color: rgba(213, 230, 231, 1);
        color: rgba(255, 255, 255, 1);
    }

.block-rzr {
    padding-top: 0rem;
    padding-bottom: 3rem;
}

@media (min-width: 1000px) {
    .block-rzr {
        padding-top: 0rem;
        padding-bottom: 6rem;
    }
}
    .block-rzr {
    
    background-color: rgba(255, 255, 255, 1);
    
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
    .block-rzr {
        color: rgba(255, 255, 255, 1);
    }
    .block-rzr .default-grid {
        row-gap: 1rem;
    }
    .img-w-txt-overlap__image-wrapper,
    .img-w-txt-overlap__text-wrapper  {
        grid-column: 1 /  span 4;
    }
    .block-rzr .img-w-txt-overlap__text-wrapper {
        background-color: rgba(45, 64, 75, 1);
        padding: var(--x-spacer);
    }
    @media (min-width: 1000px) {
        .img-w-txt-overlap__image-wrapper,
        .img-w-txt-overlap__text-wrapper {
            grid-row: 1 / span 1;
        }
        
            .block-rzr .default-grid {
                align-items: start;
                padding-bottom: var(--x-spacer);
            }
            .block-rzr .img-w-txt-overlap__image-wrapper {
                grid-column: 6 / span 7;
                margin-top: var(--x-spacer);
                display: flex;
                height: 100%;
            }
            .block-rzr .img-w-txt-overlap__text-wrapper {
                grid-column: 1 /  span 6;
            }
        
        .img-w-txt-overlap__image {
            aspect-ratio: 16 / 9;
        }
    }

 .block-rzr .cta-btn.btn--outline {
        border: 2px solid rgba(236, 105, 110, 1);
        padding: 12px 20px; 
        box-sizing: border-box;
        color: rgba(255, 255, 255, 1);
    }


    .block-rzr .cta-btn.btn--solid {
        background-color: rgba(236, 105, 110, 1);
        padding: 12px 20px; 
        color: rgba(255, 255, 255, 1);
    }

    .block-rzr .cta-btn.btn--thin {
        background-color: transparent;
        border: 3px solid rgba(236, 105, 110, 1);
        color: rgba(236, 105, 110, 1);
        border-radius: var(--border-radius);
    }

    .block-rzr .cta-btn.btn--outline:not([disabled]):hover {
        color: rgba(213, 230, 231, 1);
    }

    .block-rzr .cta-btn.btn--solid:not([disabled]):hover {
        background-color: rgba(213, 230, 231, 1);
        color: rgba(255, 255, 255, 1);
    }

    .block-rzr .cta-btn.btn--thin:not([disabled]):hover {
        border: 3px solid rgba(213, 230, 231, 1);
        background-color: rgba(213, 230, 231, 1);
        color: rgba(255, 255, 255, 1);
    }