@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap);
@font-face {
  font-family: Arial, sans-serif;
  src: url(/assets/fonts/Arial.75400f06.woff) format("woff");
}

:root {
  --viva-primary: #00205B;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

.viva-piu-vantaggi{
  align-self: stretch; 
  color: var(--viva-primary); 
  font-size: 20px; 
  font-family: Open Sans; 
  font-weight: 400; 
  line-height: 28px; 
  letter-spacing: 0.10px; 
  word-wrap: break-word;
}

.viva-piu-vantaggi-subtitle{
  align-self: stretch; 
  color: var(--viva-primary); 
  font-size: 30px; 
  font-family: Open Sans; 
  font-weight: 700; 
  line-height: 36px; 
  letter-spacing: 0.15px; 
  word-wrap: break-word;
}

.cookiealert {
    position: absolute !important;
    top: 0;
    bottom: auto;
    border-radius: 0 !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    padding: 1.25rem
}

p {
  text-align: center;
}

.main-container{
  display: block;
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  padding-right: 96px;
  padding-bottom: 24px;
  padding-left: 96px;
  background: var(--viva-primary);
}

.header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.logo {
  width: 174px;
  height: 70px;
}

.icon {
  width: 56px;
  height: 54px;
  flex-shrink: 0;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.link-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.button-accedi {
  color: var(--viva-primary) !important;
}

@media (max-width: 1100px) {
  .header {    
    padding-right: 64px;
    padding-left: 64px;
  }  
}

@media (max-width: 768px) {
  .header {    
    padding-right: 64px;
    padding-left: 64px;
  }  
}

@media (max-width: 720px) {
  .header {
    flex-direction: column;
    height: auto;
    padding: 16px 24px;
  }

  .logo {
    width: 125px;
    height: 48px;
  }

  .icon {
    width: 42px;
    height: 40.5px;
  }

  .header-left {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .header-right {
    display: none;
  }
}

.footer-content {
  background-color: #B9E0E7;
  position: relative;
  height: 126px;
  padding-left: 294px;
}

.div-footer {
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.logo-footer {
  position: absolute;
  left: 120px;
  bottom: 0px;
  transform: translateY(-20%);
  height: 125px;
}

.internal-link {  
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
  vertical-align: bottom;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: var(--viva-primary) !important;
}

.title-elenco{
  color: #55535A; font-size: 18px; font-family: Open Sans; font-weight: 700; line-height: 28px; letter-spacing: 0.09px; word-wrap: break-word
}

.text-elenco{
  color: #55535A; font-size: 18px; font-family: Open Sans; font-weight: 400; line-height: 28px; letter-spacing: 0.09px; word-wrap: break-word
}

a.a-login-white{
  color: white !important; 
  font-size: 16px; 
  font-weight: 400; 
  line-height: 24px; 
  letter-spacing: 0.08px; 
  word-wrap: break-word
}

.button-iscriviti a{
  padding-left: 24px; 
  padding-right: 24px; 
  padding-top: 14px; 
  padding-bottom: 14px; 
  text-decoration: none !important;
  background: #003E7E !important; 
  overflow: hidden; 
  border-radius: 32px; 
  justify-content: flex-start; 
  align-items: flex-start;
  display: inline-flex;
  color: white !important;
  font-size: 16px; 
  font-weight: 400; 
  line-height: 24px; 
  letter-spacing: 0.08px; 
  word-wrap: break-word
}

.hero-text-block {  
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 50%;
}

.hero-buttons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

/* Tipografia */
.headline {
  color: var(--viva-primary);
  font-size: 48px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 125%;
  letter-spacing: 0.5%;
}

.headline.bold {
  font-weight: 700;
}

.subheadline {
  align-self: stretch;
  color: #334D7C;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  line-height: 28px;
  word-wrap: break-word;
  letter-spacing: 0.5%;

}

.hero-desktop {
  width: 100%; 
  height: 100%; 
  padding-left: 96px; 
  padding-right: 96px; 
  padding-top: 80px; 
  padding-bottom: 80px; 
  background: linear-gradient(143.44deg, rgba(255, 255, 255, 0.5) 25.33%, rgba(255, 255, 255, 0) 65.68%), url('https://www.vittoriaassicurazioni.com/bck_visual_hp/'); 
  background-size: cover; 
  flex-direction: column; 
  justify-content: center; 
  align-items: flex-start; 
  display: flex;
  gap:32px;
}

.button-accedi a{
  padding-left: 24px; 
  padding-right: 24px; 
  padding-top: 14px; 
  padding-bottom: 14px; 
  text-decoration: none !important;
  background: white !important; 
  overflow: hidden; 
  border-radius: 32px;
  border: 1px solid var(--viva-primary);
  justify-content: flex-start; 
  align-items: flex-start;
  display: inline-flex;
  color: #334D7C !important;
  font-size: 16px; 
  font-weight: 400; 
  line-height: 24px; 
  letter-spacing: 0.08px; 
  word-wrap: break-word
}

.elenco-background{
  width: 100%;
  padding-top: 48px; 
  padding-bottom: 48px; 
  background-image: url('https://www.vittoriaassicurazioni.com/imagepc/');  
  background-size: cover; 
  background-repeat: no-repeat;
  justify-content: center; 
  display: inline-flex;
}

/* 2. Stile per tablet grandi o desktop piccoli (fino a 1024px) */
@media screen and (max-width: 1025px) {
  .hero-desktop{
    height: 548px;
    padding-left: 64px; 
    padding-right: 64px; 
    padding-top: 80px; 
    padding-bottom: 80px; 
    background: linear-gradient(143.44deg, rgba(255, 255, 255, 0.5) 25.33%, rgba(255, 255, 255, 0) 65.68%),
    url('https://www.vittoriaassicurazioni.com/mob_vis/');      
    background-size: cover, cover;
    
    background-repeat: no-repeat;
  }

  .hero-text-block {
    width: 80%;
  }
}

/* 3. Stile per tablet verticali (fino a 768px) */
@media screen and (max-width: 768px) {
  .hero-desktop{      
    padding-top: 80px;
    padding-right: 64px;
    padding-bottom: 80px;
    padding-left: 64px;    
    background: linear-gradient(143.44deg, rgba(255, 255, 255, 0.5) 25.33%, rgba(255, 255, 255, 0) 65.68%),
    url('https://www.vittoriaassicurazioni.com/hero-375/'); 
    background-color: #8DE4E9; /* colore di base */
    background-size: cover, cover; 
    background-repeat: no-repeat; 
    background-position: top, center;
    justify-content: space-between; 
  }
}

@media (max-width: 720px) {
  .hero-desktop{
    height: 448px;
    position: relative;
    padding-top: 40px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
    background: linear-gradient(143.44deg, rgba(255, 255, 255, 0.5) 25.33%, rgba(255, 255, 255, 0) 65.68%)
    ,url('https://www.vittoriaassicurazioni.com/hero-375/'); 
    background-color: #8DE4E9; /* colore di base */
    background-size: cover, cover; 
    background-repeat: no-repeat; 
    background-position: center, center bottom;
    justify-content: space-between; 
  }

  .hero-text-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

/* Tipografia */
.headline {
  font-size: 30px;  
  line-height: 36px;
}

.subheadline {
  font-size: 18px;
}

  .hero-buttons {
    width: 329px;
    height: 120px;;
    flex-direction: column;
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }

  .button-accedi a{
    height: 52px;
    width: auto;
  }

  .button-iscriviti a{
    height: 52px;
    width: auto;
  }
}

@media (max-width: 320px) {
  .button-iscriviti a{
    padding-left: 12px; 
    padding-right: 12px; 
    font-size: 16px; 
    width: auto;
  }

  .button-accedi a{
    width: auto;
    padding-left: 12px; 
    padding-right: 12px;        
    font-size: 16px; 
  }
}

.card-solo-desktop {
  width: 100%; 
  height: 100%; 
  padding-left: 96px; 
  padding-right: 96px; 
  padding-top: 64px; 
  padding-bottom: 64px; 
  position: relative; 
  justify-content: flex-start; 
  align-items: flex-start; 
  gap: 40px; 
  display: inline-flex
}

.card-solo-mobile {
  display: none;
}

.bg-card-list{
  width: 100%; height: 207px; left: 0px; bottom: 0px; position: absolute; background: #B9E0E7;
}

.card-promozionale{
  width: 277px; 
  align-self: stretch; 
  background: white; 
  background-size: cover; 
  overflow: hidden; 
  border-radius: 24px; 
  flex-direction: column; 
  justify-content: flex-start;
  align-items: flex-start; 
  display: inline-flex; 
  z-index: 1;
}

.card-promozionale-img {
  align-self: stretch; height: auto
}

.card-promozionale-content{
  align-self: stretch; padding: 24px; flex-direction: column; justify-content: flex-start; align-items: center; gap: 24px; display: flex
}

.card-promozionale-text-block{
  align-self: stretch; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 8px; display: flex
}

.card-promozionale-title{
  align-self: stretch; 
  color: var(--viva-primary); 
  font-size: 18px; font-family: Open Sans; 
  font-weight: 700; 
  line-height: 28px; 
  letter-spacing: 0.09px; 
  word-wrap: break-word
}

.card-promozionale-description{
  align-self: stretch; 
  color: #141316; 
  font-size: 16px; 
  font-family: Open Sans; 
  font-weight: 400; 
  line-height: 24px; 
  letter-spacing: 0.08px; 
  word-wrap: break-word"
}

.card-top-col {
  display: none;
}

@media (max-width: 1100px) {
  .card-solo-desktop {
    display: none;
  }
  .card-solo-mobile {
    width: 100%;     
    padding: 64px;
    flex-direction: row;
    position: relative;
    display: inline-flex;
  }

  .card-top-row{
    width: 100%; 
    gap: 24px;
    position: relative;
    flex-direction: row;   
    display: inline-flex;
    justify-content: space-between;  
  }

  .card-bottom{
    width: 100%;
    height: 207px; 
    left: 0px; 
    bottom: 0px; 
    position: absolute; 
    background: #B9E0E7
  }


  .card-left {
    width: 432px;
    min-height: 470px;
    background: white;
    overflow: hidden;
    border-radius: 24px;
    flex-direction: column; 
    display: flex; 
    z-index:1;
    position: relative; 
  }

  .card-right {
    width: 441px;
    height: 300px;
    background: white;
    flex-direction: column; 
    position: relative;
    align-items: flex-start; 
    gap: 8px; 
    display: flex;
    z-index:1;
  }
}

@media (max-width: 768px) {
  .card-solo-desktop {
    display: none;
  }

  .card-solo-mobile {
    height: 650px;    
  }

  .card-left {
    width: 369px;
    height: auto;
  }

  .card-right {
    width: 248px;
  }
}

@media (max-width: 720px) {
  .card-solo-mobile {
    width: 100%; 
    height: 806px;    
    padding-top: 40px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
    flex-direction: row;
    position: relative;
    display: inline-flex;
  }

  .card-top-row{
    display: none;
  }

  .card-top-col{
    width: 100%; 
    gap: 24px;
    position: relative;
    flex-direction: column;   
    display: inline-flex;
  }

  .card-solo-desktop {
    display: none;
  }

  .card-solo-mobile {
    height: 100%;
  }

  .card-left {
    width: 100%;
    height: auto;
  }

  .card-right {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  .elenco-background{
    padding-left: 64px; 
    padding-right: 64px;     
    background-position: center;
  }
}

@media (max-width: 768px) {
  .elenco-background{
    padding-left: 64px; 
    padding-right: 64px;     
    background-position: center;
  }
}

@media (max-width: 720px) {
  .elenco-background{
    padding-left: 16px; 
    padding-right: 16px;     
    background-position: center;
  }
}

.elenco-azure
{
  width: 823px;
  height: 100%;  
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 40px;
  background: #ECF7F8;
}

@media (max-width: 720px) {
  .elenco-azure
  {
    width: 100%;
    height: 100%;  
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
}

.vantaggi-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
}

.vantaggi-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.vantaggi-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.vantaggi-title {
  color: var(--viva-primary);
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.10px;
  word-wrap: break-word;
}

.badge-novita {
  padding: 8px 16px;
  background: #F7B500;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.badge-novita-mob {
  display: none;
}

@media (max-width: 720px) {
  .badge-novita{
    display: none;
  }

  .badge-novita-mob{
    display: flex;
    padding: 8px 16px;
    background: #F7B500;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
}

.badge-text {
  color: var(--viva-primary);
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08px;
  word-wrap: break-word;
}

.vantaggi-sottotitolo-desktop {
  color: var(--viva-primary);
  font-size: 36px; 
  font-family: Open Sans; 
  font-weight: 700; 
  line-height: 40px; 
  letter-spacing: 0.18px; 
  word-wrap: break-word
}

.vantaggi-sottotitolo {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  flex: 1 1 0;
  color: var(--viva-primary);
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.15px;
  word-wrap: break-word;
}

.vantaggi-paragrafo {
  color: #55535A;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.09px;
  word-wrap: break-word;
}

.vantaggi-lista {
  margin: 0;
  padding-left: 32px;
}

.vantaggi-lista li {
  margin-bottom: 8px;
}

.title-elenco {
  font-weight: bold;
}

.text-elenco {
  font-weight: normal;
}


.link-container {
  margin-left: -100px;
}

.footer-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5%;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  color: #003E7E !important;
  }

.copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5%;
  text-align: center;
  color:#55535A;
}

@media screen and (max-width: 1025px) {
  .logo-footer {
    position: absolute;
    left: 50px;
    bottom: 0px;
    transform: translateY(-20%);
    height: 125px;
  }

  .footer-content {
    padding-left: 253px;
    align-content:center;
  }

  .div-footer {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
    gap: 30px
  }
}

@media screen and (max-width: 768px) {
  .logo-footer {
    position: absolute;
    left: 50px;
    bottom: 0px;
    transform: translateY(-20%);
    height: 125px;
  }

  .footer-content {
    padding-left: 213px;
    padding-right: 64px;
    align-content:center;
  }

  .div-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
    gap: 20px
  }
}

@media screen and (max-width: 720px) {

  .footer-content {
    background-color: #B9E0E7;
    position: relative;
    height: 276px;
    padding-left: 24px;
    padding-top: 24px;
  }
  
  .div-footer {
    display: flex;
    flex-direction: column;
    height: 100%;    
    justify-content: space-evenly;
    align-items: flex-start;
  }
  
  .logo-footer {
    left: -50px;
    width: 104px;
    height: 101px;
    transform: translateY(-200%) translateX(80vw);
  }  
  
  .link-container {
    margin-left: -100px;
  }
  
  .footer-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5%;
    text-decoration: underline !important;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: #003E7E !important;
    }
}

    a#CybotCookiebotDialogPoweredbyCybot {
        display: none;
    }

    .swiper {
      width: 100% !important;
      padding-left: 96px !important;
      padding-right: 96px !important;
      backface-visibility: hidden !important;
      margin-bottom: 24px;
    }    

    .swiper-wrapper {
      width: 100%;
    }

    @media (max-width: 1100px) {
      .swiper {
        padding-left: 64px !important;
        padding-right: 64px !important;
        margin-bottom: 48px;
      }
    }
  
    @media (max-width: 720px) {
      .swiper {
        padding-left: 16px !important;
        padding-right: 16px !important;
        margin-bottom: 24px;
      }
    }     

    .card-img{
        width: 100%;
        height: 141px;
        object-fit: cover;
        border-top-right-radius: 32px;
        border-bottom-left-radius: 32px;
    }

    .card-content{
      padding-top:8px;
    }

    .card-points {

    }

    .points{
        font-family: Open Sans;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5%;
        color: #0072A2;
    }    

    .euro{
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5%;
        color: #00A1C4;
    }

    .card-title{
        font-family: Open Sans;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.5%;
        margin-bottom: 8px;
        color: var(--viva-primary);
    }

    .card-desc{
        height: 100%;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.5%;
        color: var(--viva-primary);
        text-align: left;
    }

    .swiper-slide {
      width: 257px !important;
      min-height: 257px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;      
      border-top-right-radius: 32px;
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 32px;
    }

    .swiper-pagination {
      bottom: 0 !important;
    }

    .swiper-controls {
      margin-top: 10px;
      text-align: center;
    }

    .custom-pagination {
      display: flex;
      min-width: 320px;
      align-items: center;
      gap: 10px;
      margin-bottom: 48px;
      justify-content: space-between;      
      margin-left: auto;
      padding-right: 96px;
      padding-left: 24px;;
    }

    .custom-pagination-mobile {
      display: none;      
    }

    @media (max-width: 720px) {
      .custom-pagination-mobile {
        display: flex;
        width: 100% !important;
        height: 40px;
        padding-left: 96px !important;
        padding-right: 96px !important;
        padding-bottom: 40px;
        backface-visibility: hidden !important;
        align-items: center;
        justify-content: center;
        gap: 16px;
      }

      .custom-pagination {
        display: none;
      }

      .swiper-counter{
        color: #003E7E;
        font-family: Open Sans;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.5%;
      }

      .swiper-counter-current{
        font-family: Open Sans;
        font-weight: 700;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.5%;
      }
    }

    .arrow-left, .arrow-right,.arrow-left-m, .arrow-right-m {
      cursor: pointer;
      color: #004080;
      width: 16px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat;
    }

    .arrow-left,.arrow-left-m {
      background-image: url('https://www.vittoriaassicurazioni.com/arrow-left/');
    }

    .arrow-right,.arrow-right-m {      
      background-image: url('https://www.vittoriaassicurazioni.com/arrow-right/');      
    }

    .arrow-left.disabled,
    .arrow-right.disabled,
    .arrow-right-m.disabled,
    .arrow-left-m.disabled {
        opacity: 0.5;
        color: #838187;
        pointer-events: none;
        cursor: default;
    }

    .dots {
      display: flex;
      gap: 16px;
      align-items: center;
      height: 100%;
    }

    .dot {
      width: 8px;
      height: 8px;
      background-image: url('https://www.vittoriaassicurazioni.com/dot/');
      background-size: contain;
      background-repeat: no-repeat;
      cursor: pointer;
      background-color: white;
      border: none;
    }

    .dot.active {
      background-image: url('https://www.vittoriaassicurazioni.com/dot-active/');
    }

    .arrow.disabled {
      opacity: 0.4;
      pointer-events: none;
      width: 7px;
      height: 13px;
      padding: 4px;
    }

    .icon-button {
      cursor: pointer;
      color: #004080;
      width: 16px;
      height: 16px;
      background-size: contain;
      background-repeat: no-repeat;
      background-color: white;
      border: none;
      padding-right: 16px;
    }
    
    .play-icon {
      background-image: url('https://storage.googleapis.com/sito-istituzionale-prod/1/2025/04/viva-play-icon.svg');
    }
    
    .pause-icon {
      background-image: url('https://storage.googleapis.com/sito-istituzionale-prod/1/2025/04/viva-pause-icon.svg');
    }

    .swiper-header-container {
      width: 100%;
      height: 100%;
      padding: 64px 0 32px 96px;
      gap: 24px;
      display: inline-flex;
    }
    
    .-swiper-header-text-block {
      gap: 8px;
      overflow: hidden;
      justify-content: flex-start;
      align-items: flex-start;
      display: inline-flex;
      flex-direction: column;
    }
    
    .swiper-header-subtitle {
      align-self: stretch;
      color: var(--viva-primary);
      font-size: 18px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      line-height: 28px;
      letter-spacing: 0.5px;
      word-wrap: break-word;
    }
    
    .swiper-header-title {
      align-self: stretch;
      color: var(--viva-primary);
      font-size: 24px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 700;
      line-height: 36px;
      letter-spacing: 0.5px;
      word-wrap: break-word;
    }
    
    @media (max-width: 1100px) {
      .swiper-header-container {
        padding-top: 64px;
        padding-bottom: 48px;
        padding-left: 64px;
      }
    }

    @media (max-width: 768px) {
      .swiper-header-container {
        padding: 40px 16px 24px 16px;
      }
    }

    @media (max-width: 720px) {
      .swiper-header-container {
        padding: 40px 16px 24px 16px;
      }
    }
    
    .accordion
    {
        width: 819px;
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: center; 
        gap: 8px; 
        display: flex;
    }

    @media (max-width: 1024px) {
      .accordion {
        width: 100%;
      }
    }


    .accordion-item{     
        min-height: 60px;   
        will-change: transform;
        align-self: stretch; 
        padding-top: 16px; 
        padding-bottom: 16px; 
        padding-left: 24px; 
        padding-right: 16px; 
        background: white; 
        border-radius: 32px; 
        outline: 1px #C4D3E6 solid; 
        outline-offset: -1px; 
        flex-direction: column; 
        justify-content: flex-start; 
        align-items: flex-start; 
        display: flex;
        box-shadow: 0px 25px 40px 0px #D0E7F3B2;
    }

    .accordion-header{
        align-self: stretch; 
        align-content: center; 
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .accordion-title {
        color: #334D7C; 
        font-size: 16px;
        font-family: Open Sans; 
        font-weight: 400; 
        letter-spacing: 0.09px;
        word-wrap: break-word;
        flex: 1;
        min-width: 0; /* consente il wrapping interno se necessario */
        line-height: 1.4;
    }

    .accordion-content {
        display: none; 
        color: #55535A; 
        font-size: 16px; 
        line-height: 24px; 
        font-family: Open Sans; 
        word-wrap: break-word;
    }

    .circle-arrow-button {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 28px;
        height: 28px;
        outline: none;
        flex-shrink: 0;
    }

    .arrow-icon {
      transition: transform 0.3s ease;
    }
    
    /* Stato attivo dell'accordion (freccia in su) */
    .circle-arrow-button[aria-expanded="true"] .arrow-icon {
      transform: rotate(180deg);
    }

    .circle-arrow-button[aria-expanded="true"] .circle-bg {
      fill: #EEF0F4; /* nuovo colore di sfondo per "aperto" */
    }

    .div-assistenza{
      color: #334D7C; 
      font-size: 16px; 
      font-family: Open Sans; 
      font-weight: 400; 
      letter-spacing: 0.08px; 
      word-wrap: break-word; 
      width: 819px;
    }

    .div-assistenza a{
      color: #334D7C;
      text-decoration: underline;
      font-size: 16px; 
      font-weight: 400; 
      letter-spacing: 0.08px; 
    }

    @media (max-width: 1024px) {
      .div-assistenza {
        width: 100%;
      }
    }

    @media (max-width: 720px) {
      .div-assistenza {
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5%;
      }
    }

    .faq-container{
      display: flex;
      width: 100%; 
      height: 100%; 
      padding-top: 48px;
      padding-bottom: 84px;
      padding-left: 96px; 
      padding-right: 96px;
      background: #ECF7F8; 
      flex-direction: column; 
      justify-content: flex-start; 
      align-items: center;
      gap: 32px;
    }

    @media (max-width: 1024px) {
      .faq-container {
        padding-right: 141px;
        padding-left: 141px;
      }
    }

    @media (max-width: 768px) {
      .faq-container {
        padding-right: 121px;
        padding-left: 121px;
      }
    }

    @media (max-width: 720px) {
      .faq-container {
        padding-top: 40px;
        padding-right: 16px;
        padding-bottom: 40px;
        padding-left: 16px;
        gap: 24px;
      }
    }

    .faq-header{
      width: 819px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; 
      align-items: center;
    }

    @media (max-width: 1024px) {
      .faq-header {
        width: 100%;
      }
    }

    @media (max-width: 768px) {
      .faq-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px
      }
    }

    @media (max-width: 720px) {
      .faq-header {
        flex-direction: column;
        align-items: center;
        gap: 16px
      }
    }

    .faq-header-title{
      all: unset; /* resetta tutte le proprietà ereditate e predefinite */
      color: var(--viva-primary); 
      font-family: Open Sans; 
      font-weight: 700; 
      letter-spacing: 0.18px; 
      font-size: 30px; 
      word-wrap: break-word
    }

    .faq-header-subtitle{
      justify-content: flex-end; 
      display: flex; 
      flex-direction: column; 
      color: var(--viva-primary); 
      font-size: 16px; 
      font-family: Open Sans; 
      font-weight: 400; 
      text-decoration: underline; 
      letter-spacing: 0.08px; 
      word-wrap: break-word
    }

    /* Nascondi il div Desktop sui dispositivi mobile */
    @media (max-width: 768px) {     

        .act-1{
            width: 100%;
            height: 100%;
            padding-left: 26px;
            padding-bottom: 84px;
            padding-right: 26px;
        }

        .act-2{
            width: 100%;
            height: 100%;
            padding-left: 46px;
            padding-top: 46px;
        }

        .content-box {
            width: 100%;
            height: 100%;
            border: 2px solid white;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: white;
            margin-right: 10px;
            padding-left: 26px;
            padding-right:26px;
        }

    }