
:root {
    --pick: #0056D6;/*#0d6efd;*/
    --pickShLight: #3297ff;
    --pickShDark: #0b5ed7;
    --pickShDarker: #00468f;
    --pickT: #2290ff31;
    --white: white;
    --black: #202020;
    --gray: #858585;
    --solo: #7031E3;
    --enterprise: #18A1CF;
  }
@keyframes button {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
::selection{
    background-color: #0f0f0fc4;
    color: var(--white);
}
::-moz-selection{
    background-color: #0f0f0fc4;
    color: var(--white);
}
body {
    font-family: "Saira Semi Condensed", sans-serif;
    min-height: 100vh;
    margin: 0;
    color:black;
    background-size: 22px 22px;
}
a{
    all: unset;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Saira Semi Condensed", sans-serif;
    color: var(--white);
    margin: 0;
    margin-block: 0;
}
h1{
    font-weight: 400;
}
h2, h3, h4, h5, h6 {
    font-weight: 300;
}
li {
  list-style-type: none;
}
.mobileonly-block,
.mobileonly-flex {
    display: none;
}
.highlight {
    -webkit-text-decoration: underline var(--pick);
    text-decoration: underline var(--pick);
}
.foot-wrap {
    background-color: var(--pick);
    padding: 1.5rem;
}

.foot-inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    justify-content: center;
}
.foot-text-wrap {
    border-left: 2px solid white;
    padding-left: 1rem;
}
.foot-text{
    color: white;
}
.blue-button {

    font-size: 1.4rem;
    color: white;
    padding: 0.5vw 2vw;
    border-radius: 75px;
    position: relative;
    bottom: 0;
    opacity: 1;
    transform-origin: bottom;
    cursor: pointer;
    background: linear-gradient(133.98deg, #5E8AFC 15.16%, #2E60CE 28.36%, #053187 95.17%);
    text-transform: uppercase;
    font-weight: 400;
}


.top-wrap {

    position: relative;
    height: 100%;
    border-radius: 2px;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    align-content: center;
    color: var(--white);
    gap: 30px;
    padding: 10px;
}
.flex-slider-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 2rem;
}
.grid-slider-wrap {
    position: relative;
    overflow: hidden;
    align-items: center;
    display: grid;
    justify-content: unset;
    min-height: 70vh;
    grid-auto-rows: max-content;
    grid-template-rows: auto;
    padding-inline: 2rem;
}
#slide-hero{
    min-height: calc(100vh + 20px);
    background-image: url(img/new_bg.png);
    background-size: cover;
    top: -90px;
}
.menu-outer{
    display: flex;
    position: relative;/*sticky;*/
    z-index: 10;
    align-items: center;
    justify-content: space-between;
    top: 0px;
}
.menu-wrap {
    padding: 0;
    display: flex;
    position: relative;
    color: var(--white);
    font-size: max(1vw,2vh);
    text-transform: uppercase;
    justify-content: space-around;
    z-index: 10;
    margin-bottom: 0;
    align-items: center;
    overflow: hidden;
}
.menu-elem {
    cursor: pointer;
    transition: 300ms ease;
    position: relative;
    margin-right: 2rem;
}

