/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.hubl.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}



/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

a:focus-visible {
  outline: 2px solid #EF99A4;
  outline-offset: 2px;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

.button {
  align-items: center;
  appearance: none;
  background: #D6001C;
  border: 1px solid #D6001C;
  border-radius: 2px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: inline-flex;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  gap: 12px;
  isolation: isolate;
  justify-content: center;
  line-height: 24px;
  min-height: 48px;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* Small — combine with .button--secondary / .button--link / .button--light as needed */
.button.is-small {
  font-size: 14px;
  gap: 8px;
  line-height: 20px;
  min-height: 36px;
  padding: 8px 12px;
}

.button:not(.button--secondary):not(.button--link)::before {
  background: linear-gradient(270deg, #D6001C 13.017%, #6A1F7A 98.276%);
  border-radius: inherit;
  content: '';
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.15s linear;
  z-index: 0;
}

.button:hover {
  border-color: transparent;
  color: #FFFFFF;
}

.button:not(.button--secondary):not(.button--link):hover::before {
  opacity: 1;
}

.button:not(.button--secondary):not(.button--link):active::before,
.button:not(.button--secondary):not(.button--link):focus-visible::before {
  opacity: 0;
}

.button:active {
  background-image:
    linear-gradient(rgba(39, 39, 49, 0.2), rgba(39, 39, 49, 0.2)),
    linear-gradient(#D6001C, #D6001C);
  border-color: transparent;
  color: #FFFFFF;
}

.button:focus-visible {
  background-image:
    linear-gradient(rgba(39, 39, 49, 0.1), rgba(39, 39, 49, 0.1)),
    linear-gradient(#D6001C, #D6001C);
  border-color: transparent;
  box-shadow: inset 0 0 0 4px #EF99A4;
  color: #FFFFFF;
  outline: none;
}

.button:not(.button--secondary):not(.button--link).is-small:focus-visible {
  box-shadow: inset 0 0 0 2px #ef99a4;
}

.button--secondary,
.button--link {
  --button-rest-border: #D6001C;
  --button-rest-text: #57575F;
  --button-hover-border: #D6001C;
  --button-hover-leading-icon: #6A1F7A;
  --button-hover-trailing-icon: #D6001C;
  --button-hover-gradient-start: #D6001C;
  --button-hover-gradient-end: #6A1F7A;
  --button-active-border: #D6001C;
  --button-active-text: #D6001C;
  --button-disabled-border: #B7B7BA;
  --button-disabled-text: #87878D;
  --button-focus-ring: #EF99A4;
  background: transparent;
}

.button--light,
.button--dark {
  --button-rest-border: #FFFFFF;
  --button-rest-text: #FFFFFF;
  --button-hover-border: #FF6277;
  --button-hover-leading-icon: #E485F9;
  --button-hover-trailing-icon: #FF6277;
  --button-hover-gradient-start: #FF6277;
  --button-hover-gradient-end: #E485F9;
  --button-active-border: #FF6277;
  --button-active-text: #FF6277;
  --button-disabled-border: #77718A;
  --button-disabled-text: #ADAAB9;
}

.button--secondary {
  border-color: var(--button-rest-border);
  color: var(--button-rest-text);
}

.button--secondary:hover {
  background: transparent;
  border-color: var(--button-hover-border);
  color: var(--button-hover-border);
}

.button--secondary:active {
  background: transparent;
  border-color: var(--button-active-border);
  color: var(--button-active-text);
}

.button--secondary:focus-visible {
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 0 0 2px var(--button-focus-ring);
  color: var(--button-rest-text);
  outline: none;
}

.button--link {
  border-color: var(--button-rest-border);
  border-radius: 0;
  border-width: 0 0 1px;
  min-height: 48px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  color: var(--button-rest-text);
}

.button--link:hover {
  background: transparent;
  border-color: var(--button-hover-border);
  color: var(--button-hover-border);
}

.button--link:active {
  background: transparent;
  border-color: var(--button-active-border);
  color: var(--button-active-text);
}

.button--link:focus-visible {
  background: transparent;
  border-color: transparent;
  box-shadow: inset 0 0 0 2px var(--button-focus-ring);
  color: var(--button-rest-text);
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
}

.button__label,
.button__icon {
  align-items: center;
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.button.is-small .button__icon {
  width: 12px;
  height: 12px;
}

.button.is-small .material-symbols-outlined.button__icon {
  font-size: 20px;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
  width: 1em;
}

.button--link.is-small {
  min-height: 36px;
}

.button--link.is-small:focus-visible {
  padding-left: 12px;
  padding-right: 12px;
}

.button--secondary:hover .button__label,
.button--link:hover .button__label {
  background: linear-gradient(
    270deg,
    var(--button-hover-gradient-start) 13.017%,
    var(--button-hover-gradient-end) 98.276%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.button--secondary:hover .button__icon--leading,
.button--link:hover .button__icon--leading {
  color: var(--button-hover-leading-icon);
}

.button--secondary:hover .button__icon--trailing,
.button--link:hover .button__icon--trailing {
  color: var(--button-hover-trailing-icon);
}

.button--secondary:disabled,
.button--secondary[aria-disabled='true'] {
  background: transparent;
  border-color: var(--button-disabled-border);
  cursor: not-allowed;
  color: var(--button-disabled-text);
  box-shadow: none;
  pointer-events: none;
}

.button--link:disabled,
.button--link[aria-disabled='true'] {
  background: transparent;
  border-color: var(--button-disabled-border);
  cursor: not-allowed;
  color: var(--button-disabled-text);
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  pointer-events: none;
}

.button:not(.button--secondary):not(.button--link):disabled,
.button:not(.button--secondary):not(.button--link)[aria-disabled='true'] {
  background: #E7E7E8;
  border-color: #E7E7E8;
  box-shadow: none;
  color: #87878D;
  cursor: not-allowed;
  pointer-events: none;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}


/* Form fields don't inherit font-family from <body> by default —
   force inheritance so all form text uses the theme font (Mulish). */
input,
select,
textarea,
button {
  font-family: inherit;
}
.body-wrapper [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
  padding:0;
}
/* =============================================================
   HubSpot forms — shared design for v2 React (.hsfc) + legacy (.hs-form)
   ============================================================= */

/* Form wrapper resets. */
.hs_cos_wrapper_type_form,
.hs-form-html {
  display: block;
  width: 100%;
  min-width: 0;
}

/* v2 React form — keep Mulish on every node. */
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Form *,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-FieldLabel {
  font-family: Mulish, sans-serif;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Form,
form.hs-form,
form {
  margin: 0;
}

/* Legacy form layout — flex column with 24px gap between fieldsets. */
form.hs-form,
form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* v2 step container — same vertical rhythm. */
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Step__Content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Step .hsfc-Step__Content > :last-child {
  margin-top: 0;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-NavigationRow__Alerts {
  margin-bottom: 0;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Row {
  width: 100%;
  margin-bottom: 0;
}

/* Legacy fieldset reset + column grid.
   HubSpot injects `.hs-form-{uuid} fieldset { max-width: 500px }` per form —
   override with !important so fieldsets fill the form card. */
form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
  max-width: 100% !important;
}

form fieldset.form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

form fieldset.form-columns-1 {
  display: block;
  width: 100%;
}

/* HubSpot injects per-form rules with higher specificity than ours:
     `.hs-form-{uuid} fieldset.form-columns-2 .hs-form-field { width: 50%; float: left }`
     `.hs-form-{uuid} fieldset.form-columns-1 .hs-input    { width: 95% }`
   Override both with !important so fields fill the grid track / fieldset. */
form fieldset .hs-form-field {
  width: 100% !important;
  float: none !important;
}

form fieldset .hs-input {
  width: 100% !important;
  max-width: 100% !important;
}

form .hs-form-field,
form .legal-consent-container {
  margin-bottom: 0;
}

form .hs-form-field .input {
  width: 100%;
  margin-top: 4px;
}

/* HubSpot renders placeholder-only fields as <label><span></span></label>; collapse the empty span. */
form .hs-form-field > label > span:empty {
  display: none;
}

/* Labels. */
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-FieldLabel span,
form .hs-form-field > label span {
  color: #57575f;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hs-form-required {
  margin-left: 2px;
  color: #d6001c;
}

/* v2 field internal spacing (label → input → error). */
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextField > *:not(:last-child),
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-EmailField > *:not(:last-child),
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-DropdownField > *:not(:last-child),
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-PhoneField > *:not(:last-child) {
  margin-bottom: 4px;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-PhoneInput:not(.hsfc-PhoneInput--rtl) .hsfc-PhoneInput__FlagAndCaret {
  border: none;
  background: transparent;
  border-bottom: 1px solid #b7b7ba;
  border-radius: 0;
}

/* Inputs — underline-only style. */
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextInput,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextareaInput,
.body-wrapper [data-hsfc-id='Renderer'] select,
form .input input[type='email'],
form .input input[type='text'],
form .input input[type='tel'],
form .input input[type='number'],
form .input input[type='url'],
form .input textarea,
form .input select {
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 0;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #b7b7ba;
  border-radius: 0;
  background: transparent;
  color: #6f6f76;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  transition: border-color 0.15s linear, box-shadow 0.15s linear;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextareaInput,
form .input textarea {
  min-height: 120px;
  resize: vertical;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextInput:focus,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextareaInput:focus,
form .input input:focus-visible,
form .input textarea:focus-visible,
form .input select:focus-visible {
  border-color: #d6001c;
  outline: none;
  box-shadow: none;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextInput:hover {
  box-shadow: none;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextInput::placeholder,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-TextareaInput::placeholder,
form .input input::placeholder,
form .input textarea::placeholder {
  color: #6f6f76;
}

/* Checkbox/radio list reset. */
form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

/* Boolean consent checkbox. */
form .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  cursor: pointer;
}

form .hs-form-booleancheckbox-display > input[type='checkbox'] {
  flex-shrink: 0;
  width: 18px!important;
  height: 18px;
  margin: 1px 0 0;
  border: 1px solid #b7b7ba;
  border-radius: 2px;
  cursor: pointer;
  accent-color: #d6001c;
}

form .hs-form-booleancheckbox-display > span,
form .hs-form-booleancheckbox-display > span p {
  margin-left: 0!important;
  color: #57575f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

/* Legal consent text. */
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-CheckboxField .hsfc-FieldLabel span {
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-DataPrivacyField,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-DataPrivacyField p,
form .legal-consent-container {
  color: #57575f;
  font-size: 12px;
  line-height: 20px;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-DataPrivacyField a,
form .legal-consent-container a {
  color: #d6001c;
}

form .legal-consent-container .hs-richtext {
  margin-top: 16px;
  color: #57575f;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

form .legal-consent-container .hs-richtext p {
  margin: 0;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* Validation. */
form .hs-error-msgs {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

form .hs-error-msgs li,
form .hs-error-msg {
  color: #d6001c;
  font-size: 14px;
  line-height: 20px;
}

form .hs-form-field.invalid .input input,
form .hs-form-field.invalid .input textarea,
form .hs-form-field.invalid .input select,
.hs-input.invalid.error {
  border-color: #d6001c;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-ErrorAlert {
  color: #d6001c;
  font-size: 14px;
}

/* Submit row + button. */
form .hs_submit,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-NavigationRow,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-NavigationRow__Buttons {
  width: 100%;
}

form .hs_submit .actions {
  margin: 0;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Button,
form :is(button, a).hs-button,
form input[type='submit'],
form input.hs-button {
  width: 100%;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #d6001c;
  border-radius: 2px;
  background: #d6001c;
  color: #ffffff;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  white-space: normal;
  cursor: pointer;
  transition: all 0.15s linear;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Button:hover:not([disabled]),
form :is(button, a).hs-button:hover,
form input[type='submit']:hover,
form input.hs-button:hover {
  border-color: transparent;
  background: linear-gradient(270deg, #d6001c 13.017%, #6a1f7a 98.276%);
  color: #ffffff;
}

.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Button:disabled,
.body-wrapper [data-hsfc-id='Renderer'] .hsfc-Button[disabled],
form :is(button, a).hs-button:disabled,
form input[type='submit']:disabled,
form input.hs-button:disabled {
  background: #e7e7e8;
  border-color: #e7e7e8;
  color: #9f9fa3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Mobile: collapse 2-column rows to a single column. */
@media (max-width: 767px) {
  .body-wrapper [data-hsfc-id='Renderer'] .hsfc-Row {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  form fieldset.form-columns-2 {
    grid-template-columns: 1fr;
  }
}

/* =============================================================
   Date picker (kept from prior styles)
   ============================================================= */
.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* File picker. */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Captcha. */
.grecaptcha-badge {
  margin: 0 auto;
}
 
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}