:root {
  --color-devotion-red: #dc002e;
  /* Brand colors */
  --brand-dark-blue: #1d1848;
  --brand-mustard: #fbb03c;
  /* Base colors */
  --color-base: #1d1848;
  --color-headings: #1d1848;
  --color-links: var(--color-base);
  --color-links-hover: var(--color-base);
  --color-stroke: #e4e4e4; /* borders */
  --color-neutral-fill: #ededed; /* light-gray backgrounds and buttons */
  /* Base inverted colors */
  --color-base-inverted: #fff;
  --color-headings-inverted: #fff;
  --color-links-inverted: var(--color-base-inverted);
  --color-links-hover-inverted: var(--color-base-inverted);
  /* Buttons */
  --button-primary-fill: var(--brand-mustard);
  --button-primary-text: var(--color-base);
  --button-primary-hover-fill: var(--brand-dark-blue);
  --button-primary-hover-text: #fff;
  --button-default-fill: var(--brand-dark-blue);
  --button-default-text: #fff;
  --button-default-hover-fill: var(--brand-dark-blue);
  --button-default-hover-text: var(--brand-dark-blue);
  --button-neutral-fill: var(--color-neutral-fill);
  --button-neutral-text: var(--color-base);
  --button-neutral-hover-fill: color-mix(in srgb, var(--color-neutral-fill) 93%, black);
  --button-neutral-hover-text: var(--color-base);
  /* Forms */
  --form-placeholder-text: #d4d4d8;
  --form-accent: var(--brand-blue);
  --form-label: var(--color-base);
  --form-control-bg: #fff;
  --form-control-text: inherit;
  --form-control-border: var(--color-stroke);
  --form-checkradio-border: #ccc;
  /* Sizes */
  --site-topbar-height: 3.125rem; /* 50px */
  --site-navbar-height: 4.375rem; /* 70px */
  --site-header-height: calc(var(--site-topbar-height) + var(--site-navbar-height)); /* 120px, 150px */
  --main-max-width: 53.125rem; /* 850px */
  --sidebar-width: 18.75rem; /* 300px */
  --filters-sidebar-width: 12.5rem; /* 220px */
  --filters-sidebar-sticky-top: calc(var(--site-header-height) + 1.5rem);
  --product-sidebar-sticky-top: calc(var(--site-header-height) + 1.5rem);
  --container-wide-width: 100rem; /* 1600px */
  --container-width: 80.625rem; /* 1290px */
  --container-slim-width: 66.875rem; /* 1070px */
  --container-slimmer-width: 53.125rem; /* 850px */
  /* Spacing */
  --spacer-sm: 2rem; /* 32px */
  --spacer-md: 3rem; /* 48px */
  --spacer-lg: 4rem; /* 64px */
  --spacer-xl: 5rem; /* 80px */
  /* Border radius */
  --border-radius-media: 0.5rem; /* 8px */
  --border-radius-card: 1.25rem; /* 20px */
  --border-radius-panel: 1.25rem; /* 20px */
}
@media (min-width: 63.938rem) {
  :root {
    --site-topbar-height: 5rem; /* 80px */
    --site-navbar-height: 4.375rem; /* 70px */
  }
}
@media (min-width: 48rem) {
  :root {
    --spacer-sm: 2rem; /* 32px */
    --spacer-md: 4rem; /* 64px */
    --spacer-lg: 7rem; /* 112px */
    --spacer-xl: 9rem; /* 144px */
    --border-radius-media: 1.25rem; /* 20px */
  }
}
:root {
  /* Container */
  --container-gutter: 1.25rem;
  --container: calc(var(--container-width) + calc(var(--container-gutter) * 2));
  --container-wide: calc(var(--container-wide-width) + calc(var(--container-gutter) * 2));
  --container-slim: calc(var(--container-slim-width) + calc(var(--container-gutter) * 2));
  --container-slimmer: calc(var(--container-slimmer-width) + calc(var(--container-gutter) * 2));
}
@media (min-width: 62rem) {
  :root {
    --container-gutter: 2rem;
  }
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
html,
  body {
    scroll-behavior: smooth;
    font-size: 100%;
    height: 100%;
    font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.7;
    color: var(--color-base);
  }
[id] {
    scroll-margin-top: calc(var(--site-header-height) + 1rem);
  }
a {
  text-underline-offset: 2px;
}
strong {
  font-weight: 600;
}
body:not(.body-demoslayout) {
  display: grid;
    grid-template-rows: 1fr auto;
}
#site-content {
    max-width: 100vw;
  }
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--container);
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
.container .container {
    --container-slim: var(--container-slim-width);
    --container-slimmer: var(--container-slimmer-width);
    padding-left: 0px;
    padding-right: 0px;
  }
.container.container-wide {
  max-width: var(--container-wide);
}
.container.container-slim {
  max-width: var(--container-slim);
}
.container.container-slimmer {
  max-width: var(--container-slimmer);
}
:is(a, button, input, summary) {
    --outline-size: max(2px, 0.08em);
    --outline-style: solid;
    --outline-color: currentColor;
  }
:is(a:not(.stretched-link), button, summary):focus-visible,
  a.stretched-link:focus-visible::after {
    outline: var(--outline-size) var(--outline-style);
    outline-color: color-mix(in srgb, var(--outline-color) 70%, transparent);
    outline-offset: var(--outline-offset, var(--outline-size));
  }
:is(a, button, input, textarea, summary):focus:not(:focus-visible) {
    outline: none;
  }
:where(h1, .h1).big {
    font-size: calc(1.375rem + 2.3333333333vw);
    /* 50px */
  }
@media (min-width: 1200px) {
    :where(h1, .h1).big {
      font-size: 3.125rem;
    }
  }
:where(h1, .h1).big {
    font-weight: 800;
    line-height: 1.1;
  }
h1,
  .h1 {
    font-size: calc(1.35rem + 1.8666666667vw);
    /* 44px */
  }
@media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 2.75rem;
    }
  }
h1,
  .h1 {
    font-weight: 800;
    line-height: 1.1;
  }
h2,
  .h2 {
    font-size: calc(1.2916666667rem + 0.7777777778vw);
    /* 30px */
  }
