.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-975975 .elementor-element.elementor-element-0457edd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );}:root{--page-title-display:none;}@media(max-width:1366px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:1024px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:430px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(min-width:2400px){.elementor-widget-container .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-container .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS *//* === Market Rebellion HubSpot V4 Form Override === */
/* Works by overriding HubSpot's CSS variables on the developer embed (.hs-form-html). */
/* The `body` prefix bumps specificity above HubSpot's dynamically-injected styles. */

body .hs-form-html [data-hsfc-id="Renderer"] {
  /* Inputs */
  --hsf-field-input__background-color: #f0f0f0;
  --hsf-field-input__border-color: transparent;
  --hsf-field-input__border-style: none;
  --hsf-field-input__border-radius: 4px;
  --hsf-field-input__padding: 12px 14px;
  --hsf-field-input__font-size: 15px;
  --hsf-field-input__color: #1a1a1a;
  --hsf-field-input__placeholder-color: #999;

  /* Labels */
  --hsf-field-label__color: #1a1a1a;
  --hsf-field-label__font-size: 14px;
  --hsf-field-label-requiredindicator__color: #ed2028;

  /* Button */
  --hsf-button__background-color: #ed2028;
  --hsf-button__color: #ffffff;
  --hsf-button__width: 100%;
  --hsf-button__padding: 16px 24px;
  --hsf-button__font-size: 22px;
  --hsf-button__font-weight: 700;
  --hsf-button__border-radius: 4px;
  --hsf-button--hover__background-color: #c9181f;

  /* Spacing */
  --hsf-row__vertical-spacing: 16px;
  --hsf-row__horizontal-spacing: 16px;
  --hsf-module__vertical-spacing: 6px;
}

/* Labels bold (font-weight isn't exposed as a variable) */
body .hs-form-html .hsfc-FieldLabel {
  font-weight: 600 !important;
}

/* Focus state — red ring (HubSpot's default uses border-color via box-shadow, which goes invisible when we make border transparent) */
body .hs-form-html .hsfc-TextInput:focus {
  background-color: #ffffff !important;
  box-shadow: 0 0 0 2px #ed2028 !important;
}
body [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
    padding: 0px;
}

body .hs-form-html .hsfc-TextInput:hover {
  box-shadow: none !important;
}

/* Submit container — HubSpot right-aligns single buttons via :has(); we stretch it */
body .hs-form-html .hsfc-NavigationRow__Buttons,
body .hs-form-html .hsfc-NavigationRow__Buttons:has(> *:only-child) {
  justify-content: stretch !important;
}

body .hs-form-html .hsfc-NavigationRow__Buttons > .hsfc-Button {
  flex: 1 1 100% !important;
}

/* Tighten huge default margin-top on NavigationRow (defaults to 2× row spacing = 40px) */
body .hs-form-html .hsfc-NavigationRow {
  margin-top: 16px !important;
}

/* Phone field — split country flag from number input into two visually-separate boxes */
body .hs-form-html .hsfc-PhoneInput {
  gap: 8px !important;
}

body .hs-form-html .hsfc-PhoneInput .hsfc-PhoneInput__FlagAndCaret {
  border: none !important;
  border-radius: 4px !important;
  flex: 0 0 0 64px !important;
  justify-content: space-around !important;
}

body .hs-form-html .hsfc-PhoneInput > .hsfc-TextInput {
  border-radius: 4px !important;
}/* End custom CSS */