/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.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;
}

:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
/*! 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;
}

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



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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.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;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/*** Remax ***/
.dnd-section .dnd-column {
  padding: 0;
}

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

/* ==========================================================================
   @font-face declarations — RE/MAX Sito Web 2026
   Montserrat (base-font-family) + Gotham (title-font-family)
   ========================================================================== */

/* --- Montserrat --- */

@font-face {
  font-family: "Montserrat";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Light.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Light.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Light.ttf")
      format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Regular.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Regular.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Regular.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Medium.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Medium.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-SemiBold.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-SemiBold.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-SemiBold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Bold.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Bold.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Montserrat-Bold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- Gotham --- */

@font-face {
  font-family: "Gotham";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Light.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Light.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/gotham-light.otf")
      format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Book.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Book.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/gotham-book.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Medium.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Medium.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Bold.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Bold.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/gotham-bold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src:
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Bold.woff2")
      format("woff2"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/Gotham-Bold.woff")
      format("woff"),
    url("https://147606187.fs1.hubspotusercontent-eu1.net/hubfs/147606187/raw_assets/public/remax-website-hubspot-cms/css/fonts/gotham-bold.ttf")
      format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Design Tokens — RE/MAX Sito Web 2026
   Source: Figma UI Master (export plugin)
   Approach: Mobile-first, two-layer token architecture
   Variable names preserved 1:1 with Figma for MCP compatibility.
   ========================================================================== */


/* ==========================================================================
   LAYER 1: PRIMITIVES — Measurements (Primitives)
   Raw scale values that never change across breakpoints or themes.
   ========================================================================== */

:root {
  /* Spacing */
  --spacing-space-0: 0rem;
  --spacing-space-1: 0.125rem;
  --spacing-space-2: 0.25rem;
  --spacing-space-3: 0.375rem;
  --spacing-space-4: 0.5rem;
  --spacing-space-5: 0.75rem;
  --spacing-space-6: 1rem;
  --spacing-space-7: 1.25rem;
  --spacing-space-8: 1.5rem;
  --spacing-space-9: 2rem;
  --spacing-space-10: 2.5rem;
  --spacing-space-11: 3rem;
  --spacing-space-12: 3.5rem;
  --spacing-space-13: 4rem;
  --spacing-space-14: 5rem;
  --spacing-space-15: 6rem;
  --spacing-space-16: 7rem;

  /* Border Radius */
  --radius-radius-0: 0rem;
  --radius-radius-1: 0.125rem;
  --radius-radius-2: 0.25rem;
  --radius-radius-3: 0.375rem;
  --radius-radius-4: 0.5rem;
  --radius-radius-5: 0.75rem;
  --radius-radius-full: 62.4375rem;

  /* Stroke */
  --stroke-stroke-0: 0rem;
  --stroke-stroke-1: 0.0625rem;
  --stroke-stroke-2: 0.125rem;

  /* Gap */
  --gap-gap-0: 0rem;
  --gap-gap-1: 0.125rem;
  --gap-gap-2: 0.25rem;
  --gap-gap-3: 0.375rem;
  --gap-gap-4: 0.5rem;
  --gap-gap-5: 0.75rem;

  /* Font Sizes */
  --typography-font-size-font-size-11: 0.6875rem;
  --typography-font-size-font-size-12: 0.75rem;
  --typography-font-size-font-size-14: 0.875rem;
  --typography-font-size-font-size-16: 1rem;
  --typography-font-size-font-size-18: 1.125rem;
  --typography-font-size-font-size-20: 1.25rem;
  --typography-font-size-font-size-22: 1.375rem;
  --typography-font-size-font-size-24: 1.5rem;
  --typography-font-size-font-size-28: 1.75rem;
  --typography-font-size-font-size-30: 1.875rem;
  --typography-font-size-font-size-32: 2rem;
  --typography-font-size-font-size-36: 2.25rem;
  --typography-font-size-font-size-40: 2.5rem;
  --typography-font-size-font-size-48: 3rem;
  --typography-font-size-font-size-56: 3.5rem;
  --typography-font-size-font-size-64: 4rem;
  --typography-font-size-font-size-72: 4.5rem;

  /* Font Weights — FIX: unitless values, not rem */
  --typography-font-weight-fw-thin: 300;
  --typography-font-weight-fw-regular: 400;
  --typography-font-weight-fw-medium: 500;
  --typography-font-weight-fw-semibold: 600;
  --typography-font-weight-fw-bold: 700;

  /* Line Heights */
  --typography-line-height-line-height-12: 0.75rem;
  --typography-line-height-line-height-16: 1rem;
  --typography-line-height-line-height-20: 1.25rem;
  --typography-line-height-line-height-24: 1.5rem;
  --typography-line-height-line-height-28: 1.75rem;
  --typography-line-height-line-height-32: 2rem;
  --typography-line-height-line-height-36: 2.25rem;
  --typography-line-height-line-height-40: 2.5rem;
  --typography-line-height-line-height-44: 2.75rem;
  --typography-line-height-line-height-48: 3rem;
  --typography-line-height-line-height-56: 3.5rem;
  --typography-line-height-line-height-64: 4rem;
  --typography-line-height-line-height-72: 4.5rem;
  --typography-line-height-line-height-80: 5rem;

  /* Letter Spacing */
  --typography-tracking-letter-spacing-tight: -0.025rem;
  --typography-tracking-letter-spacing-slight: -0.0125rem;
  --typography-tracking-letter-spacing-normal: 0rem;
  --typography-tracking-letter-spacing-ui: 0.0125rem;
  --typography-tracking-letter-spacing-overline: 0.05rem;
}


/* ==========================================================================
   LAYER 1: PRIMITIVES — Colors (Primitives)
   Full color scales. Never change across breakpoints or themes.
   ========================================================================== */

:root {
  /* Semantic color aliases */
  ----accent-1: var(--accent-1---accent-1-50);
  ----accent-2: var(--accent-2---accent-2-300);
  ----bridge-blue: var(--tertiary---tertiary-950);
  ----bridge-red: var(--quaternary---quaternary-800);
  ----dark-blue: var(--quinary---quinary-950);
  ----dark-red: var(--senary---senary-950);
  ----primary-blue: var(--primary---primary-700);
  ----primary-red: var(--secondary---secondary-600);
  ----pure-black: #000000;
  ----pure-white: #ffffff;
  ----pure-white-trans: #ffffff4d;

  /* Primary (Blue) */
  --primary---primary-50: #e8f7ff;
  --primary---primary-100: #d5efff;
  --primary---primary-200: #b3e0ff;
  --primary---primary-300: #85c8ff;
  --primary---primary-400: #56a2ff;
  --primary---primary-500: #2f7bff;
  --primary---primary-600: #0c4eff;
  --primary---primary-700: #0043ff;
  --primary---primary-800: #063dcd;
  --primary---primary-900: #103b9f;
  --primary---primary-950: #0a215c;

  /* Secondary (Red) */
  --secondary---secondary-50: #fff1f0;
  --secondary---secondary-100: #ffdfdd;
  --secondary---secondary-200: #ffc4c0;
  --secondary---secondary-300: #ff9c94;
  --secondary---secondary-400: #ff6357;
  --secondary---secondary-500: #ff3323;
  --secondary---secondary-600: #ff1200;
  --secondary---secondary-700: #d70f00;
  --secondary---secondary-800: #b10f03;
  --secondary---secondary-900: #92140a;
  --secondary---secondary-950: #500600;

  /* Tertiary */
  --tertiary---tertiary-50: #edfaff;
  --tertiary---tertiary-100: #d6f2ff;
  --tertiary---tertiary-200: #b7e9ff;
  --tertiary---tertiary-300: #85deff;
  --tertiary---tertiary-400: #4cc9ff;
  --tertiary---tertiary-500: #23abff;
  --tertiary---tertiary-600: #0b8dff;
  --tertiary---tertiary-700: #0574f0;
  --tertiary---tertiary-800: #0b5dc2;
  --tertiary---tertiary-900: #105098;
  --tertiary---tertiary-950: #0c2749;

  /* Quaternary */
  --quaternary---quaternary-50: #fff1f2;
  --quaternary---quaternary-100: #ffe0e3;
  --quaternary---quaternary-200: #ffc6cc;
  --quaternary---quaternary-300: #ff9ea8;
  --quaternary---quaternary-400: #ff6675;
  --quaternary---quaternary-500: #fd364a;
  --quaternary---quaternary-600: #eb172c;
  --quaternary---quaternary-700: #c60f21;
  --quaternary---quaternary-800: #aa1120;
  --quaternary---quaternary-900: #871520;
  --quaternary---quaternary-950: #4a050c;

  /* Quinary (Dark Blue) */
  --quinary---quinary-50: #e4f6ff;
  --quinary---quinary-100: #cfedff;
  --quinary---quinary-200: #a8dbff;
  --quinary---quinary-300: #74c1ff;
  --quinary---quinary-400: #3e94ff;
  --quinary---quinary-500: #1366ff;
  --quinary---quinary-600: #0053ff;
  --quinary---quinary-700: #0053ff;
  --quinary---quinary-800: #004ae4;
  --quinary---quinary-900: #0033b0;
  --quinary---quinary-950: #000e35;

  /* Senary */
  --senary---senary-50: #fff0f0;
  --senary---senary-100: #ffdddd;
  --senary---senary-200: #ffc1c1;
  --senary---senary-300: #ff9696;
  --senary---senary-400: #ff5a5a;
  --senary---senary-500: #ff2727;
  --senary---senary-600: #fb0707;
  --senary---senary-700: #d40101;
  --senary---senary-800: #ae0606;
  --senary---senary-900: #900c0c;
  --senary---senary-950: #660000;

  /* Accent 1 (Warm/Gold) */
  --accent-1---accent-1-50: #f7f5ee;
  --accent-1---accent-1-100: #f2efe2;
  --accent-1---accent-1-200: #e3dcc5;
  --accent-1---accent-1-300: #d1c4a0;
  --accent-1---accent-1-400: #bea779;
  --accent-1---accent-1-500: #b0925f;
  --accent-1---accent-1-600: #a38053;
  --accent-1---accent-1-700: #886846;
  --accent-1---accent-1-800: #6e553e;
  --accent-1---accent-1-900: #5a4634;
  --accent-1---accent-1-950: #30241a;

  /* Accent 2 (Cool/Sky) */
  --accent-2---accent-2-50: #f2f8fd;
  --accent-2---accent-2-100: #e3f0fb;
  --accent-2---accent-2-200: #c1e1f6;
  --accent-2---accent-2-300: #a3d4f2;
  --accent-2---accent-2-400: #4cace4;
  --accent-2---accent-2-500: #2592d2;
  --accent-2---accent-2-600: #1774b2;
  --accent-2---accent-2-700: #145d90;
  --accent-2---accent-2-800: #144f78;
  --accent-2---accent-2-900: #164364;
  --accent-2---accent-2-950: #0f2b42;

  /* Neutral */
  --neutral---neutral-50: #f6f6f6;
  --neutral---neutral-50-trans: #f6f6f64d;
  --neutral---neutral-100: #e7e7e7;
  --neutral---neutral-200: #d1d1d1;
  --neutral---neutral-300: #b0b0b0;
  --neutral---neutral-400: #888888;
  --neutral---neutral-500: #6d6d6d;
  --neutral---neutral-600: #5d5d5d;
  --neutral---neutral-700: #4f4f4f;
  --neutral---neutral-800: #454545;
  --neutral---neutral-800-trans: #4545451a;
  --neutral---neutral-900: #3d3d3d;
  --neutral---neutral-950: #232323;
}


/* ==========================================================================
   LAYER 2: SEMANTIC — Typography
   Mobile-first. Only size/line-height change per breakpoint.
   Weight, tracking, and font-family are constant — declared once.
   ========================================================================== */

/* --- Mobile (default) --- */
:root {
  /* Font Families */
  --base-font-family: Montserrat;
  --title-font-family: Gotham;

  /* Weights (constant across breakpoints) */
  --weight-display-weight: var(--typography-font-weight-fw-thin);
  --weight-body-weight: var(--typography-font-weight-fw-regular);
  --weight-caption-weight: var(--typography-font-weight-fw-regular);
  --weight-helper-weight: var(--typography-font-weight-fw-regular);
  --weight-lead-weight: var(--typography-font-weight-fw-regular);
  --weight-h1-weight: var(--typography-font-weight-fw-medium);
  --weight-h2-weight: var(--typography-font-weight-fw-medium);
  --weight-placeholder-weight: var(--typography-font-weight-fw-medium);
  --weight-small-weight: var(--typography-font-weight-fw-medium);
  --weight-badge-weight: var(--typography-font-weight-fw-semibold);
  --weight-button-l-weight: var(--typography-font-weight-fw-semibold);
  --weight-button-m-weight: var(--typography-font-weight-fw-semibold);
  --weight-button-s-weight: var(--typography-font-weight-fw-semibold);
  --weight-h4-weight: var(--typography-font-weight-fw-semibold);
  --weight-h5-weight: var(--typography-font-weight-fw-semibold);
  --weight-h6-weight: var(--typography-font-weight-fw-semibold);
  --weight-label-weight: var(--typography-font-weight-fw-semibold);
  --weight-nav-weight: var(--typography-font-weight-fw-semibold);
  --weight-overline-weight: var(--typography-font-weight-fw-semibold);
  --weight-h3-weight: var(--typography-font-weight-fw-bold);

  /* Tracking (constant across breakpoints) */
  --tracking-display-tracking: var(--typography-tracking-letter-spacing-tight);
  --tracking-body-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-h4-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-h5-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-helper-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-label-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-lead-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-nav-primary-tracking: var(--typography-tracking-letter-spacing-normal);
  --tracking-badge-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-button-l-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-button-m-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-button-s-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-caption-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-h1-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-h2-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-h3-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-h6-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-nav-secondary-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-small-tracking: var(--typography-tracking-letter-spacing-ui);
  --tracking-overline-tracking: var(--typography-tracking-letter-spacing-overline);

  /* Sizes — Mobile */
  --size-badge-size: var(--typography-font-size-font-size-11);
  --size-caption-size: var(--typography-font-size-font-size-11);
  --size-helper-size: var(--typography-font-size-font-size-11);
  --size-overline-size: var(--typography-font-size-font-size-11);
  --size-nav-footer-size: var(--typography-font-size-font-size-12);
  --size-body-size: var(--typography-font-size-font-size-14);
  --size-button-m-size: var(--typography-font-size-font-size-14);
  --size-button-s-size: var(--typography-font-size-font-size-14);
  --size-h6-size: var(--typography-font-size-font-size-14);
  --size-nav-secondary-size: var(--typography-font-size-font-size-14);
  --size-placeholder-s-size: var(--typography-font-size-font-size-14);
  --size-small-size: var(--typography-font-size-font-size-14);
  --size-button-l-size: var(--typography-font-size-font-size-16);
  --size-h3-card-size: var(--typography-font-size-font-size-16);
  --size-h5-size: var(--typography-font-size-font-size-16);
  --size-label-size: var(--typography-font-size-font-size-16);
  --size-nav-primary-size: var(--typography-font-size-font-size-16);
  --size-h4-size: var(--typography-font-size-font-size-18);
  --size-lead-size: var(--typography-font-size-font-size-18);
  --size-placeholder-m-size: var(--typography-font-size-font-size-20);
  --size-h3-size: var(--typography-font-size-font-size-22);
  --size-h2-size: var(--typography-font-size-font-size-30);
  --size-h1-size: var(--typography-font-size-font-size-36);
  --size-display-size: var(--typography-font-size-font-size-48);

  /* Line Heights — Mobile */
  --line-height-badge-line-height: var(--typography-line-height-line-height-16);
  --line-height-button-m-line-height: var(--typography-line-height-line-height-16);
  --line-height-button-s-line-height: var(--typography-line-height-line-height-16);
  --line-height-caption-line-height: var(--typography-line-height-line-height-16);
  --line-height-h3-card-line-height: var(--typography-line-height-line-height-16);
  --line-height-helper-line-height: var(--typography-line-height-line-height-16);
  --line-height-nav-secondary-line-height: var(--typography-line-height-line-height-16);
  --line-height-overline-line-height: var(--typography-line-height-line-height-16);
  --line-height-small-line-height: var(--typography-line-height-line-height-16);
  --line-height-body-line-height: var(--typography-line-height-line-height-20);
  --line-height-button-l-line-height: var(--typography-line-height-line-height-20);
  --line-height-h6-line-height: var(--typography-line-height-line-height-20);
  --line-height-label-line-height: var(--typography-line-height-line-height-20);
  --line-height-nav-primary-line-height: var(--typography-line-height-line-height-20);
  --line-height-placeholder-s-line-height: var(--typography-line-height-line-height-20);
  --line-height-h3-line-height: var(--typography-line-height-line-height-24);
  --line-height-h4-line-height: var(--typography-line-height-line-height-24);
  --line-height-h5-line-height: var(--typography-line-height-line-height-24);
  --line-height-lead-line-height: var(--typography-line-height-line-height-24);
  --line-height-placeholder-m-line-height: var(--typography-line-height-line-height-24);
  --line-height-h2-line-height: var(--typography-line-height-line-height-32);
  --line-height-h1-line-height: var(--typography-line-height-line-height-40);
  --line-height-display-line-height: var(--typography-line-height-line-height-56);
}

/* --- Tablet — only overrides --- */
@media (min-width: 768px) {
  :root {
    /* Sizes */
    --size-badge-size: var(--typography-font-size-font-size-12);
    --size-caption-size: var(--typography-font-size-font-size-12);
    --size-helper-size: var(--typography-font-size-font-size-12);
    --size-overline-size: var(--typography-font-size-font-size-12);
    --size-body-size: var(--typography-font-size-font-size-16);
    --size-h3-size: var(--typography-font-size-font-size-24);
    --size-h2-size: var(--typography-font-size-font-size-40);
    --size-h1-size: var(--typography-font-size-font-size-48);
    --size-display-size: var(--typography-font-size-font-size-56);

    /* Line Heights */
    --line-height-small-line-height: var(--typography-line-height-line-height-20);
    --line-height-body-line-height: var(--typography-line-height-line-height-24);
    --line-height-h3-line-height: var(--typography-line-height-line-height-32);
    --line-height-h2-line-height: var(--typography-line-height-line-height-44);
    --line-height-h1-line-height: var(--typography-line-height-line-height-56);
    --line-height-display-line-height: var(--typography-line-height-line-height-64);
  }
}

/* --- Desktop — only overrides from tablet --- */
@media (min-width: 1024px) {
  :root {
    /* Sizes */
    --size-h3-card-size: var(--typography-font-size-font-size-18);
    --size-h4-size: var(--typography-font-size-font-size-20);
    --size-lead-size: var(--typography-font-size-font-size-20);
    --size-h3-size: var(--typography-font-size-font-size-28);
    --size-h2-size: var(--typography-font-size-font-size-48);
    --size-h1-size: var(--typography-font-size-font-size-56);
    --size-display-size: var(--typography-font-size-font-size-72);

    /* Line Heights */
    --line-height-h4-line-height: var(--typography-line-height-line-height-28);
    --line-height-lead-line-height: var(--typography-line-height-line-height-28);
    --line-height-h2-line-height: var(--typography-line-height-line-height-56);
    --line-height-h1-line-height: var(--typography-line-height-line-height-64);
    --line-height-display-line-height: var(--typography-line-height-line-height-80);
  }
}


/* ==========================================================================
   LAYER 2: SEMANTIC — Layout
   Mobile-first with tablet and desktop overrides.
   ========================================================================== */

/* --- Mobile (default) --- */
:root {
  --block-block-gap: var(--spacing-space-6);
  --block-block-padding-x: var(--spacing-space-7);
  --block-block-padding-y: var(--spacing-space-10);

  --container-padding-inline: var(--spacing-space-6);
  --container-min-width-cards: 20rem;
  --container-max-width-cards-avatar: 47.9375rem;
  --container-max-width-cards-text: 47.9375rem;
  --container-max-width-cards: 47.9375rem;
  --container-max-width-text: 47.5rem;
  --container-max-width: 47.9375rem;

  --section-padding-block-header: var(--spacing-space-4);
  --section-section-gap: var(--spacing-space-9);
  --section-section-gap-l: var(--spacing-space-12);
  --section-padding-block-m: var(--spacing-space-11);
  --section-padding-block-l: var(--spacing-space-14);
  --section-min-height-hero: 40rem;

  ----card-bento-padding-mobile: var(--spacing-space-6);
  ----card-bento-padding-desktop: var(--spacing-space-8);
}

@media (min-width: 768px) {
  :root {
    --block-block-gap: var(--spacing-space-8);
    --block-block-padding-x: var(--spacing-space-9);
    --block-block-padding-y: var(--spacing-space-12);

    --container-min-width-cards: 48.75rem;
    --container-max-width-cards-avatar: 8.75rem;
    --container-max-width-cards-text: 25rem;
    --container-max-width-cards: 32rem;
    --container-max-width-text: 48.75rem;
    --container-max-width: 64rem;

    --section-padding-block-header: var(--spacing-space-5);
    --section-section-gap: var(--spacing-space-10);
    --section-section-gap-l: var(--spacing-space-13);
    --section-padding-block-m: var(--spacing-space-13);
    --section-padding-block-l: var(--spacing-space-15);
    --section-min-height-hero: 42.5rem;
  }
}

@media (min-width: 1024px) {
  :root {
    --block-block-padding-x: var(--spacing-space-11);
    --block-block-padding-y: var(--spacing-space-13);

    --container-min-width-cards: 27.5rem;
    --container-max-width-cards-avatar: 8.75rem;
    --container-max-width-cards-text: 25rem;
    --container-max-width-cards: 42.25rem;
    --container-max-width-text: 52.5rem;
    --container-max-width: 90rem;

    --section-padding-block-header: var(--spacing-space-6);
    --section-section-gap: var(--spacing-space-11);
    --section-section-gap-l: var(--spacing-space-14);
    --section-padding-block-m: var(--spacing-space-15);
    --section-padding-block-l: var(--spacing-space-16);
    --section-min-height-hero: 45rem;
  }
}


/* ==========================================================================
   LAYER 2: SEMANTIC — Component Measurements
   Constant across all breakpoints (single mode).
   ========================================================================== */

:root {
  /* Border Radius */
  --border-radius---radius-tabs-item-bottom: var(--radius-radius-0);
  --border-radius---radius-link: var(--radius-radius-1);
  --border-radius---radius-navigation: var(--radius-radius-1);
  --border-radius---radius-container-generic: var(--radius-radius-2);
  --border-radius---radius-image: var(--radius-radius-2);
  --border-radius---radius-tabs-item-top: var(--radius-radius-3);
  --border-radius---radius-card-mobile: var(--spacing-space-8);
  --border-radius---radius-card-desktop: var(--spacing-space-11);
  --border-radius---radius-button-l: var(--radius-radius-full);
  --border-radius---radius-button-m: var(--radius-radius-full);
  --border-radius---radius-button-s: var(--radius-radius-full);
  --border-radius---radius-image-avatar: var(--radius-radius-full);
  --border-radius---radius-link-focus: var(--radius-radius-full);
  --border-radius---radius-pill: var(--radius-radius-full);

  /* Gap */
  --gap---gap-button: var(--spacing-space-0);
  --gap---gap-breadcrumbs: var(--spacing-space-2);
  --gap---gap-button-l: var(--spacing-space-4);
  --gap---gap-button-m: var(--spacing-space-4);
  --gap---gap-navigation: var(--spacing-space-4);
  --gap---gap-tabs-item: var(--spacing-space-4);
  --gap---gap-container-generic: var(--spacing-space-8);

  /* NOTE: Button heights (--height---height-button-*) intentionally removed.
     Button height is determined by content + padding + line-height.
     Do NOT use fixed height on buttons. */

  /* Icon Sizes */
  --icons---icon-chip: var(--spacing-space-5);
  --icons---icon-button-s: var(--spacing-space-6);
  --icons---icon-button-m: var(--spacing-space-7);
  --icons---icon-button-l: var(--spacing-space-8);

  /* Padding X */
  --padding-x---padding-x-button: var(--spacing-space-1);
  --padding-x---padding-x-button-text-icon-s: var(--spacing-space-2);
  --padding-x---padding-x-link: var(--spacing-space-2);
  --padding-x---padding-x-navigation-footer: var(--spacing-space-3);
  --padding-x---padding-x-button-icon-s: var(--spacing-space-4);
  --padding-x---padding-x-button-text-s: var(--spacing-space-4);
  --padding-x---padding-x-navigation-secondary: var(--spacing-space-4);
  --padding-x---padding-x-navigation-primary: var(--spacing-space-5);
  --padding-x---padding-x-button-m: var(--spacing-space-6);
  --padding-x---padding-x-button-s-text: var(--spacing-space-6);
  --padding-x---padding-x-tabs-item: var(--spacing-space-6);
  --padding-x---padding-x-button-l: var(--spacing-space-7);
  --padding-x---padding-x-button-m-text: var(--spacing-space-7);
  --padding-x---padding-x-container-generic: var(--spacing-space-7);
  --padding-x---padding-x-button-l-text: var(--spacing-space-8);

  /* Padding Y */
  --padding-y---padding-y-navigation-footer: var(--spacing-space-1);
  --padding-y---padding-y-button-text-s: var(--spacing-space-2);
  --padding-y---padding-y-navigation-secondary: var(--spacing-space-2);
  --padding-y---padding-y-navigation-primary: var(--spacing-space-3);
  --padding-y---padding-y-tabs-item: var(--spacing-space-3);
  --padding-y---padding-y-button-s: var(--spacing-space-4);
  --padding-y---padding-y-button-l: var(--spacing-space-5);
  --padding-y---padding-y-button-m: var(--spacing-space-5);
  --padding-y---padding-y-container-generic: var(--spacing-space-9);
}


/* ==========================================================================
   LAYER 2: SEMANTIC — Colors
   Light theme = default (:root).
   Dark theme = [data-theme="dark"] applied to any container or section.
   ========================================================================== */

/* --- Light Theme (default) --- */
:root {
  /* Focus Rings */
  ----accent-focus-ring: var(--accent-1---accent-1-200);
  ----primary-focus-ring: var(--primary---primary-300);

  /* Semantic Named */
  ----text-color-primary: var(--primary---primary-700);
  ----text-color-secondary: var(--secondary---secondary-600);

  /* Text */
  --text---text-color: var(--neutral---neutral-950);
  --text---text-color-primary: var(--primary---primary-700);
  --text---text-color-weak: var(--neutral---neutral-600);
  --text---text-color-weaker: var(--neutral---neutral-400);
  --text---text-color-weakest: var(--neutral---neutral-200);
  --text---text-color-white: var(----pure-white);

  /* Borders */
  --borders---border-color: var(--neutral---neutral-950);
  --borders---border-color-weak: var(--neutral---neutral-300);

  /* Surfaces */
  --surfaces---bg-light: var(--accent-1---accent-1-50);
  --surfaces---bg-dark: var(--quinary---quinary-950);
  --surfaces---bg-extra-dark: #0c2749e5;
  --surfaces---bg-white: var(----pure-white);
  --surfaces---bg-primary: var(--primary---primary-700);
  --surfaces---bg-secondary: var(--secondary---secondary-700);
  --surfaces---bg-secondary-dark: var(--senary---senary-900);
  --surfaces---bg-section-transparent: #0b5dc2d9;
  --surfaces---bg-trans-dark: var(--neutral---neutral-800-trans);
  --surfaces---bg-trans-light: var(----pure-white-trans);
  --surfaces---bg-chip-dark: var(--neutral---neutral-900);
  --surfaces---bg-chip-default: var(--neutral---neutral-800-trans);
  --surfaces---bg-chip-primary: var(--primary---primary-200);

  /* Links */
  --link---text-link-color: var(--primary---primary-700);
  --link---border-link-color: var(--primary---primary-700);
  --link---bg-link-hover: var(--primary---primary-700);
  --link---link-focus: var(----primary-focus-ring);

  /* Inputs */
  --input---input-bg: #fffffff2;
  --input---input-disabled-bg: #ffffffbf;

  /* Navigation */
  --navigation---nav-text: var(--neutral---neutral-900);
  --navigation---nav-text-hover: var(--neutral---neutral-900);
  --navigation---nav-text-selected: var(--primary---primary-700);
  --navigation---nav-bg-hover: var(--neutral---neutral-100);
  --navigation---nav-focus-ring: var(----primary-focus-ring);

  /* Tabs */
  --tabs---tabs-item-text: var(--neutral---neutral-900);
  --tabs---tabs-item-text-hover: var(--neutral---neutral-900);
  --tabs---tabs-item-selected: var(--primary---primary-700);
  --tabs---tabs-item-hover: var(--neutral---neutral-800-trans);
  --tabs---tabs-item-focus-ring: var(----primary-focus-ring);

  /* Buttons: Primary */
  --buttons-primary---btn-primary-bg: var(--primary---primary-700);
  --buttons-primary---btn-primary-bg-hover: var(--quinary---quinary-950);
  --buttons-primary---btn-primary-bg-disabled: var(--neutral---neutral-200);
  --buttons-primary---btn-primary-bg-icon: #23232333;
  --buttons-primary---btn-primary-text: var(----pure-white);
  --buttons-primary---btn-primary-text-disabled: var(--neutral---neutral-600);
  --buttons-primary---btn-primary-text-outline: var(--quinary---quinary-950);
  --buttons-primary---btn-primary-border: var(--primary---primary-700);
  --buttons-primary---btn-primary-border-hover: var(--quinary---quinary-950);
  --buttons-primary---btn-primary-border-disabled: var(--neutral---neutral-400);
  --buttons-primary---btn-primary-focus: var(----primary-focus-ring);

  /* Buttons: Secondary */
  --buttons-secondary---btn-secondary-bg: var(--secondary---secondary-700);
  --buttons-secondary---btn-secondary-bg-hover: var(--secondary---secondary-600);
  --buttons-secondary---btn-secondary-bg-disabled: var(--neutral---neutral-200);
  --buttons-secondary---btn-secondary-bg-icon: #ffffff33;
  --buttons-secondary---btn-secondary-text: var(----pure-white);
  --buttons-secondary---btn-secondary-text-disabled: var(--neutral---neutral-500);
  --buttons-secondary---btn-secondary-text-outline: var(--secondary---secondary-700);
  --buttons-secondary---btn-secondary-border: var(--secondary---secondary-700);
  --buttons-secondary---btn-secondary-border-hover: var(--secondary---secondary-600);
  --buttons-secondary---btn-secondary-border-disabled: var(--neutral---neutral-200);
  --buttons-secondary---btn-secondary-focus: var(--secondary---secondary-300);

  /* Buttons: Neutral */
  --buttons-neutral---btn-neutral-bg: var(----pure-white);
  --buttons-neutral---btn-neutral-bg-hover: var(--neutral---neutral-100);
  --buttons-neutral---btn-neutral-bg-disabled: var(--neutral---neutral-200);
  --buttons-neutral---btn-neutral-bg-icon: #2323231a;
  --buttons-neutral---btn-neutral-text: var(--neutral---neutral-950);
  --buttons-neutral---btn-neutral-text-disabled: var(--neutral---neutral-500);
  --buttons-neutral---btn-neutral-text-icon: var(--neutral---neutral-950);
  --buttons-neutral---btn-neutral-border: var(--neutral---neutral-200);
  --buttons-neutral---btn-neutral-border-hover: var(--neutral---neutral-300);
  --buttons-neutral---btn-neutral-border-disabled: var(--neutral---neutral-200);
  --buttons-neutral---btn-neutral-focus: var(--accent-1---accent-1-200);

  /* Buttons: Accent */
  --buttons-accent---btn-accent-bg: var(--accent-1---accent-1-50);
  --buttons-accent---btn-accent-bg-hover: var(--accent-1---accent-1-200);
  --buttons-accent---btn-accent-bg-disabled: var(--neutral---neutral-100);
  --buttons-accent---btn-accent-bg-icon: #2323231a;
  --buttons-accent---btn-accent-text: var(--neutral---neutral-950);
  --buttons-accent---btn-accent-text-disabled: var(--neutral---neutral-400);
  --buttons-accent---btn-accent-text-outline: var(--neutral---neutral-950);
  --buttons-accent---btn-accent-border: var(--accent-1---accent-1-200);
  --buttons-accent---btn-accent-border-hover: var(--accent-1---accent-1-300);
  --buttons-accent---btn-accent-border-disabled: var(--neutral---neutral-300);
  --buttons-accent---btn-accent-focus: var(----accent-focus-ring);
}

/* --- Dark Theme --- */
[data-theme="dark"] {
  /* Focus Rings */
  ----accent-focus-ring: var(--neutral---neutral-200);
  ----primary-focus-ring: var(--primary---primary-300);

  /* Semantic Named */
  ----text-color-primary: #ffffff;
  ----text-color-secondary: #ffffff;

  /* Text */
  --text---text-color: var(----pure-white);
  --text---text-color-primary: var(--primary---primary-400);
  --text---text-color-weak: var(--neutral---neutral-100);
  --text---text-color-weaker: var(--neutral---neutral-300);
  --text---text-color-weakest: var(--neutral---neutral-500);
  --text---text-color-white: var(--neutral---neutral-950);

  /* Borders */
  --borders---border-color: var(----pure-white);
  --borders---border-color-weak: var(--neutral---neutral-200);

  /* Surfaces (inverted) */
  --surfaces---bg-light: var(--quinary---quinary-950);
  --surfaces---bg-dark: var(--accent-1---accent-1-50);
  --surfaces---bg-extra-dark: #0c2749e5;
  --surfaces---bg-primary: var(--primary---primary-700);
  --surfaces---bg-secondary: var(--secondary---secondary-600);
  --surfaces---bg-secondary-dark: var(--senary---senary-900);
  --surfaces---bg-section-transparent: #0c2749d9;
  --surfaces---bg-trans-dark: var(----pure-white-trans);
  --surfaces---bg-trans-light: var(--neutral---neutral-50-trans);
  --surfaces---bg-chip-dark: var(--neutral---neutral-50);
  --surfaces---bg-chip-default: var(--neutral---neutral-50-trans);
  --surfaces---bg-chip-primary: var(--primary---primary-700);

  /* Links */
  --link---text-link-color: var(----pure-white);
  --link---border-link-color: var(----pure-white);
  --link---bg-link-hover: var(----pure-white);
  --link---link-focus: var(----primary-focus-ring);

  /* Navigation */
  --navigation---nav-text: var(--neutral---neutral-100);
  --navigation---nav-text-hover: var(--neutral---neutral-900);
  --navigation---nav-text-selected: var(----pure-white);
  --navigation---nav-bg-hover: var(--neutral---neutral-50);
  --navigation---nav-focus-ring: var(----primary-focus-ring);

  /* Tabs */
  --tabs---tabs-item-text: var(--neutral---neutral-50);
  --tabs---tabs-item-text-hover: var(--neutral---neutral-50);
  --tabs---tabs-item-selected: var(----pure-white);
  --tabs---tabs-item-hover: var(--neutral---neutral-50-trans);
  --tabs---tabs-item-focus-ring: var(----primary-focus-ring);

  /* Buttons: Primary */
  --buttons-primary---btn-primary-bg: var(--primary---primary-700);
  --buttons-primary---btn-primary-bg-hover: var(--primary---primary-500);
  --buttons-primary---btn-primary-bg-disabled: var(--neutral---neutral-800);
  --buttons-primary---btn-primary-bg-icon: #23232333;
  --buttons-primary---btn-primary-text: var(----pure-white);
  --buttons-primary---btn-primary-text-disabled: var(--neutral---neutral-400);
  --buttons-primary---btn-primary-text-outline: var(----pure-white);
  --buttons-primary---btn-primary-border: var(----pure-white);
  --buttons-primary---btn-primary-border-hover: var(--primary---primary-600);
  --buttons-primary---btn-primary-border-disabled: var(--neutral---neutral-600);
  --buttons-primary---btn-primary-focus: var(----primary-focus-ring);

  /* Buttons: Secondary */
  --buttons-secondary---btn-secondary-bg: var(--secondary---secondary-700);
  --buttons-secondary---btn-secondary-bg-hover: var(--secondary---secondary-600);
  --buttons-secondary---btn-secondary-bg-disabled: var(--neutral---neutral-900);
  --buttons-secondary---btn-secondary-bg-icon: #23232333;
  --buttons-secondary---btn-secondary-text: var(----pure-white);
  --buttons-secondary---btn-secondary-text-disabled: var(--neutral---neutral-600);
  --buttons-secondary---btn-secondary-text-outline: var(--secondary---secondary-700);
  --buttons-secondary---btn-secondary-border: var(--secondary---secondary-700);
  --buttons-secondary---btn-secondary-border-hover: var(--secondary---secondary-600);
  --buttons-secondary---btn-secondary-border-disabled: var(--neutral---neutral-900);
  --buttons-secondary---btn-secondary-focus: var(--secondary---secondary-400);

  /* Buttons: Neutral */
  --buttons-neutral---btn-neutral-bg: var(----pure-white);
  --buttons-neutral---btn-neutral-bg-hover: var(--neutral---neutral-100);
  --buttons-neutral---btn-neutral-bg-disabled: var(--neutral---neutral-200);
  --buttons-neutral---btn-neutral-bg-icon: #2323231a;
  --buttons-neutral---btn-neutral-text: var(--neutral---neutral-950);
  --buttons-neutral---btn-neutral-text-disabled: var(--neutral---neutral-500);
  --buttons-neutral---btn-neutral-text-icon: var(--neutral---neutral-950);
  --buttons-neutral---btn-neutral-border: var(--neutral---neutral-200);
  --buttons-neutral---btn-neutral-border-hover: var(--neutral---neutral-300);
  --buttons-neutral---btn-neutral-border-disabled: var(--neutral---neutral-200);
  --buttons-neutral---btn-neutral-focus: var(--accent-1---accent-1-200);

  /* Buttons: Accent */
  --buttons-accent---btn-accent-bg: var(--quinary---quinary-950);
  --buttons-accent---btn-accent-bg-hover: var(--quinary---quinary-800);
  --buttons-accent---btn-accent-bg-disabled: var(--neutral---neutral-400);
  --buttons-accent---btn-accent-bg-icon: #ffffff33;
  --buttons-accent---btn-accent-text: var(----pure-white);
  --buttons-accent---btn-accent-text-disabled: var(----pure-white);
  --buttons-accent---btn-accent-text-outline: var(----pure-white);
  --buttons-accent---btn-accent-border: var(--quinary---quinary-900);
  --buttons-accent---btn-accent-border-hover: var(--quinary---quinary-700);
  --buttons-accent---btn-accent-border-disabled: var(--neutral---neutral-200);
  --buttons-accent---btn-accent-focus: var(--quinary---quinary-200);
}
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  font-family: var(--base-font-family), sans-serif;
  color: var(--text---text-color);
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  margin: 0;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding: 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;
}

/* ==========================================================================
   Base Typography — Design Kit tokens
   Font sizes and line heights are responsive via _variables.css media queries.
   ========================================================================== */

h1, .h1 {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-h1-size);
  font-weight: var(--weight-h1-weight);
  line-height: var(--line-height-h1-line-height);
  letter-spacing: var(--tracking-h1-tracking);
}

h2, .h2 {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-h2-size);
  font-weight: var(--weight-h2-weight);
  line-height: var(--line-height-h2-line-height);
  letter-spacing: var(--tracking-h2-tracking);
}