.menu-elem:hover {
    color: var(--pick);
    text-decoration: underline;
}
.top-outer-wrap {
    height: 100%;
    position: relative;
}
.top-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000073;
}
.top-text {
    font-size: 3rem;
    margin: 2rem;
    max-width: 570px;
    text-align: center;
}
.top-button {

    font-size: 1.4rem;
    color: white;
    padding: 0.5vw 2vw;
    border-radius: 75px;
    position: relative;
    bottom: 0;
    opacity: 1;
    transform-origin: bottom;
    cursor: pointer;
    background: linear-gradient(133.98deg, #5E8AFC 15.16%, #2E60CE 28.36%, #053187 95.17%);
    text-transform: uppercase;
    font-weight: 400;
}
.top-cta-icon{
    font-size: 3rem;
    color: white;
    transform: rotate(90deg) translateX(0);
    -webkit-transform: rotate(90deg) translateX(0);
    -moz-transform: rotate(90deg) translateX(0);
    -ms-transform: rotate(90deg) translateX(0);
    -o-transform: rotate(90deg) translateX(0);
}
/*
.top-button:hover {
    background-color: var(--pickShDark);
}
*/
.top-elem{
    transform: translateY(407px);
    opacity: 0;
    transition: 400ms ease-in;
}
.top-elem_fromtop{
    transform: translateY(-107px);
    opacity: 0;
    transition: 400ms ease-in;
}
.top-rectangle{
    position: absolute;
    width: 100%;
    height: 8.77px;
    left: 0;
    bottom: 0;

    background: linear-gradient(90deg, #117FFF 0%, #218BF7 23.8%, #6CE8F0 44.01%, #6E84D2 63.11%, #FF12E7 72.74%, #FFFFFF 81.47%, #1F60EA 88.05%, #072466 99.17%);
}
.sub-menu {
    position: absolute;
    bottom: -200px;
    height: 160px;
    padding: 20px;
    background: #00000094;
    margin: 0;
    list-style-type: none;
    margin-left: -20px;
    transform: translateY(-400px);
    transition: 300ms;
  }

  li:hover > .sub-menu,
  .sub-menu:hover {
    transform: translateY(0);
  }
  li > .menu-elem:after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: calc(50% - 2.5px);
    right: 10px;
  }

  li:hover > .menu-elem:after,
  .sub-menu:hover .menu-elem:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

.logo{
    background-image: url(./img/quantistik-logo-white_noletter.png);
    width: 175px;
    height: 35px;
    display: block;
    background-size: cover;
    position: relative;

}

.logo-mobile{
    background-image: url(./img/quantistik-logo-white_onlyletter.png);
    width: 32px;
    height: 32px;
    display: block;
    background-size: cover;
    margin: 5px 10px;
    position: relative;
    top: 19px;
    left: 5px;
}

.accedi-menu-button{
    padding-right: 6rem;
    padding-left: 2rem;
    right: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: inherit;
    padding-block: 0.3rem;
}
.responsive-menu {
    display: none;
    padding-top: 21px; }


  .mobile-nav {
    display: none;
    text-align: left;
    position: fixed;
    z-index: 9;
    width: 100%;
    min-height: 80px;
    background-color: #00000094;
    top: 0; }
  .mobile-menu {
    text-align: center;
    margin-top: 0;
    list-style-type: none;
    padding: 0;
 }
    .mobile-menu-item {
      padding: 10px 0;
      font-size: 20px;

      color: var(--white);
    }
    .mobile-menu-btn {
      text-align: right;
      position: absolute;
      right: 50px;
      top: 27px;
      z-index: 9;
      display: inline-block;
      cursor: pointer; }
      .mobile-menu-btn div {
        position: absolute;
        left: 100%;
        top: 64%;
        padding-right: 8px;
        margin-top: -0.50em;
        line-height: 1.2;
        font-size: 18px;
        font-weight: 200;
        vertical-align: middle;
        z-index: 99; }
      .mobile-menu-btn span {
        display: block;
        width: 19px;
        height: 3px;
        margin: 4px 0;
        background: var(--white);
        z-index: 99; }
        @media only screen and (max-width: 700px) {
            .menu-wrap{
                transform: translateY(-107px);
                display: none;
            }
            .logo{
                display: none;
            }
            .mobile-nav{
                display: block;
            }
        }

.slide-title{
    font-size: 2.5rem;
    margin-block: 1rem;
}

.slide-text {
    font-size: 1.1rem;
    margin: 2vw;
    color: var(--white);
    text-align: center;
    text-wrap: pretty;
}
.slide-text-black {
    font-size: 1.1rem;
    margin: 2vw;
    color: var(--black);
    text-align: center;
    text-wrap: pretty;
}
.modswitch {
position: relative;
display: flex;
width: 450px;
height: 54px;
align-items: center;
}
.modswitch input {
    opacity: 0;
    width: 0;
    height: 0; }
.modswitch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;}
    .modswitch-slider:before {
    position: absolute;
    content: "";
    height: 46px;
    width: 225px;
    left: 5px;
    bottom: 4px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background-color: var(--pick);
    }
    input:focus + .modswitch-slider {
    box-shadow: 0 0 1px var(--pick); }
    input:checked + .modswitch-slider:before {
    -webkit-transform: translateX(215px);
    -ms-transform: translateX(215px);
    transform: translateX(215px);
    }
    .modswitch-slider.round {
    border-radius: 34px; }
    .modswitch-slider.round:before {
    border-radius: 34px; }
