/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --text-sm: clamp(14.00px, 0.33vi + 11.33px, 16.00px);
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --color-midnightblue: #2c2472;
    --color-royalblue: #0059ff;
    --color-grey: #d9d9d9;
    --color-white: #fff;
    --color-black: #000;
    --text-giga: clamp(32.00px, 5.33vi + -10.67px, 64.00px);
    --spacing-xs: clamp(7.11px, -0.15vi + 7.60px, 5.76px);
    --spacing-sm: clamp(10.67px, -0.12vi + 11.06px, 9.60px);
    --spacing-md: clamp(24.00px, 0.30vi + 23.03px, 26.67px);
    --spacing-lg: clamp(36.00px, 0.96vi + 32.92px, 44.46px);
    --spacing-giga: clamp(54.00px, 2.29vi + 46.68px, 74.12px);
    --spacing-mega: clamp(81.00px, 4.84vi + 65.53px, 123.56px);
    --spacing-ultra: clamp(121.50px, 9.60vi + 90.78px, 205.97px);
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mt-mega\! {
    margin-top: calc(var(--spacing-mega) * -1) !important;
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .hidden\! {
    display: none !important;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[50vh\] {
    height: 50vh;
  }
  .h-auto {
    height: auto;
  }
  .max-h-fit\! {
    max-height: fit-content !important;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-fit\! {
    width: fit-content !important;
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-\[10vw\]\! {
    max-width: 10vw !important;
  }
  .max-w-\[75px\]\! {
    max-width: 75px !important;
  }
  .max-w-\[100px\]\! {
    max-width: 100px !important;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[120px\]\! {
    min-width: 120px !important;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-\[50\%\] {
    --tw-translate-x: calc(50% * -1);
    --tw-translate-y: calc(50% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .\[animation\:sub-notice-in_0\.22s_ease_forwards\] {
    animation: sub-notice-in 0.22s ease forwards;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-md {
    gap: var(--spacing-md);
  }
  .gap-sm {
    gap: var(--spacing-sm);
  }
  .overflow-hidden\! {
    overflow: hidden !important;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-\[\#bbf7d0\] {
    border-color: #bbf7d0;
  }
  .border-\[\#fecaca\] {
    border-color: #fecaca;
  }
  .border-royalblue {
    border-color: var(--color-royalblue);
  }
  .bg-\[\#f0fdf4\] {
    background-color: #f0fdf4;
  }
  .bg-\[\#fef2f2\] {
    background-color: #fef2f2;
  }
  .bg-royalblue {
    background-color: var(--color-royalblue);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-giga\! {
    padding: var(--spacing-giga) !important;
  }
  .px-sm {
    padding-inline: var(--spacing-sm);
  }
  .py-0\! {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-giga {
    padding-block: var(--spacing-giga);
  }
  .py-ultra\! {
    padding-block: var(--spacing-ultra) !important;
  }
  .py-xs {
    padding-block: var(--spacing-xs);
  }
  .pt-lg\! {
    padding-top: var(--spacing-lg) !important;
  }
  .pr-\[6px\] {
    padding-right: 6px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-giga\! {
    font-size: var(--text-giga) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#991b1b\] {
    color: #991b1b;
  }
  .text-\[\#166534\] {
    color: #166534;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-royalblue {
    color: var(--color-royalblue);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-\[border-color\,box-shadow\] {
    transition-property: border-color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-\[180ms\] {
    --tw-duration: 180ms;
    transition-duration: 180ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .placeholder\:text-grey {
    &::placeholder {
      color: var(--color-grey);
    }
  }
  .focus-within\:border-royalblue {
    &:focus-within {
      border-color: var(--color-royalblue);
    }
  }
  .focus-within\:\[box-shadow\:0_0_0_3px_color-mix\(in_srgb\,var\(--color-royalblue\)_12\%\,transparent\)\] {
    &:focus-within {
      box-shadow: 0 0 0 3px color-mix(in srgb,#0059ff 12%,transparent);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 0 0 3px color-mix(in srgb,var(--color-royalblue) 12%,transparent);
      }
    }
  }
  .hover\:scale-\[1\.1\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.1;
      }
    }
  }
  .hover\:bg-midnightblue {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-midnightblue);
      }
    }
  }
  .focus-visible\:outline-2 {
    &:focus-visible {
      outline-style: var(--tw-outline-style);
      outline-width: 2px;
    }
  }
  .focus-visible\:outline-offset-\[3px\] {
    &:focus-visible {
      outline-offset: 3px;
    }
  }
  .focus-visible\:outline-royalblue {
    &:focus-visible {
      outline-color: var(--color-royalblue);
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .mob\:-mt-ultra\! {
    @media (width >= 782px) {
      margin-top: calc(var(--spacing-ultra) * -1) !important;
    }
  }
  .tab\:flex {
    @media (width >= 1200px) {
      display: flex;
    }
  }
  .tab\:flex\! {
    @media (width >= 1200px) {
      display: flex !important;
    }
  }
  .tab\:hidden\! {
    @media (width >= 1200px) {
      display: none !important;
    }
  }
  .tab\:min-h-\[70vh\]\! {
    @media (width >= 1200px) {
      min-height: 70vh !important;
    }
  }
  .tab\:w-\[120px\] {
    @media (width >= 1200px) {
      width: 120px;
    }
  }
  .tab\:justify-center\! {
    @media (width >= 1200px) {
      justify-content: center !important;
    }
  }
  .tab\:text-right\! {
    @media (width >= 1200px) {
      text-align: right !important;
    }
  }
  .\[\&_img\]\:w-full\! {
    & img {
      width: 100% !important;
    }
  }
  .\[\&\.is-visible\]\:\!flex {
    &.is-visible {
      display: flex !important;
    }
  }
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
* {
  position: relative;
}
[id] {
  scroll-margin-top: var(--spacing-mega);
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
}
section {
  padding-block: var(--spacing-giga);
}
section + section {
  margin-top: 0 !important;
}
.alignwide {
  width: 80%;
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}
.page-template-legal-pages h2 {
  margin-top: var(--spacing-mega) !important;
}
.page-template-legal-pages h3 {
  margin-top: var(--spacing-lg) !important;
}
.page-template-legal-pages h2:first-child, .page-template-legal-pages h3:first-child {
  margin-top: 3rem !important;
}
#homepage-hero-cover .has-parallax {
  background-position: 50% 100px !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-outline-style: solid;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
