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

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

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

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


  .row-fluid .col-1,
  .row-fluid .col-2,
  .row-fluid .col-3,
  .row-fluid .col-4,
  .row-fluid .col-5,
  .row-fluid .col-6,
  .row-fluid .col-7,
  .row-fluid .col-8,
  .row-fluid .col-9,
  .row-fluid .col-10,
  .row-fluid .col-11,
  .row-fluid .col-12{
  min-height: 1px;
  width: 100%;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

/* Desktop layout */

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

  
    .flex .col-1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .flex .col-11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: none;
}

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

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

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

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

button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* 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;
}
/* 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: var(--unb-font-body, 1rem);
  padding: 0.7rem;
  width: 100%;
  border-radius: var(--unb-radius-input, 8px);
  border: 1px solid var(--unb-color-border, #D1D5DB);
  background: var(--unb-color-surface, #fff);
  color: var(--unb-color-text, #101828);
}
}

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


/* 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;
}
/* Motion is owned by js/unbound-motion.js.
   Content must remain visible if JS does not run. */
@media (prefers-reduced-motion: reduce) {
  [data-unb-reveal],
  .unb-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}

.hs-inline-edit [data-unb-reveal],
.hs-inline-edit .unb-reveal,
.hs-inline-edit-mode [data-unb-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

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




.header__search .hs-search-field__input {
  
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  
  height: 45px;
  padding: 0 0.7rem;
}




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

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

/* Header Navigation */

.unb-header {
  background: var(--unb-color-surface, rgba(255, 255, 255, 1.0));
  width: 100%;
  transition: background-color var(--unb-motion-duration, 0.3s) var(--unb-motion-ease, ease),
              border-color var(--unb-motion-duration, 0.3s) var(--unb-motion-ease, ease);
}

.unb-header-sticky .unb-header {
  position: fixed;
  top: 0;
  z-index: 99999;
}

ul.unb-header-menu-navigation{
  list-style-type: none;
  margin-bottom: 0;
}

ul.unb-header-menu-navigation > .unb-header-menu-item:not(:last-child) {
  margin-right: 32px;
}

.logo_center_menu_split ul.unb-header-menu-navigation {
  padding-left: 0;
}

.unb-header-submenu-exists {
/*   position: relative; */
}

.unb-header-submenu-exists > a.unb-header-menu-link {
  position: relative;
  padding-right: 28px;
}

.unb-header-submenu-exists > a.unb-header-menu-link::after {
  content: '';
  width: 14px;
  background-image: url(https://6948429.fs1.hubspotusercontent-na1.net/hubfs/6948429/raw_assets/public/Unbound/images/module-icons/menu-drop.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all 0.4s ease;
  aspect-ratio: 1;
}

.unb-header-submenu-exists > a.unb-header-menu-link.is-active::after {
  transform: translateY(-50%) rotate(180deg);
}

.unb-header-menu-submenu {
  position: absolute;
  z-index: 2;
  width: 100%;
/*   min-width: 336px; */
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}

.unb-header-menu-submenu.is-active {
  max-height: 580px;
}

ul.unb-header-menu-sub-navigation  {
  padding-left: 0;
  list-style-type: none;
}

.unb-header-menu-sub-item {
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.8s ease-in-out;
}

.unb-header-menu-sub-link-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 16px;
}

.unb-header-menu-sub-item-inner > span {
  display: block;
  margin-bottom: 4px;
}

.unb-header-menu-sub-item-inner > p{
  margin-bottom: 0;
  font-size: 14px;
}

.unb-header-buttons {
  margin-left: 12px;
  column-gap: 12px;
}

.unb-header-submenu-column.quick-links-column {
  max-width: 440px;
  padding-left: var(--spacing-xl);
}

/* Header Custom Css Styling Start */

.oh {
  overflow: hidden;
}

.header--menu_inner .unb-header-menu-item a {
  font-weight: 600;
}

.unb-header-mobile-toggle {
  display: none;
}

.unb-header-search {
  position: relative;
  /*   padding: 16px; */
  /*   width: 52px; */
  height: 52px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  border: 1px solid transparent;
}

.unb-header-search-filed input {
  border: none;
  border-bottom: 1px solid #D0D5DD;
  padding: 16px;
}

.unb-header-search-filed input:focus-visible{
  outline: unset;
}

.unb-header-search-cross-icon {
  padding: 16px;
}

.unb-header-search-filed {
  right: 0;
  height: 100%;
  left: unset;
  max-width: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  top: 0;
}

.unb-header-search.is-active {
  border: 1px solid #D1D5DB;

}

.unb-header-search.is-active .unb-header-search-filed{
  max-width: 220px;
}

.unb-header-search.is-active .unb-header-search-icon, 
.unb-header-search-cross-icon{
  display: none;
}

.unb-header-search.is-active .unb-header-search-cross-icon {
  display: flex;
  cursor: pointer;
}

.unb-header-search-filed input::-webkit-search-cancel-button {
  display: none;
}

.unb-header-search-icon {
  padding: 16px;
}

.logo_centered_menu_below .unb-header-left {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .unb-header .unb-header-row {
    padding-block: 20px;
  }

  .unb-header .unb-container {
    max-width: 100%;
  }

  .unb-header-row .unb-header-right {
    position: absolute; 
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var( --base-white);
    padding: 0;
    overflow: hidden;
    height: 0px;
  }

  .unb-header-row .unb-header-right.active-nav {
    height: calc(100vh - 44px);
    padding-block: 24px 44px;
    overflow-y: scroll;
  }

  .unb-header-row .unb-header-right .unb-header-menu-inner {
    flex-wrap: wrap;
    padding-inline: 16px;
  }

  .unb-header-menu-inner .unb-header-menu-nav, 
  .unb-header-menu-nav .unb-header-menu-navigation.row, 
  .unb-header-menu-navigation .unb-header-menu-item, 
  .unb-header-menu-inner .row.alignCenter, 
  .unb-header-menu-inner .unb-header-search, 
  .unb-header-menu-inner .unb-header-buttons, 
  .unb-header-menu-inner .unb-header-buttons a{
    width: 100%;
  }

  .unb-header-menu-nav .unb-header-menu-navigation.row {
    padding-left: 0;
  }

  ul.unb-header-menu-navigation > .unb-header-menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .unb-header-menu-navigation .unb-header-menu-item {
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.8s ease-in-out;
  }

  .unb-header-menu-inner .unb-header-menu-item a {
    color: var(--base-black);
    padding-block: 12px;
    display: inline-flex;
    width: 100%;
  }

  .unb-header-menu-inner .row.alignCenter {
    padding-top: 48px;
  }

  .unb-header-search-filed, 
  .unb-header-search-filed input {
    width: 100%;
  }

  .unb-header-menu-inner .unb-header-buttons{
    margin-left: 0;
    margin-top: 18px;
  }

  .unb-header-menu-inner .unb-header-buttons a {
    font-weight: 600;
  }

  .unb-header-menu-inner .unb-header-buttons .transparent {
    border: 1px solid #D0D5DD;
    margin-bottom: 12px;
    color: var(--base-black);
  }

  .unb-header-mobile-toggle {
    display: block;
  }

  .unb-header-mobile-toggle span {
    width: 24px;
    aspect-ratio: 1;
  }

  .unb-header-mobile-toggle span img {
    width: 100%;
  }

  .unb-header-mobile-toggle.active-nav .unb-header-mobile-toggle-bar, 
  .unb-header-mobile-toggle .unb-header-mobile-toggle-close {
    display: none;
  }

  .unb-header-mobile-toggle.active-nav .unb-header-mobile-toggle-close{
    display: flex;
    width: 20px;
  }

  .unb-header-menu-inner .unb-header-search,
  .unb-header-menu-inner .unb-header-buttons a {
    opacity: 0;
    transform: translateY(-15px);
    transition: all 0.8s ease-in-out;
  }

  .unb-header-menu-submenu {
    position: static;
    transform: translate(0);
    max-height: 0;
    min-width: 100%;
  }

  .unb-header-menu-submenu.is-active {
    max-height: 100%;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  }

  .unb-header-menu-inner .unb-header-menu-sub-item .unb-header-menu-sub-link {
    padding: 12px 0px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .unb-header-search.is-active .unb-header-search-filed, 
  .unb-header-search-filed{
    max-width: 100%;
  }

  .unb-header-search-icon {
    border-bottom: 1px solid #D0D5DD;
    padding: 15px 0px 15px  15px;
    pointer-events: none;
  }

  .logo_centered_menu_below .unb-header-left {
    width: auto;
  }

  .logo_center_menu_split .unb-header-menu-inner .unb-header-logo {
    order: 1;
  }

  .logo_center_menu_split .unb-header-menu-inner .unb-header-menu-nav {
    order: 2;
  }

  .logo_center_menu_split .unb-header-menu-inner .row.alignCenter {
    order: 3;
  }
}

/* Token + accessibility overlays. Mega menu is not hover-only. */
.unb-header {
  background: var(--unb-color-surface);
  color: var(--unb-color-text);
  border-bottom: var(--unb-structural-border);
}
.unb-header .unb-header-menu-link {
  color: var(--unb-color-text-secondary);
}
.unb-header .unb-header-menu-submenu {
  background: var(--unb-color-surface);
  border: 1px solid var(--unb-color-border);
  border-radius: var(--unb-radius-card);
  box-shadow: var(--unb-shadow-elevated);
}
.unb-header-menu-item.is-open > .unb-header-menu-submenu,
.unb-header-menu-item:focus-within > .unb-header-menu-submenu {
  display: block;
  visibility: visible;
  opacity: 1;
}
body.unb-nav-lock {
  overflow: hidden;
}
.unb-header-mobile-toggle {
  cursor: pointer;
}
@media (max-width: 767px) {
  .unb-header-menu-nav {
    display: none;
  }
  .unb-header.is-mobile-open .unb-header-menu-nav {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .unb-header * {
    transition: none !important;
  }
}
/* 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%;
}





























































  



  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  




  



  



  
  
  
  

















  













  
  
  
  
  
  


:root {
  --unb-theme-style: ;
  --unb-type-scale: standard;
  --unb-radius-scale: large;
  --unb-spacing-scale: spacious;

  --unb-color-primary: #444ce7;
  --unb-color-secondary: #3538cd;
  --unb-color-text: #101828;
  --unb-color-text-muted: #475467;
  --unb-color-text-secondary: #344054;
  --unb-color-text-inverse: #FFFFFF;
  --unb-color-page: #FFFFFF;
  --unb-color-surface: #FFFFFF;
  --unb-color-surface-soft: #F8FAFC;
  --unb-color-surface-dark: #101828;
  --unb-color-border: #D1D5DB;
  --unb-color-border-strong: #101828;
  --unb-color-divider: #E5E7EB;
  --unb-color-column-rule: transparent;
  --unb-color-card-border: #E5E7EB;
  --unb-color-accent-soft: #EEF4FF;
  --unb-color-on-accent: #3730A3;
  --unb-color-focus: #444ce7;

  --unb-radius-base: 12px;
  --unb-radius-card: 24px;
  --unb-radius-button: 24px;
  --unb-radius-input: 24px;
  --unb-radius-surface: 36px;

  --unb-space-section-top: 8rem;
  --unb-space-section-bottom: 8rem;
  --unb-space-section-top-tablet: 5.5rem;
  --unb-space-section-bottom-tablet: 5.5rem;
  --unb-space-section-top-mobile: 3.5rem;
  --unb-space-section-bottom-mobile: 3.5rem;
  --unb-space-section: var(--unb-space-section-top);
  --unb-space-section-tablet: var(--unb-space-section-top-tablet);
  --unb-space-section-mobile: var(--unb-space-section-top-mobile);
  --unb-space-gap: 1.5rem;
  --unb-space-stack: 1rem;
  --unb-space-card: 1.75rem;
  --unb-space-grid: 1.5rem;
  --unb-space-container: 16px;
  --unb-space-container-tablet: 16px;
  --unb-space-container-mobile: 16px;
  --unb-space-container-right: 16px;

  --unb-shadow-card: 0 1px 2px rgba(16, 24, 40, 0.05);
  --unb-shadow-elevated: 0 12px 36px rgba(16, 24, 40, 0.08);
  --unb-structural-border: 1px solid transparent;
  --unb-divider: 1px solid var(--unb-color-border);

  --unb-motion-duration: 300ms;
  --unb-motion-distance: 1rem;
  --unb-motion-ease: cubic-bezier(0.22, 1, 0.36, 1);

  --unb-font-h1: clamp(2.5rem, 5.4vw, 4.5rem);
  --unb-font-h2: clamp(2rem, 4vw, 3.75rem);
  --unb-font-h3: clamp(1.625rem, 2.8vw, 3rem);
  --unb-font-h4: clamp(1.375rem, 2vw, 2.25rem);
  --unb-font-h5: 1.375rem;
  --unb-font-h6: 1.25rem;
  --unb-font-lead: 1.25rem;
  --unb-font-body: 1rem;
  --unb-font-small: 0.875rem;
  --unb-font-label: 0.875rem;
  --unb-lh-h1: 1.08;
  --unb-lh-h2: 1.12;
  --unb-lh-h3: 1.2;
  --unb-lh-body: 1.5;
  --unb-track-display: -0.03em;
  --unb-track-label: 0.08em;
  --unb-font-heading-family: "DM Sans", sans-serif;
  --unb-font-body-family: "DM Sans", sans-serif;
  --unb-weight-h1: 700;
  --unb-weight-h2: 700;
  --unb-weight-h3: 700;
  --unb-weight-h4: 600;
  --unb-weight-h5: 600;
  --unb-weight-h6: 600;
  --unb-weight-body: 400;

  --unb-container-max: 1280px;

  /* Compatibility aliases */
  --background-primary: var(--unb-color-surface);
  --background-primary-dark: var(--unb-color-surface-dark);
  --text-primary: var(--unb-color-text);
  --text-primary-dark: #FFFFFF;
  --unb-primary: var(--unb-color-primary);
  --unb-secondary: var(--unb-color-secondary);
  --unb-text: var(--unb-color-text);
  --unb-muted: var(--unb-color-text-muted);
}

html {
  color-scheme: light;
}

body {
  background: var(--unb-color-page);
  color: var(--unb-color-text);
  font-family: var(--unb-font-body-family);
  font-size: var(--unb-font-body);
  font-weight: var(--unb-weight-body);
  line-height: var(--unb-lh-body);
}

h1, .unb-h1 { font-family: var(--unb-font-heading-family); font-size: var(--unb-font-h1); font-weight: var(--unb-weight-h1); line-height: var(--unb-lh-h1); letter-spacing: var(--unb-track-display); color: var(--unb-color-text); }
h2, .unb-h2 { font-family: var(--unb-font-heading-family); font-size: var(--unb-font-h2); font-weight: var(--unb-weight-h2); line-height: var(--unb-lh-h2); letter-spacing: var(--unb-track-display); color: var(--unb-color-text); }
h3, .unb-h3 { font-family: var(--unb-font-heading-family); font-size: var(--unb-font-h3); font-weight: var(--unb-weight-h3); line-height: var(--unb-lh-h3); color: var(--unb-color-text); }
h4, .unb-h4 { font-family: var(--unb-font-heading-family); font-size: var(--unb-font-h4); font-weight: var(--unb-weight-h4); line-height: 1.25; color: var(--unb-color-text); }
h5, .unb-h5 { font-family: var(--unb-font-heading-family); font-size: var(--unb-font-h5); font-weight: var(--unb-weight-h5); line-height: 1.3; color: var(--unb-color-text); }
h6, .unb-h6 { font-family: var(--unb-font-heading-family); font-size: var(--unb-font-h6); font-weight: var(--unb-weight-h6); line-height: 1.35; color: var(--unb-color-text); }

.unb-lead { font-size: var(--unb-font-lead); line-height: 1.5; color: var(--unb-color-text-secondary); }
.unb-small { font-size: var(--unb-font-small); color: var(--unb-color-text-muted); }
.unb-eyebrow,
.unb-label {
  display: inline-block;
  margin: 0 0 var(--unb-space-stack);
  font-size: var(--unb-font-label);
  font-weight: 700;
  letter-spacing: var(--unb-track-label);
  text-transform: uppercase;
  color: var(--unb-color-primary);
}

.unb-container {
  width: min(var(--unb-container-max), calc(100% - var(--unb-space-container) - var(--unb-space-container-right, var(--unb-space-container))));
  max-width: none;
  margin-inline: auto;
}

.unb-section {
  position: relative;
  padding-top: var(--unb-space-section-top);
  padding-bottom: var(--unb-space-section-bottom);
  isolation: isolate;
}

@media (max-width: 1024px) {
  .unb-section {
    padding-top: var(--unb-space-section-top-tablet);
    padding-bottom: var(--unb-space-section-bottom-tablet);
  }
  .unb-container {
    width: min(var(--unb-container-max), calc(100% - (var(--unb-space-container-tablet) * 2)));
  }
}
@media (max-width: 767px) {
  .unb-section {
    padding-top: var(--unb-space-section-top-mobile);
    padding-bottom: var(--unb-space-section-bottom-mobile);
  }
  .unb-container {
    width: min(100%, calc(100% - (var(--unb-space-container-mobile) * 2)));
  }
}

.unb-stack { display: flex; flex-direction: column; gap: var(--unb-space-stack); }
.unb-grid { display: grid; gap: var(--unb-space-grid); }
.unb-card {
  background: var(--unb-color-surface);
  border: 1px solid var(--unb-color-card-border);
  border-radius: var(--unb-radius-card);
  box-shadow: var(--unb-shadow-card);
  padding: var(--unb-space-card);
}

.unb-btn,
a.unb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  flex: 0 0 auto;
  width: max-content;
  max-width: 100%;
  gap: 0.5rem;
  padding: 0.75rem 1.125rem;
  border-radius: var(--unb-radius-button);
  border: 1px solid transparent;
  font: inherit;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--unb-motion-duration) var(--unb-motion-ease),
              color var(--unb-motion-duration) var(--unb-motion-ease),
              border-color var(--unb-motion-duration) var(--unb-motion-ease),
              transform var(--unb-motion-duration) var(--unb-motion-ease);
}
.unb-btn--primary {
  background: var(--unb-color-primary);
  color: var(--unb-color-text-inverse);
}
.unb-btn--secondary {
  background: transparent;
  color: var(--unb-color-text);
  border-color: var(--unb-color-border);
}
.unb-btn:focus-visible,
.unb-link:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--unb-color-focus);
  outline-offset: 3px;
}

