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

  .services-section:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 100%;
    height: 500px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 52px;
    justify-content: center;
    background: linear-gradient(360deg, #D62121 -417.25%, #FFA6A6 517.25%);
    box-sizing: border-box;
  }

  .cards-row:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 1280px;
    height: 340px;
    display: flex;
    gap: 24px;
  }

  .card-top-line:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 100%;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .service-card:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    display: flex;
    flex-direction: column;
    width: 406px;
    height: 340px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0px 4px 29.5px 0px rgba(0, 0, 0, 0.16);
    background: #FFFFFF;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }

  .card-img:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    position: absolute;
    z-index: 0;
    opacity: 0.6;
  }

  .card-img--1:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 86px;
    height: 83px;
    top: 22px;
    left: 290px;
  }

  .card-img--2:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 89px;
    height: 65px;
    top: 28px;
    left: 296px;
  }

  .card-img--3:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 66px;
    height: 84px;
    top: 21px;
    left: 322px;
  }

  .card-body:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    padding: 70px 22px 22px 22px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
  }

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

  .card-underline:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .card-underline--202:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){ width: 202px; }

  .card-text:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

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

  .card-text strong:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    font-weight: 700;
  }

  .card-text ul:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    margin: 0;
    padding-left: 16px;
    list-style: disc;
  }

  .card-text ul li:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    margin-bottom: 4px;
  }

  .card-link:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #272727;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .card-link--bold:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    font-weight: 700;
  }

  .card-link:hover:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){ color: #D62121; }



  html.is-mobile .services-section:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 430px;
    height: 1021px;
    padding: 80px 40px;
    box-sizing: border-box;
    gap: 52px;
    align-items: center;
    justify-content: flex-start;
  }

  html.is-mobile .services-section .cards-row:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  html.is-mobile .services-section .service-card:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 318px;
    height: 271px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  html.is-mobile .services-section .card-body:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    overflow: hidden;
    padding-top: 14px;
  }

  html.is-mobile .services-section .card-title:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  /* Underlines */
  html.is-mobile .services-section .service-card:first-child .card-underline:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 189px;
    height: 4px;
    position: static;
    margin-top: 4px;
  }

  html.is-mobile .services-section .service-card:not(:first-child) .card-underline:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 166px;
    height: 4px;
    position: static;
    margin-top: 4px;
  }

  html.is-mobile .services-section .card-text:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    margin-top: 8px;
  }

  html.is-mobile .services-section .card-img--1:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 86px;
    height: 83px;
    top: 17px;
    left: 224px;
  }

  html.is-mobile .services-section .card-img--2:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 89px;
    height: 65px;
    top: 17px;
    left: 211px;
  }

  html.is-mobile .services-section .card-img--3:where(.si-indoor-range-IndoorRangeServicesSection, .si-indoor-range-IndoorRangeServicesSection *){
    width: 66px;
    height: 84px;
    top: 17px;
    left: 228px;
  }
