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

  .firearms-section:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 100%;
    height: 553px;
    padding: 80px;
    display: flex;
    align-items: center;
    gap: 28px;
    background-image: url('/training bg.webp');
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
  }

  .left-col:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    flex: 1;
    display: flex;
    align-items: center;
  }

  .left-content:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 591px;
    display: flex;
    flex-direction: column;
    gap: 27px;
  }

  .heading-group:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

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

  .title-underline:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .section-desc:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .inventory-label:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .inventory-cards:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 519px;
    height: 134px;
    display: flex;
    gap: 24px;
  }

  .inv-card:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 157px;
    height: 134px;
    padding: 11px;
    border-radius: 13px;
    border: 2px solid #EFEFEF;
    background: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .inv-img-wrap:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .inv-img:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    object-fit: contain;
    flex-shrink: 0;
  }

  .inv-img--1:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 70px;
    height: 51px;
  }

  .inv-img--2:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    height: 55px;
    width: auto;
  }

  .inv-img--3:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 49px;
    height: 49px;
  }

  .inv-label:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #272727;
    margin: 0;
  }

  .btn-pdf:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 309px;
    height: 46px;
    padding: 15px 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 20.4px 0px rgba(255, 255, 255, 0.34);
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: opacity 0.2s;
  }

  .btn-pdf:hover:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){ opacity: 0.9; }



  html.is-mobile .firearms-section:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 430px;
    height: auto;
    padding: 80px 40px 0;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background-image: radial-gradient(circle, rgba(180,180,180,0.7) 1.5px, transparent 1.5px) !important;
    background-size: 22px 22px !important;
    background-color: #FFFFFF !important;
  }

  html.is-mobile .firearms-section .left-col:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    flex: none;
    width: 100%;
    align-items: flex-start;
  }

  html.is-mobile .firearms-section .left-content:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 100%;
    gap: 20px;
    align-items: center;
  }

  html.is-mobile .firearms-section .section-title:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    font-size: 22px;
    text-align: center;
    width: 100%;
  }

  html.is-mobile .firearms-section .title-underline:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 60px;
    height: 4px;
    align-self: center;
    margin-bottom: 12px;
  }

  html.is-mobile .firearms-section .inventory-label:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    text-align: center;
    width: 100%;
  }

  html.is-mobile .firearms-section .inventory-cards:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 100%;
    height: auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  html.is-mobile .firearms-section .inv-card:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 157px;
    height: 134px;
  }

  html.is-mobile .firearms-section .btn-pdf:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 100%;
    align-self: center;
  }

  html.is-mobile .firearms-section .yt-wrap:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 430px;
    height: 241px;
    align-self: center;
  }



  .yt-wrap:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 634px;
    height: 355px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .yt-thumb:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .play-btn:where(.si-indoor-range-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    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-IndoorRangeFirearmsSection, .si-indoor-range-IndoorRangeFirearmsSection *){
    transform: translate(-50%, -50%) scale(1.1);
  }
