.realtime-flight-dt-portlet{
    @charset "UTF-8";
    .captcha-box-adr {
      border: 1px solid #d3d3d3;
      border-radius: 6px;
      padding: 10px 12px;
      background-color: #fff;
      display: flex;
      align-items: center;
      font-family: Helvetica, Arial, sans-serif;
      box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    }

    .captcha-content {
      display: flex;
      align-items: center;
      width: 100%;
      gap: 12px;
    }

    .captcha-checkbox-adr {
      width: 22px;
      height: 22px;
      cursor: pointer;
      flex-shrink: 0;
    }

    .captcha-label-adr {
      font-size: 14px;
      color: #525252;
      cursor: pointer;
      user-select: none;
      margin: 0;
    }

    .captcha-logo-adr {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .recaptcha-graphic {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .recaptcha-logo {
      width: 48px;
      height: 32px;
      flex: 0 0 48px;
    }

    .recaptcha-meta {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }

    .recaptcha-title {
      font-size: 12px;
      font-weight: 600;
      color: #525252;
    }

    .recaptcha-legal {
      font-size: 10px;
      color: #9aa0a6;
    }

    /* Disabled state for button until captcha is checked */
    .btn-login-adr:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #15161C;
      background-color: #F2F6FA;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      line-height: 1.2;
      color: #15161C;
      margin-bottom: 16px;
    }

    h1 {
      font-size: 54px;
      line-height: 60px;
    }

    h2 {
      font-size: 30px;
      line-height: 34px;
    }

    h3 {
      font-size: 24px;
      line-height: 32px;
    }

    h4 {
      font-size: 18px;
      line-height: 20px;
    }

    p {
      margin-bottom: 16px;
      line-height: 18px;
    }

    p:last-child {
      margin-bottom: 0;
    }

    a {
      color: #004996;
      text-decoration: none;
      transition: color 0.15s ease;
    }
    a:hover, a:focus {
      color: #052A5D;
      text-decoration: underline;
      outline: 2px solid #004996;
      outline-offset: 2px;
    }
    a:focus:not(:focus-visible) {
      outline: none;
    }
    a:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    button {
      font-family: "Gabarito", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 22px;
      border: none;
      cursor: pointer;
      transition: all 0.2s ease;
      border-radius: 4px;
    }
    button:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }
    button:disabled {
      opacity: 0.6;
      cursor: not-allowed;
    }

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    ul,
    ol {
      list-style: none;
    }

    .skip-to-main {
      position: absolute;
      top: -40px;
      left: 0;
      padding: 8px 16px;
      background: #004996;
      color: #FFFFFF;
      text-decoration: none;
      z-index: 400;
    }
    .skip-to-main:focus {
      top: 0;
    }

    *:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    .keyboard-navigation *:focus {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

    .header {
      position: sticky;
      top: 0;
      height: 84px;
      background-color: #FFFFFF;
      box-shadow: 0 1px 12px 0 rgba(5, 42, 93, 0.1);
      z-index: 200;
    }
    .header__container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1280px;
      height: 100%;
      margin: 0 auto;
      padding: 0 5%;
    }
    .header__logo {
      width: 87px;
      height: 40px;
      overflow: hidden;
    }
    .header__logo img {
      width: auto;
      height: 100%;
    }
    .header__nav {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .header__nav-item {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      height: 23px;
    }
    .header__nav-item a {
      font-family: "Gabarito", sans-serif;
      font-size: 18px;
      font-weight: 500;
      line-height: 20px;
      color: #004996;
      text-align: center;
      text-decoration: none;
    }
    .header__nav-item a:hover, .header__nav-item a:focus {
      color: #052A5D;
      text-decoration: none;
    }
    .header__nav-item::after {
      content: "";
      width: 32px;
      height: 4px;
      background-color: transparent;
      border-radius: 1px;
    }
    .header__nav-item.active::after {
      background-color: #004996;
    }
    .header__divider {
      width: 1px;
      height: 16px;
      background-color: #DEE7F1;
    }
    .header__actions {
      display: flex;
      align-items: center;
      gap: 24px;
    }
    .header__icons {
      display: flex;
      align-items: center;
      gap: 24px;
    }
    .header__icon-group {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .header__icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
    }
    .header__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
    .header__menu {
      display: flex;
      align-items: center;
      gap: 16px;
    }
    .header__menu button {
      padding: 0;
      background: transparent;
      font-family: "Gabarito", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 20px;
      color: #004996;
    }
    .header__menu button:hover, .header__menu button:focus {
      color: #052A5D;
    }

    .route-header {
      background: linear-gradient(180deg, #004996 0%, #0B1A39 25%);
      padding: 24px 0;
      position: relative;
      overflow: hidden;
      min-height: 662px;
      margin-right: -2.5rem !important;
      margin-left: -2.5rem !important;
    }
    .route-header__background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: 0.3;
      z-index: 1;
    }
    .route-header__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, #004996 0%, #0B1A39 25%);
      z-index: 0;
    }
    .route-header__container {
      position: relative;
      z-index: 3;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      margin-bottom: 0.5rem;
    }
    .route-header__title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 54px;
      line-height: 60px;
      color: #FFFFFF;
      margin-bottom: 16px;
      white-space: pre-wrap;
    }
    .route-header__update {
      font-family: "Jost", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #FFFFFF;
      text-align: right;
    }
    .route-header__update strong {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
    }

    .first-section__container {
      padding: 16px 3.5rem 16px 3.5rem;
    }

    .second-section {
      position: relative;
      padding: 35px 3.5rem 5rem;
      border-top-left-radius: 24px;
      border-top-right-radius: 24px;
      background-color: #F2F6FA;
      margin-top: -1.65rem;
    }

    .flight-card__body {
      padding: 16px 24px;
    }

    @media (max-width: 768px) {
      .header {
        height: 64px;
      }
      .header__container {
        padding: 0 16px;
        gap: 16px;
      }
      .header__icons {
        gap: 8px;
      }
      .header__icon-group {
        display: none;
      }
      .header__menu {
        gap: 8px;
      }
      .header__menu button {
        font-size: 14px;
      }
      .route-header {
        min-height: auto;
        overflow: hidden;
        padding: 24px 0 32px;
      }
      .route-header__overlay {
        background: linear-gradient(180deg, #004996 0%, #0B1A39 25%);
      }
      .first-section__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 3.5rem 0;
      }
      .second-section {
        padding: 16px 3.5rem 5rem;
      }
      .flight-card__body {
        padding: 8px 0.75rem;
      }
      .route-header__title {
        font-size: 36px;
        line-height: 40px;
      }
      .route-header__update {
        text-align: left;
      }
      .route-header__update.md\:hidden,
      .route-header__update.md\:hidden span,
      .route-header__update.md\:hidden strong {
        position: relative;
        color: #FFFFFF !important;
        font-size: 14px;
      }
    }
    .flight-card__checkpoints-time-label{
        font-family: "Gabarito", sans-serif;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #415264;
    }
    @media (max-width: 576px) {
      .header__container {
        padding: 0 8px;
      }
      .route-header__update {
        order: 2;
        margin-top: 0.75rem;
        width: 100%;
      }
      .route-header__update.md\:hidden,
      .route-header__update.md\:hidden span,
      .route-header__update.md\:hidden strong {
        position: relative;
        color: #FFFFFF !important;
        font-size: 14px;
      }
      .flight-card__airline-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
      }
      .flight-card__airline-number {
        margin-left: auto;
      }
      .flight-card__airline-codeshare {
        border-top: 1px solid #ccc;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
      }
      .flight-card__airline-codeshare-codes {
        display: flex;
        /* flex container */
        flex-wrap: wrap;
        /* va a capo se non c’è spazio */
        gap: 0.5rem;
        /* spazio tra i codici */
        width: 100%;
        /* occupa tutta la larghezza della card */
      }
      .flight-card__airline-codeshare-code {
        flex: 1 1 auto;
        min-width: 80px;
        text-align: center;
        background-color: transparent;
        padding: 4px 8px;
        border-radius: 2px;
        font-size: 0.9rem;
      }
      /* Card full width */
      .card {
        width: 100% !important;
      }
      .route-header__overlay {
        background: linear-gradient(180deg, #004996 0%, #0B1A39 25%);
      }
      .first-section__container {
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 16px 16px 16px !important;
      }
      .second-section {
        padding: 30px 16px 16px 16px !important;
      }
      .flight-card__body {
        padding: 16px !important;
      }
      .card-body.p-2 {
        padding: 16px !important;
      }
      .flight-card__info-item-value {
        font-size: 14px !important;
        line-height: 20px !important;
        font-weight: 700 !important;
      }
      .flight-card__info-item-label {
        font-size: 14px !important;
      }
      .flight-card__checkpoints-row_security .flight-card__checkpoints-time,
      .flight-card__checkpoints-row_passport .flight-card__checkpoints-time {
          justify-content: space-between;
          width: 100%;
          display: flex!important;
          align-items: flex-start;
          gap: 8px!important;
          flex-direction: row;
      }
      .flight-card__checkpoints-label {
        font-weight: 600!important;
        font-size: 14px!important;
      }
      .flight-card__checkpoints-time-label{
        font-family: "Gabarito", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #415264;
      }
      .time-badge-text {
          font-size: 14px!important;
          line-height: 18px!important;
      }
      .route-header__title {
        font-size: 30px;
        line-height: 34px;
      }
    }
    .flight-card {
      z-index: 2;
    }

    .flight-card__airline {
      background: rgba(230, 237, 245, 0.9);
      backdrop-filter: blur(10px);
      border: 1px solid #E6EDF5;
      border-radius: 8px;
      padding: 8px;
      margin-bottom: 16px;
    }

    .flight-card__airline-info {
      display: flex;
      align-items: center;
      justify-content: space-between;
      /*margin-bottom: 8px;*/
    }

    .flight-card__airline-logo {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .flight-card__airline-logo img {
      height: 26px;
      width: auto;
    }

    .flight-card__airline-number {
      font-family: "Gabarito", sans-serif;
      font-weight: 500!important;
      font-size: 18px!important;
      line-height: 19px;
      color: #004996;
    }

    .flight-card__airline-operator {
      font-family: "Jost", sans-serif;
      font-weight: 400!important;
      font-size: 14px!important;
      line-height: 18px;
      color: #004996;
      text-align-last: end;
    }

    .flight-card__airline-operator strong {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
    }

    .flight-card__airline-codeshare {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .flight-card__airline-codeshare-label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400!important;
      font-size: 14px!important;
      line-height: 18px;
      color: #052A5D;
      margin: 0;
    }

    .flight-card__airline-codeshare-codes {
      display: flex;
      gap: 8px;
    }

    .flight-card__airline-codeshare-code {
      border: 1px solid #004996;
      border-radius: 2px;
      padding: 0 4px;
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      color: #004996;
    }

    .flight-card__status {
      display: flex;
      flex-direction: column;
      gap: 8px;
      width: fit-content;
    }

    .flight-card__details {
      /* display: flex; */
      align-items: center;
      justify-content: space-between;
      position: relative;
    }

    .flight-card__departure,
    .flight-card__arrival {
      width: 220px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      align-items: flex-start;
      justify-content: flex-end;
    }

    .flight-card__label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400!important;
      font-size: 14px!important;
      line-height: 18px;
      color: #052A5D;
      margin-bottom: 0;
    }

    .flight-card__time {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      color: #052A5D;
    }
    .flight-card__time-mobile {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      color: #052A5D;
    }

    .flight-card__time--strikethrough {
      text-decoration: line-through;
      color: #052A5D;
      margin-left: 4px;
      font-weight: 400!important;
      line-height: 20px!important;
    }

    .flight-card__airport {
      font-family: "Jost", sans-serif;
      font-weight: 500;
      color: #004996;
      white-space: nowrap;
    }

    .flight-card__airport-code {
      font-family: "Gabarito", sans-serif;
      font-weight: 700;
      font-size: 30px;
      line-height: 42px;
    }

    .flight-card__airport-name {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 24px;
      line-height: 32px;
    }

    .flight-card__info {
      display: flex;
      flex-direction: column;
      gap: 0.1rem;
      align-items: flex-start;
      /* margin-top: 8px; */
    }

    .flight-card__info-item {
      display: flex;
      gap: 4px;
      align-items: center;
      height: 26px;
      margin: 0 !important;
    }

    .flight-card__info-item-label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #415264;
    }

    .flight-card__info-item-value {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #052A5D;
    }

    .flight-card__path {
      height: 5px;
      width: 360px;
      position: relative;
      margin: 0 auto;
      align-self: anchor-center;
    }

    .flight-card__path-duration {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-color: #415264;
      border-radius: 17px;
      padding: 0 9px;
      display: flex;
      align-items: center;
      gap: 4px;
      z-index: 2;
    }

    .flight-card__path-duration-icon {
      width: 16px;
      height: 16px;
    }

    .flight-card__path-duration-text {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #FFFFFF;
      text-align: center;
    }

    .flight-card__path-icon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
    }

    .flight-card__divider {
      background-color: #BFD1E5;
      height: 1px;
      width: 100%;
      margin: 16px 0;
    }

    .flight-card__checkpoints {
      display: flex;
      gap: 32px;
      align-items: center;
      border-radius: 8px;
    }

    .flight-card__checkpoints-item {
      /*flex: 1;*/
      display: flex;
      gap: 16px;
      align-items: center;
      border-radius: 8px;
    }
    .flight-card__checkpoints-item-baggage-claim,
    .flight-card__checkpoints-item-baggage-status {
        flex: 1;
    }
    .flight-card__checkpoints-icon {
      /*width: 31px;*/
      height: 24px;
      flex-shrink: 0;
    }

    .flight-card__checkpoints-row {
      display: flex;
      align-items: center;
      gap: 1rem;
      /* distanza richiesta */
    }

    .flight-card__checkpoints-row-mobile {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      min-width: 0;
    }

    .flight-card__checkpoints-row_security,
    .flight-card__checkpoints-row_passport{
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .flight-card__checkpoints-label {
      margin: 0;
      white-space: nowrap;
    }

    .flight-card__checkpoints-row_security .flight-card__checkpoints-label,
    .flight-card__checkpoints-row_passport .flight-card__checkpoints-label{
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
    }

    .flight-card__checkpoints-label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #052A5D;
      margin: 0;
    }

    .flight-card__checkpoints-row_security .flight-card__checkpoints-time,
    .flight-card__checkpoints-row_passport  .flight-card__checkpoints-time {
        white-space: nowrap;
        flex-shrink: 0;
        gap: 8px;
        display: grid;
    }

    .flight-card__checkpoints-time.inline{
        display: flex!important;
        align-items: center!important;
    }

    .flight-card__checkpoints-row_security .flight-card__checkpoints-row_security_subtitle,
    .flight-card__checkpoints-row_passport .flight-card__checkpoints-row_passport_subtitle {
        font-size: 13px;
    }

    .flight-card__checkpoints-icon-bg{
        background: white;
        width: 31px;
        height: 31px;
        align-items: center;
        justify-content: center;
        display: grid;
        border-radius: 4px;
    }

    .flight-card__checkpoints-row_security .time-badge,
    .flight-card__checkpoints-row_passport .time-badge{
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: fit-content;
    }

    .flight-card__checkpoints-divider-departure {
      height: 5.8rem;
      width: 1px;
      background-color: #BFD1E5;
    }

    .flight-card__checkpoints-divider-arrive {
      height: 1.5rem;
      width: 1px;
      background-color: #BFD1E5;
    }

    .flight-card__info-item-divider {
      height: 1rem;
      width: 1px;
      background-color: #BFD1E5;
    }

    .flight-actions {
      display: flex;
      gap: 16px;
      height: 40px;
      width: min-content;
      margin-top: 1rem;
      margin-bottom: 24px;
      z-index: 2;
      position: relative;
      /*z-index: 99999;*/
    }

    .flight-actions__button {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 32px;
      width: 155px;
      padding: 16px 32px 16px 32px;
      background-color: rgba(242, 246, 250, 0.8);
      border: 1px solid #004996;
      border-radius: 4px;
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #004996;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
      white-space: nowrap;
    }

    .flight-actions__button:hover {
      background: rgb(242, 246, 250);
    }

    .flight-actions__button:focus-visible {
      outline: 2px solid #BFD1E5;
      outline-offset: 2px;
    }

    .flight-actions__button-icon {
      width: 1.5rem;
      height: 1.5rem;
      flex-shrink: 0;
    }
    @media (max-width: 1024px) {
        .flight-card__checkpoints {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }
        .flight-card__checkpoints-baggage-claim{
            flex-direction: row!important;
        }
        .flight-card__checkpoints-divider.flight-card__checkpoints-divider-departure  {
            background-color: #BFD1E5;
            height: 1px;
            width: 100%;
            margin: 16px 0;
        }
        .flight-card__checkpoints-time {
           justify-content: space-between;
           width: fit-content;
           display: flex !important;
           align-items: flex-start;
           gap: 8px !important;
           flex-direction: column;
        }
        .flight-card__checkpoints-row_security .flight-card__checkpoints-time{
            flex-direction: row;
            align-items: center;
        }
    }
    @media (max-width: 992px) {
        .flight-card__checkpoints-time {
           justify-content: flex-start;
           width: 100%;
           display: flex !important;
           align-items: flex-start;
           gap: 8px !important;
           flex-direction: row;
        }
        .flight-card__checkpoints {
            flex-direction: column;
            align-items: flex-start;
            gap: 16px;
        }
        .flight-card__checkpoints-divider {
            display: none;
        }
    }
    @media (max-width: 768px) {
      .flight-card {
        padding: 16px;
      }
      .flight-card__airline {
        display: flex;
        flex-direction: column;
        gap: 8px;
      }
      .flight-card__airline-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
      }
      .flight-card__airline-codeshare {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
      }
      .flight-card__airline-codeshare-codes {
        flex-wrap: wrap;
        row-gap: 4px;
      }
      .flight-card__details {
        flex-direction: column;
        align-items: center;
        gap: 24px;
      }
      .flight-card__departure,
      .flight-card__arrival {
        width: 100%;
        align-items: center;
        text-align: center;
      }
      .flight-card__info {
        align-items: center;
      }
      .flight-card__info-item {
        justify-content: center;
      }
      .flight-card__airport {
        text-align: center;
        width: 100%;
      }
      .flight-card__path {
        width: 100%;
        max-width: 320px;
        margin: 16px 0;
      }
      .flight-card__path-icon {
        left: auto;
        right: 0;
      }
      .flight-card__checkpoints {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
      }
      .flight-card__checkpoints-divider {
        display: none;
      }
      .flight-actions {
        flex-flow: row;
      }
      .flight-actions__button {
        min-height: 32px;
      }
    }
    @media (max-width: 576px) {
      .flight-actions {
        flex-flow: row;
        width: 100%;
        gap: 8px;

        .relative{
            flex: 1 1 auto;
            width: 100%;
        }
      }
      .flight-actions__button {
        min-height: 32px;
        padding: 16px;
        width: 100%;
      }
    }
    .filters {
      background-color: #FFFFFF;
      border-radius: 8px;
      padding: 16px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      /*box-shadow: 0 6px 16px rgba(5, 42, 93, 0.059);
      border: 1px solid #DEE7F1;*/
      width: 100%;
    }

    .filters__item {
      display: flex;
      gap: 7px;
      align-items: center;
    }

    .filters__label {
      display: flex;
      gap: 4px;
      align-items: center;
      flex-shrink: 1;
    }

    .filters__icon {
      /*width: 24px;*/
      height: 24px;
      flex-shrink: 0;
    }

    .filters__icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .filters__text {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #15161C;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .filters__switch {
      background-color: #FFFFFF;
      border: 1px solid #004996;
      border-radius: 100px;
      width: 42px;
      height: 24px;
      padding: 2px 4px;
      display: flex;
      align-items: center;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .filters__switch-handle {
      background-color: #004996;
      border-radius: 24px;
      width: 16px;
      height: 16px;
      padding: 11px;
      display: flex;
      align-items: center;
      transition: transform 0.2s ease;
    }

    .filters__switch-handle::after {
      content: "";
      border-radius: 23px;
      width: 2px;
      height: 2px;
    }

    .filters__switch[aria-checked=true] .filters__switch-handle,
    .filters__switch--active .filters__switch-handle {
      transform: translateX(18px);
    }

    .filters__switch:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    .filters__switch:hover {
      border-color: #052A5D;
    }

    @media (max-width: 576px) {
        .filters__icon {
            width: 35px;
            height: 25px;
            flex-shrink: 0;
        }
    }
    @media (max-width: 768px) {
      .filters {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }
      .filters__item {
        width: 100%;
        justify-content: space-between;
      }
      .filters__label {
        gap: 8px;
      }
      .filters__switch {
        margin-left: auto;
      }
    }
    @media (max-width: 1206px) {
      .filters {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
      }
      .filters__item {
        width: 100%;
        justify-content: space-between;
      }
      .filters__label {
        gap: 8px;
      }
      .filters__text{
        width: 100%
      }
      .filters__switch {
        margin-left: auto;
      }
    }
    .journey-steps__title {
      font-family: "Gabarito", sans-serif;
      font-weight: 500!important;
      font-size: 30px!important;
      line-height: 34px;
      color: #052A5D;
      margin-bottom: 24px;
    }

    .journey-steps__container {
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }

    .journey-steps__timeline {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 24px 4px;
      gap: 3px;
      flex-shrink: 0;
    }

    .journey-steps__timeline-dot {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    .journey-steps__timeline-dot img {
      width: 100%;
      height: 100%;
    }

    .journey-steps__timeline-line {
      width: 2px;
      height: 80px;
      flex-shrink: 0;
    }

    .journey-steps__timeline-line img {
      width: 100%;
      height: 100%;
    }

    .journey-steps__list {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

    .journey-steps__item {
      padding: 16px;
      border-radius: 8px;
      transition: background-color 0.2s ease;
      background-color: #FFFFFF;
      border: 1px solid #DEE7F1;
      box-shadow: 0 6px 16px rgba(5, 42, 93, 0.06);
    }

    .journey-steps__item:hover {
      background-color: rgba(230, 237, 245, 0.3);
    }

    .journey-steps__item-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .journey-steps__item-title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 24px;
      line-height: 32px;
      color: #052A5D;
      white-space: pre-wrap;
    }

    .journey-steps__item-actions {
      display: flex;
      gap: 24px;
      align-items: center;
      justify-content: flex-end;
    }

    .journey-steps__item-badge {
      background-color: #E6EDF5;
      border: 1px solid #BFD1E5;
      border-radius: 4px;
      padding: 2px 6px;
      display: flex;
      align-items: center;
    }

    .journey-steps__item-badge-text {
      font-family: "Jost", sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #004996;
      text-align: center;
    }

    .journey-steps__item-badge-text--regular {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
    }

    .journey-steps__item-badge-text--semibold {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
    }

    .journey-steps__item-time {
      border: 1px solid #41AB34;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 2px 6px;
    }

    .journey-steps__item-time-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #41AB34;
      position: relative;
      flex-shrink: 0;
    }

    .journey-steps__item-time-dot::after {
      content: "";
      position: absolute;
      top: 12.5%;
      left: 12.5%;
      width: 75%;
      height: 75%;
      border-radius: 50%;
      background-color: rgba(65, 171, 52, 0.3);
    }

    .journey-steps__item-time-text {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 16px;
      line-height: 22px;
      color: #052A5D;
      text-align: center;
    }

    .journey-steps__item-chevron {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      cursor: pointer;
      transition: transform 0.2s ease;
      background: transparent;
      border: none;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .journey-steps__item-chevron img {
      width: 100%;
      height: 100%;
      transition: transform 0.2s ease;
    }

    .journey-steps__item-chevron[aria-expanded=true] img {
      transform: rotate(180deg);
    }

    .journey-steps__item-chevron:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
      border-radius: 2px;
    }

    .journey-steps__item-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      padding-top: 0;
    }

    .journey-steps__item-content[aria-hidden=false] {
      max-height: 5000px;
      padding-top: 16px;
    }

    .journey-steps__divider {
      background-color: #BFD1E5;
      height: 1px;
      width: 100%;
    }

    .alert-box {
      background-color: rgba(254, 164, 36, 0.1);
      border: 1px solid #FFBD5E;
      border-radius: 8px;
      padding: 16px;
      margin-bottom: 16px;
    }

    .alert-box__text {
      font-family: "Jost", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #052A5D;
    }

    .alert-box__text--bold {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
    }

    .alert-box__text--medium {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      text-underline-position: from-font;
    }

    .ai-box {
      background-color: #E6EDF5;
      border: 1px solid #BFD1E5;
      border-radius: 8px;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }

    .ai-box__content {
      flex: 1;
      display: flex;
      gap: 8px;
      align-items: flex-start;
    }

    .ai-box__icon {
      width: 30px;
      height: 30px;
      flex-shrink: 0;
    }

    .ai-box__text {
      flex: 1;
    }

    .ai-box__text-title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 20px;
      color: #052A5D;
      margin-bottom: 4px;
    }

    .ai-box__text-description {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 22px;
      color: #052A5D;
    }

    .ai-box__button {
      background-color: #004996;
      color: #FFFFFF;
      border: none;
      border-radius: 4px;
      padding: 8px 24px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 19px;
      text-align: center;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .ai-box__button:hover {
      background-color: #052A5D;
    }

    .ai-box__button:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    @media (max-width: 768px) {
      .journey-steps__title {
        font-size: 22px!important;
        line-height: 26px;
        margin-bottom: 16px;
        font-weight: 500!important;
      }
      .journey-steps__container {
        gap: 8px;
      }
      .journey-steps__timeline {
        padding: 16px 0;
        gap: 2px;
        width: 20px;
      }
      .journey-steps__timeline-dot {
        width: 18px;
        height: 18px;
      }
      .journey-steps__timeline-line {
        height: 56px;
      }
      .journey-steps__list {
        gap: 16px;
      }
      .journey-steps__item {
        padding: 16px;
        background-color: #FFFFFF;
        box-shadow: 0 2px 8px rgba(5, 42, 93, 0.08);
      }
      .journey-steps__item-title {
        font-size: 18px;
        line-height: 20px;
      }
      .journey-steps__item-actions {
        gap: 16px;
      }
      .journey-steps__item-header {
        gap: 8px;
      }
      .journey-steps__item-content[aria-hidden=false] {
        padding-top: 8px;
      }
      .alert-box,
      .ai-box {
        margin-bottom: 16px;
      }
      .ai-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
      }
      .ai-box__text-title{
        font-size: 16px!important;
        line-height: 22px!important;
      }
      .ai-box__text-description{
        font-size: 12px!important;
        line-height: 18px!important;
      }
      .ai-box__button {
        width: 100%;
        padding: 8px 16px;
      }
    }
    @media (max-width: 576px) {
      .journey-steps__timeline {
        padding: 8px 0;
      }
      .journey-steps__item {
        padding: 16px;
      }
      .journey-steps__item-header {
        align-items: flex-start;
      }

      .step-content__section-title{
        font-size: 16px!important;
        line-height: 22px!important;
      }
       .step-content__section-description{
          font-size: 14px!important;
          line-height: 18px!important;

          a{
              font-size: 14px;
              line-height: 18px;
          }
      }
      .step-content__label-btn{
        font-size: 16px!important;
        line-height: 22px!important;
      }
    }
    .step-content {
      display: flex;
      flex-direction: column;
      gap: 24px;
      align-items: flex-start;
      width: 100%;
    }
    .step-content__label-btn {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
      gap: 0.5rem;
      color: #052A5D;
      margin-top: 1rem;

      img.btn_link{
        width: 14px;
      }
    }
    .step-content__section-links{
        .step-content__label-btn{
            &:hover{
                outline: none;
            }
            &:focus{
                /*outline: 2px solid #004996!important;*/
            }
        }
        &.step-content__section-links-gap{
            gap:16px;
            display: grid;
        }
    }
    .step-content__section-subtitle {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0;
      margin-top: 1rem;
      color: #052A5D;
    }
    @media (max-width: 768px) {
      .step-content__section-subtitle {
        font-size: 14px;
      }
    }
    .step-content__boarding {
      display: flex;
      gap: 32px;
      align-items: center;
      border-radius: 8px;
      margin-top: 1rem;
      place-content: space-between;
    }
    .step-content__boarding-label {
      color: #052A5D;
      font-size: 16px;
      display: grid;
      gap: 0.5rem;
      flex: auto;
    }
    .step-content__boarding-divider {
      height: 2.5rem;
      width: 1px;
      background-color: #BFD1E5;
    }
    .step-content__time-badge {
      justify-content: space-evenly;
      place-self: flex-start;
    }
    .step-content__section-badge-subtitle {
      font-family: "Gabarito", sans-serif;
      font-weight: 600!important;
      font-size: 18px!important;
      line-height: 26px;
      padding-top: 0;
      color: #052A5D;
    }
    .step-content__passport-check-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
    }
    @media (min-width: 768px) {
      .step-content__passport-check-grid {
        grid-template-columns: 1fr 1fr;
      }
    }
    .step-content__passport-check-col {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    .step-content____passport-check-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .step-content__passport-check-row .time-badge {
      flex-shrink: 0;
      min-width: unset;
      width: fit-content;
      padding-left: 0.75em;
      padding-right: 0.75em;
      box-sizing: border-box;
      margin-top: 0.5rem;
    }
    .step-content__passport-divider {
      background-color: #BFD1E5;
      height: 1px;
      width: 100%;
    }
    @media (min-width: 768px) {
      .step-content__passport-divider-vertical {
        padding-left: 1.5rem;
        background: linear-gradient(#DEE7F1, #DEE7F1) no-repeat left center;
        background-size: 1px calc(100% - 20px);
      }
    }
    .step-content__button {
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      height: 48px;
      width: 235px;
      padding-top: 8px;
      padding-right: 16px;
      padding-bottom: 8px;
      padding-left: 24px;
      border: 1px solid #004996;
      border-radius: 4px;
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 19px;
      color: #004996;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
      white-space: nowrap;
    }
    .step-content__button:focus {
      border: 1px solid #004996;
    }
    .step-content__button-icon {
      width: 1.5rem;
      height: 1.5rem;
      flex-shrink: 0;
    }

    .step-content__section {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
      width: 100%;
    }

    .step-content__section-title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600!important;
      font-size: 18px!important;
      line-height: 26px;
      color: #052A5D;
      margin-bottom: 0;
      display: flex;
      align-items: anchor-center;
      padding-top: 1rem;
    }

    .step-content__section-description{
        font-family: Gabarito;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #415264;
        margin-bottom: 16px;

        a{
            font-family: "Jost", sans-serif;;
            font-weight: 500;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0px;
            text-decoration: underline;
            text-decoration-style: solid;
            color: #004996;

            &:hover{outline: none;}
            &:focus{outline:2px solid #004996;}
        }
    }

    .step-content__section-label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #052A5D;
    }

    .step-content__section-value {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #052A5D;
    }

    .step-content__section-text {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #415264;
      white-space: pre-wrap;
    }

    .step-content__link-item {
      display: flex;
      gap: 8px;
      align-items: center;
      width: 100%;
      cursor: pointer;
      transition: opacity 0.15s ease;
      text-decoration: none;
    }

    .step-content__link-item:hover {
      opacity: 0.8;
    }

    .step-content__link-item-text {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #052A5D;
      flex: 1;
    }

    .step-content__link-item-icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    .step-content__link {
      color: #004996;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      text-underline-position: from-font;
    }

    .step-content__link:hover,
    .step-content__link:focus {
      color: #052A5D;
    }

    .step-content__testo{
        font-family: Gabarito;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #415264;
    }

    .step-content__divider {
      background-color: #BFD1E5;
      height: 1px;
      width: 100%;
      margin: 16px 0 16px 0;
    }

    .step-content__services {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      width: 100%;
    }

    .step-content__services-title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #052A5D;
      width: 100%;
      text-align: left;
    }

    .service-cards {
      display: flex;
      gap: 24px;
      align-items: flex-start;
      width: 100%;
    }

    .service-card {
      background-color: #FFFFFF;
      border-radius: 8px;
      box-shadow: 0px 3px 10px 0px rgba(39, 40, 51, 0.15);
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      padding: 16px 16px 24px;
      height: 262px;
    }

    .service-card__image {
      flex: 1;
      width: 100%;
      max-width: 238px;
      height: 108px;
      border-radius: 8px;
      overflow: hidden;
    }

    .service-card__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .service-card__title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      color: #052A5D;
      text-align: center;
      margin-bottom: 0;
    }

    .service-card__description {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #15161C;
      text-align: center;
      margin-bottom: 0;
    }

    .info-cards {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      width: 100%;
    }
    .info-cards__one-card {
      width: 50%;
    }
    @media (max-width: 1024px) {
      .info-cards__one-card {
        width: 100%;
      }
    }

    .info-cards-rows {
      margin-top: 1rem;
    }

    @media (max-width: 768px) {
        .quick-links {
            flex-direction: column !important;
        }
    }

    .info-card {
      background-color: #FFFFFF;
      border: 2px solid #DEE7F1;
      border-radius: 16px;
      display: flex;
      flex: 1;
      gap: 16px;
      align-items: flex-start;
      padding: 16px;
      position: relative;
      transition: border-color 0.2s ease;
    }
    a.info-card:hover{
      outline: none!important;
    }
    a.info-card:focus{
       outline: 2px solid #004996!important;
    }

    .info-card--large {
      height: 200px;
      display: flex;
      align-items: stretch;
      font-size: 14px;
      padding: 16px;
      overflow: visible;
      gap: 16px;
      flex: 1 1 auto;
      position: relative;
      flex-wrap: nowrap;
    }
    @media (max-width: 1280px) {
      .info-card--large {
        padding: 8px;
        min-height: auto;
        gap: 0.5rem;
      }
    }
    .info-card--large .info-card__content {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 8px;
    }
    .info-card--large .card-info__right-icon {
      position: absolute;
      bottom: 16px;
      right: 16px;
    }
    .info-card--large .info-card__icon--large {
      flex-shrink: 0;
      width: 170px;
      height: 170px;
      overflow: hidden;
      border-radius: 8px;
    }
    @media (max-width: 768px) {
      .info-card--large .info-card__icon--large {
        width: 65px;
        height: 80px;
      }
    }
    .info-card--large .info-card__icon-bg--large {
      flex-shrink: 0;
      width: 170px;
      height: 170px;
      position: absolute;
      background-color: #E6EDF5;
    }
    @media (max-width: 768px) {
      .info-card--large .info-card__icon-bg--large {
        width: 65px;
        height: 80px;
      }
    }
    .info-card--large .info-card__icon-img {
      border-radius: 8px;
      width: 170px !important;
      height: 170px !important;
      min-width: 170px !important;
      min-height: 170px !important;
      max-width: 170px !important;
      max-height: 170px !important;
      object-fit: fill/*cover*/;
      object-position: center;
      flex-shrink: 0;
      position: relative;
      z-index: 1;
    }
    @media (max-width: 768px) {
      .info-card--large .info-card__icon-img {
        width: 65px !important;
        height: 80px !important;
        min-width: 65px !important;
        min-height: 80px !important;
        max-width: 65px !important;
        max-height: 80px !important;
      }
    }
    .info-card--large .info-card__title {
      font-size: 16px;
    }
    .info-card--large .info-card__description {
      font-size: 14px;
    }
    @media (max-width: 767px) {
      .info-card--large .info-card__description {
        margin-top: -0.5rem;
      }
    }
    .info-card--large .card-info__right-icon {
      margin-left: auto;
    }

    .info-card:hover {
      /*border-color: #004996;*/
    }

    .info-card__icon {
      position: relative;
      width: 54px;
      height: 54px;
      flex-shrink: 0;
    }

    .info-card__icon-bg {
      background-color: #E6EDF5;
      border-radius: 8px;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .info-card__icon-img {
      width: 54px;
      height: 54px;
      object-fit: contain;
      position: relative;
      z-index: 1;
    }
    .info-card:not(.info-card--large) .info-card__icon-img {
      width: 100%;
      height: 100%;
      border-radius: 8px;
    }

    .info-card__image-large {
      width: 170px;
      height: 170px;
      border-radius: 8px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .info-card__image-large img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .info-card__content {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 4px;
      align-items: flex-start;
    }

    .info-card__title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600!important;
      font-size: 18px!important;
      line-height: 26px;
      color: #052A5D;
      margin-bottom: 0;
    }

    .info-card__description {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px!important;
      line-height: 20px;
      margin-bottom: 0px;
      color: #15161C;
    }

    @media (max-width: 768px) {
        .info-card__title{
            font-size: 16px!important;
            line-height: 22px!important;
        }
        .info-card__description{
            font-size: 14px!important;
            line-height: 18px!important;
        }
    }

    .info-card__arrow {
      background-color: #E6EDF5;
      border: none;
      border-radius: 8px;
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      cursor: pointer;
      transition: background-color 0.2s ease;
    }

    .info-card__arrow:hover {
      background-color: #004996;
    }

    .info-card__arrow:hover img {
      filter: brightness(0) invert(1);
    }

    .info-card__arrow img {
      width: 24px;
      height: 24px;
    }

    .info-card--large {
      align-items: center;
      gap: 24px;
      display: flex;
      align-items: center;
      gap: 24px;
      max-width: 720px;
    }

    .info-card--large .info-card__arrow {
      position: absolute;
      bottom: 14px;
      right: 14px;
    }

    .tabs {
      display: flex;
      gap: 16px;
      align-items: center;
      width: 100%;
      height: 43.2px;
      margin-top: 1rem;
    }
    .tabs__text {
      font-size: 16px;
      line-height: 20px;
      color: #052A5D;
      margin-bottom: 1.5rem;
    }

    .tabs__tab {
      flex: 1;
      border-radius: 3px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      height: 100%;
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      cursor: pointer;
      transition: all 0.2s ease;
      padding: 0;

      span{
        color: #8EA0B4;
      }
    }

    .tabs__tab--active {
      background-color: #FFFFFF;
      border: 1px solid #E6EDF5;
      color: #004996;
      box-shadow: 0px 2px 8px 0px rgba(0, 73, 150, 0.1);

      span{
        color: #004996!important;
      }
    }

    .tabs__tab--active .tabs__tab-icon {
      filter: grayscale(0) brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2000%) hue-rotate(200deg) brightness(0.7);
    }

    .tabs__tab:hover:not(.tabs__tab--active) {
      border-color: #004996;
    }

    .tabs__tab:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    .tabs__tab-icon {
      filter: grayscale(100);
      width: 20px;
      /*height: 20px;*/
      flex-shrink: 0;
    }

    .tabs__content {
      display: none;
      width: 100%;
      margin-top: 24px;
    }

    .tabs__content[aria-hidden=false] {
      display: block;
    }

    .passport-info {
      display: flex;
      gap: 24px;
      align-items: center;
      width: 100%;
    }

    .passport-info__item {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
      border-radius: 8px;
    }

    .passport-info__label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #052A5D;
    }

    .passport-info__divider {
      height: 41px;
      width: 1px;
      background-color: #DEE7F1;
    }

    .boarding-info {
      display: flex;
      gap: 24px;
      align-items: center;
      width: 100%;
    }

    .boarding-info__item {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
    }

    .boarding-info__label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #052A5D;
    }

    .boarding-info__value {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #052A5D;
    }

    .boarding-info__divider {
      height: 41px;
      width: 1px;
      background-color: #DEE7F1;
    }

    .progress-bar {
      display: flex;
      gap: 8px;
      align-items: center;
      width: 100%;
    }

    .progress-bar__track {
      flex: 1;
      background-color: #DEE7F1;
      border-radius: 4px;
      height: 12px;
      overflow: hidden;
      position: relative;
    }

    .progress-bar__fill {
      background-color: #007EF6;
      border-radius: 4px;
      height: 100%;
      transition: width 0.3s ease;
    }

    .progress-bar__percentage {
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 26px;
      color: #052A5D;
      flex-shrink: 0;
    }

    .shopping-gallery {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      width: 100%;
    }

    .shopping-gallery__container {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .shopping-gallery__items {
      display: flex;
      gap: 39px;
      align-items: flex-start;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }

    .shopping-gallery__items::-webkit-scrollbar {
      display: none;
    }

    .shopping-gallery__item {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      flex-shrink: 0;
      width: 100px;
    }

    .shopping-gallery__image {
      width: 100px;
      height: 100px;
      border-radius: 16px;
      object-fit: cover;
    }

    .shopping-gallery__label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #415264;
      text-align: center;
      white-space: nowrap;
    }

    .shopping-gallery__gradient {
      position: absolute;
      right: 0;
      top: 0;
      width: 133px;
      height: 152px;
      background: linear-gradient(-86.28deg, rgb(242, 246, 250) 22.4%, rgba(242, 246, 250, 0) 82%);
      pointer-events: none;
    }

    .pagination {
      display: flex;
      gap: 8px;
      align-items: center;
    }

    .pagination__dot {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      border: 1px solid #004996;
      background-color: transparent;
      transition: all 0.2s ease;
    }

    .pagination__dot--active {
      background-color: #004996;
      width: 16px;
    }

    .button-secondary {
      background-color: rgba(242, 246, 250, 0.7);
      border: 1px solid #004996;
      border-radius: 4px;
      display: flex;
      gap: 8px;
      align-items: center;
      justify-content: center;
      height: 48px;
      padding: 8px 24px 8px 24px;
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 19px;
      color: #004996;
      text-align: center;
      cursor: pointer;
      transition: all 0.2s ease;
    }
    .button-secondary__image-card {
      place-items: center;
      picture{
        display: block;
      }
    }

    .button-secondary:hover {
      background-color: rgb(242, 246, 250);
    }

    .button-secondary:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }

    .button-secondary__icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
    }

    @media (max-width: 1206px) {
      .step-content {
        gap: 16px;
      }
      .step-content__section-links {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
      }
      .step-content__label-btn {
        font-family: "Gabarito", sans-serif;
        font-weight: 600;
        font-size: 18px;
        line-height: 26px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 0.5rem;
      }
      .step-content__label-btn button {
        margin-top: 0;
        align-self: center;
        flex-shrink: 0;
      }
    }
    @media (max-width: 768px) {
      .step-content {
        gap: 16px;
      }
      .step-content__section-subtitle {
        margin-top: 0rem;
      }
      .step-content__section-badge-subtitle{
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
      }
      .step-content__section-links {
        gap: 0;
      }
      .step-content__boarding {
        gap: 0;
        display: contents;
      }
      .passport-info__divider,
      .boarding-info__divider {
        display: none;
      }
      .tabs {
        flex-wrap: nowrap;
        height: auto;
        gap: 8px;
      }
      .tabs__tab {
        flex: 1 1 48%;
        min-height: 48px;
      }
      .shopping-gallery__items {
        gap: 16px;
      }
      .shopping-gallery__gradient {
        width: 88px;
      }
      .progress-bar {
        flex-direction: column;
        align-items: flex-start;
      }
      .progress-bar__percentage {
        align-self: flex-end;
      }
    }
    @media (max-width: 576px) {
      .tabs__tab {
        flex: 1 1 100%;
        display: grid;
        place-items: center;
        gap: 5px;
        padding: 0.75rem;
        font-size: 12px;
        line-height: 20px;
      }
      .service-cards,
      .info-cards {
        gap: 8px;
      }
    }
    .footer {
      background-color: #415264;
      padding: 32px 64px;
      border-radius: 16px;
      margin-top: 64px;
    }

    .footer__container {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      gap: 24px;
    }

    .footer__column {
      display: flex;
      flex-direction: column;
      gap: 21px;
      width: 270px;
    }

    .footer__column-title {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      color: #FFFFFF;
    }

    .footer__column-link {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: normal;
      color: #FFFFFF;
      text-transform: uppercase;
      text-decoration: none;
      transition: color 0.15s ease;
    }

    .footer__column-link:hover,
    .footer__column-link:focus {
      color: #E6EDF5;
      text-decoration: underline;
    }

    .footer__column-link:focus-visible {
      outline: 2px solid #FFFFFF;
      outline-offset: 2px;
    }

    .footer__social {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: flex-start;
    }

    .footer__social-title {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      color: #FFFFFF;
      margin-bottom: 24px;
    }

    .footer__social-icons {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 270px;
    }

    .footer__social-icon {
      width: 28px;
      height: 28px;
      cursor: pointer;
      transition: transform 0.15s ease;
    }

    .footer__social-icon:hover {
      transform: scale(1.1);
    }

    .footer__social-icon:focus-visible {
      outline: 2px solid #FFFFFF;
      outline-offset: 2px;
      border-radius: 2px;
    }

    .footer__social-icon img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .footer__social-divider {
      height: 1px;
      width: 270px;
      background-color: #FFFFFF;
      opacity: 0.2;
    }

    .footer__social-language {
      display: flex;
      gap: 8px;
      align-items: flex-end;
    }

    .footer__social-language-icon {
      width: 24px;
      height: 24px;
      overflow: hidden;
    }

    .footer__social-language-text {
      display: flex;
      gap: 8px;
      align-items: flex-end;
    }

    .footer__social-language-text-label {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 18px;
      line-height: 20px;
      color: #FFFFFF;
    }

    .footer__social-language-text-chevron {
      width: 24px;
      height: 24px;
    }

    .footer__bottom {
      background-color: #191E28;
      padding: 32px 64px;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }

    .footer__legal {
      flex: 1;
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }

    .footer__logo {
      display: flex;
      flex-direction: column;
      gap: 24px;
      width: 488px;
    }

    .footer__logo-image {
      height: 71px;
      width: 154px;
      overflow: hidden;
    }

    .footer__logo-image img {
      height: 100%;
      width: auto;
    }

    .footer__logo-text {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 11px;
      line-height: 16px;
      color: #FFFFFF;
      white-space: pre-wrap;
    }

    .footer__links {
      display: flex;
      flex-direction: column;
      gap: 24px;
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
      color: #FFFFFF;
      text-decoration: underline;
      width: 85px;
      white-space: pre-wrap;
    }

    .footer__links a {
      color: #FFFFFF;
      text-decoration: underline;
      text-decoration-skip-ink: none;
      text-underline-position: from-font;
    }

    .footer__links a:hover,
    .footer__links a:focus {
      color: #E6EDF5;
    }

    .footer__badge {
      background-color: #FFFFFF;
      border-radius: 8px;
      width: 368px;
      height: 176px;
      position: relative;
      padding: 16px;
    }

    .footer__badge-title {
      font-family: "Jost", sans-serif;
      font-weight: 700;
      font-family: "Gabarito", sans-serif;
      font-weight: 600;
      line-height: 22px;
      color: #15161C;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 13px;
      transform: translateX(-50%);
      width: 259px;
      white-space: pre-wrap;
    }

    .footer__badge-title-small {
      font-size: 13px;
      text-transform: uppercase;
    }

    .footer__badge-title-large {
      font-size: 18px;
    }

    .footer__badge-icons {
      display: flex;
      gap: 16px;
      align-items: flex-start;
      margin-top: 78px;
      padding: 0 16px;
    }

    .footer__badge-icon-group {
      display: flex;
      flex-direction: column;
      gap: 12px;
      align-items: center;
    }

    .footer__badge-icon-group-label {
      font-family: "Gabarito", sans-serif;
      font-weight: 500;
      font-size: 13px;
      line-height: normal;
      color: #15161C;
      text-transform: uppercase;
    }

    .footer__badge-icon-group-images {
      display: flex;
      gap: 4px;
      align-items: center;
    }

    .footer__badge-icon-group-image {
      width: 44px;
      height: 44px;
      mix-blend-mode: multiply;
    }

    .footer__badge-icon-group-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }

    .footer__badge-icon-group-divider {
      height: 46px;
      width: 1px;
      background-color: #15161C;
      opacity: 0.1;
    }

    @media (max-width: 768px) {
      .footer {
        padding: 24px 16px;
        margin-top: 40px;
      }
      .footer__container {
        flex-direction: column;
        gap: 24px;
      }
      .footer__column,
      .footer__social {
        width: 100%;
      }
      .footer__social-icons {
        width: 100%;
        justify-content: space-between;
      }
      .footer__bottom {
        flex-direction: column;
        padding: 24px 16px;
      }
      .footer__legal {
        flex-direction: column;
        gap: 16px;
      }
      .footer__logo {
        width: 100%;
      }
      .footer__links {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
      }
      .footer__badge {
        width: 100%;
        height: auto;
      }
      .footer__badge-icons {
        flex-wrap: wrap;
      }
    }
    @media (max-width: 576px) {
      .footer {
        padding: 24px 8px;
      }
      .footer__badge-icons {
        justify-content: flex-start;
        gap: 16px;
      }
    }
    .content-section {
      padding: 64px 0 40px;
      position: relative;
      z-index: 3;
      background-color: #F2F6FA;
      margin-top: -140px;
    }

    .visually-hidden {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }

    .text-center {
      text-align: center;
    }

    .text-right {
      text-align: right;
    }

    .mb-0 {
      margin-bottom: 0;
    }

    @media (max-width: 1280px) {
      .route-header__overlay {
        background: linear-gradient(180deg, #004996 0%, #0B1A39 25%);
      }
      .first-section__container {
        padding: 2rem 5rem 1rem 5rem;
      }
      .second-section {
        /*padding: 2rem 7rem 10rem 7rem;*/
        padding: 16px 3.5rem 5rem;
      }
      .flight-card__body {
        padding: 1rem 1.5rem 1rem 1.5rem;
      }
    }
    @media (max-width: 1024px) {
      .first-section__container {
        padding: 16px 3.5rem 16px 3.5rem;
      }
    }
    @media (max-width: 768px) {
      .first-section__container {
        padding: 16px 1.5rem 16px 1.5rem;
      }
      .second-section {
        /*padding: 2rem 7rem 10rem 7rem;*/
        padding: 16px 1.5rem 5rem;
      }
    }
    @media (max-width: 992px) {
      .header__nav {
        display: none;
      }
      .flight-card__details {
        flex-direction: column;
        gap: 24px;
      }
      .flight-card__path {
        width: 100%;
        margin: 16px 0;
      }
      .footer__container {
        flex-direction: column;
      }
      .footer__column {
        width: 100%;
      }
    }
    @media (max-width: 768px) {
      .content-section {
        padding: 40px 0 32px;
        margin-top: -100px;
      }
    }
    @media (max-width: 576px) {
      .content-section {
        margin-top: -60px;
        padding: 32px 0 24px;
      }
      .info-cards{
          flex-direction: column;
      }
      .info-card--large {
        align-items: flex-start;
        gap: 0.5rem;
      }
    }
    @media (max-width: 1024px) {
      .service-cards,
      .passport-info,
      .boarding-info {
        flex-direction: column;
      }
      .info-cards-rows {
        margin-top: 0.5rem;
      }
      .service-card,
      .info-card {
        width: 100%;
        height: auto;
      }
      .info-card {
        align-items: flex-start;
      }
      .info-card--large {
        align-items: flex-start/*center*/;
        gap: 24px;
      }
      .info-card--large .info-card__arrow {
        position: static;
      }
      .info-card__image-large {
        width: 100%;
        height: auto;
        max-height: 240px;
      }
    }
    .adr-new .message-wrapper-container {
      width: 375px;
      padding: 4px 16px 4px 8px;
      align-items: center;
      gap: 8px;
    }


    .tooltip-adr {
      --tooltip-color: rgba(5, 42, 93, 0.85);
      --tooltip-tail: 0.25rem;
      text-align: justify;
      opacity: 1;
      display: flex;
      justify-content: center;
    }

    .tooltip-bottom-left,
    .tooltip-bottom-right {
      --tooltip-tail-offset: calc(15% + 0.0625rem - var(--tooltip-tail));
    }
    .tooltip-bottom-left::after,
    .tooltip-bottom-right::after {
      transform: rotate(180deg) translate(50%);
    }

    .tooltip-left::before,
    .tooltip-top-left::before,
    .tooltip-right::before,
    .tooltip-top-right::before,
    .tooltip-bottom-left::before,
    .tooltip-bottom-right::before {
      left: 0;
      box-shadow: 0 3px 10px 0 rgba(39, 40, 51, 0.15);
      backdrop-filter: blur(7px);
    }

    .tooltip-left::before,
    .tooltip-top-left::before {
      transform: translateX(-5%);
    }

    .tooltip-right::before,
    .tooltip-top-right::before {
      transform: translateX(-90%);
    }

    .tooltip-bottom-left::before {
      transform: translateX(-5%, 150%);
    }

    .tooltip-bottom-right::before {
      transform: translate(-90%, 150%);
    }

    .tooltip-adr-clickable {
      max-width: 260px;
      padding: 12px;
      background: rgba(5, 42, 93, 0.85);
      border-radius: 6px;
      color: #FFFFFF;
      opacity: 0;
      pointer-events: none;
      transform: translateY(-6px);
      transition: opacity 0.15s ease, transform 0.15s ease;
      backdrop-filter: blur(7px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    .tooltip-adr-clickable.is-open {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    @media (max-width: 640px) {
      .tooltip-left::before,
      .tooltip-top-left::before {
        transform: translateX(-7%);
      }
      .tooltip-right::before,
      .tooltip-top-right::before {
        transform: translateX(-88%);
      }
      .tooltip-bottom-left::before {
        transform: translateX(-7%, 150%);
      }
      .tooltip-bottom-right::before {
        transform: translate(-88%, 150%);
      }
      .tooltip::before {
        max-width: 16rem;
      }
    }
    .popover-adr {
      overflow: visible;
      transform: translateX(-5%);
      background-color: rgba(21, 51, 92, 0.85);
      border: 0;
      border-radius: 4px;
      font-family: "Gabarito", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 19px;
      letter-spacing: 0%;
      color: #FFFFFF;
      text-align: justify;
      box-shadow: 0px 3px 2px 0px rgba(39, 40, 51, 0.55);
      backdrop-filter: blur(7px)
    }
    .popover-adr .popover-arrow {
      width: 1rem;
      height: 1rem;
      position: absolute;
      left: 13.5%;
      bottom: -11%;
      z-index: 11000;
      pointer-events: none;
      overflow: hidden;
    }
    .popover-adr .popover-arrow::before {
      content: "";
      position: absolute;
      width: 1rem;
      height: 1rem;
      left: 0;
      top: -0.7rem;
      background: rgba(21, 51, 92, 0.85);
      transform: rotate(45deg);
      display: block;
    }

    .tracking {
      display: flex;
      justify-content: space-between;
      button{
          font-size: 14px;
          font-weight: 500;
          line-height: 22px;
      }
    }

    .popover-tracking-title{
        font-size: 14px;
        font-weight: 500;
        line-height: 19px;
    }

    .button-with-icon {
      display: inline-flex;
      gap: 8px;
      place-items: anchor-center;
      font-family: Gabarito;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0%;
      text-align: center;
    }

    #popover-tracking-flight {
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 0;
      inset: auto !important;
    }
    #popover-tracking-flight__departures {
      transform: translate3d(0, -138.2%, 0) !important;
    }
    #popover-tracking-flight__arrivals {
      transform: translate3d(0, -138.2%, 0) !important;
    }

    .toggle {
      color: #004996;
      border: 1px solid #004996;
    }
    .toggle:focus-visible {
      outline: 2px solid #004996;
      outline-offset: 2px;
    }
    .toggle:checked, .toggle[aria-checked=true] {
      --tglbg: #004996;
      color: #FFFFFF;
      border-color: #FFFFFF;
    }

    .stepper-simple {
      display: flex;
      flex-direction: column;
      position: relative;
      gap: 1.25rem;
      margin-top: 32px;
      margin-bottom: 1rem;
    }

    .stepper-simple__item {
      position: relative;
      padding: 4px 8px;
      padding-left: 24px;
      margin-bottom: -0.5rem;
      border: 1px solid #BFD1E5;
      border-top: none;
      border-left: none;
      border-right: none;
      border-radius: 8px;
    }
    .stepper-simple__item[open]:not(:last-child)::after {
      bottom: calc(-1rem - 5rem);
    }
    .stepper-simple__item.open {
      border-radius: 8px;
    }
    .stepper-simple__item.open .stepper-simple__toggle {
      transform: rotate(180deg);
    }
    .stepper-simple__item.open .stepper-simple__panel {
      max-height: 2000px;
      margin-top: 0.75rem;
      opacity: 1;
      transform: translateY(0);
    }

    .stepper-simple__summary {
      display: flex;
      align-items: center;
      gap: 16px;
      cursor: default;
      list-style: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
    }
    .stepper-simple__summary::-webkit-details-marker {
      display: none;
    }
    @media (max-width: 768px) {
      .stepper-simple__summary {
        gap: 0;
      }
    }

    .stepper-simple__title {
      flex: 1;
      font-size: 18px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: 0%;
      color: #052A5D;
    }
    @media (max-width: 768px) {
      .stepper-simple__title {
        margin-left: -0.5rem;
        font-size: 16px;
      }
    }

    .stepper-simple__toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      font-size: 20px;
      line-height: 1;
      color: #004996;
      cursor: pointer;
      transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
    }

    .stepper-simple__panel {
      display: block;
      justify-self: left;
      max-height: 0;
      padding: 4px 16px 8px 1.25rem;
      margin-left: 0;
      margin-top: 8px;
      overflow: hidden;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #052A5D;
      opacity: 0;
      transform: translateY(-4px);
      transition: max-height 0.4s ease, opacity 0.25s ease, transform 0.25s ease;
    }
    @media (max-width: 768px) {
      .stepper-simple__panel {
        padding: 0 0.55rem 16px 0;
        font-size: 14px;
      }
    }

    .stepper-simple__divider {
      width: 95%;
      height: 1px;
      margin-left: 4.5%;
      background-color: #BFD1E5;
    }
    @media (max-width: 1024px) {
      .stepper-simple__divider {
        width: 94%;
        margin-left: 6%;
      }
    }
    @media (max-width: 768px) {
      .stepper-simple__divider {
        width: 90%;
        margin-left: 8.5%;
      }
    }
    @media (max-width: 480px) {
      .stepper-simple__divider {
        width: 86%;
        margin-left: 13%;
      }
    }

    @media (min-width: 1024px) {
      .stepper-simple__item.open .stepper-simple__panel {
        max-height: 2000px !important;
      }
    }
    @media (max-width: 480px) {
      .stepper-simple__item.open .stepper-simple__panel {
        max-height: 1000px !important;
        opacity: 1;
        transform: translateY(0);
      }
    }
    .stepper {
      display: flex;
      flex-direction: column;
      position: relative;
      gap: 1.25rem;
      margin-top: 40px;
      margin-bottom: 1rem;
    }
    .stepper__text {
      font-family: "Gabarito", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 20px;
      color: #052A5D;
    }

    .stepper__item {
      position: relative;
      padding-left: 0px;
      margin-bottom: 0rem;
    }
    .stepper__item:not(:first-child) {
      margin-top: 16px;
    }
    .stepper__item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: calc(0rem + 10px);
      top: calc(1.2em + 8px);
      bottom: calc(-1rem - 6rem + 0.5rem);
      width: 2px;
      background-color: #c7d8ef;
      transition: bottom 0.35s ease;
    }
    .stepper__item[open]:not(:last-child)::after {
      bottom: calc(-1rem - 5rem);
    }
    .stepper__item.open .stepper__toggle {
      transform: rotate(180deg);
    }
    .stepper__item.open .stepper__panel {
      max-height: 2000px !important;
      opacity: 1;
      transform: translateY(0);
    }
    .stepper__item.has-walking-icon::before {
      content: "";
      position: absolute;
      left: calc(1.5rem + 7px - 37px);
      top: 60%;
      transform: translateY(-50%);
      width: 32px;
      height: 36px;
      background-color: #F2F6FA;
      background-image: url("../images/walking.svg");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 5;
      opacity: 0;
      transition: opacity 0.3s ease;
    }
    .stepper__item.has-walking-icon.open::before {
      opacity: 1;
    }

    .stepper__summary {
      display: flex;
      align-items: center;
      gap: 16px;
      cursor: default;
      list-style: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
    }
    .stepper__summary::-webkit-details-marker {
      display: none;
    }
    @media (max-width: 768px) {
      .stepper__summary {
        gap: 0;
      }
    }

    .stepper__indicator {
      width: 24px;
      height: 24px;
      margin-right: 16px;
      margin-top: 2px;
      background-color: #FFFFFF;
      border: 6px solid #004996;
      border-radius: 50%;
      outline: 2px solid #F2F6FA;
      flex-shrink: 0;
      pointer-events: none;
      z-index: 4;
    }

    .stepper__title {
      flex: 1;
      align-items: center;
      gap: 8px;
      font-size: 24px;
      line-height: 30px;
      color: #052A5D;
      font-weight: 500;
      cursor: pointer;
    }
    @media (max-width: 768px) {
      .stepper__title {
        font-size: 20px;
        line-height: 26px;
      }
    }

    .stepper__toggle {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      font-size: 20px;
      line-height: 1;
      color: #004996;
      cursor: pointer;
      transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
      &:hover{
        outline: none;
      }
      &:focus{
        /*outline: 2px solid #004996!important;*/
      }
    }

    .stepper__panel {
      display: block;
      max-height: 0;
      padding: 0 32px 16px 1rem;
      margin-left: 40px;
      margin-top: 8px;
      overflow: hidden;
      opacity: 0;
      transform: translateY(-4px);
      transition: max-height 0.4s ease, opacity 0.25s ease, transform 0.25s ease;
    }
    @media (max-width: 768px) {
      .stepper__panel {
        margin-left: 20px;
        padding: 0 16px 16px 0.55rem;
      }
    }

    .stepper__divider {
      width: 97%;
      height: 1px;
      margin-left: 3%;
      background-color: #BFD1E5;
      margin-top: 24px;
      margin-bottom: 40px;
    }
    @media (max-width: 1024px) {
      .stepper__divider {
        width: 94%;
        margin-left: 6%;
      }
    }
    @media (max-width: 768px) {
      .stepper__divider {
        width: 94%;
        margin-left: 5.5%;
      }
    }
    @media (max-width: 480px) {
      .stepper__divider {
        width: 90%;
        margin-left: 8%;
      }
    }

    @media (min-width: 1024px) {
      .stepper__item.open .stepper__panel {
        max-height: 2000px !important;
      }
    }
    @media (max-width: 480px) {
      .stepper__item.open .stepper__panel {
        max-height: 2000px !important;
        opacity: 1;
        transform: translateY(0);
      }
    }
    .card :where(figure:first-child) {
      border-end-start-radius: inherit;
      border-end-end-radius: inherit;
    }

    .cards-grid-2,
    .cards-grid-3 {
      display: grid;
      gap: 8px;
      width: 100%;
    }

    .cards-grid-2 {
      grid-template-columns: repeat(2, 1fr);
    }

    .cards-grid-3 {
      grid-template-columns: repeat(3, 1fr);
    }

    .card-services-carousel,
    .card-services {
      display: flex;
      flex-direction: column;
      background-color: #FFFFFF;
      box-shadow: none;
      border-radius: 8px;
      padding: 16px 16px 24px;
      margin: 0px;
      height: 262px!important;
      flex: 0 0 clamp(200px, 25vw, 280px);
      scroll-snap-align: start;
    }

    .card-services-carousel__title,
    .card-services__title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600!important;
      font-size: 20px!important;
      line-height: 26px;
      color: #052A5D;
      margin: 16px 0 0;
    }

    .card-services-carousel__description{
        font-family: Gabarito;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        text-align: center;
        color:#15161C;
    }

    .card-services-carousel__body,
    .card-services__body {
      /*margin-bottom: 3rem;*/
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #15161C;
      align-items: anchor-center;
      padding: 0;
    }

    .card-services-carousel__text-group,
    .card-services__text-group {
      gap: 8px;
      overflow-wrap: break-word;
      text-align: center;
      display: grid;
    }

    .card-services-carousel figure {
      height: 140px;
      min-height: 140px;
      flex-shrink: 0;
      display: block;
      align-items: center;
      justify-content: center;
    }
    .card-services-carousel figure img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }

    .card-services figure {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 432px;
      max-height: 141px;
      overflow: hidden;
    }
    .card-services figure img {
      max-width: 432px;
      max-height: 141px;
      width: 100%;
      height: 141px;
      border-radius: 8px;
      object-fit: cover;
      object-position: center;
    }
    @media (max-width: 768px) {
      .card-services figure img {
        width: 122px;
        height: 64px;
        max-width: 122px;
        max-height: 64px;
      }
    }

    .card-info {
      width: 100%;
      background-color: #FFFFFF;
      border: 2px solid #DEE7F1;
      border-radius: 16px;
      box-shadow: none;
    }
    .card-info__body {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #15161C;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }
    a.card-info:hover{
      outline: none!important;
    }
    a.card-info:focus{
       outline: 2px solid #004996!important;
    }
    a.card-info__body:hover{
      outline: none!important;
    }
    a.card-info__body:focus{
       outline: 2px solid #004996!important;
    }
    .card-info__title {
      font-family: "Gabarito", sans-serif;
      font-weight: 600!important;
      font-size: 18px!important;
      line-height: 26px;
      color: #052A5D;
      margin-bottom: 0px;
    }
    .card-info__description{
        font-family: Gabarito;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #15161C;
    }
    .card-info__icon-text {
      display: flex;
      gap: 16px;
      flex: 1 1 auto;
      min-width: 0;
    }
    .card-info__icon-text > img,
    .card-info__icon-text > svg,
    .card-info__icon-text > .icon,
    .card-info__icon-text .card-info__image{
      max-width: 54px;
      object-fit: contain;
    }
    .card-info__text-group {
      gap: 8px;
      overflow-wrap: break-word;
      white-space: normal;
      display: grid;
    }
    .card-info__right-icon {
      align-self: self-end;
      flex-shrink: 0;
      &:hover{outline:none;}
      &:focus{
        outline: 2px solid #004996;
        outline-offset: 0px;
      }
    }

    .card-image {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
    }
    .card-image__img {
      width: 100px;
      height: 100px;
      border-radius: 16px;
      object-fit: cover;
    }
    @media (max-width: 768px) {
      .card-image__img {
        width: 80px;
        height: 80px;
      }
    }
    .card-image__label {
      font-family: "Gabarito", sans-serif;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #415264;
      text-align: center;
      margin-top: 16px;
    }

    @media (max-width: 768px) {
      .card-services {
        padding: 8px;
      }
      .card-services-carousel {
        padding: 8px;
      }
      .card-services-carousel__body {
        margin-bottom: 16px;
        font-size: 14px;
      }
      .card-services-carousel__title {
        font-weight: 600!important;
        font-size: 16px!important;
        line-height: 20px!important;
        margin: 0;
        margin-top: 8px;
      }
      .card-services-carousel__description{
        font-size: 14px!important;
        line-height: 18px!important;
      }
      .card-services-carousel figure {
        height: 140px;
        min-height: 140px;
        flex-shrink: 0;
      }
      .card-info {
        border: 0;
        box-shadow: 0px 3px 10px 0px rgba(65, 82, 100, 0.15);
        margin-bottom: 0;
      }
      .card-info__body {
        font-size: 14px;
        padding: 8px;
        white-space: nowrap;
      }
      .card-info__title {
        font-size: 16px;
        margin-bottom: 0;
      }
      .card-info__icon-text > img,
      .card-info__icon-text > svg,
      .card-info__icon-text > .icon,
      .card-info__icon-text .card-info__image{
        align-self: flex-start;
      }
    }
    @media (max-width: 576px) {
        .card-info__title{
         font-size: 16px!important;
         line-height: 22px;
        }
        .card-info__description{
             font-size: 14px;
             line-height: 18px;
        }
        .card-services-carousel figure {
           height: 64px;
           min-height: 64px;
           flex-shrink: 0;
        }
        .card-info__icon-text .card-info__image{
          max-width: 39px;
          object-fit: contain;
        }
        .card-info__text-group{
            gap: 4px;
        }
    }

    .modal-adr {
      padding: 24px 24px 32px;
      background-color: #FFFFFF;
      border-radius: 4px;
      opacity: 1;
      overflow: hidden;
    }
    .modal-adr .stepper-simple{
        gap: 2rem!important;
    }
    .modal-adr__large {
      width: 90%;
      max-width: 800px;
      overflow-y: auto;
    }
    .modal-adr__title {
      font-size: 28px!important;
      font-weight: 700!important;
      line-height: 36px;
      letter-spacing: 0%;
      text-align: center;
    }
    .modal-adr__content {
      display: flex;
      place-self: anchor-center;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      letter-spacing: 0%;
      color: #15161C;
      vertical-align: middle;
      font-family: 'Jost';
    }
    .modal-adr__btn {
      gap: 8px;
      padding: 8px 24px !important;
      border-radius: 4px;
      color: #004996;
      opacity: 1;
      font-weight: 400;
      font-size: 17px;
      line-height: 19px;
      letter-spacing: 0%
      text-align: center;
      font-family: 'Jost';
    }
    .modal-adr__btn[disabled] {
        background-color: #004996 !important;
        color: #fff !important;
        opacity: 0.65 !important;
    }
    @media (max-width: 576px) {
        #journey_checkCountries .modal-adr{
            width: 100%;
            max-height: 100%;
            height: 100%;
        }

        .modal-adr__btn{
            width: 100%;
        }
    }
    .btn-close {
      display: flex;
      justify-content: flex-end;
      align-content: start;
      width: 100% !important;
      margin-left: 1%;
    }
    .btn-close:active:hover, .btn-close:active:focus {
      transform: none;
    }
    @media (max-width: 576px) {
         .modal-adr .modal-adr__title{
            font-weight: 600!important;
            font-size: 22px!important;
            line-height: 30px!important;
            text-align: start !important;
        }
        .modal-adr .stepper-simple__item{
            padding-top: 16px;
            padding-right: 8px;
            padding-bottom: 0px;
            padding-left: 8px;
        }
        .modal-adr .stepper-simple {
            gap: 8px !important;
        }
        .modal-adr .stepper-simple__title{
            font-family: Gabarito;
            font-weight: 600;
            font-size: 16px;
            line-height: 24px;
        }
    }
    @media (max-width: 480px) {
      .btn-close {
        margin-left: 5%;
      }
    }

    .btn-ghost:hover {
      background-color: #FFFFFF;
    }

    .radio {
      border-width: 2px;
      border-color: #004996;
    }
    .radio:checked, .radio[aria-checked=true] {
      background-color: #FFFFFF;
      border-color: #004996;
      box-shadow: 0 0 0 4px #004996 inset, 0 0 0 4px #004996 inset;
    }

    .radio-btns {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-left: 16px;
    }
    .radio-btns__with-label {
      display: flex;
      align-items: center;
      gap: 8px;
      font-family: 'Jost';
      font-weight: 400;
    }
    .select-nazioni{
        gap: 8px!important;
        border-radius: 4px!important;
        border-width: 1px!important;
        padding-top: 12px!important;
        padding-right: 12px!important;
        padding-bottom: 10px!important;
        padding-left: 12px!important;
        background: #FFFFFF;
        border: 1px solid #BFD1E5;
        border-color: #BFD1E5 !important;
    }
    .label-nazione{
        font-family: 'Jost';
    }

    .floating-label-wrapper {
      position: relative;
      width: 100%;
    }

    .floating-label {
      position: absolute;
      left: 2%;
      top: 50%;
      transform: translateY(-50%);
      color: #415264;
      font-size: 14px;
      font-weight: 400;
      padding: 0 4px;
      transition: all 0.3s ease-in-out;
      pointer-events: none;
      z-index: 1;
    }

    .select {
      position: relative;
      height: 48px;
      padding: 10px 40px 10px 12px;
      gap: 8px;
      border-width: 1px;
      border-radius: 4px;
      opacity: 1;
      appearance: none;
      background-image: url("../assets/icons/chevron_up.png");
      background-repeat: no-repeat;
      background-position: right 12px center;
      background-size: 24px;
      transform-origin: center;
    }
    .select:not(:has(option:checked:not([value=""]))) {
      color: transparent;
      font-size: 10px;
      font-weight: 400;
    }
    .select:has(option:checked:not([value=""])) {
      color: #15161C;
      font-size: 16px;
      font-weight: 500;
    }
    .select:has(option:checked:not([value=""])) ~ .floating-label {
      top: 10px;
      transform: translateY(-50%);
      font-size: 10px;
      color: #415264;
      font-weight: 400;
    }
    .select:focus {
      border-color: #004996;
      background-image: url("../assets/icons/chevron_down.png");
      outline: 2px solid #004996;
    }
    .select option {
      font-size: 16px;
      font-weight: 400;
      color: #15161C;
      padding: 8px 12px;
    }
    .select option:disabled {
      color: #415264;
      font-size: 14px;
    }
    .select option:checked {
      font-weight: 600;
    }

    .carousel-services {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      width: 100%;
      margin-bottom: -2rem;
      scrollbar-width: none;
      -ms-overflow-style: none;
      display: inline;
    }
    .carousel-services::-webkit-scrollbar {
      display: none;
    }

    .carousel-services-track {
      display: flex;
      gap: 16px;
      padding: 0px;

      a{
       /* box-shadow: 3px 3px 0px 0px rgba(39, 40, 51, 0.05);*/
        box-shadow: 1px 1px 1px 1px rgba(39, 40, 51, 0.03);
        border-radius: 8px;
        margin-bottom: 5px;

       &:hover{
          outline:none;
       }
       &:focus{
        outline: none!important;
        border: 2px solid #004996;
        border-radius: 8px;
       }
      }
    }
    .carousel-services-track .info-card--large {
      flex: 0 0 auto;
      width: calc(100% - 0.667rem);
      min-width: 280px;
    }
    @media (max-width: 1280px) {
      .carousel-services-track .info-card--large {
        width: 50%;
      }
    }
    @media (max-width: 768px) {
      .carousel-services-track .info-card--large {
        width: calc(100% - 2rem);
        min-width: auto;
      }
    }

    .carousel-services-row {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      width: 100%;
    }
    @media (max-width: 1023px) {
      .carousel-services-row {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    .card-services-carousel {
      flex: 1 0 300px;
      height: 262px;
      scroll-snap-align: start;
    }
    @media (max-width: 1023px) {
      .card-services-carousel {
        flex: 1 0 calc(50% + 0.4rem);
      }
    }
    @media (max-width: 768px) {
      .card-services-carousel {
        flex: 1 0 calc(60% - 3.4rem);
        height: 240px;
      }
    }
    @media (max-width: 480px) {
      .card-services-carousel {
        flex: 1 0 calc(25% + 0.7rem);
        height: 220px;
        max-height: 175px;
      }
    }

    .carousel-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
    @media (max-width: 768px) {
      .carousel-dots {
        margin-top: 16px;
        gap: 0.4rem;
        padding-bottom: 8px;
      }
    }
    @media (max-width: 1024px) {
      .carousel-dots {
        display: none !important;
      }
    }

    .carousel-dot {
      width: 8px;
      height: 8px;
      border-radius: 4px;
      border: 1px solid #052A5D;
      background-color: transparent;
      cursor: pointer;
      transition: all 0.3s ease;
      padding: 0;
      flex-shrink: 0;
    }
    .carousel-dot:hover {
      background-color: #052A5D;
    }
    .carousel-dot.active {
      width: 16px;
      background-color: #052A5D;
      border-width: 2px;
    }
    @media (max-width: 480px) {
      .carousel-dot {
        width: 6px;
        height: 6px;
      }
      .carousel-dot.active {
        width: 12px;
      }
    }

    .carousel-container {
      position: relative;
      width: 100%;
      padding: 0 40px;
      margin: 1rem 0;
    }
    @media (max-width: 768px) {
      .carousel-container {
        padding: 0 32px;
      }
    }
    @media (max-width: 1024px) {
      .carousel-container {
        padding-bottom: 16px;
      }
    }

    .carousel-img-wrapper {
      display: flex;
      gap: 16px;
      overflow-x: auto;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -ms-overflow-style: none;
      padding: 8px 0;
    }
    .carousel-img-wrapper::-webkit-scrollbar {
      display: none;
    }
    @media (max-width: 768px) {
      .carousel-img-wrapper {
        gap: 12px;
      }
    }

    .carousel-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: #FFFFFF;
      border: 2px solid #BFD1E5;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 10;
    }
    .carousel-btn:hover {
      background-color: #052A5D;
      border-color: #052A5D;
    }
    .carousel-btn:hover svg path {
      stroke: #FFFFFF;
    }
    .carousel-btn:active {
      transform: translateY(-50%) scale(0.95);
    }
    .carousel-btn--prev {
      left: 0;
    }
    .carousel-btn--next {
      right: 0;
    }
    .carousel-btn svg {
      width: 24px;
      height: 24px;
    }
    .carousel-btn svg path {
      stroke: #052A5D;
      transition: stroke 0.3s ease;
    }
    @media (max-width: 768px) {
      .carousel-btn {
        width: 32px;
        height: 32px;
      }
      .carousel-btn svg {
        width: 20px;
        height: 20px;
      }
    }

    .carousel-image {
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      width: 100%;
      margin-bottom: -2rem;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .carousel-image::-webkit-scrollbar {
      display: none;
    }
    @media (max-width: 1024px) {
      .carousel-image {
        padding-bottom: 32px;
      }
    }

    .carousel-image-track {
      display: flex;
      gap: 16px;
      padding: 0 16px;
    }
    @media (max-width: 768px) {
      .carousel-image-track {
        padding: 0 0.75rem;
        gap: 0.75rem;
      }
    }

    .card-image {
      flex: 1 0 140px;
      scroll-snap-align: start;
    }
    @media (min-width: 1024px) {
      .card-image {
        flex: 1 0 calc(16.666% - 3rem)!important;
      }
    }
    @media (max-width: 1023px) and (min-width: 769px) {
      .card-image {
        flex: 1 0 calc(25% - 1rem);
      }
    }
    @media (max-width: 768px) {
      .card-image {
        flex: 0 0 auto!important;
      }
    }

    .carousel-image-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 8px;
      padding-top: 40px;
      flex-wrap: wrap;
    }
    @media (max-width: 768px) {
      .carousel-image-dots {
        margin-top: 16px;
        gap: 0.4rem;
        padding-bottom: 8px;
      }
    }
    @media (max-width: 1024px) {
      .carousel-image-dots {
        display: none !important;
      }
    }

    .progress {
      width: 150px;
      height: 12px;
      margin-right: 0.35rem;
      background-color: #DEE7F1;
      border-radius: 4px;
      color: #007EF6;
    }
    .progress__label {
      font-size: 18px;
      font-weight: 600;
    }

    .toggle-content {
      transition: opacity 0.3s ease-in-out;
    }
    .toggle-content__box {
      gap: 16px;
      padding: 16px;
      margin-top: 16px;
      margin-bottom: 8px;
      background-color: #DEE7F1;
      border: 1px solid #BFD1E5;
      border-radius: 8px;
    }
    .toggle-content__title {
      display: flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 4px;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #052A5D;
    }
    .toggle-content__icon {
      width: 24px;
      height: 24px;
    }
    .toggle-content__text {
      margin-bottom: 0.75rem;
      font-size: 16px;
      line-height:20px;
      color: #415264;
    }
    .toggle-content__list {
      padding-left: 0;
      list-style: none;
    }
    .toggle-content__list-item {
      display: flex;
      align-items: start;
      gap: 8px;
      margin-bottom: 8px;
    }
    .toggle-content__checkmark {
      font-weight: 700;
    }
    .toggle-content__button {
      margin-top: 0.75rem;
    }
    .toggle-content__badge {
      display: inline-flex;
      align-items: center;
      place-content: center;
      gap: 4px;
      width: 195px;
      height: 30px;
      padding: 2px 8px;
      background-color: rgba(255, 255, 255, 0.4);
      border: 1px solid #FFFFFF;
      border-radius: 8px;
      font-size: 16px;
      font-weight: 400;
      color: #052A5D;
    }
    @media (max-width: 576px) {
      .toggle-content__title{
        font-size: 16px;
        line-height: 22px;
      }
      .toggle-content__text{
        font-size: 14px;
        line-height: 18px;
      }
    }
    @media (max-width: 768px) {
      .toggle-content__badge {
        margin-bottom: 16px;
      }
    }
    .toggle-content__label-btn {
      margin-top: 0;
    }

    .flight-card__status-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 0 9px;
      border-radius: 4px;
    }
    .flight-card__status-badge--imbarco {
      background: linear-gradient(90deg, rgba(65, 171, 52, 0.3) 0%, rgba(65, 171, 52, 0.3) 100%), linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
    }
    .flight-card__status-badge--pianificato {
      background: rgba(0, 73, 150, 0.25);
    }
    .flight-card__status-badge--partito {
      background: rgba(0, 126, 246, 0.30);
    }
    .flight-card__status-badge--in-attesa {
      background: rgba(142, 160, 180, 0.4);
    }
    .flight-card__status-badge--cancellato {
      background: rgba(254, 127, 36, 0.25);
    }
    .flight-card__status-badge--ritardo {
      background: rgba(254, 164, 36, 0.3);
    }
    .flight-card__status-badge--dirottato {
      background: rgba(254, 90, 36, 0.3);
    }
    .flight-card__status-badge--atterrato {
      background: rgba(0, 126, 246, 0.3);
    }
    .flight-card__status-badge--inarrivo {
      background: rgba(65, 171, 52, 0.3);
    }
    .flight-card__status-badge--expected {
      background: rgba(65, 82, 100, 0.2);
    }
    .flight-card__status-badge--inprogress {
      background: rgba(0, 126, 246, 0.3);
    }
    .flight-card__status-badge--completed {
      background: rgba(65, 171, 52, 0.3);
    }

    .flight-card__status-badge-dot {
      position: relative;
      width: 10px;
      height: 10px;
      border-radius: 50%;
    }
    .flight-card__status-badge-dot--imbarco {
      background-color: #41AB34;
    }
    .flight-card__status-badge-dot--inarrivo {
      background-color: #41AB34;
    }
    .flight-card__status-badge-dot--pianificato {
      background-color: #004996;
    }
    .flight-card__status-badge-dot--partito {
      background-color: #007EF6;
    }
    .flight-card__status-badge-dot--atterrato {
      background-color: #007EF6;
    }
    .flight-card__status-badge-dot--in-attesa {
      background-color: #8EA0B4;
    }
    .flight-card__status-badge-dot--cancellato {
      background-color: #FE7F24;
    }
    .flight-card__status-badge-dot--ritardo {
      background-color: #FEA424;
    }
    .flight-card__status-badge-dot--dirottato {
      background-color: #FE5A24;
    }
    .flight-card__status-badge-dot--boardingcancellato {
      background-color: #FEA424;
    }
    .flight-card__status-badge-dot--expected {
      background-color: #415264;
    }
    .flight-card__status-badge-dot--inprogress {
      background-color: #007EF6;
    }
    .flight-card__status-badge-dot--completed {
      background-color: #41AB34;
    }

    .flight-card__status-badge-dot::after {
      content: "";
      position: absolute;
      top: 12.5%;
      left: 12.5%;
      width: 75%;
      height: 75%;
      border-radius: 50%;
    }

    .flight-card__status-badge-text {
      font-family: "Gabarito", sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      color: #052A5D;
      text-align: center;
    }

    .time-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 2px 6px;
      border-radius: 4px;
    }
    .time-badge--green {
      border: 1px solid #41AB34;
    }
    .time-badge--orange {
      border: 1px solid #FEA424;
    }
    .time-badge--red {
      border: 1px solid #E0073B;
    }
    .time-badge-luggage {
      background: #E6EDF5;
      border: 1px solid #BFD1E5;
    }
    .time-badge-info {
      height: 24px;
      background: #E6EDF5;
      border: 1px solid #BFD1E5;
      font-size: 16px;
      color: #004996;
    }
    .time-badge-dot {
      position: relative;
      width: 9px;
      height: 9px;
      border-radius: 50%;
    }
    .time-badge-dot--green {
      background-color: #41AB34;
    }
    .time-badge-dot--orange {
      background-color: #FEA424;
    }
    .time-badge-dot--red {
      background-color: #E0073B;
    }
    .time-badge-dot::after {
      content: "";
      position: absolute;
      top: 12.5%;
      left: 12.5%;
      width: 75%;
      height: 75%;
      border-radius: 50%;
    }
    .time-badge-text {
      font-family: "Gabarito", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      color: #052A5D;
      text-align: center;
    }

    :root {
      --ADR-Pri_Blu: #004996;
      --dinamic-header-height: 90px;
    }

    .sr-only {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      padding: 0 !important;
      margin: -1px !important;
      overflow: hidden !important;
      clip: rect(0 0 0 0) !important;
      white-space: nowrap !important;
      border: 0 !important;
    }

    @media (min-width: 769px) {
      .md\:hidden {
        display: none !important;
      }
    }
    @media (max-width: 768px) {
      .md\:block {
        display: none !important;
      }
    }
    .adr-new .minWith300-adr {
      min-width: 300px;
      column-gap: 8px;
    }
    .adr-new .borderleft-adr {
      border-left: 1px solid #DEE7F1;
      padding-left: 35px;
    }
    .adr-new .borderleft-adr-sm {
      border-left: 1px solid #DEE7F1;
    }
    .adr-new .storage-panel-lang,
    .adr-new .mega-menu-panel {
      display: none;
    }
    .adr-new .site-header__top-menu .search-panel-adr {
      display: none;
    }
    .adr-new .gap-adr-small {
      gap: 8px;
    }
    .adr-new .gap-adr-medium {
      gap: 12px;
    }
    .adr-new .gap-adr-big {
      gap: 32px;
    }
    .adr-new .p-large-adr {
      padding: 32px;
    }
    .adr-new .p-mix-small-adr {
      padding: 16px 0;
    }
    .adr-new .p-mix-xsmall-adr {
      padding: 8px 32px;
    }
    .adr-new .h-v-large-adr {
      height: 24px;
    }
    .adr-new .mega-menu-container--bottom {
      margin-top: 32px !important;
      border-top: solid 1px #DEE7F1;
      padding-top: 16px !important;
    }
    .adr-new .mega-menu-container--second-level {
      grid-template-columns: 1fr 2fr 1fr !important;
    }
    .adr-new .voce-topheader {
      margin: 32px 0;
      border-radius: 4px;
      border: 1px solid #DEE7F1;
      background: var(--cross-grey-scale-08-whiteffffff, #FFFFFF);
      padding: 13px 4px;
      height: 32px;
      align-items: center;
      justify-content: space-between;
      gap: 8px;
      color: var(--CROSS_GreyScale-04-Grey, #8EA0B4);
      font-feature-settings: "liga" off, "clig" off;
      font-family: Jost, sans-serif;
      font-size: 14px;
      font-weight: 600;
      font-style: normal;
      line-height: 20px;
      cursor: pointer;
    }
    .adr-new .voce-topheader span {
      padding: 2px 6px;
      display: flex;
      width: 100%;
      justify-content: center;
    }
    .adr-new .voce-topheader .active-adr {
      display: flex;
      border-radius: 4px;
      color: var(--ADR-Pri_Blu, #004996);
      background: var(--ADR-Sec_Backgroud_LightBlue, #E6EDF5);
      height: 24px;
      padding: 2px 0;
      align-items: center;
    }
    .adr-new .message-wrapper-container {
      width: 100%;
      padding: 4px 24px 4px 8px;
      align-items: center;
      gap: 8px;
      border-radius: 4px;
      background: #e5f2fe;
      border-left: 4px solid #007ef6;
    }
    .adr-new .message-wrapper-container-lang {
      display: none;
    }
    .adr-new .message-container-adr-lg,
    .adr-new .message-container-lang-adr-lg {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .adr-new .message-container-lang-adr-lg {
      width: 100%;
    }
    .adr-new .alert-adr {
      background-image: url(../icons/alertTriangle.svg);
      background-repeat: no-repeat;
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      display: inline-flex;
    }
    .adr-new .lang-icon-adr {
      background-image: url(../icons/lingua.svg);
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
      background-size: contain;
    }
    .adr-new .fag-megamenu-adr {
      max-width: calc(1160px + 2.5rem);
      margin: auto;
      padding: 0 1.25rem;
    }
    .adr-new .negativeML32 {
      margin-left: -32px;
    }
    .adr-new .air-plain-adr {
      background-image: url(../icons/airplane.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
    }
    .adr-new .air-control-adr {
      background-image: url(../icons/air-control.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
    }
    .adr-new .business-adr {
      background-image: url(../icons/business.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
    }
    .adr-new .operator-adr {
      background-image: url(../icons/operatori.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
    }
    .adr-new .sites-adr {
      background-image: url(../icons/lingua.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .chat-adr {
      background-image: url(../icons/chat-1.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .copy-adr {
      background-image: url(../icons/copy.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .lang-ita-adr {
      background-image: url(../icons/italy-ico.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .lang-cina-adr {
      background-image: url(../icons/cina-ico.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .lang-eng-adr {
      background-image: url(../icons/eng-ico.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .arrow-r-adr {
      background-image: url(../icons/right.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .arrow-up-adr {
      background-image: url(../icons/up.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .arrow-d-adr {
      background-image: url(../icons/down.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .arrow-dxl-adr {
      background-image: url(../icons/Icondx.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
    }
    .adr-new .point-adr {
      background-image: url(../icons/point.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      background-position: center;
      display: inline-block;
      align-self: center;
    }
    .adr-new .close {
      background-image: url(../icons/close.svg);
      width: 24px;
      height: 24px;
      padding: 3.646px;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
    }
    .adr-new .close-panel-adr {
      background-image: url(../icons/close.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      display: inline-flex;
      padding: 3.646px;
      justify-content: center;
      align-items: center;
    }
    .adr-new .close-panel-return-adr {
      background-image: url(../icons/left.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      display: inline-flex;
      padding: 3.646px;
      justify-content: center;
      align-items: center;
    }
    .adr-new .login-panel-adr {
      background-image: url(../icons/user.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      display: inline-flex;
      padding: 3.646px;
      justify-content: center;
      align-items: center;
    }
    .adr-new .search-panel-adr {
      background-image: url(../icons/search.svg);
      background-repeat: no-repeat;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      padding: 0;
      margin: 0;
      display: inline-flex;
      padding: 3.646px;
      justify-content: center;
      align-items: center;
    }
    .adr-new .search-panel-adr.close-panel-adr {
      background-image: url(../icons/close.svg) !important;
    }
    .adr-new .ico-new-cart {
      background-image: url(../icons/cart.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 18.889px;
      height: 17px;
      flex-shrink: 0;
      display: inline-block;
    }
    .adr-new .separator-panel-adr {
      width: 1px;
      height: 16px;
      background-color: #DEE7F1;
    }
    .adr-new .text-warning-alert {
      font-family: "Instrument Sans";
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
    }
    .adr-new .text-warning-alert-lang {
      font-family: "Instrument Sans";
      font-size: 12px;
      font-weight: 500;
      line-height: 20px;
      color: var(--ADR-Pri_Blu, #004996);
      flex: 1 1 auto;
    }
    .adr-new .desktop-regular-12 {
      font-family: Gabarito, sans-serif;
      font-size: 12px;
      font-weight: 400;
      font-style: normal;
      line-height: 18px;
    }
    .adr-new .header-hamb-menu {
      color: var(--ADR-Pri_Blu, #004996);
      text-align: center;
      font-feature-settings: "liga" off, "clig" off;
      font-family: Jost, sans-serif;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      line-height: 20px;
    }
    .adr-new .d-inline-flex.gap-adr-small.p-mix-xsmall-adr {
      height: 54px;
      align-items: center;
      position: relative;
      z-index: 2147483648;
    }
    .adr-new .menu-list-adr-parent {
      display: flex;
      gap: 32px;
      flex-direction: column;
    }
    .adr-new .footer-menu-adr {
      position: absolute;
      bottom: 0;
      width: 100%;
      box-shadow: 0 -1px 4px 0 rgba(191, 209, 229, 0.5);
      z-index: 2147483648;
    }
    .adr-new .footer-menu-bgray-adr {
      background: var(--CROSS_GreyScale-06-Lighter-Grey, #DEE7F1);
      gap: 8px;
    }
    .adr-new .footer-menu-bgray-adr div span {
      height: 24px;
    }
    .adr-new .storage-panel-adr {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      z-index: 2147483647;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      transition: transform 0.5s ease;
      transform: translateY(100%);
    }
    .adr-new .storage-panel-adr .d-inline-flex.gap-adr-small {
      color: var(--ADR-Pri_Blu, #004996);
      text-align: center;
      font-feature-settings: "liga" off, "clig" off;
      font-family: Gabarito, sans-serif;
      font-size: 16px;
      font-weight: 400;
      font-style: normal;
      line-height: 20px;
    }
    .adr-new .storage-panel-search {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-color: #FFFFFF;
      z-index: 2147483647;
      overflow: hidden;
      transition: transform 0.5s ease;
      transform: translateY(-100%);
    }
    .adr-new .storage-panel-search .content-panel-adr__close {
      display: flex;
      height: 56px;
      justify-content: space-between;
      padding: 16px 32px;
      align-items: center;
      gap: 8px;
    }
    .adr-new .storage-panel-search h2 {
      color: var(--ADR-Pri_Blu, #004996);
      font-family: Gabarito, sans-serif;
      font-size: 24px;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 24px;
    }
    .adr-new .storage-panel-search .search-box-adr {
      gap: 8px;
      align-items: center;
      position: relative;
      /* make the button overlay the input */
      display: flex;
      align-items: center;
    }
    .adr-new .storage-panel-search .search-input-adr {
      flex: 1 1 auto;
      padding: 16px;
      padding-right: 100px;
      /* space for clear + submit icons inside the input */
      border: 1px solid #BFD1E5;
      border-radius: 8px;
      font-family: Gabarito;
      font-size: 16px;
      color: var(--ADR-Pri_Blu, #004996);
      height: 48px;
    }
    .adr-new .storage-panel-search {
      /* Hide native browser search cancel on WebKit/IE/Edge */
    }
    .adr-new .storage-panel-search .search-input-adr[type=search]::-webkit-search-cancel-button,
    .adr-new .storage-panel-search .search-input-adr[type=search]::-webkit-search-decoration {
      -webkit-appearance: none;
      appearance: none;
      display: none;
    }
    .adr-new .storage-panel-search .search-input-adr::-ms-clear,
    .adr-new .storage-panel-search .search-input-adr::-ms-reveal {
      display: none;
      width: 0;
      height: 0;
    }
    .adr-new .storage-panel-search {
      /* Clear button (hidden by default) */
    }
    .adr-new .storage-panel-search .search-clear-adr {
      position: absolute;
      right: 56px;
      /* place it to the left of submit */
      top: 50%;
      transform: translateY(-50%);
      height: 36px;
      width: 36px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: none;
      background: transparent;
      cursor: pointer;
      padding: 0;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.12s ease;
    }
    .adr-new .storage-panel-search .close-sm-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-image: url(../icons/close-sm.svg);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .adr-new .storage-panel-search {
      /* show clear button when input has content */
    }
    .adr-new .storage-panel-search .search-input-adr:not(:placeholder-shown) ~ .search-clear-adr {
      opacity: 1;
      pointer-events: auto;
    }
    .adr-new .storage-panel-search .search-btn-adr {
      position: absolute;
      /* float inside the input */
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      background: transparent;
      background-color: #F2F6FA;
      cursor: pointer;
      color: var(--ADR-Pri_Blu, #004996);
      padding: 0;
      line-height: 1;
      border: solid 1px var(--ADR-Pri_Blu, #004996);
      border-radius: 8px;
    }
    .adr-new .storage-panel-search .search-icon {
      display: inline-block;
      width: 18px;
      height: 18px;
      background-image: url(../icons/search.svg);
      background-repeat: no-repeat;
      background-size: contain;
    }
    .adr-new .storage-panel-search .search-results-adr {
      margin-top: 24px;
      display: none;
      flex-direction: column;
      gap: 12px;
    }
    .adr-new .storage-panel-search .search-results-adr.adr-visible {
      display: flex;
    }
    .adr-new .storage-panel-search .results-count-adr {
      font-size: 14px;
      color: #98A2B3;
      font-weight: 400;
      margin: 0 0 6px 0;
    }
    .adr-new .storage-panel-search .search-category-adr h3 {
      margin: 8px 0 12px 0;
      font-size: 14px;
      color: var(--ADR-Pri_Blu, #004996);
      font-weight: 600;
    }
    .adr-new .storage-panel-search .search-list-adr,
    .adr-new .storage-panel-search .news-list-adr {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .adr-new .storage-panel-search .search-list-adr a,
    .adr-new .storage-panel-search .news-list-adr a {
      color: var(--CROSS_GreyScale-01-Black, #15161C);
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
    }
    .adr-new .storage-panel-search .view-all-adr {
      color: var(--ADR-Pri_Blu, #004996);
      display: inline-block;
      margin-top: 8px;
    }
    .adr-new .storage-panel-search.opened-adr {
      transform: translateY(0);
    }
    @keyframes cart-slide-out-in {
      0% {
        opacity: 1;
        transform: translateX(0);
      }
      40% {
        opacity: 0;
        transform: translateX(-60px);
      }
      60% {
        opacity: 0;
        transform: translateX(-60px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
    .adr-new .header-cart {
      transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .adr-new .storage-panel-login {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
      background-color: #FFFFFF;
      /* Fade effect (uses opacity) instead of vertical translate */
      transition: opacity 0.35s ease, visibility 0.35s ease;
      opacity: 0;
      visibility: hidden;
      /* prevents click/focus when closed */
      z-index: 2147483647;
    }
    .adr-new .storage-panel-login h2 {
      color: #052A5D;
      font-family: jost, sans-serif;
      font-size: 26px;
      font-weight: 500;
      margin-bottom: 24px;
    }
    .adr-new .storage-panel-login p {
      font-family: Jost, sans-serif;
      font-weight: 400;
      line-height: 22px;
      color: #15161C;
    }
    .adr-new .storage-panel-login .login-form-adr {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .adr-new .storage-panel-login .form-group-adr {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .adr-new .storage-panel-login .form-group-adr label {
      color: #15161C;
      font-family: jost, sans-serif;
      font-size: 16px;
      font-weight: 400;
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .adr-new .storage-panel-login .form-group-adr input[type=checkbox] {
      width: auto;
    }
    .adr-new .storage-panel-login .form-group-adr a {
      color: var(--ADR-Pri_Blu, #004996);
      text-decoration: underline;
      font-size: 16px;
      font-family: jost, sans-serif;
      line-height: 19px;
    }
    .adr-new .storage-panel-login .form-input-adr {
      padding: 16px;
      border: 1px solid #D0D5DD;
      border-radius: 4px;
      font-family: Gabarito;
      font-size: 16px;
      color: var(--ADR-Pri_Blu, #004996);
      height: 48px;
    }
    .adr-new .storage-panel-login .form-input-adr::placeholder {
      color: #98A2B3;
    }
    .adr-new .storage-panel-login .form-input-adr:focus {
      outline: none;
      border-color: var(--ADR-Pri_Blu, #004996);
    }
    .adr-new .storage-panel-login .btn-login-adr {
      padding: 16px 24px;
      background-color: var(--ADR-Pri_Blu, #004996);
      color: white;
      border: none;
      border-radius: 4px;
      font-family: Gabarito;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .adr-new .storage-panel-login .btn-login-adr:hover {
      background-color: rgb(0, 43.216, 88.8);
    }
    .adr-new .storage-panel-login .register-link-adr {
      text-align: center;
      margin-top: 24px;
    }
    .adr-new .storage-panel-login .register-link-adr a {
      color: var(--ADR-Pri_Blu, #004996);
      text-decoration: underline;
      font-weight: 600;
    }
    .adr-new .storage-panel-login.opened-adr {
      /* Show using opacity fade */
      opacity: 1;
      visibility: visible;
      /* allow click/focus when open */
    }
    .adr-new .menu-adr-selected {
      color: var(--ADR-Pri_Blu, #004996);
      font-weight: 600;
    }
    .adr-new .menu-list-adr {
      gap: 32px;
    }
    .adr-new .menu-list-adr li {
      display: inline-flex;
      width: 100%;
      justify-content: space-between;
    }
    .adr-new .menu-list-adr a {
      color: var(--CROSS_GreyScale-01-Black, #15161C);
      font-family: Gabarito;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    }
    .adr-new .menu-list-adr .header-menu {
      color: var(--ADR-Pri_Blu, #004996);
      font-weight: 600;
    }
    .adr-new .content-panel-adr__close {
      display: flex;
      height: 56px;
      justify-content: space-between;
      padding: 16px 32px;
      align-items: center;
      gap: 8px;
      margin-bottom: 32px;
    }
    .adr-new .content-panel-adr__close p {
      color: #052A5D;
      font-feature-settings: "liga" off, "clig" off;
      font-family: Jost, sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px;
    }
    .adr-new .content-panel-adr__close div {
      align-items: center;
    }
    .adr-new .content-panel-adr__close.plus {
      border-bottom: 2px solid var(--ADR-Sec_Backgroud_LightBlue, #E6EDF5);
    }
    .adr-new .content-panel-adr__close.plus p {
      color: var(--CROSS_GreyScale-02-Darker-Grey, #191E28);
      text-align: center;
      font-feature-settings: "liga" off, "clig" off;
      font-family: Gabarito;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
    }
    .adr-new {
      /* Pannello dal basso (solo se NON ha la classe panel-adr-right) */
    }
    .adr-new .storage-panel-adr.opened-adr {
      transform: translateY(0);
      z-index: 2147483647;
    }
    .adr-new {
      /* Pannello da destra - stato chiuso */
    }
    .adr-new .storage-panel-adr.panel-adr-right {
      transform: translateX(100%);
    }
    .adr-new {
      /* Pannello da destra - stato aperto */
    }
    .adr-new .storage-panel-adr.panel-adr-right.opened-adr {
      transform: translateX(0);
    }
    .adr-new .panel-lang-adr.opened-adr {
      opacity: 1;
      pointer-events: auto;
    }
    .adr-new .panel-lang-adr {
      height: 204px;
      padding: 24px;
      background-color: white;
      position: absolute;
      bottom: 38px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 2147483649;
    }
    .adr-new .panel-lang-adr .close-panel-adr {
      align-self: flex-end;
    }
    .adr-new .panel-sites-adr.opened-adr {
      opacity: 1;
      pointer-events: auto;
    }
    .adr-new .panel-sites-adr {
      height: 204px;
      padding: 24px;
      background-color: white;
      position: absolute;
      bottom: 170px;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 2147483649;
    }
    .adr-new .panel-sites-adr .close-panel-adr {
      align-self: flex-end;
    }
    .adr-new .panel-overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 200px;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 1000;
    }
    .adr-new .form-group-adr.d-flex.gap-adr-small {
      display: flex;
      flex-direction: row;
      align-content: center;
      gap: 8px;
    }
    .adr-new .checkbox-adr {
      width: 16px;
      height: 16px;
      appearance: none;
      -webkit-appearance: none;
      display: inline-block;
      vertical-align: middle;
      border: 2px solid #004996;
      border-radius: 3px;
      background-clip: padding-box;
      position: relative;
      cursor: pointer;
      transition: background-color 0.12s ease, border-color 0.12s ease, box-shadow 0.12s ease;
      flex-shrink: 0;
      /* Ensure a consistent box-sizing for pseudo-element placement */
      box-sizing: border-box;
    }
    .adr-new {
      /* Stato visivo quando è checked: riempie con il blu e mostra un segno interno bianco */
    }
    .adr-new .checkbox-adr:checked {
      background-color: #004996;
      border-color: #004996;
    }
    .adr-new .checkbox-adr:checked::after {
      content: "";
      position: absolute;
      top: 2px;
      left: 5px;
      width: 4px;
      height: 8px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      display: block;
    }
    .adr-new {
      /* Focus visible for keyboard users */
    }
    .adr-new .checkbox-adr:focus-visible,
    .adr-new .checkbox-adr:focus {
      outline: none;
      box-shadow: 0 0 0 4px rgba(0, 73, 150, 0.12);
    }
    .adr-new {
      /* Disabled state */
    }
    .adr-new .checkbox-adr[disabled] {
      opacity: 0.6;
      cursor: not-allowed;
    }
    .adr-new .remember-label-adr {
      font-family: jost, sans-serif;
      font-size: 16px;
      color: #15161C;
      cursor: pointer;
      user-select: none;
      margin: 0;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .adr-new {
      /* Improve checkbox positioning inside a label */
    }
    .adr-new label.remember-label-adr input[type=checkbox],
    .adr-new .form-group-adr input.checkbox-adr {
      width: 16px !important;
      margin: 0;
      margin-right: 8px;
      flex: 0 0 auto;
    }
    @media (min-width: 1024px) {
      .adr-new .panel-overlay-desktop {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 98;
        top: var(--dinamic-header-height);
      }
      .adr-new {
        /* Export header height so panels can align immediately below header.
             Adjust `--site-header-height` if the header height changes. */
      }
      .adr-new .site-header {
        --site-header-height: 175px;
      }
      .adr-new {
        /* On desktop place the login panel just below the site header. Use
             a z-index slightly lower than the header (header uses 100) so the
             header visually remains on top. */
      }
      .adr-new .storage-panel-login.opened-adr {
        top: var(--site-header-height) !important;
        z-index: 99 !important;
      }
      .adr-new .storage-panel-login {
        transition: none !important;
      }
      .adr-new .storage-panel-search.opened-adr {
        top: var(--site-header-height) !important;
        z-index: 99 !important;
      }
      .adr-new .storage-panel-search .d-flex.flex-column.p-large-adr {
        max-width: 1025px;
        margin: 40px auto 0 auto;
      }
      .adr-new .storage-panel-search .content-panel-adr__close.d-flex {
        display: none !important;
      }
      .adr-new .storage-panel-search {
        transition: none !important;
      }
      .adr-new .site-header__top-menu .search-panel-adr {
        display: flex !important;
      }
      .adr-new .site-header__top-menu {
        gap: 16px !important;
      }
      .adr-new .storage-panel-lang.opened-adr {
        display: flex;
        flex-direction: column;
        background-color: white;
        height: 112px;
        position: absolute;
        z-index: 100;
        width: 100%;
        top: var(--dinamic-header-height);
      }
      .adr-new .storage-panel-lang.opened-adr .content-panel-adr__close {
        margin-bottom: 0;
      }
      .adr-new .storage-panel-lang.opened-adr .el-flex {
        width: 100%;
        max-width: 331px;
      }
      .adr-new .storage-panel-login.opened-adr .d-flex.flex-column.p-large-adr.gap-adr-big {
        max-width: 500px;
        max-height: 500px;
        margin: auto;
      }
      .adr-new .bg-image-shop-online {
        position: relative;
        overflow: hidden;
        background-image: url(../img/profumo.png);
        background-size: cover;
        background-position: center;
        width: 425px;
        height: 250px;
        border-radius: 14px;
        /* Ensure direct children (texts, buttons) sit above the overlay */
      }
      .adr-new .bg-image-shop-online > * {
        position: relative;
        z-index: 1;
      }
      .adr-new .bg-image-shop-online::after {
        content: "";
        position: absolute;
        inset: 0;
        /* Default overlay: semi-transparent dark layer */
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.25));
        pointer-events: none;
        border-radius: inherit;
        z-index: 0;
        /* place the overlay below children */
      }
      .adr-new .message-container-adr-lg {
        width: 100%;
        max-width: calc(1160px + 2.5rem);
        padding: 0 1.25rem;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        position: relative;
        flex-direction: row;
        justify-content: space-between;
      }
      .adr-new .mega-menu-wrapper {
        position: static;
      }
      .adr-new .nav-item-mega {
        position: static;
      }
      .adr-new .nav-item-mega > .nav-link {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 4px;
      }
      .adr-new .nav-item-mega > .nav-link[aria-expanded=true]::after {
        transform: rotate(180deg);
      }
      .adr-new .mega-menu-panel {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        width: 100vw;
        background: #FFFFFF;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        border-radius: 0;
        padding: 32px 0;
        display: none;
        z-index: 99;
      }
      .adr-new .mega-menu-panel.opened-adr {
        display: block !important;
      }
      .adr-new .mega-menu-container {
        width: 100%;
        max-width: calc(1160px + 2.5rem);
        padding: 0 1.25rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
      }
      .adr-new .mega-menu-col {
        display: flex;
        flex-direction: column;
      }
      .adr-new .mega-menu-col--image {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        justify-content: flex-end;
        padding: 24px;
        gap: 8px;
        color: white;
      }
      .adr-new .mega-menu-col--image img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
      }
      .adr-new .mega-menu-title {
        color: var(--ADR-Pri_Blu, #004996);
        font-family: Gabarito, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 12px 0;
        padding-bottom: 8px;
      }
      .adr-new .mega-menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
      .adr-new .mega-menu-list li {
        display: flex;
        align-items: center;
        gap: 8px;
      }
      .adr-new .mega-menu-list li:first-child a {
        color: var(--CROSS_GreyScale-01-Black, #15161C);
        font-weight: 500;
      }
      .adr-new .mega-menu-list a {
        color: var(--CROSS_GreyScale-01-Black, #15161C);
        font-family: Gabarito, sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration: none;
        transition: color 0.2s ease;
        display: inline-flex;
        align-items: center;
        gap: 8px;
      }
      .adr-new .mega-menu-list a:hover, .adr-new .mega-menu-list a:focus {
        color: var(--ADR-Pri_Blu, #004996);
      }
      .adr-new .mega-menu-cta {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--ADR-Pri_Blu, #004996);
        font-family: Jost, sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        margin-top: 16px;
        padding: 8px 16px;
        border: 1px solid var(--ADR-Pri_Blu, #004996);
        border-radius: 4px;
        transition: background-color 0.2s ease, color 0.2s ease;
        width: fit-content;
      }
      .adr-new .mega-menu-cta:hover, .adr-new .mega-menu-cta:focus {
        background-color: var(--ADR-Pri_Blu, #004996);
        color: #FFFFFF;
      }
      .adr-new .mega-menu-cta .arrow-icon {
        width: 16px;
        height: 16px;
        background-image: url(../icons/right.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transition: filter 0.2s ease;
      }
      .adr-new .mega-menu-cta:hover .arrow-icon, .adr-new .mega-menu-cta:focus .arrow-icon {
        filter: brightness(0) invert(1);
      }
      .adr-new .mega-menu-featured {
        background: linear-gradient(135deg, #E6EDF5 0%, #F2F6FA 100%);
        border-radius: 8px;
        padding: 16px;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }
      .adr-new .mega-menu-featured .featured-title {
        color: var(--ADR-Pri_Blu, #004996);
        font-family: Jost, sans-serif;
        font-size: 16px;
        font-weight: 600;
        margin: 0;
      }
      .adr-new .mega-menu-featured .featured-desc {
        color: #415264;
        font-family: Jost, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
      }
      .adr-new .site-header {
        position: relative;
        z-index: 100;
      }
      .adr-new .site-header nav ul.navbar-nav li::after {
        content: "";
        width: 0;
      }
      .adr-new .max-width-hf.wrap-header {
        padding: 0px;
      }
      .adr-new .message-container-lang-adr-lg {
        width: 100%;
        max-width: calc(1160px + 2.5rem);
        padding: 0 1.25rem;
        margin: 0 auto;
        display: flex;
        flex-flow: column;
        position: relative;
        flex-direction: row;
        justify-content: space-between;
      }
      .adr-new .message-wrapper-container {
        align-items: center;
        border-left: 0;
        min-height: 48px;
        border-top: 5px solid #007ef6;
      }
      .adr-new .alert-adr {
        background-image: url(../icons/info.svg);
        background-repeat: no-repeat;
        display: inline-flex;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        padding: 0;
        margin: 0;
      }
      .adr-new .message-wrapper-container-lang {
        display: flex;
        border-left: 0;
        width: 100%;
        align-items: center;
        gap: 8px;
        background: #DEE7F1;
        height: 36px;
        /* Desktop: force Gabarito for all text inside this container */
        font-family: Gabarito, sans-serif;
        font-size: 14px !important;
        color: #415264;
      }
      .adr-new {
        /* Ensure specific child that has a different base font is overridden on desktop */
      }
      .adr-new .message-wrapper-container-lang .text-warning-alert-lang {
        font-family: Gabarito, sans-serif;
        font-size: 14px !important;
        color: #415264;
      }
      .adr-new .voce-topheader {
        margin: 0px;
        width: 245px;
        background-color: rgba(255, 255, 255, 0.2);
        border-color: white;
      }
      .adr-new .voce-topheader span {
        max-width: 120px;
      }
      .adr-new .voce-topheader div {
        height: 26px;
      }
      .adr-new .voce-topheader .active-adr {
        display: flex;
        border-radius: 4px;
        color: white;
        background: #004996;
        height: 24px;
        padding: 2px 6px;
        align-items: center;
      }
      .adr-new .separator-panel-adr {
        width: 1px;
        height: 16px;
        background-color: #BFD1E5;
        margin: auto;
      }
    }

    @keyframes cart-slide-out-in {
      0% {
        opacity: 1;
        transform: translateX(0);
      }
      40% {
        opacity: 0;
        transform: translateX(-100px);
      }
      60% {
        opacity: 0;
        transform: translateX(-30px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
    body.search-panel-open .header-cart {
      animation: cart-slide-out-in 0.8s ease forwards;
    }

    /* Accessibility: force pointer cursor for interactive elements
       Applies to anchors, buttons, role=button, elements with onclick,
       data attributes used as triggers (e.g. data-idpanel, data-action),
       classes prefixed with `js-` and a utility `.is-clickable`.
    */
    a,
    button,
    [role=button],
    [onclick],
    [data-idpanel],
    [data-action],
    /*[data-toggle],*/
    [tabindex]:not([tabindex="-1"]),
    [class^=js-],
    [class*=" js-"],
    .is-clickable {
      cursor: pointer !important;
    }

    /* Utility class to mark elements that JS attaches events to */
    .is-clickable {
      touch-action: manipulation;
    }

    .text-clamp-3{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    .text-clamp-2{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-word;
    }

    @media (max-width: 576px) {
      .mt-sm-3-fix {
        margin-top: 1rem!important;
      }
      .mb-sm-2-fix {
        margin-bottom: 0.5rem!important;
      }
      .pt-sm-3-fix {
        padding-top: 1rem!important;
      }
    }

    .modal-adr-cencelled{
        border-top: 8px solid #FEA424;

        .card-title{
            font-family: Gabarito;
            font-weight: 700;
            font-size: 28px;
            line-height: 36px;
            text-align: center;
            color: rgba(5, 42, 93, 1);
        }
        .card-text{
            font-family: Gabarito;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            vertical-align: middle;
            color: rgba(21, 22, 28, 1);
        }
        .btn-ghost:focus{
            outline: none;
        }
    }

    @media (max-width: 576px) {
        .modal-adr-cencelled{
             .card-title{
                 font-size: 24px;
                 line-height: 32px;
             }
        }
    }
}

html:not(#__):not(#___) .has-edit-mode-menu .page-editor__layout-viewport { display: block !important;}

@media (min-width: 768px) {
    html:not(#__):not(#___) .has-edit-mode-menu .page-editor__wrapper--padded-end {
        margin-right: auto;
    }
    html:not(#__):not(#___) .page-editor__wrapper--padded-start {
        padding-left: 42px;
    }
}

@media (max-width: 1024px) {
  .site-footer .site-footer-top {
    margin-top: 3.25rem!important;
  }
}

 #content .modal-adr__content input[type='radio'] {
    border-width: 2px !important;
    border-color: #004996 !important;
    width: 1rem !important;
    border-style: solid !important;
}

#content input[type='checkbox'].toggle{
  width: 3rem!important;
  border-style: solid!important;
  height: 1.5rem !important;
}

body:not(.p-fiumicino):not(.p-ciampino):not(.p-landing) section#content {
    max-width: 100%!important;
    margin: 0px!important;
}
#p_p_id_4_WAR_realtimeflightsportlet_ .portlet-header,
#p_p_id_flighttracking_WAR_flighttrackingportlet_ .portlet-header{
    display: none;
}
#p_p_id_flighttracking_WAR_flighttrackingportlet_ .portlet{
    margin-bottom: 0px;
}

.site-footer .site-footer-top {
   margin-top: -2rem !important;
   z-index: 9!important;
}

.site-footer .site-footer-bottom{
   z-index: 10!important;
}