.modello-modswitch-input {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    gap: 30px;
    font-size: 16px; }
.switch{
    color: white;
    z-index: 1;
    position: relative;
    font-size: 1.1rem;
    user-select: none;
    text-transform: uppercase;
}

.switch-month{
    left: 35px;
}
.switch-year{
    right: -70px;
}


.prices-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
    gap: 2rem;
}

.price-wrap {
    padding: 20px;
    background-color: #F4F4F4;
    color: var(--black);
    width: 350px;
    height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 2px;
    transition: 300ms ease;
}
.price-border-solo{
    border-bottom: 16px solid var(--solo);
}
.price-border-starter{
    border-bottom: 16px solid var(--pick);
}
.price-border-pro{
    border-bottom: 16px solid var(--pickShDarker);
}
.price-border-enterprise{
    border-bottom: 16px solid var(--enterprise);
}
.price-icon{
    font-size: 5rem;
}
/*
.price-wrap:hover {
    background-color: #404040;
    border-color: var(--pick);
}
*/
.price-top-wrap{
    display: flex;
    flex-direction: column;
}
.price-wrap-hori {
    width: calc(100% - 2rem);
    max-width: 772px;
    height: auto;
}
.price-wrap-hori>.slide-text {
    width: 100%;
    text-align: left;
    text-wrap: unset;
    margin: 10px;
    font-size: 1.4rem;
}
.price-wrap-hori>.price-hori-contact{
    margin-top: 40px;
    text-align: center;
}
.price-wrap-hori>.price-hori-mail{
    margin:0;
    text-align: center;
    font-size: 2rem;
}
.price-title {
    text-align: center;
    font-size:  2.5rem;
    margin: 0 1rem;
    font-weight: 600;
}
.price-color-solo{
    color: var(--solo);
}
.price-color-starter{
    color: var(--pick);
}
.price-color-pro{
    color: var(--pickShDarker);
}
.price-color-enterprise{
    color: var(--enterprise);
}
.price-bgcolor-solo{
    background: var(--solo);
}
.price-bgcolor-starter{
    background: var(--pick);
}
.price-bgcolor-pro{
    background: var(--pickShDarker);
}
.price-bgcolor-enterprise{
    background: var(--enterprise);
}
.price-underline{
    text-decoration: underline var(--pick);
}
.price{
    font-size: 2rem;
}
.price-text-top {
    font-size: 1.2rem;
    margin: 1rem;
    margin-top: 0.5rem;
    text-align: center;
    text-wrap: balance;

}
.price-text {
    font-size: clamp(1rem, 1vw , 3rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 110px;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
}
.price-button {
    font-size: 1.3rem;
    animation:none;
    padding: 0.5rem 2.5rem;
    text-align: center;
    margin-block: 0;
    margin: 0;
    cursor: pointer;
    transition: opacity 300ms ease;
    text-transform: none;
}
.price-slashed{
    position: absolute;
    top: -25px;
    color: #999999;
    font-size: clamp(0.8rem, .8vw , 2rem);
}
.price-slashed::before{
    top: 50%;
    background: rgb(126, 0, 0);
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: 0.2em;
    border-radius: 0.1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate( -15deg );
}
.price-iva{
    color: var(--black);
    font-size: 0.7rem;
    position: relative;
}
.price-prova{
    position: relative;
    font-size: 18px;
    bottom: 15px;

}

.price-features-wrap{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    align-self: flex-start;
    color: var(--black);
    min-height: 330px;
    margin-inline: 2rem;
}
.price-feature{
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.price-feature-img {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  flex: none;
}



.price-feature-text {
    font-size: 1.1rem;
}

.price-sale-text {
    font-size: 20px;

}

.pren-wrap {
    padding: 40px;
    background-color: #363636;
    margin-block: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pren-button {
    cursor: pointer;
    background-color: var(--pick);
    padding: 12px 50px;
    border-radius: 30px;

    font-size: 20px;
}
.price-terms{
    font-size: clamp(0.7rem, 1vw , 0.8rem);
    display: inline;
    vertical-align: middle;
    margin-top: 4vh;
}
.price-terms-check{
    display: inline-block;
    vertical-align: middle;
}
.price-terms-url{
    color: var(--white);
}

.features-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    transition: 600ms ease;
    -moz-transition: 600ms ease;
}
.feature-wrap {
    position: relative;
    display: flex;
    height: 100%;
    width: 100%;
    transition: 300ms ease;
    -moz-transition: 300ms ease;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 10rem;
}
#slide-features-mobile{
    display: none;
}

.feature-screener{
    background-image: url(img/slider_screener.png);
}
.feature-screener-mobile{
    background-image: url(img/slider_screener-mobile.png);
}
.feature-compare{
    background-image: url(img/slider_compare.png);
}
.feature-compare-mobile{
    background-image: url(img/slider_compare-mobile.png);
}
.feature-modelli{
    background-image: url(img/slider_modelli.png);
}
.feature-modelli-mobile{
    background-image: url(img/slider_modelli-mobile.png);
}
.feature-moduloai{
    background-image: url(img/slider_dashboard.png);
}
.feature-moduloai-mobile{
    background-image: url(img/slider_dashboard-mobile.png);
}
.feature-portafoglio{
    background-image: url(img/slider_portafoglio.png);
}
.feature-portafoglio-mobile{
    background-image: url(img/slider_portafoglio-mobile.png);
}
.feature-ottimizzatore{
    background-image: url(img/slider_ottimizzatore.png);
}
.feature-ottimizzatore-mobile{
    background-image: url(img/slider_ottimizzatore-mobile.png);
}
.feature-pac{
    background-image: url(img/slider_pac.png);
}
.feature-pac-mobile{
    background-image: url(img/slider_pac-mobile.png);
}
.feature-period{
    background-image: url(img/slider_period.png);
}
.feature-period-mobile{
    background-image: url(img/slider_period-mobile.png);
}
.feature-inner{
    width: 50%;
    right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: space-around;
}
.feature-inner-mobile{
    width: 100%;;
}
.features-slide-title{
    justify-self: center;
    grid-row-end: 1;

}
.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: normal;
    width: 100%;
    text-transform: uppercase;

}
.feature-text {
    color: var(--white);
    font-size: 1.3rem;
    margin-top: 0;
    max-width: 90%;
}

