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

  .policy-section:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 100%;
    height: 595px;
    padding: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    background: #FFFFFF;
    box-sizing: border-box;
  }

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

  .section-title:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
  }

  .title-dark:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){ color: #272727; }
  .title-red:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){ color: #D62121; }

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

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

  .cards-row:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    display: flex;
    gap: 28px;
  }

  .policy-card:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 315px;
    height: 140px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .policy-card--red:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    background: linear-gradient(270deg, #D62121 0%, #701111 100%);
    box-shadow: 0px 4px 29.5px 0px rgba(0, 0, 0, 0.16);
  }

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

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

  .card-img--1:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 149px;
    height: 111px;
    top: 30px;
    left: 167px;
    opacity: 0.6;
  }

  .card-inner:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    padding: 14px 0 14px 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
  }

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

  .card-underline:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 145px;
    height: 4px;
    background: #FFFFFF;
  }

  .card-top-line--red:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){ background: #D62121; }
  .card-title--dark:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){ color: #272727; }
  .card-underline--red:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){ width: 148px; background: #D62121; }

  .card-img--2:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 111px;
    height: 111px;
    top: 31px;
    left: 205px;
    opacity: 0.8;
  }

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

  .btn-rules:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 196px;
    height: 44px;
    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: 14px;
    line-height: 100%;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
    transition: opacity 0.2s;
  }

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



  html.is-mobile .policy-section:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 430px;
    height: 751px;
    padding: 80px;
    box-sizing: border-box;
    gap: 28px;
    align-items: center;
  }

  html.is-mobile .policy-section .section-title:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .policy-section .title-dark:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *), html.is-mobile .policy-section .title-red:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    font-size: 22px;
    text-align: center;
  }

  html.is-mobile .policy-section .title-red:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    font-size: 16px;
  }

  html.is-mobile .policy-section .title-underline:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 60px;
    height: 4px;
    align-self: center;
    margin: 8px 0;
  }

  html.is-mobile .policy-section .section-desc:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    width: 316px;
    height: 42px;
  }

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

  html.is-mobile .policy-section .policy-card:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 315px;
    height: 140px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  html.is-mobile .policy-section .bottom-text:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0;
  }

  html.is-mobile .policy-section .btn-rules:where(.si-indoor-range-IndoorRangeRentalPolicySection, .si-indoor-range-IndoorRangeRentalPolicySection *){
    width: 308px;
    height: 44px;
    padding: 15px 22px;
    gap: 10px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
