/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-yellow: #FFF600;
    --color-purple: #5500E6;
    --color-coolBlack: #0E0026;
    --color-coolWhite: #E3DAF2;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
      -o-tab-size: 4;
         tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
       -moz-appearance: button;
            appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[35px\] {
    min-height: 35px;
  }
  .min-h-\[225px\] {
    min-height: 225px;
  }
  .min-h-\[550px\] {
    min-height: 550px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .min-w-\[275px\] {
    min-width: 275px;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[0\] {
    gap: 0;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .space-y-\[10px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(10px * var(--tw-space-y-reverse));
      margin-block-end: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[15px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(15px * var(--tw-space-y-reverse));
      margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-purple {
    border-color: var(--color-purple);
  }
  .bg-coolBlack {
    background-color: var(--color-coolBlack);
  }
  .bg-coolWhite {
    background-color: var(--color-coolWhite);
  }
  .bg-purple {
    background-color: var(--color-purple);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-yellow {
    background-color: var(--color-yellow);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .pt-\[3px\] {
    padding-top: 3px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[45px\] {
    padding-top: 45px;
  }
  .pr-\[0\] {
    padding-right: 0;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-coolBlack {
    color: var(--color-coolBlack);
  }
  .text-coolWhite {
    color: var(--color-coolWhite);
  }
  .text-purple {
    color: var(--color-purple);
  }
  .text-yellow {
    color: var(--color-yellow);
  }
  .opacity-70 {
    opacity: 70%;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .hover\:text-coolBlack {
    &:hover {
      @media (hover: hover) {
        color: var(--color-coolBlack);
      }
    }
  }
  .hover\:text-yellow {
    &:hover {
      @media (hover: hover) {
        color: var(--color-yellow);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .max-lg\:mb-\[15px\] {
    @media (width < 769px) {
      margin-bottom: 15px;
    }
  }
  .max-lg\:mb-\[45px\] {
    @media (width < 769px) {
      margin-bottom: 45px;
    }
  }
  .max-lg\:pb-\[45px\] {
    @media (width < 769px) {
      padding-bottom: 45px;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 769px) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 769px) {
      margin-top: 70px;
    }
  }
  .lg\:mb-\[40px\] {
    @media (width >= 769px) {
      margin-bottom: 40px;
    }
  }
  .lg\:mb-\[80px\] {
    @media (width >= 769px) {
      margin-bottom: 80px;
    }
  }
  .lg\:inline-block {
    @media (width >= 769px) {
      display: inline-block;
    }
  }
  .lg\:h-\[70px\] {
    @media (width >= 769px) {
      height: 70px;
    }
  }
  .lg\:h-\[95vh\] {
    @media (width >= 769px) {
      height: 95vh;
    }
  }
  .lg\:min-h-\[300px\] {
    @media (width >= 769px) {
      min-height: 300px;
    }
  }
  .lg\:min-h-\[550px\] {
    @media (width >= 769px) {
      min-height: 550px;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 769px) {
      width: 50%;
    }
  }
  .lg\:w-\[70px\] {
    @media (width >= 769px) {
      width: 70px;
    }
  }
  .lg\:w-\[327px\] {
    @media (width >= 769px) {
      width: 327px;
    }
  }
  .lg\:w-\[800px\] {
    @media (width >= 769px) {
      width: 800px;
    }
  }
  .lg\:-translate-y-1 {
    @media (width >= 769px) {
      --tw-translate-y: calc(var(--spacing) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 769px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 769px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 769px) {
      flex-direction: row;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 769px) {
      gap: 30px;
    }
  }
  .lg\:p-\[30px\] {
    @media (width >= 769px) {
      padding: 30px;
    }
  }
  .lg\:p-\[40px\] {
    @media (width >= 769px) {
      padding: 40px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 769px) {
      padding: 60px;
    }
  }
  .lg\:px-0 {
    @media (width >= 769px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 769px) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[60px\] {
    @media (width >= 769px) {
      padding-inline: 60px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 769px) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[90px\] {
    @media (width >= 769px) {
      padding-block: 90px;
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 769px) {
      padding-bottom: 20px;
    }
  }
  .min-\[1040px\]\:hidden {
    @media (width >= 1040px) {
      display: none;
    }
  }
  .min-\[1300px\]\:-translate-x-30 {
    @media (width >= 1300px) {
      --tw-translate-x: calc(var(--spacing) * -30);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:"gotham";font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/gotham-bold.woff2) format("woff2"),url(../fonts/gotham-bold.woff) format("woff")}@font-face{font-family:"gotham-narrow";font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/gotham-narrow-book.woff2) format("woff2"),url(../fonts/gotham-narrow-book.woff) format("woff")}@font-face{font-family:"gotham-narrow";font-weight:700;font-style:bold;font-display:swap;src:url(../fonts/gotham-narrow-bold.woff2) format("woff2"),url(../fonts/gotham-narrow-bold.woff) format("woff")}.header-lg{font-family:"gotham";font-weight:700;font-size:2.6rem;text-transform:uppercase;letter-spacing:-0.01em;line-height:1}@media screen and (min-width: 769px){.header-lg{font-size:4.2rem}}.header-md{font-family:"gotham";font-weight:700;font-size:2rem;text-transform:uppercase;letter-spacing:0;line-height:1}@media screen and (min-width: 769px){.header-md{font-size:3.2rem}}.header-sm{font-family:"gotham";font-weight:700;font-size:1.8rem;text-transform:uppercase;letter-spacing:0;line-height:1}@media screen and (min-width: 769px){.header-sm{font-size:2.4rem}}.subheader,.faq-question,a.btn.primary,a.btn,.skip-to-content{font-family:"gotham";font-weight:700;font-size:1.3rem;text-transform:uppercase;letter-spacing:.02em;line-height:1}@media screen and (min-width: 769px){.subheader,.faq-question,a.btn.primary,a.btn,.skip-to-content{font-size:1.4rem}}.body-lg{font-family:"gotham-narrow";font-weight:400;font-size:1.6rem;letter-spacing:.01em;line-height:1.25}@media screen and (min-width: 769px){.body-lg{font-size:1.7rem}}.body-sm,footer div#mc_embed_shell .mc-field-group label,footer div#mc_embed_shell .mc-field-group input{font-family:"gotham-narrow";font-weight:400;font-size:1.4rem;letter-spacing:.01em;line-height:1.25}@media screen and (min-width: 769px){.body-sm,footer div#mc_embed_shell .mc-field-group label,footer div#mc_embed_shell .mc-field-group input{font-size:1.5rem}}.utility,footer div#mc_embed_shell #mc_embed_signup_scroll>input{font-family:"gotham";font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.02em;line-height:1}html{font-size:62.5%}.no-scroll{overflow:hidden}.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}.skip-to-content{position:absolute;top:-40px;left:0;z-index:100;padding:8px 16px;background-color:#5500e6;color:#fff600;text-decoration:none}.skip-to-content:focus{top:0}body{font-family:sans-serif;background:#0e0026;color:#fff600}a.btn{display:inline-flex;height:4.5rem;padding:0 3.5rem;text-decoration:none;justify-content:center;align-items:center;border:1px solid #fff600;color:#fff600;width:-moz-fit-content;width:fit-content;transition:background-color .1s ease,color .1s ease}@media screen and (min-width: 769px){a.btn{height:5rem;padding:0 5rem}}a.btn:hover{background-color:#fff600;color:#0e0026;transition:background-color .3s ease,color .3s ease}a.btn.primary{background-color:#fff600;color:#0e0026}a.btn.primary:hover{background-color:unset;color:#fff600}a.btn.coolBlack{border-color:#0e0026;color:#0e0026}a.btn.coolBlack:hover{background-color:#0e0026;color:#e3daf2}a.btn.primary{display:inline-flex;height:4.5rem;padding:0 3.5rem;text-decoration:none;justify-content:center;align-items:center;border:1px solid #fff600;color:#fff600;width:-moz-fit-content;width:fit-content;transition:background-color .1s ease,color .1s ease}@media screen and (min-width: 769px){a.btn.primary{height:5rem;padding:0 5rem}}a.btn.primary:hover{background-color:#fff600;color:#0e0026;transition:background-color .3s ease,color .3s ease}a.btn.primary.primary{background-color:#fff600;color:#0e0026}a.btn.primary.primary:hover{background-color:unset;color:#fff600}section{padding:45px 15px}@media screen and (min-width: 769px){section{padding:60px}}section.full-width{padding:0}a.subheader:not(.btn):hover,a.faq-question:not(.btn):hover,a.skip-to-content:not(.btn):hover,a.btn:not(.btn):hover{text-decoration:underline;text-decoration-thickness:20%}@media screen and (max-width: 1039px){nav#global ul{display:none}nav#global ul.open{display:flex;flex-direction:column;align-items:start;justify-content:center;height:calc(100vh - 50px);width:100vw;position:fixed;padding-left:15px;top:50px;right:0;left:0;bottom:0;background-color:#fff}nav#global ul.open a.subheader,nav#global ul.open a.faq-question,nav#global ul.open a.skip-to-content,nav#global ul.open a.btn{font-size:2.4rem}nav#global>a.btn{display:none}nav#global #menu_trigger{cursor:pointer}}nav#global a.btn{color:#e3daf2;background-color:#5500e6;border-color:#5500e6}nav#global a.btn:hover{background-color:unset;color:#5500e6}ul.list-disc li{display:list-item}.rounded-full{border-radius:9999px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-span-2{grid-column:span 2/span 2}@media screen and (min-width: 769px){.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\:col-span-2{grid-column:span 2/span 2}}.space-y-10>*+*{margin-top:10px}.space-y-15>*+*{margin-top:15px}.faq-list{list-style:none;padding:0;margin:0}.faq-item{border-bottom:1px solid rgba(14,0,38,.1);margin-bottom:0}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 0;text-align:left;background:none;border:none;cursor:pointer;color:#0e0026;transition:color .2s ease}.faq-question:hover{color:#5500e6}.faq-question .faq-toggle{flex-shrink:0;margin-left:20px;font-size:1.2rem;transition:transform .3s ease;color:#5500e6}.faq-item.active .faq-question .faq-toggle{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 0 0 0}.faq-answer p{margin:0}.faq-item.active .faq-answer{max-height:500px;padding:0 0 20px 0}.border-2{border-width:2px}.border-purple{border-color:#5500e6}.border-t-2{border-top-width:2px}@media screen and (min-width: 769px){footer div#mc_embed_shell{max-width:90%}}footer div#mc_embed_shell form #mc_embed_signup_scroll{display:flex;flex-direction:row;flex-wrap:nowrap}footer div#mc_embed_shell .mc-field-group{position:relative;display:inline-block;height:40px;border:1px solid #e3daf2;border-right:none;width:100%}footer div#mc_embed_shell .mc-field-group label{position:absolute;top:-9px;left:5px;font-size:1.2rem;background-color:#5500e6;display:inline-block;padding:0 6px;color:#e3daf2}footer div#mc_embed_shell .mc-field-group input{height:100%;width:100%;color:#e3daf2;padding:0 10px}footer div#mc_embed_shell #mc_embed_signup_scroll>input{display:inline-block;color:#e3daf2;height:40px;border:1px solid #e3daf2;border-left:none;padding:0 20px;cursor:pointer}footer div#mc_embed_shell #mc_embed_signup_scroll>input:hover{background-color:#e3daf2;color:#5500e6;transition:color .3s ease,background-color .3s ease}#hero_carousel #quote:before{content:"“"}@media screen and (min-width: 769px){#hero_carousel #quote:before{margin-left:-22px}}#hero_carousel #quote:after{content:"”"}#testimonial_video,#quote,#attribution{transition:opacity 350ms ease;opacity:1}.is-fading #testimonial_video,.is-fading #quote,.is-fading #attribution{opacity:0}