@media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 1.875rem;
    }
  }
h2,
  .h2 {
    font-weight: 800;
    line-height: 1.3;
  }
h3,
  .h3 {
    font-size: calc(1.2583333333rem + 0.1555555556vw);
    /* 22px */
  }
@media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 1.375rem;
    }
  }
h3,
  .h3 {
    font-weight: 800;
    line-height: 1.4;
  }
h4,
  .h4 {
    font-size: 1.125rem; /* 18px */
    font-weight: 800;
    line-height: 1.3;
  }
h5,
  .h5 {
    font-size: 1rem; /* 16px */
    font-weight: 800;
    line-height: 1.3;
  }
h6,
  .h6 {
    font-size: 0.875rem; /* 14px */
    font-weight: 800;
    line-height: 1.2;
  }
.fs-intro {
    font-size: calc(1.275rem + 0.4666666667vw);
    /* 26px */
    font-weight: 600;
    line-height: 1.65;
  }
@media (min-width: 1200px) {
    .fs-intro {
      font-size: 1.625rem;
    }
  }
:where(.fs-intro).big {
    font-size: calc(1.3rem + 0.9333333333vw);
    /* 32px */
  }
@media (min-width: 1200px) {
    :where(.fs-intro).big {
      font-size: 2rem;
    }
  }
:where(.fs-intro).big {
    font-weight: 600;
    line-height: 1.65;
  }
.fs-label {
    font-size: 0.875rem; /* 14px */
    font-weight: 600;
    line-height: 1.2;
    /* Not all 'label' text is uppercase, so we'll set per element as reqired */
    /* text-transform: uppercase; */
  }
