/* scoped: si-indoor-range-IndoorRangeFAQSection */

  .faq-section:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 100%;
    height: 448px;
    padding: 80px;
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: center;
    box-sizing: border-box;
    background-image: url('/5.FAQ Section.webp');
    background-size: cover;
    background-position: center;
  }

  .yt-wrap:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 453px;
    height: 251px;
    border-radius: 8px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .yt-thumb:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .play-btn:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s;
  }
  .play-btn:hover:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    transform: translate(-50%, -50%) scale(1.1);
  }

  .right-content:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 514px;
    display: flex;
    flex-direction: column;
    gap: 17px;
  }

  .section-title:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #BFBFBF;
    margin: 0;
  }

  .quote-block:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .quote-mark:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    display: block;
    flex-shrink: 0;
    margin-top: -8px;
  }

  .quote-text:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  .reviewer-block:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .reviewer-name:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  .reviewer-location:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    color: #1A1A24;
    margin: 0;
  }

  .reviewer-underline:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    margin-top: 4px;
  }



  html.is-mobile .faq-section:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 430px;
    height: auto;
    padding: 80px 80px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  html.is-mobile .faq-section .right-content:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  html.is-mobile .faq-section .section-title:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
  }

  html.is-mobile .faq-section .quote-mark:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 32px;
    height: 25px;
    flex-shrink: 0;
  }

  html.is-mobile .faq-section .quote-text:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 22px;
    line-height: 100%;
    width: 100%;
    height: auto;
  }

  html.is-mobile .faq-section .reviewer-name:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
  }

  html.is-mobile .faq-section .reviewer-location:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
  }

  html.is-mobile .faq-section .reviewer-underline:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 60px;
    height: 4px;
  }

  html.is-mobile .faq-section .yt-wrap:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    width: 430px;
    height: 251px;
    border-radius: 0;
    order: 2;
    margin-left: -80px;
    margin-right: -80px;
    flex-shrink: 0;
  }

  html.is-mobile .faq-section .right-content:where(.si-indoor-range-IndoorRangeFAQSection, .si-indoor-range-IndoorRangeFAQSection *){
    order: 1;
  }
