.landing-page .topbar {
    position: fixed;
    height: 153px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(199, 189, 186, 0.15); /*#f7f5f5;*/ /*rgba(199, 189, 186, 0.15);*/
    padding: 25px;
    transition: all .2s ease-in-out;
    z-index: 100;
}
.landing-page .topbar.contract {
    background-color: #f7f5f5;
    height: 83px;
}
.landing-page .hero-payoff {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: start;
}
.landing-page .hero-payoff > div {
    width: 80%;
}
.landing-page .hero-payoff > div > p:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.landing-page .band.above-the-fold {
    height: 750px; 
    padding-bottom: 170px;
    padding-top: 0;
}
.landing-page .band.above-the-fold .container {
    /*
    background: url('/templates/landing/natale2023/hero.svg') no-repeat;
    background-size: contain;
    background-position: right;

     */
    padding-top: 219px;
}
.band.above-the-fold .hero .content {
    width: 660px;
}
.landing-page h1 {
    text-align: left;
    margin-bottom: 25px;
}
.landing-page h2 {
    margin-bottom: 25px;
}
.landing-page .boxes {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-bottom: 70px;
}
.landing-page .boxes > div {
    width: 30%;
    height: 160px;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 21px 10px;
    position: relative;
}
.landing-page .boxes > div svg {
    position: absolute;
    left: -18px;
    top: 0;
}
.landing-page .boxes h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0.03em;
    text-align: left;
    color: rgba(106, 103, 102, 1);
    z-index: 2;
    position: relative;
}
.landing-page .boxes p {
    padding-left: 10px;
    padding-right: 10px;
    color: #6A6766;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
}


.landing-page .subhero .sample {
    width: 100%;
    height: 592px;
    display: flex;
    justify-content: center;
    background-image: url("../images/landing-maschera-desktop.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.landing-page .subhero .sample .wrapper {
    position: absolute;
    width: 585px;
    height: 360px;
    left: 50%;
    top: 70px;
    margin-left: -295px;
    /*background-color: yellow;*/
    overflow-y: hidden;
}
.landing-page .subhero .sample .wrapper img {
    width: 100%;
    height: auto;
}
.landing-page .subhero .buttons {
    padding-top: 80px;
    text-align: center;
}
.landing-page .band.subhero.due {
    margin-top: 0;
    padding-top: 0;
}

.landing-page .band.come {
    background-color: #FAFAFA;
}
.landing-page .band.come .content {
    display: flex;
    justify-content: center;
    gap: 122px;
    align-items: start;
    padding-top: 60px;
}
.landing-page .band.come .content > img {
    height: 340px;
}
.landing-page .accordion-pane {
    width: 546px;
}
.landing-page .accordion-pane .accordion-item {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    background-color: #ffffff;
    overflow: hidden;
    height: 70px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 20px 12px;
}
.landing-page .accordion-pane .accordion-item.uno {
    background-image: url('../images/accordion-1.png');
}
.landing-page .accordion-pane .accordion-item.due {
    background-image: url('../images/accordion-2.png');
}
.landing-page .accordion-pane .accordion-item.tre {
    background-image: url('../images/accordion-3.png');
    background-position: 20px 8px;
}
.landing-page .accordion-pane .accordion-item.expanded {
    height: auto;
}
.landing-page .accordion-pane .accordion-item svg {
    transition: all .2s ease-in-out;
}
.landing-page .accordion-pane .accordion-item.expanded svg {
    transform: rotate(-180deg);
}
.landing-page .accordion-pane .accordion-item:last-of-type {
    border-bottom: 1px solid #EBEBEB;
}
.landing-page .accordion-pane h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.03em;
    text-align: left;
}
.landing-page .accordion-pane header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px 0 53px;
}
.landing-page .accordion-pane p {
    margin: 0;
    padding: 0 50px 50px 50px;
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-align: left;
}
.landing-page .form p {
    font-size: 16px;
    font-weight: 200;
    line-height: 145%;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0;
}
.landing-page .band.form {
    padding: 40px 0;
}
.landing-page .form .content {
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
    /* margin-top: 80px; */
    padding: 56px 0;
}
.landing-page .side-form {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
    background-color: #ffffff;
    padding: 25px;
    z-index: 9999;
}
.landing-page .side-form.show {
    right: 0;
}
.landing-page .dim-button.ghost.squared {
    width: 300px;
    height: 44px;
    border-radius: 4px;
    border-color: rgb(235, 235, 235);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.landing-page .side-form > .dim-button.close {
    position: absolute;
    right: 26px;
    top: 16px;
}
.landing-page .form .form-wrapper {
    width: 450px;
    /*margin-top: 125px;*/
}
.landing-page .form label.custom {
    text-transform: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: 0;
    text-align: left;
}
a.no-button {
    color: #6A6766;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.54px;
    text-decoration-line: underline;
}
.landing-page .form .buttons {
    text-align: center;
    /*margin-top: 34px;*/
}
.landing-page .form .buttons .google-button {
    display: inline-block;
    width: auto;
    height: 40px;
}
.landing-page footer {
    background-color: #417475;
    padding: 40px 0 20px 0;
    text-align: center;
}
.landing-page footer .links {
    padding: 40px 0 90px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
}
.landing-page footer .links a {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    color: white;
}
.landing-page footer .credits {
    color: #81A6A7;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.03em;
    text-align: center;
}

.sample .wrapper::-webkit-scrollbar,
.sample .scroller::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}
.landing-page .come .buttons {
    text-align: center;
    padding-top: 60px;
}
.double-cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.landing-page .double-cta .buttons {
    padding-top: 0;
}