h3, .h3 {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-h3-size);
  font-weight: var(--weight-h3-weight);
  line-height: var(--line-height-h3-line-height);
  letter-spacing: var(--tracking-h3-tracking);
}

h4, .h4 {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-h4-size);
  font-weight: var(--weight-h4-weight);
  line-height: var(--line-height-h4-line-height);
  letter-spacing: var(--tracking-h4-tracking);
}

h5, .h5 {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-h5-size);
  font-weight: var(--weight-h5-weight);
  line-height: var(--line-height-h5-line-height);
  letter-spacing: var(--tracking-h5-tracking);
}

h6, .h6 {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-h6-size);
  font-weight: var(--weight-h6-weight);
  line-height: var(--line-height-h6-line-height);
  letter-spacing: var(--tracking-h6-tracking);
}

p, .body-text {
  font-size: var(--size-body-size);
  font-weight: var(--weight-body-weight);
  line-height: var(--line-height-body-line-height);
  letter-spacing: var(--tracking-body-tracking);
}

.lead {
  font-size: var(--size-lead-size);
  font-weight: var(--weight-lead-weight);
  line-height: var(--line-height-lead-line-height);
  letter-spacing: var(--tracking-lead-tracking);
}

.small {
  font-size: var(--size-small-size);
  font-weight: var(--weight-small-weight);
  line-height: var(--line-height-small-line-height);
  letter-spacing: var(--tracking-small-tracking);
}