.feature-title-mobile {
    color: black;
}

.feature-text-mobile {
    color: black;
    max-width: 100%;
}

.feature-text-wrap-mobile {
    text-align: center;
    margin: 2rem;
}
.feature-list{
    color: var(--white);
    padding: 0;
    padding-inline: 1rem;
}
.feature-list-element{
    list-style-type: disc;
}
.close-button {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    right: 5px;
    top: 5px;
    background-image: url("img/close.png");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: var(--black);
    z-index: 1;
}
.feature-img-wrap{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
}
.feature-img-wrap-mobile{
    display: flex;
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: #202020;

}
.feature-img {
    background-size: cover;
    height: 130px;
    width: 130px;
}
.feature-img-mobile {
    background-size: 100%;
    height: 100%;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.database-img {
    background-image: url(img/database.png);
}
.compare-img {
    background-image: url(img/compare.png);
}
.modelli-img-new {
    background-image: url(img/modelli2.png);
}
.moduloai-img-new {
    background-image: url(img/ai.png);
}
.portafoglio-img-new {
    background-image: url(img/report.png);
}
.ottimizzatore-img-new {
    background-image: url(img/ottimizzatore.png);
}
.pac-img-new {
    background-image: url(img/pac.png);
}
.period-img-new {
    background-image: url(img/backtest-2.png);
}
.features-back, .features-forward {
    color: white;
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 27px);
    cursor: pointer;
    user-select: none;
}
.features-back {
    left: 2rem;
}
.features-back-mobile {
    left: 0.5rem;
}
.features-forward {
    right: 2rem;
}
.features-forward-mobile {
    right: 0.5rem;
}
@media screen and (max-width: 1024px) {
    .feature-wrap {
        background-position: 5rem;
    }
}
@media screen and (max-width: 640px) {
    #slide-features {
        display: none;
    }
    #slide-features-mobile{
        display: flex;
        padding-inline: 0;
        padding-bottom: 2rem;
    }
    .features-slide-title{
        color: var(--black);
    }

}

