/* scoped: si-safe-shooter-cards-SafeShooterCardsSection */

  .cards-section:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 100%;
    height: 606px;
    background-image: url('/bg 1cards.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }

  .cards-left:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90.49deg, rgba(255, 255, 255, 0.8) -119.99%, rgba(214, 33, 33, 0.8) 103.34%);
    box-sizing: border-box;
  }

  .left-content:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 474px;
    height: 386px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    justify-content: center;
  }

  .left-title:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
  }

  .left-underline:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    flex-shrink: 0;
  }

  .left-desc:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 341px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
  }

  .left-list:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
    padding-left: 16px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .left-list li:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    list-style-type: disc;
  }

  .left-cost-pill:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 141px;
    height: 44px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 61px;
    padding: 7px 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .left-cost:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #D62121;
  }

  .left-footer:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 474px;
    height: 56px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0;
  }

  .cards-right:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90.54deg, rgba(255, 255, 255, 0.8) -84.9%, rgba(230, 184, 64, 0.8) 204.18%);
    box-sizing: border-box;
  }

  .right-content:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 474px;
    display: flex;
    flex-direction: column;
    gap: 27px;
    justify-content: center;
  }

  .right-title:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    color: #1A1A24;
    margin: 0;
  }

  .right-underline:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
    flex-shrink: 0;
  }

  .right-desc:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .right-list:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
    padding-left: 16px;
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .right-list li:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    list-style-type: disc;
  }

  .right-cost-pill:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 221px;
    height: 44px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 61px;
    padding: 7px 11px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right-cost:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #D62121;
  }

  .right-footer:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 474px;
    height: 42px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }



  html.is-mobile .cards-section:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    height: auto;
    flex-direction: column;
  }

  html.is-mobile .cards-left:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *), html.is-mobile .cards-right:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    align-items: flex-start;
  }

  html.is-mobile .left-content:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *), html.is-mobile .right-content:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 100%;
    height: auto;
    gap: 20px;
    justify-content: flex-start;
  }

  html.is-mobile .left-title:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *), html.is-mobile .right-title:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    font-size: 22px;
  }

  html.is-mobile .left-desc:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *), html.is-mobile .right-desc:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *), html.is-mobile .left-footer:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *), html.is-mobile .right-footer:where(.si-safe-shooter-cards-SafeShooterCardsSection, .si-safe-shooter-cards-SafeShooterCardsSection *){
    width: 100%;
    height: auto;
    overflow: visible;
  }