.unb-skip {
  position: absolute;
  left: 0.75rem;
  top: -100px;
  z-index: 10000;
  padding: 0.75rem 1rem;
  background: var(--unb-color-surface);
  color: var(--unb-color-text);
  border-radius: var(--unb-radius-button);
}
.unb-skip:focus {
  top: 0.75rem;
}

/* Structural primitives — used for section/column/card rules, not a noisy global border. */
.unb-rule { border-top: var(--unb-divider); }
.unb-rule--section { border-block: var(--unb-divider); }
.unb-columns-ruled > * + * { border-inline-start: 1px solid var(--unb-color-column-rule); }

html[data-unb-style="brutalist"] .unb-section + .unb-section {
  border-top: var(--unb-divider);
}
html[data-unb-style="brutalist"] .unb-card {
  border-width: 2px;
  box-shadow: none;
}
html[data-unb-style="brutalist"] .unb-eyebrow {
  color: var(--unb-color-text);
  background: var(--unb-color-primary);
  padding: 0.2rem 0.5rem;
}

/* Token bridge: existing utility classes inherit the resolved system */
.text-primary { color: var(--unb-color-text); }
.text-secondary { color: var(--unb-color-text-secondary); }
.text-tertiary { color: var(--unb-color-text-muted); }
.text-brand-primary { color: var(--unb-color-primary); }
.text-brand-secondary { color: var(--unb-color-secondary); }
.bg-primary { background-color: var(--unb-color-surface); }
.bg-secondary { background-color: var(--unb-color-surface-soft); }
.bg-brand-primary,
.bg-brand-solid { background-color: var(--unb-color-primary); }
.border-primary { border-color: var(--unb-color-border); }
.border-secondary { border-color: var(--unb-color-divider); }