.why-outer-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    margin-inline: 2rem;
    color: var(--black);
}

.why-slide-title{
    justify-self: center;
    grid-row-end: 1;
    color: var(--black);
    font-weight: 500;
}
.why-wrap {
    max-width: 270px;
    text-align: center;
}

.why-img {
    width: 100px;
    height: 100px;
    background-size: contain;
    margin: 1.5rem auto;
    background-repeat: no-repeat;
}
.why-img-1 {
    background-image: url(img/quantistik_interfaccia_intuitiva.png);
}
.why-img-2 {
    background-image: url(img/quantistik_risparmia_tempo.png);
}
.why-img-3{
    background-image: url(img/quantistik_supporto.png);
}
.why-img-4{
    background-image: url(img/quantistik_moduli_intelligenza_artificiale.png);
}
.why-title {
    color: var(--pick);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.about-slide-title{
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1;
}
.about-subtitle {
    font-size: 1.5rem;
}
.about-bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #053187d6;
    z-index: 0;
}

.about-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem;
    max-width: 1200px;
    z-index: 1;
}
.about-text {
    text-align: left;
    margin: 1vw auto;
}

.about-logo-wrap{
    width: 100%;
    text-align: end;
}
.about-logo-img{
    max-height: 100px;
}
.testimonial-wrap {
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}
.testimonial-wrap-inner {
    display: flex;
    align-items: stretch;
    gap: 2rem;
    margin-inline: 1rem;
    transition: 300ms ease-in-out;
}

.testimonial-wrap-outer {
    width: calc(1050px + 6rem); /* Total width of 3 slides TODO breakpoints */
    overflow: hidden;
}
@media only screen and (max-width: calc(1150px)) {
    .testimonial-wrap-outer {
        width: calc(700px + 4rem); /* Total width of 2 slides TODO breakpoints */
    }

}
@media only screen and (max-width: calc(760px)) {
    .testimonial-wrap-outer {
        width: calc(350px + 2rem); /* Total width of 1 slide TODO breakpoints */
    }
}
.testimonial-title{
    color: var(--black);
}
.testimonial-img-wrap{
    height: 100px;
    display: flex;
    align-items: center;
}

.testimonial-photo-img {
    border-radius: 50%;
    width:80px;
    height: 80px;
}
.testimonial-photo-img-logo{
    max-height: 80px;
    max-width: 200px;
}
.testimonial-photo-img-vert{
    height: 80px;
}

.testimonial-text-outer {
    display: flex;
    text-align: center;
    margin-top: 4rem;
    position: relative;
    height: 100%;
}
.testimonial-text-arrow {
    width: 5rem;
    height: 5rem;
    background-color: lightgray;
    position: absolute;
    top: -2.5rem;
    rotate: 45deg;
    left: calc(50% - 2.5rem);
    z-index: 0;
}

.testimonial-text-inner {
    position: relative;
    z-index: 1;
    background: lightgrey;
    padding: 1rem;
}
.testimonial-text-quote {
    position: relative;
    height: 4rem;
    overflow: hidden;
    margin-bottom: 2rem;
    color: var(--pick);
    text-align: center;
}

.testimonial-text-quote>span {
    font-size: 13rem;
    top: -5rem;
    position: relative;
}
.testimonial-name {
    color: var(--pick);
    font-weight: 700;
}

