@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* Nexa Bold – local */

@font-face {
  font-family: 'Nexa';

  src: url('../../assets/fonts/Nexa Bold.otf') format('opentype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

*, ::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.19 | 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;
}

:root {
  --header-height: 72px;
  /* Main header row height */
  --header-top-height: 36px;
  /* Top bar height */
  --header-total-height: 108px;
  /* Combined height when top bar is shown */
  /* Section padding – change here to affect all section horizontal/vertical padding */
  --section-padding-x: 68px;
  --section-padding-y: 68px;
}

body{
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}

/* Header: transparent over hero (white text), white backdrop + dark logo/text when scrolled or hovered */

.site-header .site-header__logo{
  position: relative;
}

.site-header .site-header__logo-img {
  height: 2.5rem;
  width: auto;
  max-width: none;
}

@media (min-width: 768px) {
  .site-header .site-header__logo-img {
    height: 3rem;
  }
}

.site-header .site-header__logo-img--dark{
  left: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  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));
}

/* WooCommerce adds .woocommerce to body and enqueues .woocommerce img { height: auto; max-width: 100% },
     which overrides the header logo size on PDP. Pin the site header logo so it matches other pages. */

body.woocommerce .site-header .site-header__logo-img,
  body.single-product .site-header .site-header__logo-img {
  height: 2.5rem;
  max-height: 3rem;
  max-width: none;
  width: auto;
}

@media (min-width: 768px) {
  body.woocommerce .site-header .site-header__logo-img,
    body.single-product .site-header .site-header__logo-img {
    height: 3rem;
    max-height: 3rem;
  }
}

/* Top bar: light when transparent */

.site-header .site-header__top{
  border-color: rgb(255 255 255 / 0.2);
}

.site-header.has-backdrop .site-header__top{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.site-header.has-backdrop .site-header__top-link{
  color: rgb(49 39 131 / 0.8);
}

.site-header.has-backdrop .site-header__top-link:hover{
  --tw-text-opacity: 1;
  color: rgb(49 39 131 / var(--tw-text-opacity, 1));
}

.site-header.has-backdrop{
  --tw-text-opacity: 1;
  color: rgb(49 39 131 / var(--tw-text-opacity, 1));
}

.site-header.has-backdrop .site-header__backdrop{
  opacity: 1;
}

.site-header.has-backdrop .site-header__logo-img--light{
  pointer-events: none;
  opacity: 0;
}

.site-header.has-backdrop .site-header__logo-img--dark{
  pointer-events: auto;
  opacity: 1;
}

.site-header.has-backdrop .site-header__toggle:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

/* Mobile menu open: hamburger to X */

.site-header__mobile.is-open{
  visibility: visible;
  opacity: 1;
}

/* Mobile menu – Lottie (boozed.json) at bottom below links, 50% opacity, rotate + scale */

.mobile-menu__lottie-inner {
  flex-shrink: 0;
  transform: rotate(-10deg) scale(1.5);
}

.mobile-menu__nav .mobile-menu__items{
  margin: 0px;
  width: 100%;
  max-width: 28rem;
  list-style-type: none;
  padding: 0px;
}

.mobile-menu__nav .mobile-menu__items > li{
  border-bottom-width: 1px;
  border-color: rgb(221 166 146 / 0.2);
}

.mobile-menu__nav .mobile-menu__items .nav-link,
  .mobile-menu__nav .mobile-menu__items .mobile-menu__accordion-trigger{
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: inherit;
  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: 300ms;
}

.mobile-menu__nav .mobile-menu__items a:hover,
  .mobile-menu__nav .mobile-menu__items .mobile-menu__accordion-trigger:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.9;
}

.mobile-menu__accordion.is-open .mobile-menu__accordion-icon{
  --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));
}

.mobile-menu__submenu{
  margin: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}

.mobile-menu__submenu:not([hidden]){
  display: block;
}

.mobile-menu__submenu-link{
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.9;
  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: 150ms;
}

.mobile-menu__submenu-link:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar:nth-child(1){
  --tw-translate-y: 0.5rem;
  --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));
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar:nth-child(2){
  --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));
  opacity: 0;
}

.site-header__toggle[aria-expanded="true"] .site-header__toggle-bar:nth-child(3){
  --tw-translate-y: -0.5rem;
  --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));
}

/* Primary nav list – flex-nowrap keeps items in one row; overflow visible so dropdowns are not clipped */

.site-header__nav .nav-menu{
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.site-header__nav .nav-menu::-webkit-scrollbar {
  display: none;
}

.site-header__nav .nav-menu > li{
  position: relative;
  margin: 0px;
}

.site-header__nav .nav-link{
  position: relative;
  color: inherit;
  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: 200ms;
}

.site-header__nav .nav-link:hover,
  .site-header__nav .nav-link.is-current,
  .site-header__nav .nav-link[aria-expanded="true"]{
  --tw-text-opacity: 1;
  color: rgb(196 30 58 / var(--tw-text-opacity, 1));
}

.site-header__nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  width: 100%;
  transform-origin: left;
  --tw-scale-x: 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));
  --tw-bg-opacity: 1;
  background-color: rgb(196 30 58 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.site-header__nav .nav-menu > li > .nav-link::after{
  bottom: 0px;
}

.site-header__nav .nav-link:hover::after,
  .site-header__nav .nav-link.is-current::after,
  .site-header__nav .nav-link[aria-expanded="true"]::after{
  --tw-scale-x: 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));
}

/* Footer: menu links */

.site-footer__menu-list a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 150ms;
}

.site-footer__menu-list a:hover{
  --tw-text-opacity: 1;
  color: rgb(232 63 68 / var(--tw-text-opacity, 1));
}

/* Mega menu (first item) */

.site-header__nav .has-mega-menu{
  position: static;
}

.site-header__nav .has-mega-menu > .nav-link{
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* Mega menu panel - full screen width, starts at top to include header area */

.mega-menu-panel{
  pointer-events: none;
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100vw;
  top: 0;
  z-index: 45;
  overflow: visible;
}

/* Panel background - full height including header area */

.mega-menu-panel__bg{
  position: absolute;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 33 / var(--tw-bg-opacity, 1));
  top: 0;
  bottom: 0;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-menu-panel.is-open .mega-menu-panel__bg {
  transform: translateY(0);
}

/* Panel visibility */

.mega-menu-panel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.01s linear 0.5s, visibility 0s linear 0.5s;
}

.mega-menu-panel.is-open{
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.01s linear 0s, visibility 0s linear 0s;
}