.caption {
  font-size: var(--size-caption-size);
  font-weight: var(--weight-caption-weight);
  line-height: var(--line-height-caption-line-height);
  letter-spacing: var(--tracking-caption-tracking);
}

.label {
  font-size: var(--size-label-size);
  font-weight: var(--weight-label-weight);
  line-height: var(--line-height-label-line-height);
  letter-spacing: var(--tracking-label-tracking);
}

.overline {
  font-size: var(--size-overline-size);
  font-weight: var(--weight-overline-weight);
  line-height: var(--line-height-overline-line-height);
  letter-spacing: var(--tracking-overline-tracking);
  text-transform: uppercase;
}

.display {
  font-family: var(--title-font-family), sans-serif;
  font-size: var(--size-display-size);
  font-weight: var(--weight-display-weight);
  line-height: var(--line-height-display-line-height);
  letter-spacing: var(--tracking-display-tracking);
}
/* ==========================================================================
   Buttons — Base + Variants
   Height is determined by content + padding + line-height. No fixed height.
   ========================================================================== */

/* --- Base reset --- */

button,
.button,
.hs-button,
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.15s linear;
  white-space: nowrap;
  font-family: var(--base-font-family), sans-serif;
}

/* --- Size: Small ---
   Outer padding = 2px horizontal (--paddingx-button).
   Text padding lives on .btn__text child element.
   All buttons require <span class="btn__text"> wrapping the label. */