.testimonial-role {
    font-size: 1rem;
    color: var(--pick);
    font-weight: 500;
}
.testimonial-text {
    margin: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
}
.prova-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    position: relative;
    z-index: 1;
}
.prova-bg{
    background: linear-gradient(133.98deg, #5E8AFC 15.16%, #2E60CE 28.36%, #053187 95.17%);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.prova-text{
    font-size: 2rem;
    max-width: 670px;
    text-align: center;
}
.prova-button{
    color: var(--pick);
    background: white;
    font-weight: 600;
}


    .faq-slide-title{
        color: var(--black);
        font-weight: 400;
    }


  .faq-wrap-outer {
    width: calc(100% - 2rem);
    max-width: 1200px;
    background-color: var(--pick);
    margin: .3rem auto;
    padding: .5rem 1rem;
  }
  .faq-group-title {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    justify-content: space-between;
    cursor: pointer;
    }
  .faq-title {
    color: var(--white);
    font-size: 2vh;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    cursor: pointer;
    flex-direction: row-reverse;
  }
  .faq-title h5{
    font-size: 1.4rem;
    letter-spacing: normal;
    color: var(--white);
  }
  .faq-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    transition: 300ms ease 200ms;
    background-size: 40px;
  }

  .faq-feat {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    transition: 300ms ease 200ms;
    background-size: 24px;
  }
  .arrow-open {
   transform: rotate(90deg);
  }
  .arrow-close {
       transform: rotate(-90deg);
  }
  .feat-open {
    background-image: url(img/open_features.png);
  }
  .feat-close {
    background-image: url(img/close_features.png);
  }
  .faq-url{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    transition: 300ms;
  }
  .faq-url:hover{
    color: var(--pickShDarker);
  }
  .faq-wrap {
    max-width: 1200px;
    margin-bottom: 20px;
  }
  .faq-content-wrap {
    display: flex;
    flex-direction: column;
    padding: 1rem 1.5rem;
    margin-left: 2rem;
    display: none;
    color: var(--black);
    background-color: var(--white);
  }
    .support-outer {
        width: calc(100% - 4rem);
        background-color: #113E9A;
        padding-inline: 2rem;
    }
    .support-wrap{
        max-width: 1200px;
        width: 100%;
        margin: 2rem auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        position: relative;
        z-index: 1;
    }
    .support-title{
        font-size: 2rem;
    }
    .support-text{
        color: var(--white);
        font-size: 1.2rem;
        margin: 0;
    }
    .support-text-1{
        font-weight: 200;
    }
    .support-text-2{
        font-weight: 600;
    }
    .support-omino {
        width: 320px;
        height: 120%;
        position: absolute;
        background: url(img/quantistik_assistenza.png);
        background-size: cover;
        bottom: 0;
        right: 2rem;
    }

    .lefonti-wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        max-width: 1200px;
        width: 100%;
        margin: 4rem 2rem;
    }
    .lefonti-text-wrap{
        flex: 6;
    }
    .lefonti-text{
        font-size: 1.8rem;
        max-width: 380px;
    }
    .lefonti-img-wrap{
        flex: 6;
        display: flex;
        justify-content: center;
    }
    .lefonti-img {
        max-width: 300px;
    }
    .newsletter-list{
        font-size:16px;
        text-align:left;
        color:#f1f4f9;
        background-color:transparent;
    }
    .newsletter-list>li{
        list-style-type: disc;
        text-align: left;
        margin-block: 0.5rem;
        font-size: 1.2rem;
        font-weight: 300;
    }
    .qsib-blocks{
        display: flex;
        flex-wrap: wrap;
    }
    .qsib-block-1{
        flex: 4;
        padding: 1rem;
    }
    .qsib-block-2{
        flex: 6;
        padding: 1rem;
    }
    .qsib-title{
        text-align: left;
        max-width: 290px;
        line-height: 1.3;
        font-size: 2.5rem;
        margin-bottom: 1rem;
        font-weight: 400;
    }
    .contact-title{
        color: var(--black);
        font-size: 2.5rem;
        font-weight: 600;
        margin: 0;
    }
    .contact-text{
        color:var(--black);
        font-size: 1.2rem;
        font-weight: 300;
        margin: 0;
        max-width: 500px;
        text-align: center;
    }
    .contact-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-block: 3rem;
    }

    .contact-social-wrap {
        display: flex;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }
    .contact-social-title{
        color: var(--black);
        margin-top: 1rem;
        font-weight: 400;
        font-size: 1.4rem;
    }
    .contact-social{
        width: 50px;
        height: 50px;
        display: block;
        cursor: pointer;
        filter: grayscale(1);
        background-size: cover;
    }
    .contact-social:hover{
        filter: grayscale(0);
    }
    .contact-social-fb {
        background-image: url(img/facebook.png);
    }
    .contact-social-yt {
        background-image: url(img/youtube.png);
    }
    .contact-social-ig {
        background-image: url(img/instagram.png);
    }
    .contact-social-link {
        background-image: url(img/linkedin.png);
    }
