/* Universal breakpoints */
@keyframes from-right {
  0% {
    opacity: 0;
    transform: translateX(40rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.form-style-2026 .form-flex {
  display: flex;
  flex-direction: column;
  gap: 4px; }

.form-style-2026 .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px; }
  .form-style-2026 .form-group label {
    font-weight: 500;
    line-height: 22px; }
  .form-style-2026 .form-group .styled-form-field {
    border: 1px solid #a0a8b7;
    border-radius: 4px;
    display: flex;
    height: 56px;
    box-sizing: border-box; }
    .form-style-2026 .form-group .styled-form-field:focus-within {
      outline: 2px solid #3b3d49; }
    .form-style-2026 .form-group .styled-form-field.invalid {
      border: 2px solid #d91c18; }
    .form-style-2026 .form-group .styled-form-field span {
      font-size: 16px;
      color: #727377;
      display: flex;
      align-items: center;
      margin-left: 16px;
      margin-right: -6px;
      z-index: 1; }
    .form-style-2026 .form-group .styled-form-field input,
    .form-style-2026 .form-group .styled-form-field select {
      border: none;
      width: 100%;
      padding: 0 16px;
      border-radius: 4px;
      font-family: "Synchrony Sans", Helvetica, sans-serif;
      font-size: 16px;
      color: #3b3d49; }
      .form-style-2026 .form-group .styled-form-field input:focus,
      .form-style-2026 .form-group .styled-form-field select:focus {
        outline: none; }
      .form-style-2026 .form-group .styled-form-field input::-moz-placeholder, .form-style-2026 .form-group .styled-form-field select::-moz-placeholder {
        color: #727377; }
      .form-style-2026 .form-group .styled-form-field input::placeholder, .form-style-2026 .form-group .styled-form-field input:invalid,
      .form-style-2026 .form-group .styled-form-field input option:disabled,
      .form-style-2026 .form-group .styled-form-field select::placeholder,
      .form-style-2026 .form-group .styled-form-field select:invalid,
      .form-style-2026 .form-group .styled-form-field select option:disabled {
        color: #727377; }
      .form-style-2026 .form-group .styled-form-field input:disabled,
      .form-style-2026 .form-group .styled-form-field select:disabled {
        background-color: #f3f6f6;
        color: #727377;
        cursor: not-allowed; }
    .form-style-2026 .form-group .styled-form-field select {
      background-color: #ffff;
	  appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      background-image: url("/sites/syc/img/icon_chevron_down2.png");
      background-position: calc(100% - 10px);
      background-repeat: no-repeat;
      background-size: 24px; }

.form-style-2026 .field-error {
  color: #d91c18;
  display: flex;
  visibility: hidden;
  font-size: 14px;
  gap: 4px; }

.form-style-2026 .double-form-group {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 4px; }
  @media (max-width: 767px) {
    .form-style-2026 .double-form-group {
      flex-direction: column; } }

.form-style-2026 .form__captcha-checkbox {
  background-color: #f4f4f4;
  border: 1px solid #bebebe;
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 74px;
  padding: 0 12px;
  gap: 8px; }
  .form-style-2026 .form__captcha-checkbox.invalid {
    border-color: #d91c18; }
  .form-style-2026 .form__captcha-checkbox input {
    width: 30px;
    height: 30px;
    accent-color: #fbc600;
    /* optional: sets checkmark color in modern browsers */
    transform: scale(1);
    /* keep crisp scaling */
    cursor: pointer;
    vertical-align: middle; }
  .form-style-2026 .form__captcha-checkbox label {
    font-weight: 500; }
  .form-style-2026 .form__captcha-checkbox .recaptcha-vertical {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #a7a8a8;
    line-height: 0.9; }
    .form-style-2026 .form__captcha-checkbox .recaptcha-vertical__title {
      font-size: 8px; }
    .form-style-2026 .form__captcha-checkbox .recaptcha-vertical__links {
      font-size: 7px; }
      .form-style-2026 .form__captcha-checkbox .recaptcha-vertical__links a {
        text-decoration: none;
        color: inherit; }
        .form-style-2026 .form__captcha-checkbox .recaptcha-vertical__links a:hover {
          text-decoration: underline; }

.form-style-2026 button[type="submit"] {
  margin-top: 24px;
  font-size: 16px;
  border-radius: 8px;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  @media (min-width: 480px) {
    .form-style-2026 button[type="submit"] {
      width: 240px; } }

.business-lead-gen-form-section {
  background: linear-gradient(to bottom, transparent 35%, #f4f6f6 35%);
  margin-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .business-lead-gen-form-section {
      margin-top: 48px;
      padding-bottom: 48px; } }
  @media (max-width: 767px) {
    .business-lead-gen-form-section {
      margin-top: 40px;
      padding-bottom: 40px; } }
  .business-lead-gen-form-section__inner {
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 16px;
    /* Shadows/Soft/shadow-soft-30 */
    box-shadow: 0 4px 12px 0 rgba(59, 61, 73, 0.3);
    display: flex;
    color: #3b3d49;
    overflow: hidden; }
    @media (max-width: 991px) {
      .business-lead-gen-form-section__inner {
        flex-direction: column; } }
    .business-lead-gen-form-section__inner .panel-a {
      background-color: #e6f0f5;
      flex: 1;
      padding: 40px 30px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .business-lead-gen-form-section__inner .panel-a h3 {
        font-size: 42px;
        font-weight: 700;
        line-height: 115%;
        margin-top: 0;
        margin-bottom: 14px; }
        @media (max-width: 991px) {
          .business-lead-gen-form-section__inner .panel-a h3 {
            font-size: 38px; } }
        @media (max-width: 767px) {
          .business-lead-gen-form-section__inner .panel-a h3 {
            font-size: 32px;
            line-height: 125%; } }
      .business-lead-gen-form-section__inner .panel-a .subtitle {
        font-size: 24px;
        line-height: 125%;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          .business-lead-gen-form-section__inner .panel-a .subtitle {
            font-size: 20px;
            line-height: 150%;
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          .business-lead-gen-form-section__inner .panel-a .subtitle {
            font-size: 18px;
            line-height: 30px;
            margin-bottom: 20px; } }
      .business-lead-gen-form-section__inner .panel-a__phone-numbers {
        line-height: 24px; }
        .business-lead-gen-form-section__inner .panel-a__phone-numbers a {
          color: #3f647c;
          font-weight: 500;
          white-space: nowrap; }
    .business-lead-gen-form-section__inner .panel-b {
      background-color: white;
      flex: 1;
      padding: 40px 30px;
      display: flex;
      flex-direction: column; }
      .business-lead-gen-form-section__inner .panel-b__success, .business-lead-gen-form-section__inner .panel-b__failure {
        flex: 1;
        display: none;
        flex-direction: column;
        justify-content: center; }
        .business-lead-gen-form-section__inner .panel-b__success h5, .business-lead-gen-form-section__inner .panel-b__failure h5 {
          font-size: 32px;
          line-height: 115%;
          margin-top: 24px;
          margin-bottom: 14px; }
          @media (max-width: 991px) {
            .business-lead-gen-form-section__inner .panel-b__success h5, .business-lead-gen-form-section__inner .panel-b__failure h5 {
              font-size: 28px; } }
          @media (max-width: 767px) {
            .business-lead-gen-form-section__inner .panel-b__success h5, .business-lead-gen-form-section__inner .panel-b__failure h5 {
              font-size: 24px;
              line-height: 125%; } }
        .business-lead-gen-form-section__inner .panel-b__success p, .business-lead-gen-form-section__inner .panel-b__failure p {
          font-size: 20px;
          line-height: 150%; }
          @media (max-width: 991px) {
            .business-lead-gen-form-section__inner .panel-b__success p, .business-lead-gen-form-section__inner .panel-b__failure p {
              font-size: 20px;
              line-height: 140%; } }
          @media (max-width: 767px) {
            .business-lead-gen-form-section__inner .panel-b__success p, .business-lead-gen-form-section__inner .panel-b__failure p {
              font-size: 18px;
              line-height: 26px; } }
        .business-lead-gen-form-section__inner .panel-b__success .panel-b__ctas, .business-lead-gen-form-section__inner .panel-b__failure .panel-b__ctas {
          display: flex;
          -moz-column-gap: 20px;
          column-gap: 20px;
          row-gap: 8px;
          margin-top: 24px; }
          @media (max-width: 479px) {
            .business-lead-gen-form-section__inner .panel-b__success .panel-b__ctas, .business-lead-gen-form-section__inner .panel-b__failure .panel-b__ctas {
              flex-direction: column; } }
          .business-lead-gen-form-section__inner .panel-b__success .panel-b__ctas a,
          .business-lead-gen-form-section__inner .panel-b__success .panel-b__ctas button, .business-lead-gen-form-section__inner .panel-b__failure .panel-b__ctas a,
          .business-lead-gen-form-section__inner .panel-b__failure .panel-b__ctas button {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            border-radius: 8px;
            line-height: 1;
            padding: 13px 24px;
            text-align: center;
            box-sizing: border-box;
            cursor: pointer;
            max-width: 240px; }
            @media (max-width: 479px) {
              .business-lead-gen-form-section__inner .panel-b__success .panel-b__ctas a,
              .business-lead-gen-form-section__inner .panel-b__success .panel-b__ctas button, .business-lead-gen-form-section__inner .panel-b__failure .panel-b__ctas a,
              .business-lead-gen-form-section__inner .panel-b__failure .panel-b__ctas button {
                max-width: 100%; } }

            @media (max-width: 991px) {
    .section-padding-44-42-16 {
        padding-left: 42px;
        padding-right: 42px;
    }
}
@media (max-width: 767px) {
    .section-padding-44-42-16 {
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* Fix for MAG-8077 defect */
.section-padding-44-42-16 {
  padding-left: 44px;
  padding-right: 44px; }
  @media (max-width: 991px) {
    .section-padding-44-42-16 {
      padding-left: 42px;
      padding-right: 42px; } }
  @media (max-width: 767px) {
    .section-padding-44-42-16 {
      padding-left: 16px;
      padding-right: 16px; } }
	  
	  
.sticky-nav-scroll-margin-top {
  scroll-margin-top:148px !important;
  }
  
  @media (min-width: 992px) {
  .hero__content {
        background: transparent;}
}