.btn-s {
  font-size: var(--size-button-s-size);
  font-weight: var(--weight-button-s-weight);
  line-height: var(--line-height-button-s-line-height);
  letter-spacing: var(--tracking-button-s-tracking);
  padding: var(--padding-y---padding-y-button-s) var(--padding-x---padding-x-button);
  gap: var(--gap---gap-button);
  border-radius: var(--border-radius---radius-button-s);
}

/* --- Size: Medium (default) --- */

.btn,
.btn-m {
  font-size: var(--size-button-m-size);
  font-weight: var(--weight-button-m-weight);
  line-height: var(--line-height-button-m-line-height);
  letter-spacing: var(--tracking-button-m-tracking);
  padding: var(--padding-y---padding-y-button-m) var(--padding-x---padding-x-button);
  gap: var(--gap---gap-button-m);
  border-radius: var(--border-radius---radius-button-m);
}

/* --- Size: Large --- */

.btn-l {
  font-size: var(--size-button-l-size);
  font-weight: var(--weight-button-l-weight);
  line-height: var(--line-height-button-l-line-height);
  letter-spacing: var(--tracking-button-l-tracking);
  padding: var(--padding-y---padding-y-button-l) var(--padding-x---padding-x-button);
  gap: var(--gap---gap-button-l);
  border-radius: var(--border-radius---radius-button-l);
}