/* Inner container - centered like header, positioned below header */

.mega-menu-inner{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1920px;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(221 166 146 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .mega-menu-inner{
    padding-left: var(--section-padding-x);
    padding-right: var(--section-padding-x);
  }
}

.mega-menu-inner--first{
  flex-direction: column;
  /* Push content below the header */
  padding-top: calc(var(--header-total-height) + 2rem);
  padding-bottom: 2.5rem;
}

/* Content container */

.mega-menu-first-content{
  width: 100%;
}

/* Menu items container */

.mega-menu-items{
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* Individual menu item wrapper */

.mega-menu-item-wrapper{
  position: relative;
}

/* Staggered content animations - Framer Motion spring-like */

.mega-menu-item-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-menu-panel.is-open .mega-menu-item-wrapper:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.mega-menu-panel.is-open .mega-menu-item-wrapper:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.mega-menu-panel.is-open .mega-menu-item-wrapper:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

/* Exit animations - faster, all at once */

.mega-menu-panel:not(.is-open) .mega-menu-item-wrapper {
  transition-delay: 0s;
  transition-duration: 0.15s;
}

/* Background exit animation - slightly faster */

.mega-menu-panel:not(.is-open) .mega-menu-panel__bg {
  transition-duration: 0.35s;
}

/* Menu item link - default state (muted) */

.mega-menu-first-item{
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-decoration-line: none;
}

.mega-menu-first-item .mega-menu-item-title{
  font-family: Nexa, sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
}

.mega-menu-first-item .mega-menu-item-arrow{
  --tw-translate-x: -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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* Menu item link - hover state (coral) */

.mega-menu-first-item:hover .mega-menu-item-title,
  .mega-menu-item-wrapper.is-active .mega-menu-first-item .mega-menu-item-title{
  --tw-text-opacity: 1;
  color: rgb(232 63 68 / var(--tw-text-opacity, 1));
}

.mega-menu-first-item:hover .mega-menu-item-arrow,
  .mega-menu-item-wrapper.is-active .mega-menu-first-item .mega-menu-item-arrow{
  --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));
  --tw-text-opacity: 1;
  color: rgb(232 63 68 / var(--tw-text-opacity, 1));
  opacity: 1;
}

/* Description text - hidden by default, shows on hover */

.mega-menu-item-desc{
  max-width: 28rem;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 300ms;
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  transition: max-height 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                margin-top 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.mega-menu-item-wrapper:hover .mega-menu-item-desc,
  .mega-menu-item-wrapper.is-active .mega-menu-item-desc {
  max-height: 100px;
  opacity: 1;
  margin-top: 0.5rem;
}

.mega-menu-featured-link{
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(49 39 131 / 0.3);
  background-color: rgb(12 10 33 / 0.8);
  padding: 1.5rem;
  color: inherit;
  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: 150ms;
}

.mega-menu-featured-link:hover{
  background-color: rgb(49 39 131 / 0.9);
}

.mega-menu-featured-link .mega-menu-arrow,
  .mega-menu-link .mega-menu-arrow{
  margin-top: 0.5rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(196 30 58 / var(--tw-text-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mega-menu-featured-link:hover .mega-menu-arrow,
  .mega-menu-link:hover .mega-menu-arrow{
  --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));
}

.mega-menu-link{
  display: flex;
  min-width: 180px;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-radius: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(221 166 146 / var(--tw-text-opacity, 1));
  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: 150ms;
}

.mega-menu-link:hover{
  background-color: rgb(49 39 131 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(196 30 58 / var(--tw-text-opacity, 1));
}

/* When header mega menu is open: dark overlay on hero backdrop */

.hero__mega-menu-overlay{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* Hero secondary CTA: coral underline expands to full label width on hover */

.hero__cta-secondary::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 2.5em;
}

.hero__cta-secondary:hover::after {
  width: 100%;
}

/* Text + Media: secondary CTA same as hero (underline expands on hover), light context */

.tekst-media__cta-secondary::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 2.5em;
}

.tekst-media__cta-secondary:hover::after {
  width: 100%;
}

/* Page header: secondary CTA short underline expands on hover */

.page-header__cta-secondary::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 2.5em;
}

.page-header__cta-secondary:hover::after {
  width: 100%;
}

/* Product lister CTA card: secondary CTA same as hero (coral underline expands on hover) */

.product-lister__cta-secondary::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 2.5em;
}

.product-lister__cta-secondary:hover::after {
  width: 100%;
}

/* Hero nav: hide system cursor so only custom cursor is visible (no text cursor on titles) */

.hero__nav-bar,
  .hero__nav-bar .hero-nav-item,
  .hero__nav-bar .hero-nav-item * {
  cursor: none;
}

/* Text + Media section: marquee caption is viewport-wide and independent of container (fixed so nothing can clip it) */

.tekst-media__caption-outer {
  position: fixed;
  left: 0;
  width: 100vw;
  max-width: 100vw;
  z-index: 1;
  visibility: hidden;
  /* top set by JS to align with section; visibility set to visible when in view */
}

/* Text + Media section: optional removal of top padding */

.tekst-media.tekst-media--no-top-padding .tekst-media__inner {
  padding-top: 0;
}

/* Text + Media section: reveal-from-bottom using CSS transition (IntersectionObserver adds .is-revealed) */

.tekst-media__media-reveal {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.tekst-media__media-reveal.is-revealed {
  clip-path: inset(0 0 0 0);
}

/* Text + Media section: WYSIWYG content – headings use heading font and sizes */

.tekst-media__body h1,
  .tekst-media__body h2,
  .tekst-media__body h3,
  .tekst-media__body h4,
  .tekst-media__body h5,
  .tekst-media__body h6{
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Nexa, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tekst-media__body h1{
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 768px){
  .tekst-media__body h1{
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.tekst-media__body h2{
  font-size: 2.25rem;
  line-height: 1.2;
}

@media (min-width: 768px){
  .tekst-media__body h2{
    font-size: 3rem;
    line-height: 1.2;
  }
}

.tekst-media__body h3{
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 768px){
  .tekst-media__body h3{
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.tekst-media__body h4{
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .tekst-media__body h4{
    font-size: 2rem;
    line-height: 1.3;
  }
}

.tekst-media__body h5{
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .tekst-media__body h5{
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.tekst-media__body h6{
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .tekst-media__body h6{
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.tekst-media__body h1:first-child,
  .tekst-media__body h2:first-child,
  .tekst-media__body h3:first-child,
  .tekst-media__body h4:first-child,
  .tekst-media__body h5:first-child,
  .tekst-media__body h6:first-child{
  margin-top: 0px;
}

.tekst-media__body p + h1,
  .tekst-media__body p + h2,
  .tekst-media__body p + h3,
  .tekst-media__body p + h4,
  .tekst-media__body p + h5,
  .tekst-media__body p + h6{
  margin-top: 1.5rem;
}

/* Single post: entry content – headings, paragraphs, line breaks, lists */

.single .entry-content h1,
  .single .entry-content h2,
  .single .entry-content h3,
  .single .entry-content h4,
  .single .entry-content h5,
  .single .entry-content h6{
  margin-top: 0px;
  margin-bottom: 1rem;
  font-family: Nexa, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.single .entry-content h1{
  font-size: 2.5rem;
  line-height: 1.2;
}

@media (min-width: 768px){
  .single .entry-content h1{
    font-size: 3.5rem;
    line-height: 1.2;
  }
}

.single .entry-content h2{
  font-size: 2.25rem;
  line-height: 1.2;
}

@media (min-width: 768px){
  .single .entry-content h2{
    font-size: 3rem;
    line-height: 1.2;
  }
}

.single .entry-content h3{
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 768px){
  .single .entry-content h3{
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

.single .entry-content h4{
  font-size: 1.5rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .single .entry-content h4{
    font-size: 2rem;
    line-height: 1.3;
  }
}

.single .entry-content h5{
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .single .entry-content h5{
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.single .entry-content h6{
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 768px){
  .single .entry-content h6{
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.single .entry-content h1:first-child,
  .single .entry-content h2:first-child,
  .single .entry-content h3:first-child,
  .single .entry-content h4:first-child,
  .single .entry-content h5:first-child,
  .single .entry-content h6:first-child{
  margin-top: 0px;
}

.single .entry-content p + h1,
  .single .entry-content p + h2,
  .single .entry-content p + h3,
  .single .entry-content p + h4,
  .single .entry-content p + h5,
  .single .entry-content p + h6{
  margin-top: 1.5rem;
}

.single .entry-content p{
  margin-bottom: 1rem;
}

.single .entry-content p:last-child{
  margin-bottom: 0px;
}

.single .entry-content ul,
  .single .entry-content ol{
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.single .entry-content ul:last-child,
  .single .entry-content ol:last-child{
  margin-bottom: 0px;
}

.single .entry-content ul{
  list-style-type: disc;
}

.single .entry-content ol{
  list-style-type: decimal;
}

.single .entry-content li{
  margin-bottom: 0.25rem;
}

/* Prose / Text section (and other WYSIWYG blocks): restore list styling after preflight reset */

.prose ul,
  .section-tekst-content ul,
  .prose ol,
  .section-tekst-content ol{
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.prose ul:last-child,
  .section-tekst-content ul:last-child,
  .prose ol:last-child,
  .section-tekst-content ol:last-child{
  margin-bottom: 0px;
}

.prose ul,
  .section-tekst-content ul{
  list-style-type: disc;
}

.prose ol,
  .section-tekst-content ol{
  list-style-type: decimal;
}

.prose li,
  .section-tekst-content li{
  margin-bottom: 0.25rem;
}

.single .entry-content a{
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.single .entry-content a:hover{
  opacity: 0.9;
}

.single .entry-content img{
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: auto;
  max-width: 100%;
}

/* Inline/aligned images: float so text wraps correctly (classic & block editor) */

.single .entry-content img.alignleft,
  .single .entry-content .wp-block-image.alignleft,
  .single .entry-content figure.alignleft{
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  max-width: min(50%, 320px);
}

.single .entry-content img.alignright,
  .single .entry-content .wp-block-image.alignright,
  .single .entry-content figure.alignright{
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  max-width: min(50%, 320px);
}

.single .entry-content .wp-block-image.alignleft img,
  .single .entry-content .wp-block-image.alignright img,
  .single .entry-content figure.alignleft img,
  .single .entry-content figure.alignright img{
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
}

.single .entry-content br{
  display: block;
}

/* Text + Media section: caption ticker when content overflows */

@keyframes tekst-media-ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.tekst-media__caption-inner--ticker {
  animation: tekst-media-ticker 25s linear infinite;
}

.tekst-media__caption-inner--ticker:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .tekst-media__caption-inner--ticker {
    animation: none;
  }
}

/* Page header: same ticker effect when title overflows */

.page-header__title-inner--ticker {
  animation: tekst-media-ticker 25s linear infinite;
}

.page-header__title-inner--ticker:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .page-header__title-inner--ticker {
    animation: none;
  }
}

/* Marquee section: same ticker effect when caption overflows */

.marquee__caption-inner--ticker {
  animation: tekst-media-ticker 25s linear infinite;
}

.marquee__caption-inner--ticker:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__caption-inner--ticker {
    animation: none;
  }
}

/* Intake process section: same ticker effect when title overflows */

.intake-process__title-inner--ticker {
  animation: tekst-media-ticker 25s linear infinite;
}

.intake-process__title-inner--ticker:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .intake-process__title-inner--ticker {
    animation: none;
  }
}

/* Vacancy apply banner: solid Indigo background (overrides any bleed-through from page content) */

.vacature-apply-banner {
  background-color: #0C0A21 !important;
  background: #0C0A21 !important;
}

/* Vacancy apply banner: marquee title on mobile when text overflows */

.vacature-apply-banner__title-inner--ticker {
  animation: tekst-media-ticker 25s linear infinite;
}

.vacature-apply-banner__title-inner--ticker:hover {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .vacature-apply-banner__title-inner--ticker {
    animation: none;
  }
}

/* Brands section: scattered logos around title, luminosity filter, full color on hover */

.brands__content {
  max-width: 560px;
}

.brands__logo-img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brands__logo{
  pointer-events: auto;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  filter: saturate(0) brightness(1.08);
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.brands__logo:hover {
  filter: none;
  opacity: 1;
}

/* Footer CTA banner – large Lottie arrow on top, secondary link underline */

.site-footer__cta-secondary::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 0.125rem;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  width: 2.5em;
}

.site-footer__cta-secondary:hover::after {
  width: 100%;
}

/* Footer newsletter – fallback form (same bar design as CF7) */

.site-footer__newsletter-form .site-footer__newsletter-field::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  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: #7a6f9e;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.site-footer__newsletter-form input {
  min-width: 0;
}

.site-footer__newsletter-shortcode{
  width: 100%;
}

.site-footer__newsletter-shortcode .mc4wp-form,
  .site-footer__newsletter-shortcode form{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .site-footer__newsletter-shortcode .mc4wp-form,
  .site-footer__newsletter-shortcode form{
    flex-direction: row;
  }
}

.site-footer__newsletter-shortcode .mc4wp-form-fields{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px){
  .site-footer__newsletter-shortcode .mc4wp-form-fields{
    flex-direction: row;
  }
}

.site-footer__newsletter-shortcode .mc4wp-form-fields input[type="email"]{
  min-width: 0px;
  flex: 1 1 0%;
}

.site-footer__newsletter-shortcode .mc4wp-form-fields input[type="submit"],
  .site-footer__newsletter-shortcode .mc4wp-form-fields button{
  flex-shrink: 0;
}

/* Newsletter (white bg): ensure shortcode forms use dark text/inputs */

.site-footer__newsletter .site-footer__newsletter-shortcode input[type="email"],
  .site-footer__newsletter .site-footer__newsletter-shortcode input[type="text"]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(221 166 146 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.site-footer__newsletter .site-footer__newsletter-shortcode input[type="email"]::-moz-placeholder, .site-footer__newsletter .site-footer__newsletter-shortcode input[type="text"]::-moz-placeholder{
  color: rgb(12 10 33 / 0.5);
}

.site-footer__newsletter .site-footer__newsletter-shortcode input[type="email"]::placeholder,
  .site-footer__newsletter .site-footer__newsletter-shortcode input[type="text"]::placeholder{
  color: rgb(12 10 33 / 0.5);
}

/* Footer newsletter – CF7 design: single bar (input + button), envelope icon, dark button on the right */

.site-footer__newsletter-shortcode .wpcf7 form{
  display: flex;
  width: 100%;
  max-width: 36rem;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  min-height: 48px;
}

/* Hidden fieldset: take no space in the bar */

.site-footer__newsletter-shortcode .wpcf7 form > fieldset.hidden-fields-container {
  flex: 0 0 0;
  min-width: 0;
  width: 0;
  overflow: hidden;
  margin: 0px;
  border-width: 0px;
  padding: 0px;
}

/* CF7 wraps each part in <p>; email takes space, submit pushed to the right edge */

.site-footer__newsletter-shortcode .wpcf7 form > p{
  margin: 0px;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.site-footer__newsletter-shortcode .wpcf7 form > p:first-of-type {
  flex: 1 1 0%;
  min-width: 0;
}

/* Hide the wpcf7 spinner */

.site-footer__newsletter-shortcode .wpcf7 .wpcf7-spinner {
  display: none !important;
}

/* Response message on its own row so it doesn’t leave empty space to the right of the button */

.site-footer__newsletter-shortcode .wpcf7 form > .wpcf7-response-output {
  flex: 1 1 100%;
  order: 10;
}

.site-footer__newsletter-shortcode .wpcf7 .wpcf7-form-control-wrap{
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0px;
  flex: 1 1 0%;
}

.site-footer__newsletter-shortcode .wpcf7 .wpcf7-form-control-wrap::before {
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  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: #7a6f9e;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'/%3E%3Cpolyline points='22,6 12,13 2,6'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}

.site-footer__newsletter-shortcode .wpcf7 input[type="email"]{
  width: 100%;
  min-width: 0px;
  flex: 1 1 0%;
  border-radius: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 3rem;
  padding-right: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  min-height: 48px;
}

.site-footer__newsletter-shortcode .wpcf7 input[type="email"]::-moz-placeholder {
  color: #7a6f9e;
}

.site-footer__newsletter-shortcode .wpcf7 input[type="email"]::placeholder {
  color: #7a6f9e;
}

.site-footer__newsletter-shortcode .wpcf7 input[type="submit"]{
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 33 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-footer__newsletter-shortcode .wpcf7 input[type="submit"]:hover{
  opacity: 0.9;
}

.site-footer__newsletter-shortcode .wpcf7 input[type="submit"] {
  min-height: 48px;
}

.site-footer__newsletter-shortcode .wpcf7 .wpcf7-response-output{
  margin: 0px;
  margin-top: 0.75rem;
}

/* Keep newsletter bar to a sensible width so button sits at right edge of bar (no gap) */

.site-footer__newsletter-shortcode .wpcf7{
  max-width: 36rem;
}

/* ── Map banner: contain Leaflet's internal z-indexes ────── */

.map-banner {
  isolation: isolate;
}

/* ── Contact section ───────────────────────────────────────── */

.section-contact__bg{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 33 / var(--tw-bg-opacity, 1));
}

/* Form card – design system: placeholders only (no labels on top), Purple/75 placeholders */

.section-contact .wpcf7{
  width: 100%;
}

.section-contact .wpcf7 form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.section-contact .wpcf7 form > p{
  margin: 0px;
}

/* Hide labels above inputs – use placeholders only */

.section-contact .wpcf7 form > p > label:first-child{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.section-contact .wpcf7 .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}

.section-contact .wpcf7 input[type="text"],
  .section-contact .wpcf7 input[type="email"],
  .section-contact .wpcf7 input[type="tel"]{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.section-contact .wpcf7 input[type="text"]::-moz-placeholder, .section-contact .wpcf7 input[type="email"]::-moz-placeholder, .section-contact .wpcf7 input[type="tel"]::-moz-placeholder{
  color: rgb(49 39 131 / 0.75);
}

.section-contact .wpcf7 input[type="text"]::placeholder,
  .section-contact .wpcf7 input[type="email"]::placeholder,
  .section-contact .wpcf7 input[type="tel"]::placeholder{
  color: rgb(49 39 131 / 0.75);
}

.section-contact .wpcf7 input[type="text"]:focus,
  .section-contact .wpcf7 input[type="email"]:focus,
  .section-contact .wpcf7 input[type="tel"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.section-contact .wpcf7 textarea{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.section-contact .wpcf7 textarea::-moz-placeholder{
  color: rgb(49 39 131 / 0.75);
}

.section-contact .wpcf7 textarea::placeholder{
  color: rgb(49 39 131 / 0.75);
}

.section-contact .wpcf7 textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.section-contact .wpcf7 textarea{
  min-height: 120px;
  resize: vertical;
}

.section-contact .wpcf7 input[type="checkbox"]{
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(49 39 131 / var(--tw-text-opacity, 1));
}

.section-contact .wpcf7 input[type="checkbox"]:focus{
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;
}

.section-contact .wpcf7 .wpcf7-list-item{
  margin: 0px;
}

.section-contact .wpcf7 .wpcf7-list-item label{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.section-contact .wpcf7 input[type="submit"]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-contact .wpcf7 input[type="submit"]:hover{
  opacity: 0.9;
}

.section-contact .wpcf7 .wpcf7-spinner {
  display: none !important;
}

.section-contact .wpcf7 .wpcf7-response-output{
  margin: 0px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.section-contact__left {
  transform: rotate(350deg);
}

/* Spot card */

.section-contact__spot a{
  text-decoration-line: none;
}

.section-contact__spot a:hover{
  text-decoration-line: underline;
}

/* Footer ticker – nude bar, marquee with Indigo/White/Coral items (no border, 6 copies = no gaps) */

.site-footer__ticker {
  border: none !important;
}

.site-footer__ticker-track {
  width: -moz-max-content;
  width: max-content;
}

.site-footer__ticker-track--animate {
  animation: site-footer-ticker 50s linear infinite;
}

@keyframes site-footer-ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-16.666%);
    /* 1/6 of track = one set of items */
  }
}

/* Ticker – solid indigo bar (brand indigo #0C0A21) */

.section-contact__ticker {
  position: relative;
  z-index: 10;
  background-color: #0C0A21 !important;
}

.section-contact__ticker-inner--animate {
  animation: section-contact-ticker 30s linear infinite;
}

@keyframes section-contact-ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-16.666%);
  }
}

/* ── Request Account section ─────────────────────────────────── */

.section-request-account .wpcf7{
  width: 100%;
}

.section-request-account .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.section-request-account .wpcf7 form > p,
  .section-request-account .wpcf7 form > .section-request-account__row {
  margin: 0 !important;
}

.section-request-account .wpcf7 form > .section-request-account__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 1rem;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .section-request-account .wpcf7 form > .section-request-account__row {
    grid-template-columns: 1fr;
  }
}

.section-request-account .wpcf7 form > .section-request-account__row > br {
  display: none;
}

.section-request-account .wpcf7 form > .section-request-account__row > p {
  margin: 0 !important;
  min-width: 0;
}

/* CF7 puts both shortcodes in one <p> – span full width so inner grid gives true 50/50 */

.section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0 1rem;
}

.section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type > br {
  display: none;
}

.section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type > label:first-of-type,
  .section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type > .wpcf7-form-control-wrap:first-of-type {
  grid-column: 1;
  min-width: 0;
}

.section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type > label:last-of-type,
  .section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type > .wpcf7-form-control-wrap:last-of-type {
  grid-column: 2;
  min-width: 0;
}

.section-request-account .wpcf7 form > .section-request-account__row > p:only-of-type .wpcf7-form-control-wrap input {
  min-width: 0;
  box-sizing: border-box;
}

.section-request-account .wpcf7 form > p > label:first-child{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.section-request-account .wpcf7 .wpcf7-form-control-wrap{
  display: block;
  width: 100%;
}

.section-request-account .wpcf7 input[type="text"],
  .section-request-account .wpcf7 input[type="email"],
  .section-request-account .wpcf7 input[type="tel"],
  .section-request-account .wpcf7 input[type="url"]{
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.section-request-account .wpcf7 input[type="text"]::-moz-placeholder, .section-request-account .wpcf7 input[type="email"]::-moz-placeholder, .section-request-account .wpcf7 input[type="tel"]::-moz-placeholder, .section-request-account .wpcf7 input[type="url"]::-moz-placeholder{
  color: rgb(49 39 131 / 0.75);
}

.section-request-account .wpcf7 input[type="text"]::placeholder,
  .section-request-account .wpcf7 input[type="email"]::placeholder,
  .section-request-account .wpcf7 input[type="tel"]::placeholder,
  .section-request-account .wpcf7 input[type="url"]::placeholder{
  color: rgb(49 39 131 / 0.75);
}

.section-request-account .wpcf7 input[type="text"]:focus,
  .section-request-account .wpcf7 input[type="email"]:focus,
  .section-request-account .wpcf7 input[type="tel"]:focus,
  .section-request-account .wpcf7 input[type="url"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.section-request-account .wpcf7 input[type="checkbox"]{
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(49 39 131 / var(--tw-text-opacity, 1));
}

.section-request-account .wpcf7 input[type="checkbox"]:focus{
  --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, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;
}

.section-request-account .wpcf7 .wpcf7-list-item{
  margin: 0px;
}

.section-request-account .wpcf7 .wpcf7-list-item label{
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.section-request-account .wpcf7 input[type="submit"]{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  cursor: pointer;
  border-width: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.section-request-account .wpcf7 input[type="submit"]:hover{
  opacity: 0.9;
}

.section-request-account .wpcf7 .wpcf7-spinner {
  display: none !important;
}

.section-request-account .wpcf7 .wpcf7-response-output{
  margin: 0px;
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Page transition overlay: full-screen paint-fill videos */

.page-transition-overlay.is-active{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.has-page-transition-pending,
  .has-page-transition-pending body {
  background-color: #0C0A21 !important;
}

.has-page-transition-pending .page-transition-overlay{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  background-color: #0C0A21;
  transition: none !important;
}

/* Hide all page content while waiting for reverse video first frame */

.has-page-transition-pending #page > *:not(#page-transition-overlay) {
  opacity: 0 !important;
  transition: none !important;
}

/* Instant hide: no transition so no flash when removing overlay after reverse */

.page-transition-overlay.is-hiding {
  transition: none;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.page-transition-overlay .page-transition-video.u-hidden{
  display: none;
}

/* Vacancy detail: bottom padding so content is not hidden behind sticky apply banner (taller when stacked on mobile) */

body.single-vacature .site-main{
  padding-bottom: 140px;
}

@media (min-width: 768px){
  body.single-vacature .site-main{
    padding-bottom: 6rem;
  }
}

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

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-full{
  bottom: 100%;
}

.left-0{
  left: 0px;
}

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-full{
  top: 100%;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[10000\]{
  z-index: 10000;
}

.z-\[100\]{
  z-index: 100;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-\[99\]{
  z-index: 99;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.m-0{
  margin: 0px;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.-mt-px{
  margin-top: -1px;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

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

.box-border{
  box-sizing: border-box;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[1\.05\]{
  aspect-ratio: 1.05;
}

.aspect-\[167\/244\]{
  aspect-ratio: 167/244;
}

.aspect-\[314\/435\]{
  aspect-ratio: 314/435;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.aspect-\[494\/533\]{
  aspect-ratio: 494/533;
}

.aspect-\[534\/696\]{
  aspect-ratio: 534/696;
}

.aspect-\[535\/688\]{
  aspect-ratio: 535/688;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-0\.5{
  height: 0.125rem;
}

.h-1\.5{
  height: 0.375rem;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[280px\]{
  height: 280px;
}

.h-\[298px\]{
  height: 298px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[500px\]{
  height: 500px;
}

.h-\[50px\]{
  height: 50px;
}

.h-\[50vw\]{
  height: 50vw;
}

.h-\[75px\]{
  height: 75px;
}

.h-\[82\%\]{
  height: 82%;
}

.h-\[min\(50vmin\2c 280px\)\]{
  height: min(50vmin, 280px);
}

.h-\[min\(80vmin\2c 400px\)\]{
  height: min(80vmin, 400px);
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.h-32{
  height: 8rem;
}

.max-h-full{
  max-height: 100%;
}

.min-h-0{
  min-height: 0px;
}

.min-h-\[100dvh\]{
  min-height: 100dvh;
}

.min-h-\[100px\]{
  min-height: 100px;
}

.min-h-\[280px\]{
  min-height: 280px;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[400px\]{
  min-height: 400px;
}

.min-h-\[486px\]{
  min-height: 486px;
}

.min-h-\[48px\]{
  min-height: 48px;
}

.min-h-\[500px\]{
  min-height: 500px;
}

.min-h-\[70vh\]{
  min-height: 70vh;
}

.min-h-full{
  min-height: 100%;
}

.min-h-screen{
  min-height: 100vh;
}

.w-1\.5{
  width: 0.375rem;
}

.w-10{
  width: 2.5rem;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[240px\]{
  width: 240px;
}

.w-\[268px\]{
  width: 268px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[426px\]{
  width: 426px;
}

.w-\[486px\]{
  width: 486px;
}

.w-\[500px\]{
  width: 500px;
}

.w-\[50px\]{
  width: 50px;
}

.w-\[75px\]{
  width: 75px;
}

.w-\[82\%\]{
  width: 82%;
}

.w-\[90vw\]{
  width: 90vw;
}

.w-\[min\(50vmin\2c 280px\)\]{
  width: min(50vmin, 280px);
}

.w-\[min\(80vmin\2c 400px\)\]{
  width: min(80vmin, 400px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.min-w-6{
  min-width: 1.5rem;
}

.min-w-\[100vw\]{
  min-width: 100vw;
}

.min-w-\[120px\]{
  min-width: 120px;
}

.min-w-\[200px\]{
  min-width: 200px;
}

.min-w-full{
  min-width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-\[167px\]{
  max-width: 167px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[340px\]{
  max-width: 340px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-none{
  max-width: none;
}

.max-w-section{
  max-width: 1920px;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.origin-bottom-left{
  transform-origin: bottom left;
}

.origin-left{
  transform-origin: left;
}

.-translate-x-full{
  --tw-translate-x: -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));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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\.5{
  --tw-translate-x: 0.125rem;
  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-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));
}

.translate-y-3{
  --tw-translate-y: 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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-default{
  cursor: default;
}

.cursor-grab{
  cursor: grab;
}

.cursor-help{
  cursor: help;
}

.cursor-none{
  cursor: none;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-pan-x{
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-y{
  resize: vertical;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

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

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

.flex-nowrap{
  flex-wrap: nowrap;
}

.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-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

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

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

.self-start{
  align-self: flex-start;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-clip{
  overflow-x: clip;
}

.overflow-y-visible{
  overflow-y: visible;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

.border-2{
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-l{
  border-left-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-0{
  border-top-width: 0px;
}

.border-t-2{
  border-top-width: 2px;
}

.border-dashed{
  border-style: dashed;
}

.\!border-brand-purple{
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1)) !important;
}

.\!border-transparent{
  border-color: transparent !important;
}

.border-\[\#333333\]{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-brand-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-brand-black\/15{
  border-color: rgb(0 0 0 / 0.15);
}

.border-brand-black\/20{
  border-color: rgb(0 0 0 / 0.2);
}

.border-brand-black\/30{
  border-color: rgb(0 0 0 / 0.3);
}

.border-brand-border{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-brand-indigo{
  --tw-border-opacity: 1;
  border-color: rgb(12 10 33 / var(--tw-border-opacity, 1));
}

.border-brand-purple{
  --tw-border-opacity: 1;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1));
}

.border-brand-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-transparent{
  border-color: transparent;
}

.border-\[\#E0E0E0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}

.\!bg-brand-coral{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-brand-purple{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(49 39 131 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-brand-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(196 30 58 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#EF4242\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 66 66 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5e6e0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 230 224 / var(--tw-bg-opacity, 1));
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}

.bg-brand-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-brand-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-brand-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}

.bg-brand-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-brand-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-brand-border{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-brand-coral{
  --tw-bg-opacity: 1;
  background-color: rgb(232 63 68 / var(--tw-bg-opacity, 1));
}

.bg-brand-indigo{
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 33 / var(--tw-bg-opacity, 1));
}

.bg-brand-indigo\/30{
  background-color: rgb(12 10 33 / 0.3);
}

.bg-brand-nude{
  --tw-bg-opacity: 1;
  background-color: rgb(221 166 146 / var(--tw-bg-opacity, 1));
}

.bg-brand-nude\/20{
  background-color: rgb(221 166 146 / 0.2);
}

.bg-brand-nude\/30{
  background-color: rgb(221 166 146 / 0.3);
}

.bg-brand-progress-track{
  --tw-bg-opacity: 1;
  background-color: rgb(247 233 228 / var(--tw-bg-opacity, 1));
}

.bg-brand-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 131 / var(--tw-bg-opacity, 1));
}

.bg-brand-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

.bg-current{
  background-color: currentColor;
}

.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-\[length\:1\.25rem\]{
  background-size: 1.25rem;
}

.bg-cover{
  background-size: cover;
}

.bg-\[right_0\.5rem_center\]{
  background-position: right 0.5rem center;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.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-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[60px\]{
  padding: 60px;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.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-\[68px\]{
  padding-left: 68px;
  padding-right: 68px;
}

.px-section-x{
  padding-left: var(--section-padding-x);
  padding-right: var(--section-padding-x);
}

.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-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-section-y{
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[max\(1rem\2c env\(safe-area-inset-bottom\)\)\]{
  padding-bottom: max(1rem, env(safe-area-inset-bottom));
}

.pb-section-y{
  padding-bottom: var(--section-padding-y);
}

.pl-0{
  padding-left: 0px;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-12{
  padding-left: 3rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-section-x{
  padding-left: var(--section-padding-x);
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-3{
  padding-right: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-\[0\.25em\]{
  padding-right: 0.25em;
}

.pr-\[1em\]{
  padding-right: 1em;
}

.pr-section-x{
  padding-right: var(--section-padding-x);
}

.pt-0{
  padding-top: 0px;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-\[max\(1\.5rem\2c calc\(env\(safe-area-inset-top\2c 0px\)\+0\.5rem\)\)\]{
  padding-top: max(1.5rem, calc(env(safe-area-inset-top,0px) + 0.5rem));
}

.pt-px{
  padding-top: 1px;
}

.pl-6{
  padding-left: 1.5rem;
}

.text-left{
  text-align: left;
}

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

.font-body{
  font-family: Poppins, sans-serif;
}

.font-heading{
  font-family: Nexa, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[56px\]{
  font-size: 56px;
}

.text-body{
  font-size: 1rem;
  line-height: 1.5;
}

.text-body-lg{
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-body-md{
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-body-sm{
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-body-xs{
  font-size: 0.75rem;
  line-height: 1.5;
}

.text-h1{
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-h2{
  font-size: 2.25rem;
  line-height: 1.2;
}

.text-h3{
  font-size: 2rem;
  line-height: 1.2;
}

.text-h4{
  font-size: 1.5rem;
  line-height: 1.4;
}

.text-h5{
  font-size: 1.25rem;
  line-height: 1.4;
}

.text-h6{
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.font-bold{
  font-weight: 700;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.italic{
  font-style: italic;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-tight{
  line-height: 1.25;
}

.\!text-brand-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-brand-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-brand-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-brand-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-brand-black\/70{
  color: rgb(0 0 0 / 0.7);
}

.text-brand-black\/80{
  color: rgb(0 0 0 / 0.8);
}

.text-brand-black\/90{
  color: rgb(0 0 0 / 0.9);
}

.text-brand-border{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-brand-coral{
  --tw-text-opacity: 1;
  color: rgb(232 63 68 / var(--tw-text-opacity, 1));
}

.text-brand-indigo{
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.text-brand-indigo\/60{
  color: rgb(12 10 33 / 0.6);
}

.text-brand-indigo\/80{
  color: rgb(12 10 33 / 0.8);
}

.text-brand-purple{
  --tw-text-opacity: 1;
  color: rgb(49 39 131 / var(--tw-text-opacity, 1));
}

.text-brand-red{
  --tw-text-opacity: 1;
  color: rgb(196 30 58 / var(--tw-text-opacity, 1));
}

.text-brand-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-brand-white\/60{
  color: rgb(255 255 255 / 0.6);
}

.text-brand-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-brand-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#242629\]{
  --tw-text-opacity: 1;
  color: rgb(36 38 41 / var(--tw-text-opacity, 1));
}

.text-\[\#6D6D6D\]{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}

.text-\[\#ED1C24\]{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity, 1));
}

.underline{
  text-decoration-line: underline;
}

.no-underline{
  text-decoration-line: none;
}

.underline-offset-4{
  text-underline-offset: 4px;
}

.opacity-0{
  opacity: 0;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-80{
  opacity: 0.8;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.ring-0{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.invert{
  --tw-invert: invert(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);
}

.backdrop-blur-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c color\]{
  transition-property: background-color,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform{
  will-change: transform;
}

@media (max-width: 767px) {
  .py-section-y {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.\[-ms-overflow-style\:none\]{
  -ms-overflow-style: none;
}

.\[-webkit-overflow-scrolling\:touch\]{
  -webkit-overflow-scrolling: touch;
}

.\[scrollbar-width\:none\]{
  scrollbar-width: none;
}

/* py-section-y: less padding on mobile (must be in utilities layer to override Tailwind’s .py-section-y) */

.placeholder\:text-\[\#7a6f9e\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(122 111 158 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#7a6f9e\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(122 111 158 / var(--tw-text-opacity, 1));
}

.placeholder\:text-brand-black\/50::-moz-placeholder{
  color: rgb(0 0 0 / 0.5);
}

.placeholder\:text-brand-black\/50::placeholder{
  color: rgb(0 0 0 / 0.5);
}

.placeholder\:text-gray-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.focus-within\:border-brand-border-focus:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1));
}

.focus-within\:ring-2:focus-within{
  --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, 0 0 #0000);
}

.focus-within\:ring-brand-border-focus:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-brand-purple:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}

.hover\:border-brand-border:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-indigo\/20:hover{
  border-color: rgb(12 10 33 / 0.2);
}

.hover\:border-brand-indigo\/50:hover{
  border-color: rgb(12 10 33 / 0.5);
}

.hover\:border-brand-purple\/20:hover{
  border-color: rgb(49 39 131 / 0.2);
}

.hover\:border-brand-purple\/30:hover{
  border-color: rgb(49 39 131 / 0.3);
}

.hover\:border-brand-purple\/50:hover{
  border-color: rgb(49 39 131 / 0.5);
}

.hover\:bg-\[\#e63939\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 57 57 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-black\/10:hover{
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-brand-border:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-indigo\/50:hover{
  background-color: rgb(12 10 33 / 0.5);
}

.hover\:bg-brand-nude:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(221 166 146 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-nude\/30:hover{
  background-color: rgb(221 166 146 / 0.3);
}

.hover\:bg-brand-nude\/50:hover{
  background-color: rgb(221 166 146 / 0.5);
}

.hover\:bg-brand-purple:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(49 39 131 / var(--tw-bg-opacity, 1));
}

.hover\:text-brand-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-coral:hover{
  --tw-text-opacity: 1;
  color: rgb(232 63 68 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-indigo:hover{
  --tw-text-opacity: 1;
  color: rgb(12 10 33 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-nude:hover{
  --tw-text-opacity: 1;
  color: rgb(221 166 146 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-purple:hover{
  --tw-text-opacity: 1;
  color: rgb(49 39 131 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-brand-border-focus:focus{
  --tw-border-opacity: 1;
  border-color: rgb(49 39 131 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-indigo:focus{
  --tw-border-opacity: 1;
  border-color: rgb(12 10 33 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-0:focus{
  outline-width: 0px;
}

.focus\:ring-0:focus{
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --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, 0 0 #0000);
}

.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}

.focus\:ring-brand-border-focus:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-coral:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 63 68 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-indigo:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 33 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-indigo\/30:focus{
  --tw-ring-color: rgb(12 10 33 / 0.3);
}

.focus\:ring-brand-purple:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 39 131 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-white\/50:focus{
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-brand-indigo:focus{
  --tw-ring-offset-color: #0C0A21;
}

.focus\:ring-offset-transparent:focus{
  --tw-ring-offset-color: transparent;
}

.active\:cursor-grabbing:active{
  cursor: grabbing;
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

.group:focus-within .group-focus-within\:block{
  display: block;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 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));
}

.group:hover .group-hover\: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));
}

.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\:text-brand-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-brand-white\/70{
  color: rgb(255 255 255 / 0.7);
}

.group:hover .group-hover\:text-brand-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.peer:checked ~ .peer-checked\: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));
}

@media (min-width: 640px){
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-4{
    margin-bottom: 1rem;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:mt-8{
    margin-top: 2rem;
  }

  .sm\:w-\[300px\]{
    width: 300px;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

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

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:pl-6{
    padding-left: 1.5rem;
  }

  .sm\:pr-6{
    padding-right: 1.5rem;
  }

  .sm\:pt-8{
    padding-top: 2rem;
  }
}

@media (min-width: 768px){
  .md\:pointer-events-none{
    pointer-events: none;
  }

  .md\:pointer-events-auto{
    pointer-events: auto;
  }

  .md\:invisible{
    visibility: hidden;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:-top-\[232px\]{
    top: -232px;
  }

  .md\:bottom-12{
    bottom: 3rem;
  }

  .md\:left-0{
    left: 0px;
  }

  .md\:left-\[68px\]{
    left: 68px;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-start-2{
    grid-column-start: 2;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-section-x{
    margin-left: calc(var(--section-padding-x) * -1);
    margin-right: calc(var(--section-padding-x) * -1);
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-16{
    margin-bottom: 4rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mt-\[232px\]{
    margin-top: 232px;
  }

  .md\:line-clamp-none{
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:contents{
    display: contents;
  }

  .md\:\!hidden{
    display: none !important;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[314\/435\]{
    aspect-ratio: 314/435;
  }

  .md\:h-12{
    height: 3rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-\[1000px\]{
    height: 1000px;
  }

  .md\:h-\[1024px\]{
    height: 1024px;
  }

  .md\:h-\[320px\]{
    height: 320px;
  }

  .md\:h-\[400px\]{
    height: 400px;
  }

  .md\:h-\[421px\]{
    height: 421px;
  }

  .md\:h-\[800px\]{
    height: 800px;
  }

  .md\:h-\[min\(45vmin\2c 360px\)\]{
    height: min(45vmin, 360px);
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

  .md\:min-h-\[1024px\]{
    min-height: 1024px;
  }

  .md\:min-h-\[600px\]{
    min-height: 600px;
  }

  .md\:min-h-screen{
    min-height: 100vh;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-\[167px\]{
    width: 167px;
  }

  .md\:w-\[280px\]{
    width: 280px;
  }

  .md\:w-\[320px\]{
    width: 320px;
  }

  .md\:w-\[491px\]{
    width: 491px;
  }

  .md\:w-\[494px\]{
    width: 494px;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[min\(45vmin\2c 360px\)\]{
    width: min(45vmin, 360px);
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:min-w-0{
    min-width: 0px;
  }

  .md\:max-w-\[50\%\]{
    max-width: 50%;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:shrink-0{
    flex-shrink: 0;
  }

  .md\:translate-y-\[12px\]{
    --tw-translate-y: 12px;
    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));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-\[491px_1fr\]{
    grid-template-columns: 491px 1fr;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-end{
    align-items: flex-end;
  }

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

  .md\:items-stretch{
    align-items: stretch;
  }

  .md\:justify-end{
    justify-content: flex-end;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:overflow-visible{
    overflow: visible;
  }

  .md\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-section-x{
    padding-left: var(--section-padding-x);
    padding-right: var(--section-padding-x);
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-section-y{
    padding-top: var(--section-padding-y);
    padding-bottom: var(--section-padding-y);
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

  .md\:pb-section-y{
    padding-bottom: var(--section-padding-y);
  }

  .md\:pl-\[179px\]{
    padding-left: 179px;
  }

  .md\:pl-\[68px\]{
    padding-left: 68px;
  }

  .md\:pl-section-x{
    padding-left: var(--section-padding-x);
  }

  .md\:pr-0{
    padding-right: 0px;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pr-6{
    padding-right: 1.5rem;
  }

  .md\:pr-\[179px\]{
    padding-right: 179px;
  }

  .md\:pr-\[25\%\]{
    padding-right: 25%;
  }

  .md\:pr-section-x{
    padding-right: var(--section-padding-x);
  }

  .md\:pt-20{
    padding-top: 5rem;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

  .md\:pt-\[40px\]{
    padding-top: 40px;
  }

  .md\:pt-\[50px\]{
    padding-top: 50px;
  }

  .md\:pt-section-y{
    padding-top: var(--section-padding-y);
  }

  .md\:pl-\[calc\(var\(--section-padding-x\)\+1\.5rem\)\]{
    padding-left: calc(var(--section-padding-x) + 1.5rem);
  }

  .md\:pl-\[var\(--section-padding-x\)\]{
    padding-left: var(--section-padding-x);
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-\[124px\]{
    font-size: 124px;
  }

  .md\:text-body-lg{
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .md\:text-body-md{
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .md\:text-h1-lg{
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .md\:text-h2{
    font-size: 2.25rem;
    line-height: 1.2;
  }

  .md\:text-h2-lg{
    font-size: 3rem;
    line-height: 1.2;
  }

  .md\:text-h3{
    font-size: 2rem;
    line-height: 1.2;
  }

  .md\:text-h3-lg{
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .md\:text-h4{
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .md\:text-h4-lg{
    font-size: 2rem;
    line-height: 1.3;
  }

  .md\:text-h5-lg{
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .md\:text-h6-lg{
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .md\:leading-\[1\.1\]{
    line-height: 1.1;
  }

  .md\:opacity-0{
    opacity: 0;
  }

  @media (max-width: 767px) {
    .md\:py-section-y {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:block{
    display: block;
  }

  .lg\:aspect-\[535\/688\]{
    aspect-ratio: 535/688;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

  .lg\:min-h-\[400px\]{
    min-height: 400px;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:text-\[42px\]{
    font-size: 42px;
  }

  .lg\:text-body-md{
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .lg\:text-body-sm{
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .lg\:leading-\[1\.15\]{
    line-height: 1.15;
  }
}

@media (min-width: 1280px){
  .xl\:gap-16{
    gap: 4rem;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{
  display: none;
}

.\[\&_\*\]\:\!cursor-none *{
  cursor: none !important;
}
