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

  .hero:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 100%;
    height: 431px;
    padding: 70px 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 70px;
    box-sizing: border-box;
    position: relative;
  }

  .hero:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *)::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/9. Safe Shooter HERO.webp');
    background-size: cover;
    background-position: center;
    transform: scaleX(-1);
    z-index: 0;
  }

  .hero:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *)::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #FFFFFF;
  }

  .hero-content:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
  }

  .title-box:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 741px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .hero-title:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 741px;
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 58px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }

  .hero-underline:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 80px;
    height: 5px;
    background: #D62121;
  }

  .hero-desc:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 666px;
    height: 64px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
  }



  html.is-mobile .hero:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *)::before{
    background-image: url('/Safe Shooter 1MOBILE.webp') !important;
    transform: none !important;
  }

  html.is-mobile .hero:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    height: auto;
    padding: 70px 30px 50px;
  }

  html.is-mobile .hero-content:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 100%;
    gap: 24px;
    align-items: center;
  }

  html.is-mobile .title-box:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 100%;
    align-items: center;
    gap: 12px;
  }

  html.is-mobile .hero-title:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 100%;
    font-size: 28px;
    text-align: center;
  }

  html.is-mobile .hero-underline:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 80px;
    height: 5px;
  }

  html.is-mobile .hero-desc:where(.si-safe-shooter-cards-SafeShooterHeroSection, .si-safe-shooter-cards-SafeShooterHeroSection *){
    width: 370px;
    height: auto;
    font-size: 14px;
    line-height: 150%;
    overflow: visible;
    text-align: center;
  }