/* --- Variant: Primary --- */

.btn-primary {
  background-color: var(--buttons-primary---btn-primary-bg);
  color: var(--buttons-primary---btn-primary-text);
  border-color: var(--buttons-primary---btn-primary-border);
}

.btn-primary:hover {
  background-color: var(--buttons-primary---btn-primary-bg-hover);
  border-color: var(--buttons-primary---btn-primary-border-hover);
}

.btn-primary:focus-visible {
  outline: 2px solid var(--buttons-primary---btn-primary-focus);
  outline-offset: 2px;
}

.btn-primary:disabled {
  background-color: var(--buttons-primary---btn-primary-bg-disabled);
  color: var(--buttons-primary---btn-primary-text-disabled);
  border-color: var(--buttons-primary---btn-primary-border-disabled);
  cursor: not-allowed;
}

/* --- Variant: Primary Dark (navy #000e35) --- */

.btn-primary-dark {
  background-color: var(--quinary---quinary-950);
  color: var(----pure-white);
  border-color: var(--quinary---quinary-950);
}

.btn-primary-dark:hover {
  background-color: var(--quinary---quinary-900);
  border-color: var(--quinary---quinary-900);
}

.btn-primary-dark:focus-visible {
  outline: 2px solid var(--quinary---quinary-200);
  outline-offset: 2px;
}