.sib-form *,
.sib-form ::after,
.sib-form ::before {
  box-sizing: border-box;
}
.sib-form {
  background-attachment: fixed;
  font-size: 16px;
  padding: 32px 12px 32px;
  margin: 0;
}
.sib-form ul {
  padding: 0;
}
#sib-container {
  background: #fff;
  margin: 0 auto;
  padding: 17px;
  display: inline-block;
  width: 100%;
}
#sib-form {
  text-align: left;
}
.checkbox.checkbox_tick_positive::before {
  left: calc(50% - 1px);
}
.entry__choice {
  width: 100%;
  margin-bottom: 3px;
  word-wrap: break-all;
  word-wrap: break-word;
}
.entry__label {
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}
.entry__label::after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}
.entry__specification {
  margin: 10px 0;
}
.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: transparent;
}
.sib-form-block {
  padding: 0 16px;
  word-wrap: break-word;
  outline: none;
}
.sib-form-block p,
.sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em;
}
.sib-form-block ul {
  list-style-position: inside;
}
.sib-form-block__button {
  display: inline-block;
  padding: 8px 18px;
  border: none;
  overflow-wrap: break-word;
  max-width: 100%;
  cursor: pointer;
}
.sib-form-block__button-with-loader {
  min-height: 40px;
  line-height: 23px;
}
.form__label-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
.input {
  width: calc(100% - 1rem);
}
.input--hidden {
  display: none !important;
}
input::-webkit-input-placeholder {
  color: #bfcad8;
}
input::-moz-placeholder {
  color: #bfcad8;
}
input:-ms-input-placeholder {
  color: #bfcad8;
}
input:-moz-placeholder {
  color: #bfcad8;
}
.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0;
}
.sib-form-message-panel {
  margin: 0 0 1.25rem 0;
  width: 100%;
  padding: 0.4375rem;
  border: 1px solid;
  display: none;
}
.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
}
.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}
.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}
.checkbox_tick_positive:before {
  left: 49%;
}
@media screen and (max-width: 500px) {
  #sib-container {
    padding: 32px 9px 32px;
  }
}
.entry__choice label p {
  display: inline;
}
@media screen and (max-width: 400px) {
  #sib-container {
    padding: 32px 0px 32px;
  }
}
.sib-hide-loader-icon {
  display: none;
}