.radius-xs, .radius-sm, .radius-md, .radius-lg, .radius-xl, .radius-2xl {
  border-radius: var(--unb-radius-card);
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --unb-motion-duration: 0.01ms;
    --unb-motion-distance: 0px;
  }
}
/* Light / soft / dark surface inheritance. Same component, different inherited context. */

.unb-surface--light,
.unb-surface[data-unb-surface="light"] {
  --unb-surface-bg: var(--unb-color-surface);
  --unb-surface-text: var(--unb-color-text);
  --unb-surface-muted: var(--unb-color-text-muted);
  --unb-surface-border: var(--unb-color-border);
  --unb-surface-accent: var(--unb-color-primary);
  --unb-surface-inverse: var(--unb-color-text-inverse);
  background-color: var(--unb-surface-bg);
  color: var(--unb-surface-text);
  color-scheme: light;
}

.unb-surface--soft,
.unb-surface[data-unb-surface="soft"] {
  --unb-surface-bg: var(--unb-color-surface-soft);
  --unb-surface-text: var(--unb-color-text);
  --unb-surface-muted: var(--unb-color-text-muted);
  --unb-surface-border: var(--unb-color-border);
  --unb-surface-accent: var(--unb-color-primary);
  --unb-surface-inverse: var(--unb-color-text-inverse);
  background-color: var(--unb-surface-bg);
  color: var(--unb-surface-text);
  color-scheme: light;
}

.unb-surface--dark,
.unb-surface[data-unb-surface="dark"] {
  --unb-surface-bg: var(--unb-color-surface-dark);
  --unb-surface-text: #FFFFFF;
  --unb-surface-muted: #8C8C8C;
  --unb-surface-border: #374151;
  --unb-surface-accent: #444ce7;
  --unb-surface-inverse: var(--unb-color-surface-dark);
  background-color: var(--unb-surface-bg);
  color: var(--unb-surface-text);
  color-scheme: dark;
}

html[data-unb-style="brutalist"] .unb-surface--dark,
html[data-unb-style="brutalist"] .unb-surface[data-unb-surface="dark"] {
  --unb-surface-bg: #0A0A0A;
  --unb-surface-text: #FFFFFF;
  --unb-surface-muted: #C8C8C0;
  --unb-surface-border: #C7FF00;
  --unb-surface-accent: #C7FF00;
  --unb-surface-inverse: #0A0A0A;
}

.unb-surface--dark .unb-eyebrow,
.unb-surface[data-unb-surface="dark"] .unb-eyebrow {
  color: var(--unb-surface-accent);
}

.unb-surface--dark .unb-lead,
.unb-surface--dark p,
.unb-surface[data-unb-surface="dark"] .unb-lead,
.unb-surface[data-unb-surface="dark"] p {
  color: var(--unb-surface-muted);
}

.unb-surface--dark h1,
.unb-surface--dark h2,
.unb-surface--dark h3,
.unb-surface--dark h4,
.unb-surface--dark h5,
.unb-surface--dark h6,
.unb-surface[data-unb-surface="dark"] h1,
.unb-surface[data-unb-surface="dark"] h2,
.unb-surface[data-unb-surface="dark"] h3,
.unb-surface[data-unb-surface="dark"] h4,
.unb-surface[data-unb-surface="dark"] h5,
.unb-surface[data-unb-surface="dark"] h6 {
  color: var(--unb-surface-text);
}

.unb-surface--dark .unb-btn--secondary {
  color: var(--unb-surface-text);
  border-color: var(--unb-surface-border);
}