.btn-primary-dark:disabled {
  background-color: var(--buttons-primary---btn-primary-bg-disabled);
  color: var(--buttons-primary---btn-primary-text-disabled);
  border-color: var(--buttons-primary---btn-primary-border-disabled);
  cursor: not-allowed;
}

.btn-primary-dark .btn__icon { background-color: rgba(255, 255, 255, 0.2); }

/* --- Variant: Secondary --- */

.btn-secondary {
  background-color: var(--buttons-secondary---btn-secondary-bg);
  color: var(--buttons-secondary---btn-secondary-text);
  border-color: var(--buttons-secondary---btn-secondary-border);
}

.btn-secondary:hover {
  background-color: var(--buttons-secondary---btn-secondary-bg-hover);
  border-color: var(--buttons-secondary---btn-secondary-border-hover);
}

.btn-secondary:focus-visible {
  outline: 2px solid var(--buttons-secondary---btn-secondary-focus);
  outline-offset: 2px;
}

.btn-secondary:disabled {
  background-color: var(--buttons-secondary---btn-secondary-bg-disabled);
  color: var(--buttons-secondary---btn-secondary-text-disabled);
  border-color: var(--buttons-secondary---btn-secondary-border-disabled);
  cursor: not-allowed;
}

/* --- Variant: Neutral --- */

