/* scoped: si-private-instruction-PrivateSplitSection */

  .split-section:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 100%;
    height: 606px;
    background-image: url('/Bg1.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }

  .split-left:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(89.63deg, rgba(255, 255, 255, 0.8) -119.76%, rgba(255, 255, 255, 0.8) 152.41%);
    box-sizing: border-box;
  }

  .left-content:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 563px;
    height: 312px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    margin-left: -30px;
  }

  .left-top:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

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

  .left-underline:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 60px;
    height: 4px;
    background: #D62121;
  }

  .left-intro:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 456px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .icon-grid:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .icon-item:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }

  .icon-img:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
  }


  .icon-item span:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
  }

  .left-footer:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .left-footer strong:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 14px;
  }

  .split-right:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }

  .yt-wrap:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 424px;
    height: 236px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  .yt-thumb:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .play-btn:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    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-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    transform: translate(-50%, -50%) scale(1.1);
  }



  html.is-mobile .split-section:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    height: auto;
    flex-direction: column;
  }

  html.is-mobile .split-left:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 100%;
    padding: 60px 40px;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  html.is-mobile .split-left .left-content:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 288px !important;
    height: 414px;
    gap: 20px;
    align-items: flex-start;
    margin: 0 auto !important;
  }

  html.is-mobile .left-title:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    font-size: 22px;
  }

  html.is-mobile .left-intro:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 100%;
    height: auto;
  }

  html.is-mobile .icon-grid:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    grid-template-columns: 1fr;
    gap: 12px;
  }

  html.is-mobile .split-right:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 100%;
    flex-shrink: 0;
  }

  html.is-mobile .split-right .yt-wrap:where(.si-private-instruction-PrivateSplitSection, .si-private-instruction-PrivateSplitSection *){
    width: 430px;
    height: 241px;
    border-radius: 0;
  }
