.insurance-faq{
  position: relative;
  
  .insurance-faq__header{
    position: absolute;
    top: 0;

    :is(h1, h2, h3, h4, h5, h6, p) {
      font-family: var(--body-font-family);
      font-size: var(--heading-font-8-mob);
      line-height: var(--heading-lh-21-mob-display);
      font-weight: var(--fw-500);
      margin: 0 15px 20px 15px;
      padding-bottom: 10px;
      border-bottom: 1px solid #f0f0f0;
      color: var(--primary-main);
      @media (width >=768px) {
        font-size: var(--heading-font-6-des);
        margin-bottom: 2.5rem;
      }
    }
  }
  .insurance-faq__list{
    position: absolute;
    top: 0;
  }

  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .splide__track--draggable {
    user-select: none;
  }
  .splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    @media (width >=1024px) {
      .splide__slide:first-child.is-active {
        padding-left: 20px;

        @media (width>=1024px) {
          padding-left: 56px;
        }
      }

      .splide__slide:not(:first-child).is-active {
        padding-left: 0;
      }
    }
  }

  .insurance-faq__stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    height: 100%;
    width: 100%;
  }
  .splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }

  .splide__sr{
    clip:rect(0 0 0 0);
    border:0;
    height:1px;
    margin:-1px;
    overflow:hidden;
    padding:0;
    position:absolute;
    width:1px;
  }

  .insurance-faq__nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-main);
    font-family: inherit;
    top:7px;
    right:35px;
    @media (width >=1024px) {
      right:60px;
  }
}

  .insurance-faq__nav-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0;
    border: none;
    background: transparent;
    color: inherit;
    cursor: pointer;

  }

  .insurance-faq__nav-btn::before {
    content: '';
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    background: url('/icons/chevron_left.svg') center / contain no-repeat;

    @media (width >=768px) {
      width: 2rem;
      height: 2rem;
    }
  }

  .insurance-faq__nav-btn--next::before {
    transform: scaleX(-1);
  }

  .insurance-faq__nav-fraction {
    margin: 0;
    padding: 0 5px;
    text-align: center;
    font-size: var(--heading-font-8-mob);
    font-weight: var(--fw-400);
    line-height: var(--heading-lh-5--mob);
  }

  .insurance-faq__nav-sep {
    margin: 0 0.05em;
  }

  .insurance-faq__carousel-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 15px;
    max-width: 100%;
    box-sizing: border-box;
    @media (width >=768px) {
      top: 100px;
    }
  }

  .insurance-faq__image {
    picture,img {
      display: block;
      aspect-ratio: 360/562;
      width: 100%;
      height: auto;

      @media (width >=768px) {
        aspect-ratio: 768/600;
      }
      @media (width >=1024px) {
        aspect-ratio: 1366/854;
      }
    }
  }

  .insurance-faq-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    
    @media (width >=1024px) {
      align-items: start;
      flex-direction: row;
      flex-wrap: wrap;
      gap: 0;
    }
  }

  .insurance-faq-item__title{
    :is(h1, h2, h3, h4, h5, h6, p) {
      font-family: var(--body-font-family);
      font-size: var(--heading-font-3-mob);
      line-height: var( --heading-font-16-mob-display);
      font-weight: var(--fw-500);
      margin: 0;
      color: var(--primary-main);
      @media (width >=1024px) {
        padding-left: 20px;
        font-size: var(--heading-font-12-des);
        line-height: var(--heading-lh-14-des-sub-heading);
      }
    }
  }

  .insurance-faq-item__description{
    :is(h1, h2, h3, h4, h5, h6, p) {
      font-family: var(--body-font-family);
      font-size: var(--heading-font-8-mob);
      line-height: var(--heading-lh-5--mob);
      font-weight: var(--fw-400);
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 10px;
      color: var(--primary-main);
      border-bottom: 1px solid #f0f0f0;
      @media (width >=1024px) {
        font-size: var(--heading-font-20-mob-text);
        line-height: var(--heading-lh-19-mob-display);
        padding-left: 115px;
        padding-bottom: 35px;
        margin-bottom: 2.5rem;
      }
    }
  }
  .insurance-faq-item__image{
    display: flex;

    picture {
      display: block;
      aspect-ratio: 1/1;
      width:84px;
      height: 84px;
      overflow: hidden;

      @media (width >=1024px) {
        border-radius: 50%;
        border: 8px solid #f0f0f0;
        box-sizing: border-box;
      }
    }

    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .insurance-faq__visit-site-label {
    position: absolute;
    bottom: auto;
    top: 28rem;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 30px);
    white-space: nowrap;
    color: var(--tertiary-white);
    background-color: var(--primary-main);
    font-size: var(--heading-font-20-mob-text);
    font-weight: var(--fw-400);
    line-height: var(--heading-lh-26-mob-text-small);
    padding: var(--space-10px);

    @media (width >=768px) {
      bottom: 30%;
      top:auto;
    }

    @media (width >=1024px) {
      bottom: 7%;
    }
    @media (width >=1200px) {
      bottom: 22%;
     
    }
  }
}