.btn-neutral {
  background-color: var(--buttons-neutral---btn-neutral-bg);
  color: var(--buttons-neutral---btn-neutral-text);
  border-color: var(--buttons-neutral---btn-neutral-border);
}

.btn-neutral:hover {
  background-color: var(--buttons-neutral---btn-neutral-bg-hover);
  border-color: var(--buttons-neutral---btn-neutral-border-hover);
}

.btn-neutral:focus-visible {
  outline: 2px solid var(--buttons-neutral---btn-neutral-focus);
  outline-offset: 2px;
}

.btn-neutral:disabled {
  background-color: var(--buttons-neutral---btn-neutral-bg-disabled);
  color: var(--buttons-neutral---btn-neutral-text-disabled);
  border-color: var(--buttons-neutral---btn-neutral-border-disabled);
  cursor: not-allowed;
}

/* --- Variant: Accent --- */

.btn-accent {
  background-color: var(--buttons-accent---btn-accent-bg);
  color: var(--buttons-accent---btn-accent-text);
  border-color: var(--buttons-accent---btn-accent-border);
}

.btn-accent:hover {
  background-color: var(--buttons-accent---btn-accent-bg-hover);
  border-color: var(--buttons-accent---btn-accent-border-hover);
}

.btn-accent:focus-visible {
  outline: 2px solid var(--buttons-accent---btn-accent-focus);
  outline-offset: 2px;
}

.btn-accent:disabled {
  background-color: var(--buttons-accent---btn-accent-bg-disabled);
  color: var(--buttons-accent---btn-accent-text-disabled);
  border-color: var(--buttons-accent---btn-accent-border-disabled);
  cursor: not-allowed;
}

/* --- Variant: Outline (modifier) --- */

.btn-primary.btn-outline {
  background-color: transparent;
  color: var(--buttons-primary---btn-primary-text-outline);
  border-color: var(--buttons-primary---btn-primary-border);
}

.btn-secondary.btn-outline {
  background-color: transparent;
  color: var(--buttons-secondary---btn-secondary-text-outline);
  border-color: var(--buttons-secondary---btn-secondary-border);
}

.btn-accent.btn-outline {
  background-color: transparent;
  color: var(--buttons-accent---btn-accent-text-outline);
  border-color: var(--buttons-accent---btn-accent-border);
}

/* --- Icon button (square, no text) --- */

.btn-icon {
  padding: var(--padding-x---padding-x-button-icon-s);
}