.unb-surface--dark .unb-card {
  background: color-mix(in srgb, var(--unb-surface-bg) 80%, #ffffff 8%);
  border-color: var(--unb-surface-border);
  color: var(--unb-surface-text);
}

html[data-unb-style="brutalist"] .unb-surface--dark {
  border-color: #C7FF00;
}
.unb-surface--dark .hs-input,
.unb-surface--dark input,
.unb-surface--dark select,
.unb-surface--dark textarea {
  background: color-mix(in srgb, var(--unb-surface-bg) 85%, white 8%);
  color: var(--unb-surface-text);
  border-color: var(--unb-surface-border);
}
/* Shared section background + decorative layer. Content stays above chrome. */

.unb-chrome {
  position: relative;
  overflow: hidden;
}

.unb-chrome__bg,
.unb-chrome__overlay,
.unb-chrome__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.unb-chrome__bg {
  z-index: 0;
  background-color: var(--unb-chrome-bg, var(--unb-surface-bg, var(--unb-color-surface)));
  background-image: var(--unb-chrome-image, none);
  background-repeat: var(--unb-chrome-repeat, no-repeat);
  background-position: var(--unb-chrome-position, center center);
  background-size: var(--unb-chrome-size, cover);
}

.unb-chrome__overlay {
  z-index: 1;
  background: var(--unb-chrome-overlay-color, transparent);
  opacity: var(--unb-chrome-overlay-opacity, 0);
}

.unb-chrome__decor {
  z-index: 2;
  display: flex;
  width: var(--unb-decor-size, 12rem);
  height: var(--unb-decor-size, 12rem);
  max-width: 50%;
  opacity: var(--unb-decor-opacity, 1);
  transform: translate(var(--unb-decor-offset-x, 0), var(--unb-decor-offset-y, 0));
  inset: auto;
}

.unb-chrome__decor img,
.unb-chrome__decor svg {
  width: 100%;
  height: auto;
  display: block;
}

.unb-chrome__decor[data-pos="top-left"] { top: 0; left: 0; }
.unb-chrome__decor[data-pos="top-center"] { top: 0; left: 50%; transform: translate(calc(-50% + var(--unb-decor-offset-x, 0px)), var(--unb-decor-offset-y, 0px)); }
.unb-chrome__decor[data-pos="top-right"] { top: 0; right: 0; left: auto; }
.unb-chrome__decor[data-pos="center-left"] { top: 50%; left: 0; transform: translate(var(--unb-decor-offset-x, 0px), calc(-50% + var(--unb-decor-offset-y, 0px))); }
.unb-chrome__decor[data-pos="center"] { top: 50%; left: 50%; transform: translate(calc(-50% + var(--unb-decor-offset-x, 0px)), calc(-50% + var(--unb-decor-offset-y, 0px))); }
.unb-chrome__decor[data-pos="center-right"] { top: 50%; right: 0; left: auto; transform: translate(var(--unb-decor-offset-x, 0px), calc(-50% + var(--unb-decor-offset-y, 0px))); }
.unb-chrome__decor[data-pos="bottom-left"] { bottom: 0; left: 0; top: auto; }
.unb-chrome__decor[data-pos="bottom-center"] { bottom: 0; left: 50%; top: auto; transform: translate(calc(-50% + var(--unb-decor-offset-x, 0px)), var(--unb-decor-offset-y, 0px)); }
.unb-chrome__decor[data-pos="bottom-right"] { bottom: 0; right: 0; left: auto; top: auto; }

.unb-chrome__content {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  .unb-chrome__decor {
    max-width: 40%;
    opacity: calc(var(--unb-decor-opacity, 1) * 0.7);
  }
}

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



/* Styles 
Coomon CSS classes for colors, backgrounds, shadow effects, border radius and spacing  */
:root {
  --base-gap: 1rem;
  --containerWidth: 1280px;
  --MdcontainerWidth: 1280px;
}

.hidden {
  display: none;
}

.container,
.unb-container {
  width: min(var(--unb-container-max, var(--containerWidth)), calc(100% - (var(--unb-space-container, 16px) * 2)));
  max-width: none;
  margin-inline: auto;
}

.d-flex{
  display: flex;
}

.flex-1{
  flex: 1;
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.d-flex-col {
  flex-direction: column;
}

[class^='flex--row'] {
  margin-inline: calc(-1 * var(--base-gap));
}

.col {
  flex: 1 0 0%;
}


.col-2 {
  width: 16.666666666666668%;
}

.col-3 {
  width: 25.0%;
}

.col-4 {
  width: 33.333333333333336%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50.0%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666667%;
}

.col-9 {
  width: 75.0%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666667%;
}


.row > [class*='col'] {
  padding-inline: var(--base-gap);
}

.flexwrap { 
  display:flex; 
  flex-flow:row wrap; 
  justify-content:left; 
  display:-webkit-flex; 
  -webkit-flex-flow:row wrap; 
  -webkit-justify-content:left; 
}

.alignCenter { 
  align-items:center; 
  -webkit-align-items:center; 
}

.justCenter { 
  justify-content:center; 
  -webkit-justify-content:center; 
}

.justBetween { 
  justify-content:space-between; 
  -webkit-justify-content:space-between; 
}

@media (max-width: 991px) {
  .flex--row-lg > [class*='col'] {
    width: 100%;
  }
}

@media (max-width: 767px) {
  :root {
    --base-gap: 1rem;
  }

  .row > [class*='col'] {
    width: 100%;
  }
}
:root {
  
  /* Colors Variables */
  
  --base-white: #FFFFFF;
  --base-black: #000000;
  --brand-25: #f5f8ff;
  --brand-50: #eef4ff;
  --brand-100: #e0eaff;
  --brand-200: #c7d7fe;
  --brand-300: #a4bcfd;
  --brand-400: #8098f9;
  --brand-500: #6172f3;
  --brand-600: #444ce7;
  --brand-700: #3538cd;
  --brand-800: #2d31a6;
  --brand-900: #2d3282;
  --brand-950: #202466;
  --gray-light-mode-25: #FCFCFD;
  --gray-light-mode-50: #F9FAFB;
  --gray-light-mode-100: #F2F4F7;
  --gray-light-mode-200: #EAECF0;
  --gray-light-mode-300: #D0D5DD;
  --gray-light-mode-400: #98A2B3;
  --gray-light-mode-500: #667085;
  --gray-light-mode-600: #475467;
  --gray-light-mode-700: #344054;
  --gray-light-mode-800: #182230;
  --gray-light-mode-900: #101828;
  --gray-light-mode-950: #0C111D;
  --gray-dark-mode-25: #FAFAFA;
  --gray-dark-mode-50: #F5F5F6;
  --gray-dark-mode-100: #F0F1F1;
  --gray-dark-mode-200: #ECECED;
  --gray-dark-mode-300: #CECFD2;
  --gray-dark-mode-400: #94969C;
  --gray-dark-mode-500: #85888E;
  --gray-dark-mode-600: #61646C;
  --gray-dark-mode-700: #333741;
  --gray-dark-mode-800: #1F242F;
  --gray-dark-mode-900: #161B26;
  --gray-dark-mode-950: #0C111D;
  --error-25: #FFFBFA;
  --error-50: #FEF3F2;
  --error-100: #FEE4E2;
  --error-200: #FECDCA;
  --error-300: #FDA29B;
  --error-400: #F97066;
  --error-500: #F04438;
  --error-600: #D92D20;
  --error-700: #B42318;
  --error-800: #912018;
  --error-900: #7A271A;
  --error-950: #55160C;
  --warning-25: #FFFCF5;
  --warning-50: #FFFAEB;
  --warning-100: #FEF0C7;
  --warning-200: #FEDF89;
  --warning-300: #FEC84B;
  --warning-400: #FDB022;
  --warning-500: #F79009;
  --warning-600: #DC6803;
  --warning-700: #B54708;
  --warning-800: #93370D;
  --warning-900: #7A2E0E;
  --warning-950: #4E1D09;
  --success-25: #F6FEF9;
  --success-50: #ECFDF3;
  --success-100: #DCFAE6;
  --success-200: #ABEFC6; 
  --success-300: #75E0A7;
  --success-400: #47CD89;
  --success-500: #17B26A;
  --success-600: #079455;
  --success-700: #067647;
  --success-800: #085D3A;
  --success-900: #074D31;
  --success-950: #053321;

}

/* Gradients  */

.gradient-gray-01 {
  background: conic-gradient(from 259deg at 50% 50%, var(--gray-light-mode-600) 0deg, rgba(71, 84, 103, 0.00) 360deg);
}

.gradient-gray-02 {
  background: linear-gradient(90deg, var(--gray-light-mode-600) 0%, var(--gray-light-mode-500) 100%);
}

.gradient-gray-03 {
  background: linear-gradient(45deg, var(--gray-light-mode-700) 0%, var(--gray-light-mode-600) 100%);
}

.gradient-gray-04 {
  background: linear-gradient(45deg, var(--gray-light-mode-800) 0%, var(--gray-light-mode-600) 100%);
}

.gradient-gray-05 {
  background: linear-gradient(90deg, var(--gray-light-mode-800) 0%, var(--gray-light-mode-600) 100%);
}

.gradient-gray-06 {
  background: linear-gradient(27deg, var(--gray-light-mode-800) 8.33%, var(--gray-light-mode-700) 91.67%);
}

.gradient-gray-07 {
  background: linear-gradient(45deg, var(--gray-light-mode-900) 0%, var(--gray-light-mode-600) 100%);
}

.gradient-gray-neutral-01 {
  background: linear-gradient(180deg, #FFF 0%, #F3F5F7 100%);
}

.gradient-gray-neutral-02 {
  background: linear-gradient(180deg, var(--gray-light-mode-50) 0%, #EDF0F3 100%);
}

.gradient-gray-neutral-03 {
  background: linear-gradient(180deg, var(--gray-light-mode-50) 0%, #E7EBEF 100%);
}

.gradient-gray-neutral-04 {
  background: linear-gradient(180deg, #F3F5F7 0%, #E0E5EB 100%);
}

.gradient-gray-neutral-05 {
  background: linear-gradient(180deg, #EDF0F3 0%, #D4DBE2 100%);
}

.gradient-gray-neutral-06 {
  background: linear-gradient(180deg, #E7EBEF 0%, #C8D1DA 100%);
}

.gradient-gray-neutral-07 {
  background: linear-gradient(180deg, #E0E5EB 0%, #B6C2CE 100%);
}

.graident-gray-true-01 {
  background: linear-gradient(180deg, #FFF 0%, #F5F5F5 100%);
}

.graident-gray-true-02 {
  background: linear-gradient(180deg, var(--gray-dark-mode-25) 0%, #F0F0F0 100%);
}

.graident-gray-true-03 {
  background: linear-gradient(180deg, var(--gray-dark-mode-25) 0%, #EBEBEB 100%);
}

.gradient-gray-true-04 {
  background: linear-gradient(180deg, #F5F5F5 0%, #E5E5E5 100%);
}

.gradient-gray-true-05 {
  background: linear-gradient(180deg, #F0F0F0 0%, #DBDBDB 100%);
}

.gradient-gray-true-06 {
  background: linear-gradient(180deg, #EBEBEB 0%, #D1D1D1 100%);
}

.gradient-gray-true-07 {
  background: linear-gradient(180deg, #E5E5E5 0%, #C2C2C2 100%);
}
/* Text Colors */

.text-primary {
  color: #101828;
}

.bg-brand .text-primary {
  color: var(--base-white);
}

.text-secondary {
  color: #344054;
}

.text-secondary:hover {
  color: var(--gray-light-mode-800);
}

.bg-brand .text-secondary {
  color: var(--brand-200);
}

.text-tertiary {
 color: #475467; 
}

.text-tertiary:hover {
  color: var(--gray-dark-mode-400);
}

.bg-brand .text-tertiary {
  color: var(--brand-200);
}

.text-quarterary {
  color: ;
}

.bg-brand .text-quarterary {
  color: var(--brand-300);
}

.text-white {
  color: var(--base-white);
}

.text-disabled {
  color: var(--gray-light-mode-500);
}

.text-placeholder {
  color: var(--gray-light-mode-500);
}

.text-placeholder_subtle {
  color: var(--gray-light-mode-300);
}

.text-brand-primary {
  color: #444ce7;
}

.text-brand-secondary {
  color: #3538cd;
}

.text-brand-tertiary {
  color: ;
}

.text-tertiary_alt {
  color: var(--brand-600);
}

.text-error-primary {
  color: ;
}

.text-warning-primary {
  color: ;
}

.text-success-primary {
  color: ;
}


/* Borders  */

.border-primary {
  border-color: var(--gray-light-mode-300);
}

.border-secondary {
  border-color: var(--gray-light-mode-200);
}

.border-tertiary {
  border-color: var(--gray-light-mode-100);
}

.border-disabled {
  border-color: var(--gray-light-mode-300);
}

.border-disabled_subtle {
  border-color: var(--gray-light-mode-200);
}

.border-brand {
  border-color: var(--brand-300);
}

.border-brand-solid {
  border-color: var(--brand-600);
}

.border-brand-solid_alt {
  border-color: var(--brand-600);
}

.border-error {
  border-color: var(--error-300);
}

.border-error-solid {
  border-color: var(--error-600);
}


/* Backgrounds */

.bg-primary {
  background-color: var(--base-white);
}

.bg-primary_alt {
  background-color: var(--base-white);
}

/* .bg-primary:hover {
  background-color: var(--gray-light-mode-50);
} */

.bg-primary-solid {
  background-color: var(--gray-light-mode-950);
}

.bg-secondary {
  background-color: var(--gray-light-mode-50);
}

.bg-secondary_alt {
  background-color: var(--gray-light-mode-50);
}

.bg-secondary:hover {
  background-color: var(--gray-light-mode-100);
}

.bg-secondary_subtle {
  background-color: var(--gray-light-mode-25);
}

.bg-secondary-solid {
  background-color: var(--gray-light-mode-600);
}

.bg-tertiary {
  background-color: var(--gray-light-mode-100);
}

.bg-quarterary {
  background-color: var(--gray-light-mode-200);
}

.bg-active {
  background-color: var(--gray-light-mode-50);
}

.bg-disabled {
  background-color: var(--gray-light-mode-100);
}

.bg-disabled_subtle {
  background-color: var(--gray-light-mode-50);
}

.bg-overlay {
  background-color: var(--gray-light-mode-950);
}

.bg-brand-primary {
  background-color: var(--brand-50);
}

.bg-brand-primary_alt {
  background-color: var(--brand-50);
}

.bg-brand-secondary {
  background-color: var(--brand-100);
}

.bg-brand-solid {
  background-color: var(--brand-700);
}
 
.bg-brand-solid:hover {
  background-color: var(--brand-800);
}

.bg-brand-section {
  background-color: var(--brand-800);
}

.bg-brand-section_subtle {
  background-color: var(--brand-700);
}

.bg-error-primary {
  background-color: var(--error-50);
}

.bg-error-secondary {
  background-color: var(--error-100);
}

.bg-error-solid {
  background-color: var(--error-600);
}

.bg-warning-primary {
  background-color: var(--warning-50);
}

.bg-warning-secondary {
  background-color: var(--warning-100);
}

.bg-warning-solid {
  background-color: var(--warning-600);
}

.bg-success-primary {
  background-color: var(--success-50);
}

.bg-success-secondary {
  background-color: var(--success-100);
}

.bg-success-solid {
  background-color: var(--success-600);
}

/* Foregrounds */

.fg-primary {
  background-color: var(--gray-light-mode-900);
}

.fg-secondary {
  background-color: var(--gray-light-mode-700);
}

.fg-secondary:hover {
  background-color: var(--gray-light-mode-800);
}

.fg-tertiary {
  background-color: var(--gray-light-mode-600);
}

.fg-tertiary:hover {
  background-color: var(--gray-light-mode-700);
}

.fg-quarterary {
  background-color: var(--gray-light-mode-500);
}

.fg-quarterary:hover {
  background-color: var(--gray-light-mode-600);
}

.fg-quinary {
  background-color: var(--gray-light-mode-400);
}

.fg-quinary:hover {
  background-color: var(--gray-light-mode-500);
}

.fg-senary {
  background-color: var(--gray-light-mode-300);
}

.fg-white {
  background-color: var(--base-white);
}

.fg-disabled {
  background-color: var(--gray-light-mode-400);
}

.fg-disabled_subtle {
  background-color: var(--gray-light-mode-300);
}

.fg-brand-primary {
  background-color: var(--brand-600);
}

.fg-brand-primary_alt {
  background-color: var(--brand-600);
}

.fg-brand-secondary {
  background-color: var(--brand-500);
}

.fg-error-primary {
  background-color: var(--error-600);
}

.fg-error-secondary {
  background-color: var(--error-500);
}

.fg-warning-primary {
  background-color: var(--warning-600);
}

.fg-warning-secondary {
  background-color: var(--warning-500);
}

.fg-success-primary {
  background-color: var(--success-600);
}

.fg-success-secondary {
  background-color: var(--success-500);
}

/* Buttons  */

.button-primary-fg {
  color: #FFFFFF;
}

.button-primary-fg:hover {
  color: #FFFFFF;
}

.button-primary-bg {
  background-color: #444ce7;
}

.button-primary-bg:hover {
  background-color: #3538cd;
}

.button-primary-border {
  border: 1px solid #444ce7;
;
}

.button-primary-border:hover {
  border: 1px solid #3538cd;
;
}

.button-primary-bg-clicked {
  background-color: var(--brand-800);
}

.button-primary-link-clicked {
  background-color: var(--brand-800);
}

.button-secondary-fg {
  color: #3538cd;
}

.button-secondary-fg:hover {
  color: #FFFFFF;
}

.button-secondary-bg {
  background-color: #FFFFFF;
}

.button-secondary-bg:hover {
  background-color: #3538cd;
}

.button-secondary-border {
  border: 1px solid #3538cd;
;
}

.button-secondary-border:hover {
  border: 1px solid #3538cd;
;
}

.button-secondary-bg-clicked {
  background-color: var(--gray-light-mode-200);
}

.button-tertiary-color-fg {
  color: var(--brand-600);
}

.button-tertiary-color-fg:hover {
  color: var(--brand-800);
}

.button-tertiary-color-bg:hover {
  color: var(--brand-50);
}

.button-tertiary-color-fg-disabled {
  background-color: var(--brand-700);
}

.button-tertiary-color-fg-clicked {
  background-color: var(--brand-500);
}

/* Footers */

.footers-button-fg {
  color: var(--brand-200);
}

.footers-button-fg:hover {
  color: var(--base-white);
}

.footers-badge-fg {
  color: var(--success-700);
}

.footers-badge-bg {
  background-color: var(--success-50);
}

.footers-badge-border {
  border-color: var(--success-200);
}

/* Icons */

.icon-fg-brand {
  color: var(--brand-600);
}

.bg-brand .icon-fg-brand {
  color: var(--brand-200);
}
/* Text Colors */

.dark_mode .text-primary {
  color: ;
}

.dark_mode .bg-brand .text-primary {
  color: var(--gray-dark-mode-50);
}

.dark_mode .text-secondary {
  color: ;
}

.dark_mode .text-secondary:hover {
  color: var(--gray-dark-mode-200);
}

.dark_mode .bg-brand .text-secondary {
  color: var(--gray-dark-mode-300);
}

.dark_mode .text-tertiary {
  color: ;
}

.dark_mode .text-tertiary:hover {
  color: var(--gray-dark-mode-300);
}

.dark_mode .bg-brand .text-tertiary {
  color: var(--gray-dark-mode-400);
}

.dark_mode .text-quarterary {
  color: ;
}

.dark_mode .bg-brand .text-quarterary {
  color: var(--gray-dark-mode-400);
}

.dark_mode .text-white {
  color: var(--base-white);
}

.text-disabled {
  color: var(--gray-light-mode-500);
}

.dark_mode .text-placeholder {
  color: var(--gray-dark-mode-400);
}

.dark_mode .text-placeholder_subtle {
  color: var(--gray-dark-mode-700);
}

.dark_mode .text-brand-primary {
  color:  ;
}

.dark_mode .text-brand-secondary {
  color: ;
}

.dark_mode .text-brand-tertiary {
  color: ;
}

.dark_mode .text-tertiary_alt {
  color: var(--gray-dark-mode-50);
}

.dark_mode .text-error-primary {
  color: var(--error-400);
}

.dark_mode .text-warning-primary {
  color: var(--warning-400);
}

.dark_mode .text-success-primary {
  color: var(--success-400);
}

/* Borders  */

.dark_mode .border-primary {
  border-color: var(--gray-dark-mode-700);
}

.dark_mode .border-secondary {
  border-color: var(--gray-dark-mode-800);
}

.dark_mode .border-tertiary {
  border-color: var(--gray-dark-mode-800);
}

.dark_mode .border-disabled {
  border-color: var(--gray-dark-mode-700);
}

.dark_mode .border-disabled_subtle {
  border-color: var(--gray-dark-mode-800);
}

.dark_mode .border-brand {
  border-color: var(--brand-400);
}

.dark_mode .border-brand-solid {
  border-color: var(--brand-600);
}

.dark_mode .border-brand-solid_alt {
  border-color: var(--gray-dark-mode-700);
}

.dark_mode .border-error {
  border-color: var(--error-400);
}

.dark_mode .border-error-solid {
  border-color: var(--error-600);
}


/* Backgrounds */

.dark_mode .bg-primary {
  background-color: var(--gray-dark-mode-950);
}

.dark_mode .bg-primary_alt {
  background-color: var(--gray-dark-mode-900);
}

.dark_mode .bg-primary:hover {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-primary-solid {
  background-color: var(--gray-dark-mode-950);
}

.dark_mode .bg-secondary {
  background-color: var(--gray-dark-mode-900);
}

.dark_mode .bg-secondary_alt {
  background-color: var(--gray-dark-mode-950);
}

.dark_mode .bg-secondary:hover {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-secondary_subtle {
  background-color: var(--gray-dark-mode-900);
}

.dark_mode .bg-secondary-solid {
  background-color: var(--gray-dark-mode-600);
}

.dark_mode .bg-tertiary {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-quarterary {
  background-color: var(--gray-dark-mode-700);
}

.dark_mode .bg-active {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-disabled {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-disabled_subtle {
  background-color: var(--gray-dark-mode-900);
}

.dark_mode .bg-overlay {
  background-color: var(--gray-dark-mode-950);
}

.dark_mode .bg-brand-primary {
  background-color: var(--brand-500);
}

.dark_mode .bg-brand-primary_alt {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-brand-secondary {
  background-color: var(--brand-600);
}

.dark_mode .bg-brand-solid {
  background-color: var(--brand-600);
}
 
.dark_mode .bg-brand-solid:hover {
  background-color: var(--brand-500);
}

.dark_mode .bg-brand-section {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .bg-brand-section_subtle {
  background-color: var(--gray-dark-mode-950);
}

.dark_mode .bg-error-primary {
  background-color: var(--error-500);
}

.dark_mode .bg-error-secondary {
  background-color: var(--error-600);
}

.dark_mode .bg-error-solid {
  background-color: var(--error-600);
}

.dark_mode .bg-warning-primary {
  background-color: var(--warning-500);
}

.dark_mode .bg-warning-secondary {
  background-color: var(--warning-600);
}

.dark_mode .bg-warning-solid {
  background-color: var(--warning-600);
}

.dark_mode .bg-success-primary {
  background-color: var(--success-500);
}

.dark_mode .bg-success-secondary {
  background-color: var(--success-600);
}

.dark_mode .bg-success-solid {
  background-color: var(--success-600);
}

/* Foregrounds */

.dark_mode .fg-primary {
  background-color: var(--base-white);
}

.dark_mode .fg-secondary {
  background-color: var(--gray-dark-mode-300);
}

.dark_mode .fg-secondary:hover {
  background-color: var(--gray-dark-mode-200);
}

.dark_mode .fg-tertiary {
  background-color: var(--gray-dark-mode-400);
}

.dark_mode .fg-tertiary:hover {
  background-color: var(--gray-dark-mode-300);
}

.dark_mode .fg-quarterary {
  background-color: var(--gray-dark-mode-400);
}

.dark_mode .fg-quarterary:hover {
  background-color: var(--gray-dark-mode-300);
}

.dark_mode .fg-quinary {
  background-color: var(--gray-dark-mode-500);
}

.dark_mode .fg-quinary:hover {
  background-color: var(--gray-dark-mode-400);
}

.dark_mode .fg-senary {
  background-color: var(--gray-dark-mode-600);
}

.dark_mode .fg-white {
  background-color: var(--base-white);
}

.dark_mode .fg-disabled {
  background-color: var(--gray-dark-mode-500);
}

.dark_mode .fg-disabled_subtle {
  background-color: var(--gray-dark-mode-600);
}

.dark_mode .fg-brand-primary {
  background-color: var(--brand-500);
}

.dark_mode .fg-brand-primary_alt {
  background-color: var(--gray-dark-mode-300);
}

.dark_mode .fg-brand-secondary {
  background-color: var(--brand-500);
}

.dark_mode .fg-error-primary {
  background-color: var(--error-500);
}

.dark_mode .fg-error-secondary {
  background-color: var(--error-400);
}

.dark_mode .fg-warning-primary {
  background-color: var(--warning-500);
}

.dark_mode .fg-warning-secondary {
  background-color: var(--warning-400);
}

.dark_mode .fg-success-primary {
  background-color: var(--success-500);  
}

.dark_mode .fg-success-secondary {
  background-color: var(--success-400);
}

/* Buttons  */

.dark_mode .button-primary-fg {
  color: var(--gray-light-mode-50);
}

.dark_mode .button-primary-fg:hover {
  color: var(--gray-light-mode-50);
}

.dark_mode .button-primary-bg {
  background-color: var(--brand-600);
}

.dark_mode .button-primary-bg:hover {
  background-color: var(--brand-700);
}

.dark_mode .button-primary-border {
  border-color: var(--brand-600);
}

.dark_mode .button-primary-border:hover {
  border-color: var(--brand-700);
}

.dark_mode .button-primary-bg-clicked {
  background-color: var(--brand-800);
}

.dark_mode .button-primary-link-clicked {
  background-color: var(--brand-500);
}

.dark_mode .button-secondary-fg {
  color: var(--gray-dark-mode-300);
}

.dark_mode .button-secondary-fg:hover {
  color: var(--gray-dark-mode-100);
}

.dark_mode .button-secondary-bg {
  background-color: var(--gray-dark-mode-900);
}

.dark_mode .button-secondary-bg:hover {
  background-color: var(--gray-dark-mode-800);
}

.dark_mode .button-secondary-border {
  border-color: var(--gray-dark-mode-700);
}

.dark_mode .button-secondary-border:hover {
  border-color: var(--gray-dark-mode-700);
}

.dark_mode .button-secondary-bg-clicked {
  background-color: var(--gray-dark-mode-600);
}

.dark_mode .button-tertiary-color-fg {
  color: var(--brand-400);
}

.dark_mode .button-tertiary-color-fg:hover {
  color: var(--brand-600);
}

.dark_mode .button-tertiary-color-bg:hover {
  color: var(--brand-800);
}

.dark_mode .button-tertiary-color-fg-disabled {
  background-color: var(--brand-600);
}

.dark_mode .button-tertiary-color-fg-clicked {
  background-color: var(--brand-300);
}

/* Footers */

.dark_mode .footers-button-fg {
  color: var(--gray-dark-mode-300);
}

.dark_mode .footers-button-fg:hover {
  color: var(--gray-dark-mode-100);
}

.dark_mode .footers-badge-fg {
  color: var(--base-white);
}

.dark_mode .footers-badge-bg {
  background-color: var(--base-white);
}

.dark_mode .footers-badge-border {
  border-color: var(--base-white);
}

/* Icons */

.dark_mode .icon-fg-brand {
  color: var(--gray-dark-mode-400);
}

.dark_mode .bg-brand .icon-fg-brand {
  color: var(--gray-dark-mode-400);
}
:root {

  /* Shadows */

  --focus-rings-ring-brand: 0px 0px 0px 4px #c7d7fe;
  --focus-rings-ring-brand-shadow-xs: 0px 1px 2px 0px #1018280d,0px 0px 0px 4px #c7d7fe;
  --focus-rings-ring-brand-shadow-sm: 0px 1px 3px 0px #1018281a,0px 1px 2px 0px #1018280f,0px 0px 0px 4px #c7d7fe;
  --focus-rings-ring-gray: 0px 0px 0px 4px #98a2b324;
  --focus-rings-ring-gray-shadow-xs: 0px 1px 2px 0px #1018280d,0px 0px 0px 4px #98a2b324;
  --focus-rings-ring-gray-shadow-sm: 0px 1px 3px 0px #1018281a,0px 1px 2px 0px #1018280f,0px 0px 0px 4px #98a2b324;
  --focus-rings-ring-gray-secondary: 0px 0px 0px 4px #98a2b333;
  --focus-rings-ring-error: 0px 0px 0px 4px #f044383d;
  --focus-rings-ring-error-shadow-xs: 0px 1px 2px 0px #1018280d,0px 0px 0px 4px #f044383d;
  --shadows-shadow-xs: 0px 1px 2px 0px #1018280d;
  --shadows-shadow-sm: 0px 1px 3px 0px #1018281a,0px 1px 2px 0px #1018280f;
  --shadows-shadow-md: 0px 4px 8px -2px #1018281a,0px 2px 4px -2px #1018280f;
  --shadows-shadow-lg: 0px 12px 16px -4px #10182814,0px 4px 6px -2px #10182808;
  --shadows-shadow-xl: 0px 20px 24px -4px #10182814,0px 8px 8px -4px #10182808;
  --shadows-shadow-2xl: 0px 24px 48px -12px #1018282e;
  --shadows-shadow-3xl: 0px 32px 64px -12px #10182824;
}

/* Shadows CSS */

.shadow-xs {
  box-shadow: var(--shadows-shadow-xs);
}

.shadow-sm {
  box-shadow: var(--shadows-shadow-sm);
}

.shadow-md {
  box-shadow: var(--shadows-shadow-md);
}

.shadow-lg {
  box-shadow: var(--shadows-shadow-lg);
}

.shadow-xl {
  box-shadow: var(--shadows-shadow-xl);
}

.shadow-2xl {
  box-shadow: var(--shadows-shadow-2xl);
}

.shadow-3xl {
  box-shadow: var(--shadows-shadow-3xl);
}

.ring-brand {
  box-shadow: var(--focus-rings-ring-brand);
}

.ring-brand-shadow-xs {
  box-shadow: var(--focus-rings-ring-brand-shadow-xs);
}

.ring-brand-shadow-sm {
  box-shadow: var(--focus-rings-ring-brand-shadow-sm);
}

.ring-gray {
  box-shadow: var(--focus-rings-ring-gray);
}

.ring-gray-shadow-xs {
  box-shadow: var(--focus-rings-ring-gray-shadow-xs);
}

.ring-gray-shadow-sm {
  box-shadow: var(--focus-rings-ring-gray-shadow-sm);
}

.ring-error {
  box-shadow: var(--focus-rings-ring-error);
}

.ring-error-shadow-xs {
  box-shadow: var(--focus-rings-ring-error-shadow-xs);
}
:root {
  --radii-0: 0px;
  --radii-1: 2px;
  --radii-2: 4px;
  --radii-3: 6px;
  --radii-4: 8px;
  --radii-5: 10px;
  --radii-6: 12px;
  --radii-7: 16px;
  --radii-8: 20px;
  --radii-9: 24px;
  --radii-full: 9999px;
}

.radius-none {
  border-radius: var(--radii-0);
}

.radius-xxs {
  border-radius: var(--radii-1);
}

.radius-xs {
  border-radius: var(--radii-2);
}

.radius-sm {
  border-radius: var(--radii-3);
}

.radius-md {
  border-radius: var(--radii-4);
}

.radius-lg {
  border-radius: var(--radii-5);
}

.radius-xl {
  border-radius: var(--radii-6);
}

.radius-2xl {
  border-radius: var(--radii-7);
}

.radius-3xl {
  border-radius: var(--radii-8);
}

.radius-4xl {
  border-radius: var(--radii-9);
}

.radius-full {
  border-radius: var(--radii-full);
}
:root {
    --spacing-xxs: 2px;
    --spacing-xs: 4px;
    --spacing-sm: 8px;
    --spacing-md: 12px;
    --spacing-lg: 16px;
    --spacing-lg1: 18px;
    --spacing-xl: 20px;
    --spacing-1xl: 22px;
    --spacing-2xl: 24px;
    --spacing-3xl: 32px;
    --spacing-4xl: 64px;
    --spacing-9xl:96px;
    --spacing-base: 4px;
    --sizing-xs: 24px;
    --sizing-sm: 32px;
    --sizing-md: 40px;
    --sizing-lg: 48px;
    --sizing-xl: 64px;
    --width-xxs: 320px;
    --width-xs: 384px;
    --width-sm: 480px;
    --width-md: 560px;
    --width-lg: 640px;
    --width-xl: 768px;
    --width-2xl: 1024px;
    --width-3xl: 1280px;
    --width-4xl: 1440px;
    --width-5xl: 1600px; 
    --width-6xl: 1920px;
}

.spacing-xxs {
  padding: var(--spacing-xxs);
}

.spacing-xs {
  padding: var(--spacing-xs);
}

.spacing-sm {
  padding: var(--spacing-sm);
}

.spacing-md {
  padding: var(--spacing-md);
}

.spacing-lg {
  padding: var(--spacing-lg);
}

.spacing-lg-tb {
  padding-top: var(--spacing-lg);
  padding-bottom: var(--spacing-lg);
}

.spacing-xl {
  padding: var(--spacing-xl);
}

.spacing-1xl-lr {
  padding-left: var(--spacing-1xl);
  padding-right: var(--spacing-1xl);
}

.spacing-2xl {
  padding: var(--spacing-2xl);
}

.spacing-2xl-tb {
  padding-top: var(--spacing-2xl);
  padding-bottom: var(--spacing-2xl);
}
.spacing-2xl-lr {
  padding-left: var(--spacing-2xl);
  padding-right: var(--spacing-2xl);
}

.spacing-3xl {
  padding: var(--spacing-3xl);
}

.spacing-3xl-tb {
  padding-top: var(--spacing-3xl);
  padding-bottom: var(--spacing-3xl);
}
.spacing-3xl-lr {
  padding-left: var(--spacing-3xl);
  padding-right: var(--spacing-3xl);
}

.spacing-4xl {
  padding: var(--spacing-4xl);
}

.spacing-9xl-top {
  padding-top: var(--spacing-9xl);
}

.spacing-9xl-bottom {
  padding-bottom: var(--spacing-9xl);
}


.spacing-base {
  padding: var(--spacing-base);
}

.sizing-xs {
  width: var(--sizing-xs);
}

.sizing-sm {
  width: var(--sizing-sm);
}

.sizing-md {
  width: var(--sizing-md);
}

.sizing-lg {
  width: var(--sizing-lg);
}

.sizing-xl {
  width: var(--sizing-xl);
}

.gap-col-xxs {
  column-gap: var(--spacing-xxs);
}

.gap-row-xxs {
  row-gap: var(--spacing-xxs);
}

.gap-column-xs {
  column-gap: var(--spacing-xs);
}

.gap-row-xs {
  row-gap: var(--spacing-xs);
}

.gap-col-sm {
  column-gap: var(--spacing-sm);
}

.gap-row-sm {
  row-gap: var(--spacing-sm);
}

.gap-col-md {
  column-gap: var(--spacing-md);
}

.gap-row-md {
  row-gap: var(--spacing-md);
}

.gap-column-lg {
  column-gap: var(--spacing-lg);
}

.gap-row-lg {
  row-gap: var(--spacing-lg);
}

.gap-col-lg1 {
  column-gap: var(--spacing-lg1);
}

.gap-row-lg1 {
  row-gap: var(--spacing-lg1);
}

.gap-col-xl {
  column-gap: var(--spacing-xl);
}

.gap-row-xl {
  row-gap: var(--spacing-xl);
}

.gap-col-1xl {
  column-gap: var(--spacing-1xl);
}

.gap-row-1xl {
  row-gap: var(--spacing-1xl);
}

.gap-col-2xl {
  column-gap: var(--spacing-2xl);
}

.gap-row-2xl {
  row-gap: var(--spacing-2xl);
}

.gap-col-3xl {
  column-gap: var(--spacing-3xl);
}

.gap-row-3xl {
  row-gap: var(--spacing-3xl);
}

.gap-col-4xl {
  column-gap: var(--spacing-4xl);
}

.gap-row-4xl {
  row-gap: var(--spacing-4xl);
}

@media(max-width:991px){
 
  .tab-spacing-4xl-tb {
     padding-top: var(--spacing-4xl);
     padding-bottom: var(--spacing-4xl);
  }
  
  .spacing-1xl-lr {
    padding-left: var(--spacing-lg1);
    padding-right: var(--spacing-lg1);
  }
  .spacing-lg-tb {
    padding-bottom: var(--spacing-md);
    padding-top: var(--spacing-md);
  }
  
}
:root {
  --font-families-headlines: var(--unb-font-heading-family, "DM Sans", sans-serif);
  --font-families-body: var(--unb-font-body-family, "DM Sans", sans-serif);
  --line-heights-0: 5.625rem;
  --line-heights-1: 4.5rem;
  --line-heights-2: 3.75rem;
  --line-heights-3: 2.75rem;
  --line-heights-4: 2.375rem;
  --line-heights-5: 2rem;
  --line-heights-6: 2.25rem;
  --line-heights-7: 1.875rem;
  --line-heights-8: 1.75rem;
  --line-heights-9: 1.5rem;
  --line-heights-10: 1.25rem;
  --line-heights-11: 1.125rem;
  --font-weights-regular: 400;
  --font-weights-medium: 500;
  --font-weights-semibold: 600;
  --font-weights-bold: 700;
  --font-weights-medium-italic: 700;
  --font-weights-italic: Italic;
  --font-weights-semibold-italic: 600;
  --font-weights-bold-italic: 700;
  --font-size-0: 0.75rem;
  --font-size-1: 0.875rem;
  --font-size-2: 1rem;
  --font-size-3: 1.125rem;
  --font-size-4: 1.25rem;
  --font-size-5: 1.5rem;
  --font-size-6: 1.875rem;
  --font-size-7: 2.25rem;
  --font-size-8: 3rem;
  --font-size-9: 3.75rem;
  --font-size-10: 4.5rem;
  --letter-spacing-0: 0%;
  --text-decoration-underline: underline;
}


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

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

/* Paragraphs */

p {
  font-size: var(--unb-font-body, var(--font-size-2));
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

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

/* Typography CSS  */

[class^='display'] {
  font-family: var(--font-families-headlines);
  letter-spacing: var(--letter-spacing-0);
}

[class^='display-2xl'] {
  font-size: var(--font-size-10);
  line-height: var(--line-heights-0);
}

[class^='display-xl'] {
  font-size: var(--font-size-9);
  line-height: var(--line-heights-1);
}

[class^='display-lg'] {
  font-size: var(--font-size-8);
  line-height: var(--line-heights-2);
}

[class^='display-md'] {
  font-size: var(--font-size-7);
  line-height: var(--line-heights-3);
}

[class^='display-sm'] {
  font-size: var(--font-size-6);
  line-height: var(--line-heights-4);
}

[class^='display-xs'] {
  font-size: var(--font-size-5);
  line-height: var(--line-heights-5);
}

[class^='text-xl'] {
  font-size: var(--font-size-4);
  line-height: var(--line-heights-7);
}

[class^='text-lg'] {
  font-size: var(--font-size-3);
  line-height: var(--line-heights-8);
}

[class^='text-md'] {
  font-size: var(--font-size-2);
  line-height: var(--line-heights-9);
}

[class^='text-sm'] {
  font-size: var(--font-size-1);
  line-height: var(--line-heights-10);
}

[class$='-regular'] {
  font-weight: var(--font-weights-regular);
}


[class$='-medium'] {
  font-weight: var(--font-weights-medium);
}

[class$='-bold'] {
  font-weight: var(--font-weights-bold);
}

[class$="-semi-bold"] {
  font-weight: var(--font-weights-semibold);
}


[class$='-medium-italic'] {
  font-weight: var(--font-weights-medium-italic);
}


[class$='-regular-italic'] {
  font-weight: var(--font-weights-italic);
}


[class$='-semibold-italic'] {
  font-weight: var(--font-weights-semibold-italic);
}


[class$='-bold-italic'] {
  font-weight: var(--font-weights-bold-italic);
}


[class$='-regular-underlined'] {
  font-weight: var(--font-weights-regular);
  text-decoration: var(--text-decoration-underline);
}


[class$='-medium-underlined'] {
  font-weight: var(--font-weights-medium);
  text-decoration: var(--text-decoration-underline);
}


[class$='-semibold-underlined'] {
  font-weight: var(--font-weights-semibold);
  text-decoration: var(--text-decoration-underline);
}


.semibold-underlined, .dark_mode .semibold-underlined, .light_mode .semibold-underlined {
  font-weight: var(--font-weights-bold);
}

.regular, .dark_mode .regular, .light_mode .regular {
  font-weight: var(--font-weights-regular);
}
.medium, .dark_mode .medium, .light_mode .medium {
  font-weight: var(--font-weights-medium);
}
.semibold, .dark_mode .semibold, .light_mode .semibold {
  font-weight: var(--font-weights-semibold);
}

.bold, .dark_mode .bold, .light_mode .bold {
  font-weight: var(--font-weights-bold);
}
.medium-italic, .dark_mode .medium-italic, .light_mode .medium-italic {
  font-weight: var(--font-weights-bold);
}
.semibold-italic, .dark_mode .semibold-italic, .light_mode .semibold-italic {
  font-weight: var(--font-weights-bold);
}
.medium-underlined, .dark_mode .medium-underlined, .light_mode .medium-underlined {
  font-weight: var(--font-weights-bold);
}
.bold-italic, .dark_mode .bold-italic, .light_mode .bold-italic {
  font-weight: var(--font-weights-bold);
}
.regular-italic, .dark_mode .regular-italic, .light_mode .regular-italic {
  font-weight: var(--font-weights-bold);
}
.regular-underlined, .dark_mode .regular-underlined, .light_mode .regular-underlined {
  font-weight: var(--font-weights-bold);
}


@media(max-width:991px){
  
 [class^='display-xl'] {
   font-size: var(--font-size-8);
  line-height: var(--line-heights-2);
 }
 
 [class^='text-xl'] {
   font-size: var(--font-size-3);
   line-height: var(--line-heights-8);
 }
  
  [class^='text-lg'] {
   font-size: var(--font-size-2);
   line-height: var(--line-heights-9);
 }
  
  

}


@media(max-width:767px){
  
 [class^='display-xl'] {
   font-size: var(--font-size-6);
  line-height: var(--line-heights-4);
 }
  
  

}
/* Last in main.css so design-system tokens win over utility/legacy classes. */

.text-primary { color: var(--unb-color-text); }
.text-secondary { color: var(--unb-color-text-secondary); }
.text-tertiary { color: var(--unb-color-text-muted); }
.text-brand-primary { color: var(--unb-color-primary); }
.text-brand-secondary { color: var(--unb-color-secondary); }
.bg-primary { background-color: var(--unb-color-surface); }
.bg-secondary { background-color: var(--unb-color-surface-soft); }

.unb-header {
  background: var(--unb-color-surface);
  color: var(--unb-color-text);
  border-bottom: var(--unb-structural-border, 1px solid var(--unb-color-border));
  font-family: var(--unb-font-body-family);
}
.unb-header .unb-header-menu-link {
  color: var(--unb-color-text-secondary);
  font-family: var(--unb-font-body-family);
  font-size: var(--unb-font-small);
  font-weight: var(--unb-weight-body);
}
.unb-header .unb-header-menu-submenu {
  background: var(--unb-color-surface);
  border: 1px solid var(--unb-color-border);
  border-radius: var(--unb-radius-card);
  box-shadow: var(--unb-shadow-elevated);
}
.unb-header .button,
.unb-header .hs-button,
.unb-header .unb-btn {
  border-radius: var(--unb-radius-button);
  font-family: var(--unb-font-body-family);
}

a.unb-btn,
.unb-btn {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 auto;
}

/* Card / story / team media: crop to the HTML reference ratios so tall files cannot stretch sections. */
.unb-card > img,
.unb-filter-grid__item img,
.unb-carousel img,
.unb-quotes .unb-card img:not(figcaption img) {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.unb-team img,
.unb-team__photo,
.unb-team__photo img {
  aspect-ratio: 1 / 1;
  min-height: 0;
  max-height: 20rem;
}

.unb-team img,
.unb-team__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.unb-split__media img,
.unb-split__ph {
  aspect-ratio: auto;
  min-height: 28.75rem;
  max-height: none;
  object-fit: cover;
}

.unb-hero--split .unb-hero__grid {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 3.625rem;
}
.unb-hero--split .unb-hero__copy {
  max-width: 61.25rem;
}
.unb-hero--split .unb-hero__media,
.unb-hero--split .unb-hero__panel {
  grid-column: 1 / -1;
}
.unb-hero__media img {
  width: 100%;
  aspect-ratio: auto;
  min-height: 38.75rem;
  max-height: none;
  object-fit: cover;
  border-radius: var(--unb-radius-surface);
}
.unb-hero__panel {
  min-height: 38.75rem;
  max-height: none;
  aspect-ratio: auto;
}

.unb-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 2.5rem;
  align-items: end;
  margin-bottom: 2.375rem;
}
.unb-stats__grid {
  text-align: left;
  gap: 1.75rem;
}
.unb-stats__item {
  padding-top: 1.5rem;
  border-top: 1px solid var(--unb-color-border);
}
.unb-stats__value {
  font-size: var(--unb-font-h1);
  letter-spacing: var(--unb-track-display);
  font-weight: 700;
  margin: 0 0 0.375rem;
}

.unb-rich--story-split .unb-rich__layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 5.25rem;
  align-items: start;
}
.unb-rich--story-split .unb-rich__layout > div:first-child {
  position: sticky;
  top: 6.875rem;
}
.unb-pullquote {
  margin: 3.375rem 0 0;
  padding-top: 2.375rem;
  border-top: 1px solid var(--unb-color-border);
  font-size: var(--unb-font-h3);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: var(--unb-track-display);
}

.unb-cta--split .unb-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
  padding: 4rem;
  border-radius: calc(var(--unb-radius-card) * 1.5);
  background: var(--unb-color-primary);
  color: var(--unb-color-text-inverse, #fff);
}
.unb-cta--split .unb-cta-panel {
  background: transparent;
  padding: 0;
}
.unb-cta--split .unb-cta__inner h2,
.unb-cta--split .unb-cta__inner p {
  color: inherit;
}
.unb-cta--split .unb-cta__inner .unb-eyebrow {
  color: color-mix(in srgb, #fff 82%, var(--unb-color-primary));
}
.unb-cta--split .unb-btn--primary,
.unb-cta--split a.unb-btn--primary {
  background: #fff;
  color: var(--unb-color-primary);
  border-color: #fff;
}

.unb-text-link {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  color: var(--unb-color-primary);
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 901px) {
  .unb-carousel .unb-carousel__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
  .unb-carousel .unb-carousel__slide {
    flex: none;
    min-width: 0;
  }
  .unb-carousel .unb-carousel__nav {
    display: none;
  }
}
.unb-carousel .unb-carousel__slide img {
  min-height: 13.75rem;
  aspect-ratio: 16 / 9;
}

@media (max-width: 980px) {
  .unb-head-split,
  .unb-rich--story-split .unb-rich__layout,
  .unb-cta--split .unb-cta__inner {
    grid-template-columns: 1fr;
  }
  .unb-rich--story-split .unb-rich__layout > div:first-child {
    position: static;
  }
  .unb-hero__panel,
  .unb-hero__media img {
    min-height: 22rem;
  }
  .unb-split__media img,
  .unb-split__ph {
    min-height: 16rem;
  }
}
@media (max-width: 700px) {
  .unb-cta--split .unb-cta__inner {
    padding: 2.375rem 1.5rem;
  }
}

.unb-quotes figcaption img {
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  object-fit: cover;
}