.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.25;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.btn:hover {
  text-decoration-line: none;
}
.btn .icon {
  flex-shrink: 0;
}
.btn:not(.loading) .spinner {
  display: none !important;
}
.btn.loading {
  pointer-events: none;
  position: relative;
  cursor: not-allowed;
}
.btn.loading > span:not(.spinner) {
  opacity: 0;
}
.btn.loading .spinner {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.btn.loading .spinner::before {
  box-sizing: border-box;
  height: 1.25rem;
  width: 1.25rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn.loading .spinner::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}
.btn-sm {
  min-height: 2.5rem;
}
.btn-lg {
  min-height: 3.5rem;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.placeholder-content {
  position: relative;
}
.placeholder-content .spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.placeholder-content .spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-top-color: transparent;
  animation: spinner 0.6s linear infinite;
}
img.lazyload:not([src]),
.ls-blur-up-is-loading {
  visibility: hidden;
}
.lazyfade.lazyload,
.lazyfade.lazyloading {
  opacity: 0;
}
.lazyfade.lazyloaded {
  opacity: 1;
  transition: opacity 180ms;
}
.ls-blur-up-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(5px);
  opacity: 1;
  transition: opacity 280ms, filter 400ms;
}
.ls-blur-up-img.ls-inview.ls-original-loaded {
  opacity: 0;
  filter: blur(10px);
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit {
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.btn-white {
  --outline-color: #fff;
  color: var(--color-base);
  border-color: #fff;
  background-color: #fff;
  border-width: 2px;
}
.btn-white-outline {
  --outline-color: #fff;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  border-width: 2px;
}
.btn-mustard {
  --outline-color: var(--brand-mustard);
  color: var(--color-base);
  border-color: var(--brand-mustard);
  background-color: var(--brand-mustard);
  border-width: 2px;
}
.btn-dark-blue {
  --outline-color: var(--brand-dark-blue);
  color: #fff;
  border-color: var(--brand-dark-blue);
  background-color: var(--brand-dark-blue);
  border-width: 2px;
}
.btn-dark-blue-outline {
  --outline-color: var(--brand-dark-blue);
  color: var(--brand-dark-blue);
  border-color: var(--brand-dark-blue);
  background-color: transparent;
  border-width: 2px;
}
.btn-light-gray {
  --outline-color: var(--color-neutral-fill);
  color: var(--color-base);
  border-color: var(--color-neutral-fill);
  background-color: var(--color-neutral-fill);
  border-width: 2px;
}
.prose {
  color: var(--tw-prose-body);
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1em;
  margin-bottom: 1em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 300ms;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
  text-decoration: underline;
  color: var(--tw-prose-links-hover);
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.25em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.25em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-left-color: var(--tw-prose-quote-borders);
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(.h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(.h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(.h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(.h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(.h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(h2, .h2, h3, .h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.prose :where(h4, .h4, h5, .h5, h6, .h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}
.prose :where(.lead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.prose :where(.prose > :first-child, .h2:first-child, > .h3:first-child, > .h4:first-child, > .h5:first-child, > .h6:first-child , > .lead:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child, .h2:last-child, > .h3:last-child, > .h4:last-child, > .h5:last-child, > .h6:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: circle;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.125em;
  margin-bottom: 0.125em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose {
  --tw-prose-body: var(--color-base);
  --tw-prose-headings: var(--color-headings);
  --tw-prose-lead: var(--color-base);
  --tw-prose-links: var(--color-links);
  --tw-prose-links-hover: var(--color-links-hover);
  --tw-prose-bold: var(--color-base);
  --tw-prose-counters: var(--color-base);
  --tw-prose-bullets: var(--color-base);
  --tw-prose-hr: var(--color-base);
  --tw-prose-quotes: var(--color-base);
  --tw-prose-quote-borders: var(--brand-primary);
  --tw-prose-captions: var(--color-base);
  --tw-prose-th-borders: var(--color-base);
  --tw-prose-td-borders: var(--color-base);
}
.prose-light {
  --tw-prose-body: var(--color-base-inverted);
  --tw-prose-headings: var(--color-headings-inverted);
  --tw-prose-lead: var(--color-base-inverted);
  --tw-prose-links: var(--color-links-inverted);
  --tw-prose-links-hover: var(--color-links-hover-inverted);
  --tw-prose-bold: var(--color-base-inverted);
  --tw-prose-counters: var(--color-base-inverted);
  --tw-prose-bullets: var(--color-base-inverted);
  --tw-prose-hr: var(--color-base-inverted);
  --tw-prose-quotes: var(--color-base-inverted);
  --tw-prose-quote-borders: var(--brand-primary);
  --tw-prose-captions: var(--color-base-inverted);
  --tw-prose-code: var(--color-base-inverted);
  --tw-prose-pre-code: var(--color-base-inverted);
  --tw-prose-pre-bg: var(--color-base-inverted);
  --tw-prose-th-borders: var(--color-base-inverted);
  --tw-prose-td-borders: var(--color-base-inverted);
}
.form-input,
  [type=text],
  input:where(:not([type])),
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  .form-textarea,
  textarea,
  .form-select,
  select {
  min-height: 3rem;
  border-color: var(--form-control-border);
  background-color: var(--form-control-bg);
  color: var(--form-control-text);
}
.form-input:focus,
  [type=text]:focus,
  input:where(:not([type])):focus,
  [type=email]:focus,
  [type=url]:focus,
  [type=password]:focus,
  [type=number]:focus,
  [type=date]:focus,
  [type=datetime-local]:focus,
  [type=month]:focus,
  [type=search]:focus,
  [type=tel]:focus,
  [type=time]:focus,
  [type=week]:focus,
  [multiple]:focus,
  .form-textarea:focus,
  textarea:focus,
  .form-select:focus,
  select:focus {
  border-color: var(--brand-dark-blue);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.form-input,
  [type=text],
  input:where(:not([type])),
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=datetime-local],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [type=week],
  [multiple],
  .form-textarea,
  textarea,
  .form-select,
  select {
  border-radius: 0.375rem;
}
.form-checkbox,
  [type=checkbox],
  .form-radio,
  [type=radio] {
  border-color: var(--form-checkradio-border);
  color: var(--form-accent);
}
.form-checkbox:focus,
  [type=checkbox]:focus,
  .form-radio:focus,
  [type=radio]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.form-checkbox,
  [type=checkbox] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
}
.form-radio,
  [type=radio] {
  height: 1rem;
  width: 1rem;
}
.form-select:not(:where([size]:not([size="1"]))),
  select {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjMjAyNTI1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdNNiA4bDQgNCA0LTQnLz48L3N2Zz4K');
}
select.as-text {
  min-height: 0px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpbGw9J25vbmUnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggc3Ryb2tlPScjMjAyNTI1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMS41JyBkPSdNNiA4bDQgNCA0LTQnLz48L3N2Zz4K');
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5rem;
  padding-right: 1.25rem;
  font-weight: 500;
    background-position: right 0px center;
}
.form-textarea,
  textarea {
  min-height: 6rem;
}
input::-moz-placeholder,
  textarea::-moz-placeholder {
  color: var(--form-placeholder-text);
}
.form-input::-moz-placeholder, input::-moz-placeholder, .form-textarea::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--form-placeholder-text);
}
.form-input::placeholder,
  input::placeholder,
  .form-textarea::placeholder,
  textarea::placeholder {
  color: var(--form-placeholder-text);
}
.stretched-link::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
  }
#cc-ais-products-listing .ais-RefinementList-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
#cc-ais-products-listing .ais-RefinementList-item {
  line-height: 1.25;
}
#cc-ais-products-listing .ais-RefinementList-label {
  display: flex;
}
#cc-ais-products-listing .ais-RefinementList-labelText {
  margin-left: 0.75rem;
}
#cc-ais-products-listing .ais-RefinementList-count {
  display: none;
}
#cc-ais-products-listing:not(.has-refinements) .current-refinements {
  display: none;
}
.formbuilder form,
.ktc-form-builder-form form {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.formbuilder .form-default-layout.two-column,
.ktc-form-builder-form .form-default-layout.two-column {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 48rem) {
  .formbuilder .form-default-layout.two-column,
.ktc-form-builder-form .form-default-layout.two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.formbuilder .control-label + .editing-form-control-nested-control,
.ktc-form-builder-form .control-label + .editing-form-control-nested-control {
  margin-top: 0.5rem;
}
.formbuilder input[type=text].form-control,
.formbuilder input[type=email].form-control,
.formbuilder input[type=tel].form-control,
.formbuilder input[type=password].form-control,
.formbuilder select.form-control,
.ktc-form-builder-form input[type=text].form-control,
.ktc-form-builder-form input[type=email].form-control,
.ktc-form-builder-form input[type=tel].form-control,
.ktc-form-builder-form input[type=password].form-control,
.ktc-form-builder-form select.form-control {
  height: 50px;
  width: 100%;
}
.formbuilder input[type=text].form-control:disabled,
.formbuilder input[type=email].form-control:disabled,
.formbuilder input[type=tel].form-control:disabled,
.formbuilder input[type=password].form-control:disabled,
.formbuilder select.form-control:disabled,
.ktc-form-builder-form input[type=text].form-control:disabled,
.ktc-form-builder-form input[type=email].form-control:disabled,
.ktc-form-builder-form input[type=tel].form-control:disabled,
.ktc-form-builder-form input[type=password].form-control:disabled,
.ktc-form-builder-form select.form-control:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.formbuilder .ktc-radio-list,
.formbuilder .ktc-checkbox-list,
.ktc-form-builder-form .ktc-radio-list,
.ktc-form-builder-form .ktc-checkbox-list {
  display: flex;
  gap: 1.5rem;
}
.formbuilder .ktc-radio,
.formbuilder .ktc-checkbox,
.ktc-form-builder-form .ktc-radio,
.ktc-form-builder-form .ktc-checkbox {
  display: inline-flex;
  align-items: center;
}
.formbuilder .ktc-radio label,
.formbuilder .ktc-checkbox label,
.ktc-form-builder-form .ktc-radio label,
.ktc-form-builder-form .ktc-checkbox label {
  margin-left: 0.5rem;
}
.formbuilder textarea.form-control,
.ktc-form-builder-form textarea.form-control {
  min-height: 100px;
  width: 100%;
}
.formbuilder .field-validation-error,
.ktc-form-builder-form .field-validation-error {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.formbuilder .field-validation-error:not(:empty),
.ktc-form-builder-form .field-validation-error:not(:empty) {
  margin-top: 0.5rem;
}
.formbuilder .field-validation-valid,
.ktc-form-builder-form .field-validation-valid {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.formbuilder .field-validation-valid:not(:empty),
.ktc-form-builder-form .field-validation-valid:not(:empty) {
  margin-top: 0.5rem;
}
.formbuilder input[type=submit],
.ktc-form-builder-form input[type=submit] {
  margin-right: auto;
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  border-radius: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.25;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.formbuilder input[type=submit]:hover,
.ktc-form-builder-form input[type=submit]:hover {
  text-decoration-line: none;
}
.formbuilder input[type=submit] .icon,
.ktc-form-builder-form input[type=submit] .icon {
  flex-shrink: 0;
}
.formbuilder input[type=submit]:not(.loading) .spinner,
.ktc-form-builder-form input[type=submit]:not(.loading) .spinner {
  display: none !important;
}
.formbuilder input[type=submit].loading,
.ktc-form-builder-form input[type=submit].loading {
  pointer-events: none;
  position: relative;
  cursor: not-allowed;
}
.formbuilder input[type=submit].loading > span:not(.spinner),
.ktc-form-builder-form input[type=submit].loading > span:not(.spinner) {
  opacity: 0;
}
.formbuilder input[type=submit].loading .spinner,
.ktc-form-builder-form input[type=submit].loading .spinner {
  position: absolute;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.formbuilder input[type=submit].loading .spinner::before,
.ktc-form-builder-form input[type=submit].loading .spinner::before {
  box-sizing: border-box;
  height: 1.25rem;
  width: 1.25rem;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.formbuilder input[type=submit].loading .spinner::before,
.ktc-form-builder-form input[type=submit].loading .spinner::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  border-top-color: transparent;
  --tw-content: "";
  content: var(--tw-content);
}
.formbuilder input[type=submit],
.ktc-form-builder-form input[type=submit] {
  --outline-color: var(--brand-mustard);
  color: var(--color-base);
  border-color: var(--brand-mustard);
  background-color: var(--brand-mustard);
  border-width: 2px;
}
.formbuilder input[type=submit]:hover,
.ktc-form-builder-form input[type=submit]:hover {
  --outline-color: var(--brand-dark-blue);
  color: #fff;
  border-color: var(--brand-dark-blue);
  background-color: var(--brand-dark-blue);
  border-width: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!sticky {
  position: sticky !important;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3\.5 {
  bottom: 0.875rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.left-0 {
  left: 0px;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-\[--megamenu-col-width\] {
  left: var(--megamenu-col-width);
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\/2 {
  right: 50%;
}
.right-4 {
  right: 1rem;
}
.right-px {
  right: 1px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-4 {
  top: 1rem;
}
.top-\[--product-sidebar-sticky-top\] {
  top: var(--product-sidebar-sticky-top);
}
.top-\[--site-header-height\] {
  top: var(--site-header-height);
}
.top-\[--site-topbar-height\] {
  top: var(--site-topbar-height);
}
.top-\[calc\(var\(--site-header-height\)_\+_1rem\)\] {
  top: calc(var(--site-header-height) + 1rem);
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[5000\] {
  z-index: 5000;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-end-13 {
  grid-row-end: 13;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-\[--container-gutter\] {
  margin-left: calc(var(--container-gutter) * -1);
  margin-right: calc(var(--container-gutter) * -1);
}
.-mx-container-gutter {
  margin-left: calc(var(--container-gutter) * -1);
  margin-right: calc(var(--container-gutter) * -1);
}
.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-spacer-lg {
  margin-top: var(--spacer-lg);
  margin-bottom: var(--spacer-lg);
}
.my-spacer-md {
  margin-top: var(--spacer-md);
  margin-bottom: var(--spacer-md);
}
.my-spacer-sm {
  margin-top: var(--spacer-sm);
  margin-bottom: var(--spacer-sm);
}
.my-spacer-xl {
  margin-top: var(--spacer-xl);
  margin-bottom: var(--spacer-xl);
}
.-ml-\[50px\] {
  margin-left: -50px;
}
.-mr-3 {
  margin-right: -0.75rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-spacer-lg {
  margin-bottom: var(--spacer-lg);
}
.mb-spacer-md {
  margin-bottom: var(--spacer-md);
}
.mb-spacer-sm {
  margin-bottom: var(--spacer-sm);
}
.mb-spacer-xl {
  margin-bottom: var(--spacer-xl);
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[--table-top-spacing\] {
  margin-top: var(--table-top-spacing);
}
.mt-spacer-lg {
  margin-top: var(--spacer-lg);
}
.mt-spacer-md {
  margin-top: var(--spacer-md);
}
.mt-spacer-sm {
  margin-top: var(--spacer-sm);
}
.mt-spacer-xl {
  margin-top: var(--spacer-xl);
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[--hero-mobile-media-height\] {
  height: var(--hero-mobile-media-height);
}
.h-\[--site-navbar-height\] {
  height: var(--site-navbar-height);
}
.h-\[--site-topbar-height\] {
  height: var(--site-topbar-height);
}
.h-\[--table-top-spacing\] {
  height: var(--table-top-spacing);
}
.h-\[100px\] {
  height: 100px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[50px\] {
  height: 50px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-svh {
  height: 100svh;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-\[calc\(100\%-65px\)\] {
  max-height: calc(100% - 65px);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-22 {
  min-height: 5.5rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-7 {
  min-height: 1.75rem;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[--callout-min-height\] {
  min-height: var(--callout-min-height);
}
.min-h-\[--hero-min-height\] {
  min-height: var(--hero-min-height);
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-32 {
  width: 8rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[--gallery-overlay-thumbs-width\] {
  width: var(--gallery-overlay-thumbs-width);
}
.w-\[--megamenu-col-width\] {
  width: var(--megamenu-col-width);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-36 {
  min-width: 9rem;
}
.min-w-44 {
  min-width: 11rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.max-w-20 {
  max-width: 5rem;
}
.max-w-36 {
  max-width: 9rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[--gallery-overlay-images-width\] {
  max-width: var(--gallery-overlay-images-width);
}
.max-w-\[1070px\] {
  max-width: 1070px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[126px\] {
  max-width: 126px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[165px\] {
  max-width: 165px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[48\.75rem\] {
  max-width: 48.75rem;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-container-slimmer {
  max-width: var(--container-slimmer);
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-md {
  max-width: 48rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.-translate-x-3 {
  --tw-translate-x: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50px\] {
  --tw-translate-x: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-px {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-px {
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-mt-\[calc\(var\(--site-header-height\)_\+_1rem\)\] {
  scroll-margin-top: calc(var(--site-header-height) + 1rem);
}
.scroll-mt-\[calc\(var\(--site-topbar-height\)_\+_var\(--site-navbar-height\)_\+_30px\)\] {
  scroll-margin-top: calc(var(--site-topbar-height) + var(--site-navbar-height) + 30px);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[60px\2c 1fr\] {
  grid-template-columns: 60px 1fr;
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(280px\2c _1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(280px, 1fr));
}
.grid-cols-\[repeat\(auto-fill\2c minmax\(75px\2c _1fr\)\)\] {
  grid-template-columns: repeat(auto-fill,minmax(75px, 1fr));
}
.grid-rows-1fr {
  grid-template-rows: 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-stroke > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-stroke);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.5rem;
}
.rounded-card {
  border-radius: var(--border-radius-card);
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-media {
  border-radius: var(--border-radius-media);
}
.rounded-panel {
  border-radius: var(--border-radius-panel);
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-b-card {
  border-bottom-right-radius: var(--border-radius-card);
  border-bottom-left-radius: var(--border-radius-card);
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-card {
  border-top-left-radius: var(--border-radius-card);
  border-top-right-radius: var(--border-radius-card);
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-br-\[50px\] {
  border-bottom-right-radius: 50px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-brand-dark-blue {
  border-color: var(--brand-dark-blue);
}
.border-form-control-border {
  border-color: var(--form-control-border);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-neutral-fill {
  border-color: var(--color-neutral-fill);
}
.border-stroke {
  border-color: var(--color-stroke);
}
.border-b-brand-mustard {
  border-bottom-color: var(--brand-mustard);
}
.border-b-neutral-fill {
  border-bottom-color: var(--color-neutral-fill);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-brand-dark-blue {
  background-color: var(--brand-dark-blue);
}
.bg-brand-mustard {
  background-color: var(--brand-mustard);
}
.bg-current {
  background-color: currentColor;
}
.bg-form-control-bg {
  background-color: var(--form-control-bg);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}
.bg-neutral-fill {
  background-color: var(--color-neutral-fill);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-stroke {
  background-color: var(--color-stroke);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.via-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-60\% {
  --tw-gradient-via-position: 60%;
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[--container-gutter\] {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
.px-container-gutter {
  padding-left: var(--container-gutter);
  padding-right: var(--container-gutter);
}
.px-px {
  padding-left: 1px;
  padding-right: 1px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-spacer-lg {
  padding-top: var(--spacer-lg);
  padding-bottom: var(--spacer-lg);
}
.py-spacer-md {
  padding-top: var(--spacer-md);
  padding-bottom: var(--spacer-md);
}
.py-spacer-sm {
  padding-top: var(--spacer-sm);
  padding-bottom: var(--spacer-sm);
}
.py-spacer-xl {
  padding-top: var(--spacer-xl);
  padding-bottom: var(--spacer-xl);
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-spacer-lg {
  padding-bottom: var(--spacer-lg);
}
.pb-spacer-md {
  padding-bottom: var(--spacer-md);
}
.pb-spacer-sm {
  padding-bottom: var(--spacer-sm);
}
.pb-spacer-xl {
  padding-bottom: var(--spacer-xl);
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-spacer-lg {
  padding-top: var(--spacer-lg);
}
.pt-spacer-md {
  padding-top: var(--spacer-md);
}
.pt-spacer-sm {
  padding-top: var(--spacer-sm);
}
.pt-spacer-xl {
  padding-top: var(--spacer-xl);
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-none {
  line-height: 1;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-body {
  color: var(--color-base);
}
.text-brand-dark-blue {
  color: var(--brand-dark-blue);
}
.text-brand-mustard {
  color: var(--brand-mustard);
}
.text-form-control-text {
  color: var(--form-control-text);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-neutral-fill {
  color: var(--color-neutral-fill);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-dashed {
  outline-style: dashed;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-4 {
  outline-width: 4px;
}
.outline-stroke {
  outline-color: var(--color-stroke);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-aria-reveal {
  transition-property: visibility, opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-reveal {
  transition-property: visibility, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.content-\[\"\"\] {
  --tw-content: "";
  content: var(--tw-content);
}
.content-\[\'\|\'\] {
  --tw-content: '|';
  content: var(--tw-content);
}
.grid-areas-stack {
  grid-template-areas: "stack";
}
.grid-in-stack {
  grid-area: stack;
}
.word-break-word {
  word-break: break-word;
}
@media (min-width: 48rem) {
  .md\:h3 {
    font-size: calc(1.2583333333rem + 0.1555555556vw);
    /* 22px */
  }
  @media (min-width: 1200px) {
    .md\:h3 {
      font-size: 1.375rem;
    }
  }
  .md\:h3 {
    font-weight: 800;
    line-height: 1.4;
  }
}
.hover\:btn-white:hover {
  --outline-color: #fff;
  color: var(--color-base);
  border-color: #fff;
  background-color: #fff;
  border-width: 2px;
}
.hover\:btn-white-outline:hover {
  --outline-color: #fff;
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  border-width: 2px;
}
.hover\:btn-mustard:hover {
  --outline-color: var(--brand-mustard);
  color: var(--color-base);
  border-color: var(--brand-mustard);
  background-color: var(--brand-mustard);
  border-width: 2px;
}
.hover\:btn-dark-blue:hover {
  --outline-color: var(--brand-dark-blue);
  color: #fff;
  border-color: var(--brand-dark-blue);
  background-color: var(--brand-dark-blue);
  border-width: 2px;
}
.hover\:btn-dark-blue-outline:hover {
  --outline-color: var(--brand-dark-blue);
  color: var(--brand-dark-blue);
  border-color: var(--brand-dark-blue);
  background-color: transparent;
  border-width: 2px;
}
@media (min-width: 48rem) {
  .prose :where(.md\:h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
  }
  .prose :where(h2, .h2, h3,.md\:h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
  .prose :where(.prose > :first-child, .h2:first-child, > .md\:h3:first-child, > .h4:first-child, > .h5:first-child, > .h6:first-child , > .lead:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  .prose :where(.prose > :last-child, .h2:last-child, > .md\:h3:last-child, > .h4:last-child, > .h5:last-child, > .h6:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}
.first\:rounded-t-card:first-child {
  border-top-left-radius: var(--border-radius-card);
  border-top-right-radius: var(--border-radius-card);
}
.first\:border-t-0:first-child {
  border-top-width: 0px;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-brand-dark-blue:hover {
  border-color: var(--brand-dark-blue);
}
.hover\:bg-neutral-fill:hover {
  background-color: var(--color-neutral-fill);
}
.hover\:text-brand-dark-blue:hover {
  color: var(--brand-dark-blue);
}
.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-card:hover {
  --tw-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:transition-none:hover {
  transition-property: none;
}
.focus\:border-b-2:focus {
  border-bottom-width: 2px;
}
.focus\:ring-stroke:focus {
  --tw-ring-color: var(--color-stroke);
}
.focus\:ring-offset-4:focus {
  --tw-ring-offset-width: 4px;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-brand-mustard {
  background-color: var(--brand-mustard);
}
.group:hover .group-hover\:bg-neutral-fill {
  background-color: var(--color-neutral-fill);
}
.group:hover .group-hover\:text-brand-dark-blue {
  color: var(--brand-dark-blue);
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:outline-brand-mustard {
  outline-color: var(--brand-mustard);
}
.group:hover .group-hover\:delay-200 {
  transition-delay: 200ms;
}
.peer.has-value ~ .peer-\[\.has-value\]\:visible {
  visibility: visible;
}
.peer\/trigger.is-active ~ .peer-\[\.is-active\]\/trigger\:visible {
  visibility: visible;
}
.peer\/trigger.is-active ~ .peer-\[\.is-active\]\/trigger\:z-10 {
  z-index: 10;
}
.peer.accordion-item ~ .peer-\[\.accordion-item\]\:-mt-px {
  margin-top: -1px;
}
.peer\/trigger.is-active ~ .peer-\[\&\.is-active\]\/trigger\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.peer.has-value ~ .peer-\[\.has-value\]\:opacity-100 {
  opacity: 1;
}
.peer\/trigger.is-active ~ .peer-\[\.is-active\]\/trigger\:opacity-100 {
  opacity: 1;
}
.peer\/trigger.is-active ~ .peer-\[\&\.is-active\]\/trigger\:delay-0 {
  transition-delay: 0s;
}
.aria-expanded\:border-stroke[aria-expanded="true"] {
  border-color: var(--color-stroke);
}
.aria-expanded\:\!bg-brand-dark-blue[aria-expanded="true"] {
  background-color: var(--brand-dark-blue) !important;
}
.aria-expanded\:\!text-white[aria-expanded="true"] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.aria-hidden\:invisible[aria-hidden="true"] {
  visibility: hidden;
}
.aria-hidden\:grid-rows-0fr[aria-hidden="true"] {
  grid-template-rows: 0fr;
}
.aria-hidden\:opacity-0[aria-hidden="true"] {
  opacity: 0;
}
.aria-selected\:pointer-events-none[aria-selected="true"] {
  pointer-events: none;
}
.aria-selected\:border-brand-dark-blue[aria-selected="true"] {
  border-color: var(--brand-dark-blue);
}
.aria-selected\:bg-brand-dark-blue[aria-selected="true"] {
  background-color: var(--brand-dark-blue);
}
.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group\/button[aria-expanded="true"] .group-aria-expanded\/button\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group\/button[aria-expanded="true"] .group-aria-expanded\/button\:opacity-0 {
  opacity: 0;
}
.group\/button[aria-expanded="true"] .group-aria-expanded\/button\:opacity-100 {
  opacity: 1;
}
.group[aria-hidden="true"] .group-aria-hidden\:z-auto {
  z-index: auto;
}
.group\/modal[aria-hidden="true"] .group-aria-hidden\/modal\:translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[aria-hidden="true"] .group-aria-hidden\:-translate-x-6 {
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[aria-hidden="true"] .group-aria-hidden\:translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group[aria-hidden="true"] .group-aria-hidden\:opacity-0 {
  opacity: 0;
}
@media (pointer: fine) and (hover: hover) {
  .fine-hover\:z-20:hover {
    z-index: 20;
  }
  .fine-hover\:\!border-brand-mustard:hover {
    border-color: var(--brand-mustard) !important;
  }
  .fine-hover\:border-brand-dark-blue:hover {
    border-color: var(--brand-dark-blue);
  }
  .fine-hover\:bg-neutral-fill:hover {
    background-color: var(--color-neutral-fill);
  }
  .fine-hover\:bg-white:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 23.438rem) {
  .xxs\:inline {
    display: inline;
  }
  .xxs\:hidden {
    display: none;
  }
}
@media (min-width: 26.563rem) {
  .xs\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 36rem) {
  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .sm\:grid-cols-\[repeat\(auto-fill\2c minmax\(300px\2c _1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }
  .sm\:p-10 {
    padding: 2.5rem;
  }
  .sm\:p-8 {
    padding: 2rem;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 48rem) {
  .md\:bottom-12 {
    bottom: 3rem;
  }
  .md\:right-\[--gallery-overlay-thumbs-width\] {
    right: var(--gallery-overlay-thumbs-width);
  }
  .md\:z-10 {
    z-index: 10;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-none {
    order: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
  .md\:h-\[120px\] {
    height: 120px;
  }
  .md\:min-h-\[--hero-min-height\] {
    min-height: var(--hero-min-height);
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-20 {
    width: 5rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-\[300px\] {
    width: 300px;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:max-w-80 {
    max-width: 20rem;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-\[minmax\(0\2c var\(--main-max-width\)\)\2c var\(--sidebar-width\)\] {
    grid-template-columns: minmax(0,var(--main-max-width)) var(--sidebar-width);
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-5 {
    gap: 1.25rem;
  }
  .md\:rounded-panel {
    border-radius: var(--border-radius-panel);
  }
  .md\:border-0 {
    border-width: 0px;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pl-12 {
    padding-left: 3rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 62rem) {
  .lg\:bottom-16 {
    bottom: 4rem;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:block {
    display: block;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }
  .lg\:grid-cols-\[minmax\(0\2c var\(--main-max-width\)\)\2c var\(--sidebar-width\)\] {
    grid-template-columns: minmax(0,var(--main-max-width)) var(--sidebar-width);
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 63.938rem) {
  .navbar\:top-0 {
    top: 0px;
  }
  .navbar\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar\:block {
    display: block;
  }
  .navbar\:flex {
    display: flex;
  }
  .navbar\:grid {
    display: grid;
  }
  .navbar\:hidden {
    display: none;
  }
  .navbar\:w-auto {
    width: auto;
  }
  .navbar\:shrink-0 {
    flex-shrink: 0;
  }
  .navbar\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .navbar\:flex-row {
    flex-direction: row;
  }
  .navbar\:items-center {
    align-items: center;
  }
  .navbar\:justify-end {
    justify-content: flex-end;
  }
  .navbar\:justify-center {
    justify-content: center;
  }
  .navbar\:justify-between {
    justify-content: space-between;
  }
  .navbar\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .navbar\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .navbar\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .navbar\:hover\:no-underline:hover {
    text-decoration-line: none;
  }
}
@media (min-width: 64.063rem) {
  .filters\:\!visible {
    visibility: visible !important;
  }
  .filters\:sticky {
    position: sticky;
  }
  .filters\:inset-auto {
    inset: auto;
  }
  .filters\:top-\[--filters-sidebar-sticky-top\] {
    top: var(--filters-sidebar-sticky-top);
  }
  .filters\:z-0 {
    z-index: 0;
  }
  .filters\:hidden {
    display: none;
  }
  .filters\:max-h-\[calc\(100svh_-_var\(--filters-sidebar-sticky-top\)\)\] {
    max-height: calc(100svh - var(--filters-sidebar-sticky-top));
  }
  .filters\:grid-cols-\[var\(--filters-sidebar-width\)\2c 1fr\] {
    grid-template-columns: var(--filters-sidebar-width) 1fr;
  }
  .filters\:gap-y-2 {
    row-gap: 0.5rem;
  }
  .filters\:p-0 {
    padding: 0px;
  }
  .filters\:pb-0 {
    padding-bottom: 0px;
  }
  .filters\:\!opacity-100 {
    opacity: 1 !important;
  }
}
@media (min-width: 75rem) {
  .xl\:grid {
    display: grid;
  }
  .xl\:w-\[calc\(var\(--megamenu-col-width\)\)\] {
    width: calc(var(--megamenu-col-width));
  }
  .xl\:w-\[calc\(var\(--megamenu-col-width\)\*2\)\] {
    width: calc(var(--megamenu-col-width) * 2);
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:p-14 {
    padding: 3.5rem;
  }
  .xl\:p-16 {
    padding: 4rem;
  }
}
.\[\&\.is-active\]\:z-10.is-active {
  z-index: 10;
}
.\[\&\.is-active\]\:border-stroke.is-active {
  border-color: var(--color-stroke);
}
.\[\&\.is-active\]\:bg-brand-dark-blue.is-active {
  background-color: var(--brand-dark-blue);
}
.\[\&\.is-active\]\:text-white.is-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&\.is-active\]\:underline.is-active {
  text-decoration-line: underline;
}#site-header {
  --megamenu-col-width: calc(var(--page-width) / 3);
}
@media (min-width: 75rem) {
  #site-header {
    --megamenu-col-width: min(360px, calc(var(--page-width) / 4));
  }
}
#site-header #cart-count {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 420ms;
}
#site-header #cart-count.updated {
  animation: hithere 1s ease;
}
#site-header .is-active {
  background-color: var(--brand-dark-blue);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#site-header .is-active > .icon {
  color: inherit;
}
@keyframes hithere {
  30% {
    transform: scale(1.2);
  }
  40%, 60% {
    transform: rotate(-22deg) scale(1.2);
  }
  50% {
    transform: rotate(22deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}#site-footer .legalpages li {
    display: inline-block
}
#site-footer .legalpages li:not(:last-child)::after {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    opacity: 0.5;
    --tw-content: "|";
    content: var(--tw-content)
}#hype-article-body .cc-rich-text + .cc-rich-text {
  margin-top: var(--spacer-md);
}.cc-page-hero {
  --hero-min-height: 500px;
  --hero-mobile-media-height: 300px;
  display: flex;
  flex-direction: column;
}
.cc-page-hero .text-panel {
  order: 2;
  width: 100%;
}
.cc-page-hero .bg-video,
.cc-page-hero .bg-image {
  position: relative;
  height: var(--hero-mobile-media-height);
}
@media (min-width: 48rem) {
  .cc-page-hero .text-panel {
    position: relative;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    min-height: var(--hero-min-height);
    width: 100%;
    max-width: var(--container-wide);
  }
  .cc-page-hero .bg-video,
  .cc-page-hero .bg-image {
    position: absolute;
    left: 50%;
    right: 0px;
    top: 0px;
    margin-left: -50px;
    aspect-ratio: auto;
    height: 100%;
    min-height: var(--hero-min-height);
  }
}#breadcrumbs .crumb:not(:first-child)::before {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    display: inline-block;
    height: 0.75rem;
    width: 1px;
    --tw-skew-x: -12deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: currentColor;
    color: var(--brand-mustard);
    --tw-content: "";
    content: var(--tw-content)
}html {
  --plyr-color-main: #fff;
}

.cc-single-video .player {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
}

.cc-single-video .playing .poster {
  opacity: 0;
  visibility: hidden;
}.cc-our-locations button[role=tab] {max-width: 5rem;flex: 1 1 0%;border-top-left-radius: 0.375rem;border-top-right-radius: 0.375rem;padding-top: 0.75rem;padding-bottom: 0.75rem;text-align: center;font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-weight: 700;line-height: 1.25;transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 420ms;border-width: 2px;border-bottom-width: 0px;border-color: var(--color-neutral-fill);background-color: var(--color-neutral-fill)
}.cc-our-locations button[role=tab][aria-selected="true"] {pointer-events: none;border-color: var(--brand-dark-blue);background-color: var(--brand-dark-blue);--tw-text-opacity: 1;color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}@media (pointer: fine) and (hover: hover) {.cc-our-locations button[role=tab]:hover {border-color: var(--brand-dark-blue);--tw-bg-opacity: 1;background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));color: var(--color-base)
    }
}.cc-contact-page-layout {
  --sidebar-width: 320px;
}
@media (min-width: 75rem) {
  .cc-contact-page-layout {
    --sidebar-width: 410px;
  }
}.cc-accordion {
  --spacer-sm: 2rem; /* 32px */
  --spacer-md: 3rem; /* 48px */
  --spacer-lg: 4rem; /* 64px */
  --spacer-xl: 5rem; /* 80px */
}
.cc-accordion .is-hovered {
  z-index: 20
}.cc-featured-content:has(+ .cc-featured-content) .content-panel {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px
}
.cc-featured-content + .cc-featured-content .content-panel {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-width: 0px
}.cc-icons-banner {
  --callout-min-height: 410px;
}
.cc-icons-banner .bg-video,
.cc-icons-banner .bg-image {
  position: absolute;
  inset: 0px;
}
@media (max-width: 1340px) {
  .cc-icons-banner .container {
    max-width: 1000px;
  }
}@media (min-width: 1025px) {
  .cc-latest-social-slider[data-slides-per-view="1"] .swiper-slide .image {
    padding: 20px;
    max-width: 410px;
  }
  .cc-latest-social-slider[data-slides-per-view="1"] .swiper-slide .image img {
    max-width: 240px;
    border-radius: 10px;
    overflow: hidden;
  }
}.cc-latest-news {
  --swiper-scrollbar-drag-bg-color: var(--brand-dark-blue);
  --swiper-scrollbar-size: 4px;
  --swiper-scrollbar-bg-color: var(--neutral-fill);
}
.cc-latest-news .swiper-scrollbar {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-neutral-fill);
}.cc-featured-cards[data-astro-cid-gmegxb27]{}.cc-featured-cards[data-astro-cid-gmegxb27] .swiper-slide[data-astro-cid-gmegxb27]{height:auto;width:87%;max-width:380px}@media (min-width: 760px){.cc-featured-cards[data-astro-cid-gmegxb27] .swiper-slide[data-astro-cid-gmegxb27]{width:46%}}@media (min-width: 62rem){.cc-featured-cards[data-astro-cid-gmegxb27] .swiper-wrapper[data-astro-cid-gmegxb27]{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.cc-featured-cards[data-astro-cid-gmegxb27] .swiper-wrapper[data-astro-cid-gmegxb27] .swiper-slide[data-astro-cid-gmegxb27]{width:auto;max-width:none}}.cc-related-products-cards[data-astro-cid-rbjgtfsr]{--swiper-theme-color: var(--brand-dark-blue)}.cc-related-products-cards[data-astro-cid-rbjgtfsr] .swiper-pagination[data-astro-cid-rbjgtfsr]{--swiper-pagination-bottom: 0;--tw-translate-y: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cc-related-products-cards[data-astro-cid-rbjgtfsr] .swiper-slide[data-astro-cid-rbjgtfsr]{height:auto;width:87%;max-width:300px}@media (min-width: 600px){.cc-related-products-cards[data-astro-cid-rbjgtfsr] .swiper-slide[data-astro-cid-rbjgtfsr]{width:46%}}@media (min-width: 860px){.cc-related-products-cards[data-astro-cid-rbjgtfsr] .swiper-slide[data-astro-cid-rbjgtfsr]{width:31%}}@media (min-width: 62rem){.cc-related-products-cards[data-astro-cid-rbjgtfsr] .swiper-wrapper[data-astro-cid-rbjgtfsr]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.cc-related-products-cards[data-astro-cid-rbjgtfsr] .swiper-wrapper[data-astro-cid-rbjgtfsr] .swiper-slide[data-astro-cid-rbjgtfsr]{width:auto;max-width:none}}.cc-simple-cta {
  --sidebar-width: 320px;
}
@media (min-width: 62rem) {
  .cc-simple-cta {
    --sidebar-width: 410px;
  }
}.demos-menu[data-astro-cid-i6i4fcnf]{counter-reset:menu}.demos-menu[data-astro-cid-i6i4fcnf] a[data-astro-cid-i6i4fcnf]::before{counter-increment:menu;content:counter(menu) ". "}.cc-get-quote-page-layout {
  --sidebar-width: 320px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2.5rem;
}@media (min-width: 62rem) {.cc-get-quote-page-layout {
    grid-template-columns: minmax(0,var(--main-max-width)) var(--sidebar-width);
  }
}
@media (min-width: 75rem) {
  .cc-get-quote-page-layout {
    --sidebar-width: 410px;
  }
}
.cc-get-quote-page-layout .main-area {
  order: 2;
}
@media (min-width: 62rem) {.cc-get-quote-page-layout .main-area {
    order: 0;
  }
}.cc-contact-page-layout {
  --sidebar-width: 320px;
}
@media (min-width: 75rem) {
  .cc-contact-page-layout {
    --sidebar-width: 410px;
  }
}.cc-product-page-layout {
  --sidebar-width: 290px;
  position: relative;
  z-index: 10;
}
@media (min-width: 75rem) {
  .cc-product-page-layout {
    --main-max-width: 740px;
    --sidebar-width: 410px;
  }
}
.cc-product-page-layout .product-page-layout__main > *:last-child,
.cc-product-page-layout .proudct-page-layout__side > *:last-child {
  margin-bottom: 0;
}main > *:first-child {
  margin-top: 0;
}

main > *:last-child {
  margin-bottom: 0;
}.demos-menu[data-astro-cid-j7pv25f6]{counter-reset:menu}.demos-menu[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]::before{counter-increment:menu;content:counter(menu) ". "}