/* --- Button with icon circle (text + prefix/suffix icon) ---
   Adds .btn__icon (rounded circle with icon) alongside .btn__text.
   Outer padding is already 2px on all sizes; .btn__text handles text padding. */

/* When icon circle is present, it's taller than text. Vertical padding must shrink
   so that button height matches the text-only height (e.g. 40px for medium).
   Math: icon-circle-height = icon-size + 2*icon-padding (e.g. 20+16=36px for medium).
   Required py = (button-height - icon-circle-height) / 2 = (40-36)/2 = 2px for all sizes. */
.btn.btn--with-icon,
.btn-s.btn--with-icon,
.btn-m.btn--with-icon,
.btn-l.btn--with-icon {
  gap: 0;
  padding-top: var(--padding-x---padding-x-button);
  padding-bottom: var(--padding-x---padding-x-button);
}

.btn__text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-s .btn__text {
  padding: 0 var(--padding-x---padding-x-button-s-text);
}

.btn-m .btn__text,
.btn .btn__text {
  padding: 0 var(--padding-x---padding-x-button-m-text);
}

.btn-l .btn__text {
  padding: 0 var(--padding-x---padding-x-button-l-text);
}

.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  flex-shrink: 0;
}

.btn-s .btn__icon {
  padding: 0.375rem;
}

.btn-s .btn__icon svg {
  width: var(--icons---icon-button-s);
  height: var(--icons---icon-button-s);
}

.btn-m .btn__icon,
.btn .btn__icon {
  padding: 0.5rem;
}

.btn-m .btn__icon svg,
.btn .btn__icon svg {
  width: var(--icons---icon-button-m);
  height: var(--icons---icon-button-m);
}

.btn-l .btn__icon {
  padding: 0.625rem;
}

.btn-l .btn__icon svg {
  width: var(--icons---icon-button-l);
  height: var(--icons---icon-button-l);
}

/* Icon circle background per variant */
.btn-primary .btn__icon { background-color: var(--buttons-primary---btn-primary-bg-icon); }
.btn-secondary .btn__icon { background-color: var(--buttons-secondary---btn-secondary-bg-icon); }
.btn-neutral .btn__icon { background-color: var(--buttons-neutral---btn-neutral-bg-icon); }
.btn-accent .btn__icon { background-color: var(--buttons-accent---btn-accent-bg-icon); }

/* --- No button (reset) --- */

.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;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.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;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/*** Remax ***/

/* ==========================================================================
   Input Pill — Pill-shaped input containers from Figma design kit
   Sizes: small (32px), medium-s (40px), medium (48px)
   Types: default (with search icon button), standard (with decorative prefix icon)
   ========================================================================== */

/* --- Base input pill container --- */

.input-pill {
  display: flex;
  align-items: center;
  border: 1px solid var(--borders---border-color);
  border-radius: var(--border-radius---radius-pill);
  background-color: var(--input---input-bg);
  width: 100%;
  position: relative;
  transition: border-color 0.15s linear;
}

.input-pill:focus-within {
  border-color: var(--borders---border-color);
  outline: 2px solid var(--buttons-primary---btn-primary-focus);
  outline-offset: 3px;
}

/* --- Size: Small (h=32px context — used for standard/form inputs) --- */

.input-pill--s {
  padding: 0.25rem;
  gap: 0.5rem;
}

/* --- Size: Medium-Small (h=40px — small default/search) --- */

.input-pill--ms {
  padding-left: 1rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 0.5rem;
}

/* --- Size: Medium (h=48px — medium default/search) --- */

.input-pill--m {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  gap: 0.5rem;
}

/* --- Input field (the actual <input>, <select>, <textarea>) --- */

/* Specificity 0,2,0 to beat `form input[type=text]` (0,1,2) from theme base */
.input-pill .input-pill__field {
  flex: 1;
  min-width: 0;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
  font-family: var(--base-font-family), sans-serif;
  color: var(--text---text-color);
  appearance: none;
}

.input-pill.input-pill--s .input-pill__field {
  font-size: var(--size-placeholder-s-size);
  font-weight: var(--weight-placeholder-weight);
  line-height: var(--line-height-placeholder-s-line-height);
  letter-spacing: var(--tracking-label-tracking);
}

.input-pill.input-pill--ms .input-pill__field {
  font-size: var(--size-placeholder-s-size);
  font-weight: var(--weight-placeholder-weight);
  line-height: var(--line-height-placeholder-s-line-height);
  letter-spacing: var(--tracking-label-tracking);
}

.input-pill.input-pill--m .input-pill__field {
  font-size: var(--size-placeholder-m-size);
  font-weight: var(--weight-placeholder-weight);
  line-height: var(--line-height-placeholder-m-line-height);
  letter-spacing: var(--tracking-label-tracking);
}

.input-pill__field::placeholder {
  color: var(--text---text-color-weaker);
}

/* Selected state: filled input text uses label style */
.input-pill__field:not(:placeholder-shown) {
  font-size: var(--size-label-size);
  font-weight: var(--weight-label-weight);
  line-height: var(--line-height-label-line-height);
}

.input-pill--s .input-pill__field:not(:placeholder-shown) {
  font-size: var(--size-placeholder-s-size);
  font-weight: var(--weight-label-weight);
}

/* --- Decorative prefix icon (neutral mini-button, used in standard type) --- */

.input-pill__prefix-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: var(--border-radius---radius-button-s);
  border: 1px solid var(--buttons-neutral---btn-neutral-border);
  background-color: var(--buttons-neutral---btn-neutral-bg);
  color: var(--text---text-color);
}

.input-pill--s .input-pill__prefix-icon {
  padding: 0.25rem;
}

.input-pill--s .input-pill__prefix-icon svg {
  width: 1rem;
  height: 1rem;
}

.input-pill--ms .input-pill__prefix-icon,
.input-pill--m .input-pill__prefix-icon {
  padding: 0.375rem;
}

.input-pill--ms .input-pill__prefix-icon svg,
.input-pill--m .input-pill__prefix-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* --- Suffix (chevron for select, or action button) --- */

.input-pill__suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0.25rem;
  color: var(--text---text-color);
}

.input-pill__suffix svg {
  width: 1rem;
  height: 1rem;
}

/* Field without prefix icon needs left padding */

.input-pill__field:first-child {
  padding-left: 0.75rem;
}

/* --- Select-specific: hide native arrow, pointer cursor --- */

.input-pill select.input-pill__field {
  cursor: pointer;
}

.input-pill select.input-pill__field:invalid {
  color: var(--text---text-color-weaker);
}

/* --- Disabled state --- */

.input-pill--disabled,
.input-pill:has(.input-pill__field:disabled) {
  background-color: var(--input---input-disabled-bg);
  border-color: var(--borders---border-color-weak);
}

.input-pill--disabled .input-pill__field::placeholder,
.input-pill__field:disabled::placeholder {
  color: var(--text---text-color-weakest);
}

/* --- Weak border variant (for standard type default state) --- */

.input-pill--weak-border {
  border-color: var(--borders---border-color-weak);
}

/*** ***/


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* 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
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* 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;
}


/* 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;
  }
}