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

  .pricing-section:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 100%;
    height: 569px;
    background-image: url('/bg4.webp');
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }

  .pricing-left:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 80px;
    gap: 20px;
    box-sizing: border-box;
  }

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

  .pricing-underline:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 60px;
    height: 4px;
    background: #272727;
  }

  .pricing-price:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #D62121;
    margin: 0;
  }

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

  .pricing-note:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 341px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #272727;
    margin: 0;
  }

  .pricing-right:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .calendly-card:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 308px;
    height: 409px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .calendly-inline-widget:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 308px;
    height: 100%;
    min-width: 0;
  }



  html.is-mobile .pricing-section:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    height: auto;
    flex-direction: column;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  html.is-mobile .pricing-left:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 100%;
    padding: 60px 40px;
    align-items: flex-start;
    gap: 16px;
  }

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

  html.is-mobile .pricing-note:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 100%;
  }

  html.is-mobile .pricing-right:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 100%;
    padding: 0 40px 40px;
    box-sizing: border-box;
  }

  html.is-mobile .calendly-card:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 100%;
    height: 400px;
  }

  html.is-mobile .calendly-inline-widget:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    width: 100%;
  }

  html.is-mobile .pricing-addon:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    margin-top: -10px;
  }

  html.is-mobile .pricing-underline:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    margin-top: 8px;
    margin-bottom: 8px;
  }

  html.is-mobile .pricing-price:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *), html.is-mobile .pricing-addon:where(.si-private-instruction-PrivatePricingSection, .si-private-instruction-PrivatePricingSection *){
    font-family: 'Afacad', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0;
  }