.sib-form ::-webkit-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form ::-moz-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form :-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form ::-ms-input-placeholder {
  color: #c0ccda;
  opacity: 1;
}
.sib-form .form__entry {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.sib-form .entry__label {
  display: table;
  font-weight: 700;
  padding: 0;
  white-space: normal;
}
.sib-form .entry__field {
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0.25rem 0;
  max-width: 100%;
}
.sib-form .entry__field:focus-within {
  box-shadow: 0 0 0 2px #c9e1f4;
}
.sib-form .input {
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
}
.sib-form .input:first-child {
  padding-left: 0.5rem;
}
.sib-form .input:last-child {
  padding-right: 0.5rem;
}
.sib-form .input {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  outline: 0;
}
.sib-form .input:not(textarea) {
  height: calc(2.5rem - 2px);
}
.sib-form .input {
  box-shadow: none;
  min-width: 1px;
  padding: 0;
}
.sib-form .entry__error,
.sib-form .entry__label,
.sib-form .entry__specification {
  max-width: 40em;
}
.sib-form .entry__error,
.sib-form .entry__specification {
  display: block;
}
.sib-form .entry__error + .entry__specification {
  margin-top: 0.5rem;
}
.sib-form .entry__error {
  color: #ff4949;
  font-size: 0.87055056rem;
  line-height: 1rem;
}
.sib-form .entry__specification {
  color: #687484;
  margin: 0;
}
.sib-form .entry__choice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sib-form .entry__choice .checkbox {
  margin-right: 0.5em;
}
.sib-form .entry__choice:not(:first-child) {
  margin-top: 0.5rem;
}
.sib-form .checkbox {
  background: #fff;
  border: 1px solid #687484;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  position: relative;
}
.sib-form .checkbox {
  border-radius: 3px;
}
.sib-form .checkbox_tick_positive:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sib-form .checkbox_tick_positive:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 1px;
  content: "";
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 1px;
  -webkit-transform-origin: 80% 45%;
  transform-origin: 80% 45%;
  width: 50%;
}
.sib-form .input_replaced {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: #13ce66;
  border-color: #13ce66;
}
.sib-form .input_replaced:indeterminate + .checkbox {
  background: #fff;
  border-color: #687484;
}
.sib-form .input_replaced:indeterminate + .checkbox:before {
  background: #687484;
  border: 0;
  content: "";
  height: 2px;
  left: 2px;
  margin: -1px 0 0;
  position: absolute;
  right: 2px;
  -webkit-transform: none;
  transform: none;
  top: 50%;
  width: auto;
}
.sib-form .input_replaced:indeterminate + .checkbox:after {
  content: normal;
}
.sib-form .input_replaced:active + .checkbox,
.sib-form .input_replaced:focus + .checkbox {
  box-shadow: 0 0 0 2px #c9e1f4;
}
.sib-form ::-ms-reveal {
  display: none;
}
.sib-form ::-webkit-inner-spin-button,
.sib-form ::-webkit-search-decoration {
  display: none;
}
.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}
.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(0.7002rem - 1px);
}
.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85)
    infinite;
  animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
}
@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.sib-form .entry__field {
  border-radius: 0;
  height: 50px;
}


@media screen and (max-width: 640px) {
    .slide-title {
        font-size: 2rem;
        text-align: center;
    }
    .top-button-text{
        margin: 0.5rem 1rem;
    }
    .top-text {
    font-size: 2rem;
    }
    .top-cta-icon{
        transform: rotate(90deg) translateX(65px);
        -webkit-transform: rotate(90deg) translateX(65px);
        -moz-transform: rotate(90deg) translateX(65px);
        -ms-transform: rotate(90deg) translateX(65px);
        -o-transform: rotate(90deg) translateX(65px);
    }
    .support-title,
    .support-text{
        color: var(--black);
        text-align: center;
    }
    .support-omino {
        position: relative;
        height: 340px;
        margin: auto;
    }
    .support-outer{
        background-color: transparent;
        padding-inline: 0;
        width: 100%;
    }
    .support-wrap{
        align-items: center;
    }
    #slide-testimonials,
    #slide-le-fonti{
        display: none;
    }
    .sib-form{
        padding: 0;
    }
    .qsib-blocks{
        flex-direction: column;
    }
    .qsib-title{
        max-width: 100%;
    }
    .mobileonly-flex{
        display: flex;
    }
    .mobileonly-block{
        display: block;
    }
    .nomobile,
    .qsib-nomobile{
        display: none;
    }
    .newsletter-list{
        display: none;
    }

    .modswitch{
        width: 250px;
    }
    .modswitch-slider:before{
        width: 125px;
    }

    input:checked + .modswitch-slider:before {
        -webkit-transform: translateX(115px);
        -ms-transform: translateX(115px);
        transform: translateX(115px);
    }
    .price-wrap{
        height: auto;
    }
    .why-slide-title {
        text-align: center;
        font-size: 2rem;
    }
    .prova-text {
        font-size: 1.8rem;
        font-weight: 400;
    }

    .support-title {
        font-size: 1.6rem;
        font-weight: 400;
    }

    .foot-inner {
        flex-direction: column;
        display: flex;
        align-items: center;
        text-align: center;
        margin-block: 3rem 7rem;
        margin-inline: 1rem;
    }

    .foot-text-wrap {
        border: 0;
        padding-left: 0;
        border-top: 2px solid white;
        padding-top: 1rem;
    }

}
