/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
/*!
Theme Name: CargoPress
Theme URI: https://underscoretw.com/
Author: Cargo Creative
Author URI: https://www.cargocreative.co.uk/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cargopress
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CargoPress is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
: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-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --leading-tight: 1.25;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --aspect-video: 16 / 9;
  --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-primary: var(--wp--preset--color--primary);
  --color-brand-primary: #0047AB;
}
*, ::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%;
  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;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::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;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
#wpadminbar {
  position: fixed !important;
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.cwrap {
  margin-top: calc(var(--spacing) * 0);
  margin-right: auto;
  margin-bottom: calc(var(--spacing) * 0);
  margin-left: auto;
  max-width: 1680px;
  padding-top: calc(var(--spacing) * 0);
  padding-right: 5%;
  padding-bottom: calc(var(--spacing) * 0);
  padding-left: 5%;
}
html .editor-styles-wrapper .acf-block-preview a {
  pointer-events: none;
}
.editor-visual-editor__post-title-wrapper {
  margin-top: 0rem !important;
  background-color: #007cba;
  padding: 15px 0;
  color: white;
}
h1.wp-block-post-title {
  position: relative;
  margin: calc(var(--spacing) * 0);
  padding: calc(var(--spacing) * 0);
  font-size: 24px;
}
.footer__newsletter .gform-theme--foundation .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
  @media (width >= 40rem) {
    flex-direction: row;
  }
  @media (width >= 64rem) {
    gap: 40px;
  }
}
.footer__newsletter .gform-theme--framework .gfield:where(:not(.gfield--type-html):not(.gfield--type-section)) {
  width: 100%;
}
.footer__newsletter .gform-theme--foundation #field_submit {
  width: fit-content;
  flex-shrink: 0;
}
.footer__newsletter .gform-theme--framework .gform_body .ginput_container_email input {
  width: 100%;
  border-radius: 0;
  border-style: var(--tw-border-style);
  border-width: 0px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
  border-color: #707070;
  background-color: transparent;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 25px;
  font-size: clamp(16px, 2vw, 20px);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: calc(0.04em * -1);
  letter-spacing: calc(0.04em * -1);
  --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);
  &::placeholder {
    color: #A3A3A3;
  }
}
.footer__newsletter .gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  position: absolute;
}
.footer__newsletter .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type="submit"], [type="button"], [type="reset"]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  background-color: var(--color-brand-primary);
  padding-inline: 25px;
  padding-block: clamp(15px, 3vw, 17px);
  font-size: clamp(14px, 2vw, 15px);
  --tw-leading: 1em;
  line-height: 1em;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.02em;
  letter-spacing: 0.02em;
  color: var(--color-white);
  text-transform: uppercase;
}
.video-popup:popover-open {
  opacity: 100%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.video-popup::backdrop {
  background-color: color-mix(in srgb, #000 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.video-popup {
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@starting-style {
  .video-popup:popover-open {
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
.brandListingPopover:popover-open {
  display: flex;
  opacity: 100%;
}
.brandListingPopover {
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@starting-style {
  .brandListingPopover:popover-open {
    opacity: 0%;
  }
}
#share-popup:popover-open {
  opacity: 100%;
}
#share-popup, .video-popup:popover-open {
  opacity: 100%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.video-popup::backdrop {
  background-color: color-mix(in srgb, #000 20%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.video-popup {
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
@starting-style {
  #share-popup:popover-open,	.video-popup:popover-open {
    opacity: 0%;
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
}
* {
  font-family: "Archivo", sans-serif;
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 300;
  src: url("./assets/fonts/Archivo-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/fonts/Archivo-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  src: url("./assets/fonts/Archivo-Bold.woff2") format("woff2");
}
.\@container {
  container-type: inline-size;
}
.pointer-events-none {
  pointer-events: none;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-\[15px\] {
  top: 15px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(100\%\+clamp\(16px\,3vw\,28px\)\)\] {
  top: calc(100% + clamp(16px, 3vw, 28px));
}
.top-\[clamp\(30px\,4vw\,45px\)\] {
  top: clamp(30px, 4vw, 45px);
}
.top-\[var\(--wp-admin--admin-bar--height\,0px\)\] {
  top: var(--wp-admin--admin-bar--height,0px);
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[50px\] {
  right: 50px;
}
.right-\[clamp\(30px\,5vw\,55px\)\] {
  right: clamp(30px, 5vw, 55px);
}
.bottom-\[-5vw\] {
  bottom: -5vw;
}
.bottom-\[5vw\] {
  bottom: 5vw;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-\[-8vw\] {
  left: -8vw;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[62px\] {
  left: 62px;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-100 {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-inline: auto;
}
.my-\[75px\] {
  margin-block: 75px;
}
.my-\[clamp\(50px\,8vw\,110px\)\] {
  margin-block: clamp(50px, 8vw, 110px);
}
.my-auto {
  margin-block: auto;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
  :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500;
  }
  :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
  }
  :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-alpha;
  }
  :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-alpha;
  }
  :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: upper-roman;
  }
  :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: lower-roman;
  }
  :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
  }
  :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-inline-start: 1.625em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters);
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
    color: var(--tw-prose-bullets);
  }
  :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.25em;
  }
  :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1;
    margin-top: 3em;
    margin-bottom: 3em;
    border-bottom: none;
  }
  :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-inline-start-width: 0.25rem;
    border-inline-start-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-inline-start: 1em;
    border-left-style: solid;
  }
  :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
  }
  :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
  }
  :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 900;
    color: inherit;
  }
  :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }
  :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 800;
    color: inherit;
  }
  :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }
  :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
    color: inherit;
  }
  :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    display: block;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 500;
    font-family: inherit;
    color: var(--tw-prose-kbd);
    box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-inline-end: 0.375em;
    padding-bottom: 0.1875em;
    padding-inline-start: 0.375em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
  }
  :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
  }
  :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
  }
  :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
  }
  :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
  }
  :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-inline-end: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-inline-start: 1.1428571em;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
  }
  :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
  }
  :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
  }
  :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
  }
  :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders);
  }
  :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 0;
  }
  :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: baseline;
  }
  :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders);
  }
  :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    vertical-align: top;
  }
  :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-align: start;
  }
  :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
  :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0.375em;
  }
  :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }
  :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }
  :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }
  :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }
  :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-inline-start: 1.625em;
  }
  :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-inline-end: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-inline-start: 0.5714286em;
  }
  :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-start: 0;
  }
  :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-inline-end: 0;
  }
  :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }
  :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-body);
    font-style: normal;
    font-weight: 400;
  }
  :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "\2014";
  }
  :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    table-layout: fixed;
    width: 100%;
  }
}
.mt-\[1\.2em\] {
  margin-top: 1.2em;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[75px\] {
  margin-top: 75px;
}
.mt-\[clamp\(40px\,6vw\,50px\)\] {
  margin-top: clamp(40px, 6vw, 50px);
}
.mt-\[clamp\(40px\,6vw\,85px\)\] {
  margin-top: clamp(40px, 6vw, 85px);
}
.mt-\[clamp\(40px\,7vw\,80px\)\] {
  margin-top: clamp(40px, 7vw, 80px);
}
.mt-\[clamp\(40px\,8vw\,120px\)\] {
  margin-top: clamp(40px, 8vw, 120px);
}
.mt-auto {
  margin-top: auto;
}
.mr-\[calc\(50\%-50vw\)\] {
  margin-right: calc(50% - 50vw);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-9 {
  margin-bottom: calc(var(--spacing) * 9);
}
.mb-\[0\.7em\] {
  margin-bottom: 0.7em;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[clamp\(20px\,2vw\,30px\)\] {
  margin-bottom: clamp(20px, 2vw, 30px);
}
.mb-\[clamp\(20px\,4vw\,50px\)\] {
  margin-bottom: clamp(20px, 4vw, 50px);
}
.mb-\[clamp\(25px\,5vw\,50px\)\] {
  margin-bottom: clamp(25px, 5vw, 50px);
}
.mb-\[clamp\(30px\,2vw\,45px\)\] {
  margin-bottom: clamp(30px, 2vw, 45px);
}
.mb-\[clamp\(30px\,3vw\,60px\)\] {
  margin-bottom: clamp(30px, 3vw, 60px);
}
.mb-\[clamp\(35px\,6vw\,100px\)\] {
  margin-bottom: clamp(35px, 6vw, 100px);
}
.mb-\[clamp\(40px\,5vw\,100px\)\] {
  margin-bottom: clamp(40px, 5vw, 100px);
}
.mb-\[clamp\(90px\,10vw\,180px\)\] {
  margin-bottom: clamp(90px, 10vw, 180px);
}
.ml-\[calc\(50\%-50vw\)\] {
  margin-left: calc(50% - 50vw);
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.aspect-375\/250 {
  aspect-ratio: 375/250;
}
.aspect-\[363\/236\] {
  aspect-ratio: 363/236;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.size-3 {
  width: calc(var(--spacing) * 3);
  height: calc(var(--spacing) * 3);
}
.size-\[10px\] {
  width: 10px;
  height: 10px;
}
.size-\[12px\] {
  width: 12px;
  height: 12px;
}
.size-\[24px\] {
  width: 24px;
  height: 24px;
}
.size-\[clamp\(15px\,3vw\,30px\)\] {
  width: clamp(15px, 3vw, 30px);
  height: clamp(15px, 3vw, 30px);
}
.h-\[3px\] {
  height: 3px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[55px\] {
  height: 55px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[520px\] {
  max-height: 520px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-\[min\(clamp\(550px\,90vw\,1080px\)\,100vh\)\] {
  min-height: min(clamp(550px, 90vw, 1080px), 100vh);
}
.w-\[26px\] {
  width: 26px;
}
.w-\[35vw\] {
  width: 35vw;
}
.w-\[55vw\] {
  width: 55vw;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[clamp\(50px\,8vw\,100px\)\] {
  width: clamp(50px, 8vw, 100px);
}
.w-\[clamp\(60px\,10vw\,80px\)\] {
  width: clamp(60px, 10vw, 80px);
}
.w-\[clamp\(70px\,6vw\,85px\)\] {
  width: clamp(70px, 6vw, 85px);
}
.w-\[clamp\(80px\,10vw\,100px\)\] {
  width: clamp(80px, 10vw, 100px);
}
.w-\[clamp\(150px\,20vw\,280px\)\] {
  width: clamp(150px, 20vw, 280px);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[675px\] {
  max-width: 675px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-\[1090px\] {
  max-width: 1090px;
}
.max-w-\[1430px\] {
  max-width: 1430px;
}
.max-w-\[calc\(100vw-62px\)\] {
  max-width: calc(100vw - 62px);
}
.max-w-\[clamp\(300px\,40vw\,550px\)\] {
  max-width: clamp(300px, 40vw, 550px);
}
.max-w-\[clamp\(300px\,40vw\,675px\)\] {
  max-width: clamp(300px, 40vw, 675px);
}
.max-w-\[clamp\(320px\,40vw\,425px\)\] {
  max-width: clamp(320px, 40vw, 425px);
}
.max-w-\[clamp\(800px\,56vw\,1000px\)\] {
  max-width: clamp(800px, 56vw, 1000px);
}
.max-w-none {
  max-width: none;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: calc(var(--spacing) * 0);
}
.translate-\[-50\%\] {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-\[-1\] {
  scale: -1;
}
.rotate-45 {
  rotate: 45deg;
}
.rotate-90 {
  rotate: 90deg;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.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;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[9\.5px\] {
  gap: 9.5px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[23px\] {
  gap: 23px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[95px\] {
  gap: 95px;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[clamp\(20px\,3vw\,40px\)\] {
  gap: clamp(20px, 3vw, 40px);
}
.gap-\[clamp\(20px\,4vw\,50px\)\] {
  gap: clamp(20px, 4vw, 50px);
}
.gap-\[clamp\(30px\,4vw\,60px\)\] {
  gap: clamp(30px, 4vw, 60px);
}
.gap-\[clamp\(40px\,6vw\,50px\)\] {
  gap: clamp(40px, 6vw, 50px);
}
.gap-\[clamp\(40px\,7vw\,70px\)\] {
  gap: clamp(40px, 7vw, 70px);
}
.gap-\[clamp\(40px\,7vw\,92px\)\] {
  gap: clamp(40px, 7vw, 92px);
}
.gap-x-\[16px\] {
  column-gap: 16px;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.gap-y-\[50px\] {
  row-gap: 50px;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-clip {
  overflow-x: clip;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[45px\] {
  border-radius: 45px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[0\.5px\] {
  border-style: var(--tw-border-style);
  border-width: 0.5px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-\[\#707070\] {
  border-color: #707070;
}
.border-black {
  border-color: var(--color-black);
}
.border-white\/30 {
  border-color: color-mix(in srgb, #fff 30%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
  }
}
.border-white\/70 {
  border-color: color-mix(in srgb, #fff 70%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
  }
}
.bg-\[\#001A3E\] {
  background-color: #001A3E;
}
.bg-\[\#EAEAEA\] {
  background-color: #EAEAEA;
}
.bg-brand-primary {
  background-color: var(--color-brand-primary);
}
.bg-brand-primary\/5 {
  background-color: color-mix(in srgb, #0047AB 5%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-brand-primary) 5%, transparent);
  }
}
.bg-brand-primary\/50 {
  background-color: color-mix(in srgb, #0047AB 50%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-brand-primary) 50%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[25px\] {
  padding-inline: 25px;
}
.px-\[35px\] {
  padding-inline: 35px;
}
.px-\[clamp\(20px\,6vw\,140px\)\] {
  padding-inline: clamp(20px, 6vw, 140px);
}
.py-\[17px\] {
  padding-block: 17px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[72px\] {
  padding-block: 72px;
}
.py-\[80px\] {
  padding-block: 80px;
}
.py-\[clamp\(10px\,2vw\,40px\)\] {
  padding-block: clamp(10px, 2vw, 40px);
}
.py-\[clamp\(15px\,3vw\,17px\)\] {
  padding-block: clamp(15px, 3vw, 17px);
}
.py-\[clamp\(16px\,3vw\,28px\)\] {
  padding-block: clamp(16px, 3vw, 28px);
}
.py-\[clamp\(20px\,5vw\,45px\)\] {
  padding-block: clamp(20px, 5vw, 45px);
}
.py-\[clamp\(30px\,10vw\,100px\)\] {
  padding-block: clamp(30px, 10vw, 100px);
}
.py-\[clamp\(40px\,9vw\,70px\)\] {
  padding-block: clamp(40px, 9vw, 70px);
}
.py-\[clamp\(50px\,9cqw\,160px\)\] {
  padding-block: clamp(50px, 9cqw, 160px);
}
.py-\[clamp\(80px\,9vw\,150px\)\] {
  padding-block: clamp(80px, 9vw, 150px);
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[clamp\(48px\,6vw\,96px\)\] {
  padding-top: clamp(48px, 6vw, 96px);
}
.pt-\[clamp\(70px\,7vw\,100px\)\] {
  padding-top: clamp(70px, 7vw, 100px);
}
.pb-10 {
  padding-bottom: calc(var(--spacing) * 10);
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[clamp\(40px\,5vw\,80px\)\] {
  padding-bottom: clamp(40px, 5vw, 80px);
}
.pb-\[clamp\(100px\,12vw\,200px\)\] {
  padding-bottom: clamp(100px, 12vw, 200px);
}
.pl-\[14px\] {
  padding-left: 14px;
}
.text-center {
  text-align: center;
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[clamp\(13px\,2vw\,14px\)\] {
  font-size: clamp(13px, 2vw, 14px);
}
.text-\[clamp\(14px\,2vw\,15px\)\] {
  font-size: clamp(14px, 2vw, 15px);
}
.text-\[clamp\(14px\,2vw\,16px\)\] {
  font-size: clamp(14px, 2vw, 16px);
}
.text-\[clamp\(14px\,2vw\,17px\)\] {
  font-size: clamp(14px, 2vw, 17px);
}
.text-\[clamp\(14px\,2vw\,18px\)\] {
  font-size: clamp(14px, 2vw, 18px);
}
.text-\[clamp\(16px\,2vw\,18px\)\] {
  font-size: clamp(16px, 2vw, 18px);
}
.text-\[clamp\(16px\,2vw\,22px\)\] {
  font-size: clamp(16px, 2vw, 22px);
}
.text-\[clamp\(16px\,2vw\,24px\)\] {
  font-size: clamp(16px, 2vw, 24px);
}
.text-\[clamp\(16px\,2vw\,28px\)\] {
  font-size: clamp(16px, 2vw, 28px);
}
.text-\[clamp\(16px\,3vw\,26px\)\] {
  font-size: clamp(16px, 3vw, 26px);
}
.text-\[clamp\(18px\,1\.75vw\,28px\)\] {
  font-size: clamp(18px, 1.75vw, 28px);
}
.text-\[clamp\(18px\,2vw\,20px\)\] {
  font-size: clamp(18px, 2vw, 20px);
}
.text-\[clamp\(18px\,2vw\,28px\)\] {
  font-size: clamp(18px, 2vw, 28px);
}
.text-\[clamp\(18px\,4vw\,22px\)\] {
  font-size: clamp(18px, 4vw, 22px);
}
.text-\[clamp\(20px\,1\.75vw\,26px\)\] {
  font-size: clamp(20px, 1.75vw, 26px);
}
.text-\[clamp\(20px\,3vw\,24px\)\] {
  font-size: clamp(20px, 3vw, 24px);
}
.text-\[clamp\(20px\,3vw\,26px\)\] {
  font-size: clamp(20px, 3vw, 26px);
}
.text-\[clamp\(20px\,3vw\,28px\)\] {
  font-size: clamp(20px, 3vw, 28px);
}
.text-\[clamp\(20px\,3vw\,40px\)\] {
  font-size: clamp(20px, 3vw, 40px);
}
.text-\[clamp\(20px\,4vw\,24px\)\] {
  font-size: clamp(20px, 4vw, 24px);
}
.text-\[clamp\(20px\,4vw\,26px\)\] {
  font-size: clamp(20px, 4vw, 26px);
}
.text-\[clamp\(20px\,4vw\,32px\)\] {
  font-size: clamp(20px, 4vw, 32px);
}
.text-\[clamp\(22px\,3vw\,50px\)\] {
  font-size: clamp(22px, 3vw, 50px);
}
.text-\[clamp\(23px\,4vw\,40px\)\] {
  font-size: clamp(23px, 4vw, 40px);
}
.text-\[clamp\(24px\,3\.5vw\,40px\)\] {
  font-size: clamp(24px, 3.5vw, 40px);
}
.text-\[clamp\(24px\,7vw\,65px\)\] {
  font-size: clamp(24px, 7vw, 65px);
}
.text-\[clamp\(25px\,4vw\,50px\)\] {
  font-size: clamp(25px, 4vw, 50px);
}
.text-\[clamp\(26px\,5vw\,56px\)\] {
  font-size: clamp(26px, 5vw, 56px);
}
.text-\[clamp\(28px\,4vw\,48px\)\] {
  font-size: clamp(28px, 4vw, 48px);
}
.text-\[clamp\(32px\,5vw\,40px\)\] {
  font-size: clamp(32px, 5vw, 40px);
}
.text-\[clamp\(32px\,5vw\,72px\)\] {
  font-size: clamp(32px, 5vw, 72px);
}
.text-\[clamp\(40px\,5vw\,72px\)\] {
  font-size: clamp(40px, 5vw, 72px);
}
.text-\[clamp\(40px\,5vw\,90px\)\] {
  font-size: clamp(40px, 5vw, 90px);
}
.text-\[clamp\(46px\,3vw\,60px\)\] {
  font-size: clamp(46px, 3vw, 60px);
}
.text-\[clamp\(72px\,9vw\,98px\)\] {
  font-size: clamp(72px, 9vw, 98px);
}
.text-\[clamp\(72px\,10vw\,112px\)\] {
  font-size: clamp(72px, 10vw, 112px);
}
.leading-\[1\.4em\] {
  --tw-leading: 1.4em;
  line-height: 1.4em;
}
.leading-\[1\.13\] {
  --tw-leading: 1.13;
  line-height: 1.13;
}
.leading-\[1\.33\] {
  --tw-leading: 1.33;
  line-height: 1.33;
}
.leading-\[1\.54\] {
  --tw-leading: 1.54;
  line-height: 1.54;
}
.leading-\[1\.062\] {
  --tw-leading: 1.062;
  line-height: 1.062;
}
.leading-\[1\.286\] {
  --tw-leading: 1.286;
  line-height: 1.286;
}
.leading-\[1\.286em\] {
  --tw-leading: 1.286em;
  line-height: 1.286em;
}
.leading-\[1\.312\] {
  --tw-leading: 1.312;
  line-height: 1.312;
}
.leading-\[1\.2856em\] {
  --tw-leading: 1.2856em;
  line-height: 1.2856em;
}
.leading-\[1\.3123em\] {
  --tw-leading: 1.3123em;
  line-height: 1.3123em;
}
.leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.leading-\[1em\] {
  --tw-leading: 1em;
  line-height: 1em;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.-tracking-\[0\.03em\] {
  --tw-tracking: calc(0.03em * -1);
  letter-spacing: calc(0.03em * -1);
}
.-tracking-\[0\.04em\] {
  --tw-tracking: calc(0.04em * -1);
  letter-spacing: calc(0.04em * -1);
}
.tracking-\[-0\.04em\] {
  --tw-tracking: -0.04em;
  letter-spacing: -0.04em;
}
.tracking-\[-0\.6\] {
  --tw-tracking: -0.6;
  letter-spacing: -0.6;
}
.tracking-\[-1\.43\] {
  --tw-tracking: -1.43;
  letter-spacing: -1.43;
}
.tracking-\[0\.02em\] {
  --tw-tracking: 0.02em;
  letter-spacing: 0.02em;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-pretty {
  text-wrap: pretty;
}
.text-\[\#A3A3A3\] {
  color: #A3A3A3;
}
.text-black {
  color: var(--color-black);
}
.text-brand-primary {
  color: var(--color-brand-primary);
}
.text-transparent {
  color: transparent;
}
.text-white {
  color: var(--color-white);
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-100 {
  opacity: 100%;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-black\/2 {
  --tw-shadow-color: color-mix(in srgb, #000 2%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 2%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.drop-shadow {
  --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.1))) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, rgb(0 0 0 / 0.06)));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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));
}
.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));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.prose-neutral {
  --tw-prose-body: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\[-webkit-text-stroke\:1px_white\] {
  -webkit-text-stroke: 1px white;
}
.\[-webkit-text-stroke\:2px_black\] {
  -webkit-text-stroke: 2px black;
}
.group-hover\:translate-x-0\.5 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-x: calc(var(--spacing) * 0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:translate-x-\[5px\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-x: 5px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:-translate-y-0\.5 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:translate-y-\[-5px\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-translate-y: -5px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.group-hover\:text-black {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-black);
    }
  }
}
.group-hover\:text-white {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: var(--color-white);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.group-hover\:opacity-100\! {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100% !important;
    }
  }
}
.group-aria-\[expanded\=true\]\:translate-x-\[50px\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    --tw-translate-x: 50px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-aria-\[expanded\=true\]\:translate-y-\[-9px\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    --tw-translate-y: -9px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-aria-\[expanded\=true\]\:translate-y-\[9px\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    --tw-translate-y: 9px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.group-aria-\[expanded\=true\]\:rotate-\[-45deg\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    rotate: -45deg;
  }
}
.group-aria-\[expanded\=true\]\:rotate-\[45deg\] {
  &:is(:where(.group)[aria-expanded="true"] *) {
    rotate: 45deg;
  }
}
.group-aria-\[expanded\=true\]\:opacity-0 {
  &:is(:where(.group)[aria-expanded="true"] *) {
    opacity: 0%;
  }
}
.group-data-\[border-width\=fit\]\/member\:w-full {
  &:is(:where(.group\/member)[data-border-width="fit"] *) {
    width: 100%;
  }
}
.group-data-\[open\=true\]\/navigation\:text-white {
  &:is(:where(.group\/navigation)[data-open="true"] *) {
    color: var(--color-white);
  }
}
.group-data-\[pos\=right\]\/member\:text-right {
  &:is(:where(.group\/member)[data-pos="right"] *) {
    text-align: right;
  }
}
.backdrop\:bg-black\/20 {
  &::backdrop {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:bottom-0 {
  &::before {
    content: var(--tw-content);
    bottom: calc(var(--spacing) * 0);
  }
}
.before\:block {
  &::before {
    content: var(--tw-content);
    display: block;
  }
}
.before\:h-full {
  &::before {
    content: var(--tw-content);
    height: 100%;
  }
}
.before\:w-full {
  &::before {
    content: var(--tw-content);
    width: 100%;
  }
}
.first\:border-t-0 {
  &:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
}
.hover\:translate-y-\[-5px\] {
  &:hover {
    @media (hover: hover) {
      --tw-translate-y: -5px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
}
.hover\:bg-black {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-black);
    }
  }
}
.hover\:bg-brand-primary {
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-brand-primary);
    }
  }
}
.hover\:bg-brand-primary\/10 {
  &:hover {
    @media (hover: hover) {
      background-color: color-mix(in srgb, #0047AB 10%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-brand-primary) 10%, transparent);
      }
    }
  }
}
.hover\:text-brand-primary {
  &:hover {
    @media (hover: hover) {
      color: var(--color-brand-primary);
    }
  }
}
.hover\:opacity-100\! {
  &:hover {
    @media (hover: hover) {
      opacity: 100% !important;
    }
  }
}
.hover\:before\:translate-y-\[5px\] {
  &:hover {
    @media (hover: hover) {
      &::before {
        content: var(--tw-content);
        --tw-translate-y: 5px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
}
.data-\[active\=true\]\:translate-x-0 {
  &[data-active="true"] {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
.data-\[pos\=right\]\:items-end {
  &[data-pos="right"] {
    align-items: flex-end;
  }
}
.data-\[size\=large\]\:text-\[clamp\(44px\,9vw\,120px\)\] {
  &[data-size="large"] {
    font-size: clamp(44px, 9vw, 120px);
  }
}
.data-\[size\=large\]\:text-\[clamp\(55px\,9vw\,150px\)\] {
  &[data-size="large"] {
    font-size: clamp(55px, 9vw, 150px);
  }
}
.max-lg\:pb-\[60px\] {
  @media (width < 64rem) {
    padding-bottom: 60px;
  }
}
.max-md\:justify-center {
  @media (width < 48rem) {
    justify-content: center;
  }
}
.max-md\:text-center {
  @media (width < 48rem) {
    text-align: center;
  }
}
.sm\:absolute {
  @media (width >= 40rem) {
    position: absolute;
  }
}
.sm\:ml-auto {
  @media (width >= 40rem) {
    margin-left: auto;
  }
}
.sm\:block {
  @media (width >= 40rem) {
    display: block;
  }
}
.sm\:w-\[35px\] {
  @media (width >= 40rem) {
    width: 35px;
  }
}
.sm\:flex-row {
  @media (width >= 40rem) {
    flex-direction: row;
  }
}
.sm\:items-end {
  @media (width >= 40rem) {
    align-items: flex-end;
  }
}
.sm\:gap-\[100px\] {
  @media (width >= 40rem) {
    gap: 100px;
  }
}
.sm\:text-right {
  @media (width >= 40rem) {
    text-align: right;
  }
}
.sm\:opacity-0 {
  @media (width >= 40rem) {
    opacity: 0%;
  }
}
.md\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.md\:ml-auto {
  @media (width >= 48rem) {
    margin-left: auto;
  }
}
.md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.md\:w-\[35vw\] {
  @media (width >= 48rem) {
    width: 35vw;
  }
}
.md\:w-\[calc\(100\%-clamp\(300px\,40vw\,675px\)-clamp\(50px\,6vw\,80px\)\)\] {
  @media (width >= 48rem) {
    width: calc(100% - clamp(300px, 40vw, 675px) - clamp(50px, 6vw, 80px));
  }
}
.md\:w-\[clamp\(300px\,40vw\,675px\)\] {
  @media (width >= 48rem) {
    width: clamp(300px, 40vw, 675px);
  }
}
.md\:max-w-\[398px\] {
  @media (width >= 48rem) {
    max-width: 398px;
  }
}
.md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.md\:items-center {
  @media (width >= 48rem) {
    align-items: center;
  }
}
.md\:justify-between {
  @media (width >= 48rem) {
    justify-content: space-between;
  }
}
.md\:gap-\[clamp\(50px\,6vw\,80px\)\] {
  @media (width >= 48rem) {
    gap: clamp(50px, 6vw, 80px);
  }
}
.md\:border-t {
  @media (width >= 48rem) {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
}
.md\:pt-36 {
  @media (width >= 48rem) {
    padding-top: calc(var(--spacing) * 36);
  }
}
.md\:text-start {
  @media (width >= 48rem) {
    text-align: start;
  }
}
.md\:text-\[18px\] {
  @media (width >= 48rem) {
    font-size: 18px;
  }
}
.md\:group-data-\[pos\=right\]\/member\:justify-end {
  @media (width >= 48rem) {
    &:is(:where(.group\/member)[data-pos="right"] *) {
      justify-content: flex-end;
    }
  }
}
.lg\:relative {
  @media (width >= 64rem) {
    position: relative;
  }
}
.lg\:mt-0 {
  @media (width >= 64rem) {
    margin-top: calc(var(--spacing) * 0);
  }
}
.lg\:flex {
  @media (width >= 64rem) {
    display: flex;
  }
}
.lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.lg\:w-auto {
  @media (width >= 64rem) {
    width: auto;
  }
}
.lg\:max-w-\[555px\] {
  @media (width >= 64rem) {
    max-width: 555px;
  }
}
.lg\:max-w-\[clamp\(490px\,50vw\,675px\)\] {
  @media (width >= 64rem) {
    max-width: clamp(490px, 50vw, 675px);
  }
}
.lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.lg\:gap-\[20px\] {
  @media (width >= 64rem) {
    gap: 20px;
  }
}
.lg\:gap-\[clamp\(25px\,3vw\,34px\)\] {
  @media (width >= 64rem) {
    gap: clamp(25px, 3vw, 34px);
  }
}
.lg\:bg-transparent {
  @media (width >= 64rem) {
    background-color: transparent;
  }
}
.lg\:px-0 {
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.lg\:py-0 {
  @media (width >= 64rem) {
    padding-block: calc(var(--spacing) * 0);
  }
}
.lg\:text-\[clamp\(14px\,1\.5vw\,16px\)\] {
  @media (width >= 64rem) {
    font-size: clamp(14px, 1.5vw, 16px);
  }
}
.lg\:opacity-0 {
  @media (width >= 64rem) {
    opacity: 0%;
  }
}
.xl\:block {
  @media (width >= 80rem) {
    display: block;
  }
}
.xl\:hidden {
  @media (width >= 80rem) {
    display: none;
  }
}
.xl\:max-w-\[535px\] {
  @media (width >= 80rem) {
    max-width: 535px;
  }
}
.xl\:max-w-\[1200px\] {
  @media (width >= 80rem) {
    max-width: 1200px;
  }
}
.xl\:flex-row {
  @media (width >= 80rem) {
    flex-direction: row;
  }
}
.xl\:items-stretch {
  @media (width >= 80rem) {
    align-items: stretch;
  }
}
.xl\:pl-\[calc\(clamp\(80px\,10vw\,100px\)\+40px\)\] {
  @media (width >= 80rem) {
    padding-left: calc(clamp(80px, 10vw, 100px) + 40px);
  }
}
.\@xl\:max-h-\[250px\] {
  @container (width >= 36rem) {
    max-height: 250px;
  }
}
.\@xl\:max-w-\[375px\] {
  @container (width >= 36rem) {
    max-width: 375px;
  }
}
.\@xl\:max-w-\[450px\] {
  @container (width >= 36rem) {
    max-width: 450px;
  }
}
.\@xl\:flex-row {
  @container (width >= 36rem) {
    flex-direction: row;
  }
}
.\@xl\:gap-0 {
  @container (width >= 36rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.\@xl\:leading-\[1\.13\] {
  @container (width >= 36rem) {
    --tw-leading: 1.13;
    line-height: 1.13;
  }
}
.\@2xl\:grid-cols-2 {
  @container (width >= 42rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.\@2xl\:flex-row {
  @container (width >= 42rem) {
    flex-direction: row;
  }
}
.\@2xl\:items-end {
  @container (width >= 42rem) {
    align-items: flex-end;
  }
}
.\@3xl\:mb-\[60px\] {
  @container (width >= 48rem) {
    margin-bottom: 60px;
  }
}
.\@3xl\:max-w-\[250px\] {
  @container (width >= 48rem) {
    max-width: 250px;
  }
}
.\@3xl\:flex-col {
  @container (width >= 48rem) {
    flex-direction: column;
  }
}
.\@3xl\:flex-row {
  @container (width >= 48rem) {
    flex-direction: row;
  }
}
.\@3xl\:gap-0 {
  @container (width >= 48rem) {
    gap: calc(var(--spacing) * 0);
  }
}
.\@3xl\:gap-\[100px\] {
  @container (width >= 48rem) {
    gap: 100px;
  }
}
.\@3xl\:pr-\[120px\] {
  @container (width >= 48rem) {
    padding-right: 120px;
  }
}
.\@5xl\:grid-cols-2 {
  @container (width >= 64rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.\@7xl\:max-w-\[300px\] {
  @container (width >= 80rem) {
    max-width: 300px;
  }
}
.\@7xl\:grid-cols-4 {
  @container (width >= 80rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\@7xl\:px-\[45px\] {
  @container (width >= 80rem) {
    padding-inline: 45px;
  }
}
.max-lg\:landscape\:h-screen {
  @media (width < 64rem) {
    @media (orientation: landscape) {
      height: 100vh;
    }
  }
}
.max-lg\:landscape\:overflow-scroll {
  @media (width < 64rem) {
    @media (orientation: landscape) {
      overflow: scroll;
    }
  }
}
.prose-a\:text-primary {
  & :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
    color: var(--color-primary);
  }
}
.\[\&_a\]\:text-brand-primary {
  & a {
    color: var(--color-brand-primary);
  }
}
.\[\&_a\]\:underline {
  & a {
    text-decoration-line: underline;
  }
}
.hover\:\[\&_a\]\:opacity-50 {
  &:hover {
    @media (hover: hover) {
      & a {
        opacity: 50%;
      }
    }
  }
}
.\[\&_blockquote\]\:border-l-\[2px\] {
  & blockquote {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
}
.\[\&_blockquote\]\:border-brand-primary {
  & blockquote {
    border-color: var(--color-brand-primary);
  }
}
.\[\&_blockquote\]\:pl-\[20px\] {
  & blockquote {
    padding-left: 20px;
  }
}
.\[\&_h2\]\:mb-1 {
  & h2 {
    margin-bottom: calc(var(--spacing) * 1);
  }
}
.\[\&_h2\]\:text-\[clamp\(16px\,3vw\,20px\)\] {
  & h2 {
    font-size: clamp(16px, 3vw, 20px);
  }
}
.\[\&_h2\]\:leading-\[1\.09\] {
  & h2 {
    --tw-leading: 1.09;
    line-height: 1.09;
  }
}
.\[\&_h2\]\:font-bold {
  & h2 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.\[\&_h2\]\:tracking-\[-1\.6\] {
  & h2 {
    --tw-tracking: -1.6;
    letter-spacing: -1.6;
  }
}
.\[\&_h3\]\:text-\[clamp\(16px\,3vw\,18px\)\] {
  & h3 {
    font-size: clamp(16px, 3vw, 18px);
  }
}
.\[\&_h3\]\:font-semibold\! {
  & h3 {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
}
.\[\&_ol\]\:list-\[upper-alpha\] {
  & ol {
    list-style-type: upper-alpha;
  }
}
.\[\&_ol\]\:pl-4 {
  & ol {
    padding-left: calc(var(--spacing) * 4);
  }
}
.\[\&_p\]\:mb-\[1em\] {
  & p {
    margin-bottom: 1em;
  }
}
.\[\&_p\]\:mb-\[30px\] {
  & p {
    margin-bottom: 30px;
  }
}
.\[\&_p\]\:text-\[16px\] {
  & p {
    font-size: 16px;
  }
}
.\[\&_p\]\:text-\[clamp\(14px\,3vw\,16px\)\] {
  & p {
    font-size: clamp(14px, 3vw, 16px);
  }
}
.\[\&_p\]\:leading-\[1\.46\] {
  & p {
    --tw-leading: 1.46;
    line-height: 1.46;
  }
}
.\[\&_p\]\:leading-\[1\.428em\] {
  & p {
    --tw-leading: 1.428em;
    line-height: 1.428em;
  }
}
.\[\&_p\]\:font-light {
  & p {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
}
.\[\&_p\]\:-tracking-\[0\.04em\] {
  & p {
    --tw-tracking: calc(0.04em * -1);
    letter-spacing: calc(0.04em * -1);
  }
}
.\[\&_p\]\:tracking-\[-2\.2\] {
  & p {
    --tw-tracking: -2.2;
    letter-spacing: -2.2;
  }
}
.\[\&_p\]\:last\:mb-0 {
  & p {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
}
.\[\&_svg\]\:h-auto {
  & svg {
    height: auto;
  }
}
.\[\&_svg\]\:h-full {
  & svg {
    height: 100%;
  }
}
.\[\&_svg\]\:w-\[35px\] {
  & svg {
    width: 35px;
  }
}
.\[\&_svg\]\:w-full {
  & svg {
    width: 100%;
  }
}
.\[\&_svg\]\:fill-current {
  & svg {
    fill: currentcolor;
  }
}
.sm\:\[\&_svg\]\:w-\[35px\] {
  @media (width >= 40rem) {
    & svg {
      width: 35px;
    }
  }
}
.\[\&_ul\]\:mb-2 {
  & ul {
    margin-bottom: calc(var(--spacing) * 2);
  }
}
.\[\&_ul\]\:list-disc {
  & ul {
    list-style-type: disc;
  }
}
.\[\&_ul\]\:pl-4 {
  & ul {
    padding-left: calc(var(--spacing) * 4);
  }
}
.\[\&_ul\]\:marker\:text-brand-primary {
  & ul {
    & *::marker {
      color: var(--color-brand-primary);
    }
    &::marker {
      color: var(--color-brand-primary);
    }
    & *::-webkit-details-marker {
      color: var(--color-brand-primary);
    }
    &::-webkit-details-marker {
      color: var(--color-brand-primary);
    }
  }
}
.\[\&_ul\]\:\[\&_li\]\:mb-\[1em\] {
  & ul {
    & li {
      margin-bottom: 1em;
    }
  }
}
.\[\&_ul\]\:\[\&_li\]\:\[\&_ul\]\:\[\&_li\]\:first\:mt-\[1em\] {
  & ul {
    & li {
      & ul {
        & li {
          &:first-child {
            margin-top: 1em;
          }
        }
      }
    }
  }
}
.\[\&_ul\]\:\[\&_li\]\:last-of-type\:mb-6 {
  & ul {
    & li {
      &:last-of-type {
        margin-bottom: calc(var(--spacing) * 6);
      }
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: 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-leading: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