.overlay.example .wizard {
    width: 400px;
    height: 650px;
    padding: 28px 18px 28px 24px;
}
.overlay.example .wizard .body {
    overflow-y: scroll;
    height: 100%;
}

@media screen and (max-width: 480px) {
    .overlay.example {
        padding: 15px;
    }
    .overlay.example .wizard {
        width: 100%;
        height: 100%;
        padding: 28px 18px 28px 24px;
    }
    .overlay.example .wizard .body {
        overflow-y: scroll;
        height: 100%;
    }
    .landing-page .come .buttons {
        padding-top: 40px;
    }
    .landing-page .side-form {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        width: 100%;
        transition: all .2s ease-in-out;
        background-color: #ffffff;
        padding: 25px;
        z-index: 9999;
    }
    .landing-page .side-form.show {
        right: 0;
    }
    .landing-page .form .content {
        display: block;
    }
    .landing-page .form .content > img {
        width: 100%;
        margin-bottom: 60px;
    }
    .landing-page .topbar,
    .landing-page .topbar.contract {
        height: 90px;
        background-color: #f7f5f5;
    }
    .landing-page .topbar img {
        width: 80%;
    }
    .landing-page .band.above-the-fold {
        background: none;
        height: auto;
        padding-bottom: 40px;
    }
    .landing-page .band.above-the-fold .hero .content {
        width: 100%;
        text-align: center;
    }
    .landing-page .hero-payoff {
        margin-bottom: 60px;
        display: block;
        height: auto;
    }
    .landing-page .hero-payoff > div {
        width: 100%;
    }
    .landing-page .hero-payoff > div > img {
        margin-bottom: 50px;
    }
    .landing-page h1 {
        text-align: center;
    }
    .landing-page .form .form-wrapper {
        width: 100%;
        margin-top: 0;
    }
    .landing-page .band.above-the-fold .hero {
        padding-top: 100px;
    }
    .landing-page .boxes {
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .landing-page .boxes > div {
        width: 100%;
        border: none;
    }
    .landing-page .subhero {
        margin-top: 0;
        padding-top: 0;
    }
    .landing-page .subhero .buttons {
        padding-top: 40px;
    }
    .landing-page .subhero .sample-mobile {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 40px;
    }
    .landing-page .subhero .sample-mobile .wrapper {
        width: 271px;
        height: 555px;
        /*background-color: yellow;*/
        position: relative;
        margin: 0 auto;

    }
    .landing-page .swiper {
        width: 100%;
        height: 100%;
    }
    .landing-page .swiper .swiper-wrapper {
        padding-bottom: 50px
    }
    .landing-page .swiper .swiper-slide {
        padding-right: 0;
        text-align: center;
    }
    .landing-page .swiper .swiper-pagination .swiper-pagination-bullet{
        width: 10px;
        height: 10px;
    }
    .landing-page .swiper .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #DAB8F9;
    }
    .landing-page .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    .landing-page .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 8px;
    }

    /*.landing-page .subhero .sample-mobile .wrapper .scroller {
        width: 250px;
        margin-left: 13px;
        height: 530px;
        overflow: hidden;
        padding-top: 18px;
    }*/

    .landing-page .subhero:not(.due) {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .landing-page .band.subhero.due  {
        padding-bottom: 110px;
    }
    .landing-page .subhero .sample-mobile .wrapper .scroller::-webkit-scrollbar {
        width: 4px;
    }
    .landing-page img.page-sample {
        width: 280px;
        height: auto;
    }
    .landing-page .subhero .sample-mobile .wrapper img.drawing {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .landing-page .band.come {
                background-image: url('../images/landing-come.svg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

    }
    .landing-page .dialog-close {
        position: absolute;
        right: 26px;
        top: 22px;
    }
    .landing-page .band.come .content {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        gap: 44px;
    }
    .landing-page .accordion-pane {
        width: 100%;
    }
    .landing-page .accordion-pane .accordion-item {
        background-position: 15px 12px;
    }
    .landing-page .accordion-pane h3 {
        font-size: 15px;
    }
    .landing-page .accordion-pane header {
        padding: 0 15px 0 30px;
    }
    .landing-page .visual {
        /*padding-top: 60px;*/
    }
    .landing-page .hero .buttons {
        padding-bottom: 60px;
    }

    .landing-page .double-cta {
        flex-flow: column;
        gap: 30px;
        margin-bottom: 60px;
    }

    .landing-page .side-form h3 {
        text-align: center;
        font-size: 15px;
        color: #484848;
        font-weight: 600;
        letter-spacing: 0.75px;
    }

    .landing-page .double-cta .buttons {
        padding-top: 0;
    }

    .landing-page .double-cta .buttons:last-of-type {
        padding-bottom: 60px;
    }
}