@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500&display=swap);

:root {
  color-scheme: dark;
  --font-primary: 'Outfit', sans-serif;
  --font-secondary: 'Melodrama', serif;
  --color-1-rgb: 0 0 0;
  --color-2-rgb: 255 255 255;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 1.5, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1, 1.5, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes move-horizontal-forward {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-horizontal-forward-copy {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes move-horizontal-backward {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes move-horizontal-backward-copy {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Melodrama';
  src: url(../fonts/melodrama/Melodrama-Variable.woff2);
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::after,
::before {
  --tw-content: '';
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    'Helvetica Neue',
    Arial,
    'Noto Sans',
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji',
    'Segoe UI Symbol',
    'Noto Color Emoji';
  font-feature-settings: normal;
  font-variation-settings: normal;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
  font-family: var(--font-primary), serif;
  --tw-text-opacity: 1;
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity));
}
body {
  margin: 0;
  line-height: inherit;
}
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;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', 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;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
fieldset,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}
dialog,
legend {
  padding: 0;
}
menu,
ol,
ul {
  list-style: none;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
[role='button'],
button {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: 0 0;
}
body::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 16px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #888;
}
.page-banner::after,
main::after {
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -99999;
  height: 100%;
  width: 100%;
  background-image: url(../images/noise.webp);
  opacity: 0.75;
  mix-blend-mode: overlay;
}
.page-banner::after,
.stretched-link::after,
footer::after,
main::after {
  position: absolute;
  --tw-content: '';
  content: var(--tw-content);
}
footer::after {
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: -99999;
  height: 100%;
  width: 100%;
  background-image: url(../images/noise.webp);
  mix-blend-mode: overlay;
  opacity: 0.1;
}
@media (min-width: 1536px) {
  .container {
    max-width: 1280px !important;
  }
}
.stretched-link::after {
  pointer-events: auto;
  inset: 0;
  z-index: 10;
  background-color: transparent;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~='lead']):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~='not-prose'] *)),
.prose :where(blockquote strong):not(:where([class~='not-prose'] *)),
.prose :where(thead th strong):not(:where([class~='not-prose'] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~='not-prose'] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type='A']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type='a']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type='A s']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type='a s']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type='I']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type='i']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type='I s']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type='i s']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type='1']):not(:where([class~='not-prose'] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~='not-prose'] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~='not-prose'] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~='not-prose'] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~='not-prose'] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~='not-prose'] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '“' '”' '‘' '’';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose
  :where(blockquote p:first-of-type):not(
    :where([class~='not-prose'] *)
  )::before {
  content: open-quote;
}
.prose
  :where(blockquote p:last-of-type):not(:where([class~='not-prose'] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([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;
}
.prose :where(h1 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([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;
}
.prose :where(h2 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([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;
}
.prose :where(h3 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~='not-prose'] *))::after,
.prose :where(code):not(:where([class~='not-prose'] *))::before {
  content: '`';
}
.prose :where(a code):not(:where([class~='not-prose'] *)),
.prose :where(h1 code):not(:where([class~='not-prose'] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(blockquote code):not(:where([class~='not-prose'] *)),
.prose :where(h4 code):not(:where([class~='not-prose'] *)),
.prose :where(thead th code):not(:where([class~='not-prose'] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([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: 0.8571429em 1.1428571em;
}
.prose :where(pre code):not(:where([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;
}
.prose :where(pre code):not(:where([class~='not-prose'] *))::after,
.prose :where(pre code):not(:where([class~='not-prose'] *))::before {
  content: none;
}
.prose :where(table):not(:where([class~='not-prose'] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~='not-prose'] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~='not-prose'] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~='not-prose'] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(var(--color-1-rgb) / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(figure):not(:where([class~='not-prose'] *)),
.prose :where(video):not(:where([class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~='not-prose'] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~='not-prose'] *)),
.prose :where(ul > li):not(:where([class~='not-prose'] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose
  :where(.prose > ul > li > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.prose
  :where(.prose > ul > li > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
.prose
  :where(.prose > ol > li > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.prose
  :where(.prose > ol > li > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(h2 + *):not(:where([class~='not-prose'] *)),
.prose :where(h3 + *):not(:where([class~='not-prose'] *)),
.prose :where(h4 + *):not(:where([class~='not-prose'] *)),
.prose :where(hr + *):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~='not-prose'] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~='not-prose'] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~='not-prose'] *)) {
  padding: 0.5714286em;
}
.prose
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~='not-prose'] *)
  ) {
  padding-left: 0;
}
.prose
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~='not-prose'] *)
  ) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 0;
}
.container,
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-4,
.col-5 {
  flex: 0 0 auto;
  width: 33.333333333333336%;
}
.col-5 {
  width: 41.66666666666667%;
}
.col-6,
.col-7 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  width: 58.333333333333336%;
}
.col-8,
.col-9 {
  flex: 0 0 auto;
  width: 66.66666666666667%;
}
.col-9 {
  width: 75%;
}
.col-10,
.col-12 {
  flex: 0 0 auto;
  width: 83.33333333333334%;
}
.col-12 {
  width: 100%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 2rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 2rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 2.75rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 3.25rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 3.25rem;
}
.header,
.navbar {
  transition: 0.3s ease;
}
.header.active .navbar {
  background-color: rgb(24 24 26/0.8);
}
.navbar {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 1.5rem;
  z-index: 30;
  width: 14rem;
  max-width: 100%;
  transform-origin: top right;
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(var(--color-2-rgb)/0.1);
  background-color: rgb(24 24 26/0.3);
  padding: 1.25rem 0.5rem;
  opacity: 0;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  transition-duration: 300ms;
}
@media (min-width: 1024px) {
  .navbar {
    visibility: visible;
    position: static;
    display: flex;
    width: auto;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    opacity: 1;
    transition-duration: 0s;
  }
}
.navOpen .navbar,
.navbar .indicator {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navOpen .navbar {
  visibility: visible;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
}
.navToggler,
.navbar a {
  position: relative;
  display: block;
}
.navbar a {
  z-index: 20;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 22px;
  padding-right: 22px;
  line-height: 1;
  color: rgb(var(--color-2-rgb)/0.5);
}
.navbar a:hover {
  color: rgb(var(--color-2-rgb)/1);
}
@media (min-width: 1024px) {
  .navbar a {
    color: rgb(var(--color-2-rgb)/1);
  }
}
.navbar a {
  transition:
    0.3s color 0s,
    0.3s opacity 0s;
}
.navbar .indicator {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  height: 100%;
  width: 100%;
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.5;
  opacity: 0;
}
@media (min-width: 1024px) {
  .navbar .indicator {
    display: block;
  }
}
.navbar .indicator {
  transition: 0.45s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar .indicator::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  height: calc(100% - 1rem);
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(var(--color-2-rgb)/0.1);
  --tw-content: '';
  content: var(--tw-content);
}
.navToggler {
  z-index: 40;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(var(--color-2-rgb)/0.1);
  padding: 0.25rem;
}
@media (min-width: 1024px) {
  .navToggler {
    display: none;
  }
}
.navToggler svg {
  margin: auto;
}
.navToggler svg:last-child {
  display: none;
}
.navOpen .navToggler svg:first-child {
  display: none;
}
.navOpen .navToggler svg:last-child {
  display: block;
}
.navOverlay {
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 20;
  background-color: rgb(var(--color-1-rgb)/0.8);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.navOverlay.navOverlayVisible {
  visibility: visible;
  opacity: 1;
}
.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(var(--color-2-rgb)/0.8);
  background-color: rgb(24 24 26/0.6);
  padding: 1rem 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity));
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
@media (min-width: 640px) {
  .button {
    font-size: 15px;
  }
}
.button-sm {
  padding: 0.875rem 1.5rem;
}
.button::before {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-2-rgb) / var(--tw-bg-opacity));
}
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.button-dark,
.button:hover span {
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}
.button-dark,
.button::after {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-2-rgb) / var(--tw-bg-opacity));
}
.button-dark {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
}
.button-dark::after,
.button-dark::before {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}
.button span {
  position: relative;
  z-index: 10;
  display: block;
  transition: 0.2s color;
}
.button::before {
  content: '';
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.button::after {
  content: '';
  transform: translate3d(0, -100%, 0);
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.button:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.1, 0, 0.3, 1);
}
.button:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.button:hover span {
  animation:
    MoveScaleUpInitial 0.25s forwards,
    MoveScaleUpEnd 0.25s forwards 0.25s;
}
.button-dark:hover span {
  --tw-text-opacity: 1;
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity));
}
.link {
  border-bottom-width: 0;
  background-image: linear-gradient(transparent, transparent),
    linear-gradient(#fff, #fff);
  background-size: 0 1px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: background-size 0.25s ease-in-out;
}
.link-dark {
  background-image: linear-gradient(transparent, transparent),
    linear-gradient(#18181a, #18181a);
}
.link:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.homepage-banner {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .homepage-banner {
    padding-top: 6rem;
  }
}
@media (min-width: 1024px) {
  .homepage-banner {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}
.homepage-banner::before {
  position: absolute;
  content: '';
  z-index: -1;
  top: -30%;
  height: 180%;
  width: 150%;
  left: -25%;
  background: url(../images/noise.webp),
    linear-gradient(83.21deg, #3245ff 0, #8952ee 100%);
  background-blend-mode: overlay;
  -webkit-mask-image: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%);
  mask-image: radial-gradient(rgba(0, 0, 0, 0.5), transparent 70%);
}
.homepage-banner .bg-text {
  pointer-events: none;
  position: fixed;
  top: -5%;
  left: -5%;
  z-index: -99999;
  white-space: nowrap;
  font-family: var(--font-secondary), serif;
  font-size: 115vh;
  line-height: 1;
}
.homepage-banner .bg-text span {
  opacity: 0.04;
}
.homepage-banner .name {
  font-size: clamp(3em, 8vw, 6.5em);
  font-weight: 600;
  line-height: 1.25;
}
.work-process-item {
  border-top-width: 1px;
  border-color: rgb(var(--color-2-rgb)/0.1);
  padding-top: 2rem;
}
.work-process > div:nth-child(1) .work-process-item,
.work-process > div:nth-child(2) .work-process-item {
  position: relative;
}
.work-process > div:nth-child(1) .work-process-item::after {
  position: absolute;
  top: 9px;
  right: -1.95rem;
  height: 1px;
  width: 2.15rem;
  --tw-rotate: 36deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: rgb(var(--color-2-rgb)/0.1);
  --tw-content: '';
  content: var(--tw-content);
}
@media screen and (max-width: 767px) {
  .work-process > div:nth-child(1) .work-process-item::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .work-process > div:nth-child(2) .work-process-item::after {
    display: none;
  }
}
.footer-cta {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1920px;
  max-width: 100%;
  overflow: hidden;
}
.footer-cta .animated-line {
  position: relative;
  display: flex;
  white-space: nowrap;
}
.footer-cta .animated-line .line-block,
.footer-cta .animated-line .line-block-copy {
  display: flex;
  padding-bottom: 6px;
}
.footer-cta .animated-line .line-block-copy {
  backface-visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(100%) translateZ(0);
  will-change: transform;
}
.footer-cta .animated-line-one .line-block {
  animation: move-horizontal-forward 20s linear infinite;
}
.footer-cta .animated-line-one .line-block-copy {
  animation: move-horizontal-forward-copy 20s linear infinite;
}
.footer-cta .animated-line-two .line-block {
  animation: move-horizontal-backward 20s linear infinite;
}
.footer-cta .animated-line-two .line-block-copy {
  animation: move-horizontal-backward-copy 20s linear infinite;
}
.footer-cta .cta-text {
  transition: opacity 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.footer-cta .cta-icon {
  opacity: 0.75;
  transform: rotateX(0deg);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (min-width: 640px) {
  .footer-cta .cta-icon {
    transform: rotateX(88deg);
  }
}
.footer-cta:hover .cta-text {
  opacity: 0.75;
}
.footer-cta:hover .cta-icon {
  opacity: 1;
  transform: rotateX(0) rotateZ(-45deg);
}
.footer-cta:hover .animated-line .line-block,
.footer-cta:hover .animated-line .line-block-copy {
  animation-play-state: paused;
}
[data-aos='fade-up-sm'] {
  transform: translate3d(0, 50px, 0);
}
.init-delay {
  transition-delay: 0ms;
}
@media (min-width: 640px) {
  .init-delay {
    transition-delay: var(--sm-delay);
  }
}
@media (min-width: 768px) {
  .init-delay {
    transition-delay: var(--md-delay);
  }
}
@media (min-width: 1024px) {
  .init-delay {
    transition-delay: var(--lg-delay);
  }
}
@media screen and (max-width: 1023px) {
  .has-twoColumns {
    height: 100% !important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: var(--color-1-rgb) 1000px #fff inset;
}
.content > :first-child {
  margin-top: 0;
}
.content > :last-child {
  margin-bottom: 0;
}
.content {
  color: var(--tw-prose-body);
}
.content :where(p):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where([class~='lead']):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content :where(a):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content :where(strong):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content :where(a strong):not(:where([class~='not-prose'] *)),
.content :where(blockquote strong):not(:where([class~='not-prose'] *)),
.content :where(thead th strong):not(:where([class~='not-prose'] *)) {
  color: inherit;
}
.content :where(ol):not(:where([class~='not-prose'] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.content :where(ol[type='A']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type='a']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type='A s']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-alpha;
}
.content :where(ol[type='a s']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-alpha;
}
.content :where(ol[type='I']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type='i']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type='I s']):not(:where([class~='not-prose'] *)) {
  list-style-type: upper-roman;
}
.content :where(ol[type='i s']):not(:where([class~='not-prose'] *)) {
  list-style-type: lower-roman;
}
.content :where(ol[type='1']):not(:where([class~='not-prose'] *)) {
  list-style-type: decimal;
}
.content :where(ul):not(:where([class~='not-prose'] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.content :where(ol > li):not(:where([class~='not-prose'] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content :where(ul > li):not(:where([class~='not-prose'] *))::marker {
  color: var(--tw-prose-bullets);
}
.content :where(hr):not(:where([class~='not-prose'] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content :where(blockquote):not(:where([class~='not-prose'] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '“' '”' '‘' '’';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.content
  :where(blockquote p:first-of-type):not(
    :where([class~='not-prose'] *)
  )::before {
  content: open-quote;
}
.content
  :where(blockquote p:last-of-type):not(:where([class~='not-prose'] *))::after {
  content: close-quote;
}
.content :where(h1):not(:where([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;
}
.content :where(h1 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 900;
  color: inherit;
}
.content :where(h2):not(:where([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;
}
.content :where(h2 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 800;
  color: inherit;
}
.content :where(h3):not(:where([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;
}
.content :where(h3 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(h4):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content :where(h4 strong):not(:where([class~='not-prose'] *)) {
  font-weight: 700;
  color: inherit;
}
.content :where(img):not(:where([class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(figure > *):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(figcaption):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content :where(code):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content :where(code):not(:where([class~='not-prose'] *))::after,
.content :where(code):not(:where([class~='not-prose'] *))::before {
  content: '`';
}
.content :where(a code):not(:where([class~='not-prose'] *)),
.content :where(h1 code):not(:where([class~='not-prose'] *)) {
  color: inherit;
}
.content :where(h2 code):not(:where([class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.875em;
}
.content :where(h3 code):not(:where([class~='not-prose'] *)) {
  color: inherit;
  font-size: 0.9em;
}
.content :where(blockquote code):not(:where([class~='not-prose'] *)),
.content :where(h4 code):not(:where([class~='not-prose'] *)),
.content :where(thead th code):not(:where([class~='not-prose'] *)) {
  color: inherit;
}
.content :where(pre):not(:where([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: 0.8571429em 1.1428571em;
}
.content :where(pre code):not(:where([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;
}
.content :where(pre code):not(:where([class~='not-prose'] *))::after,
.content :where(pre code):not(:where([class~='not-prose'] *))::before {
  content: none;
}
.content :where(table):not(:where([class~='not-prose'] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content :where(thead):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content :where(thead th):not(:where([class~='not-prose'] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.content :where(tbody tr):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content :where(tbody tr:last-child):not(:where([class~='not-prose'] *)) {
  border-bottom-width: 0;
}
.content :where(tbody td):not(:where([class~='not-prose'] *)) {
  vertical-align: baseline;
}
.content :where(tfoot):not(:where([class~='not-prose'] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content :where(tfoot td):not(:where([class~='not-prose'] *)) {
  vertical-align: top;
}
.content {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(var(--color-1-rgb) / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.content :where(figure):not(:where([class~='not-prose'] *)),
.content :where(video):not(:where([class~='not-prose'] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(li):not(:where([class~='not-prose'] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content :where(ol > li):not(:where([class~='not-prose'] *)),
.content :where(ul > li):not(:where([class~='not-prose'] *)) {
  padding-left: 0.375em;
}
.content :where(.prose > ul > li p):not(:where([class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content
  :where(.prose > ul > li > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.content
  :where(.prose > ul > li > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
.content
  :where(.prose > ol > li > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 1.25em;
}
.content
  :where(.prose > ol > li > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 1.25em;
}
.content
  :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~='not-prose'] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(h2 + *):not(:where([class~='not-prose'] *)),
.content :where(h3 + *):not(:where([class~='not-prose'] *)),
.content :where(h4 + *):not(:where([class~='not-prose'] *)),
.content :where(hr + *):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
}
.content :where(thead th:first-child):not(:where([class~='not-prose'] *)) {
  padding-left: 0;
}
.content :where(thead th:last-child):not(:where([class~='not-prose'] *)) {
  padding-right: 0;
}
.content :where(tbody td, tfoot td):not(:where([class~='not-prose'] *)) {
  padding: 0.5714286em;
}
.content
  :where(tbody td:first-child, tfoot td:first-child):not(
    :where([class~='not-prose'] *)
  ) {
  padding-left: 0;
}
.content
  :where(tbody td:last-child, tfoot td:last-child):not(
    :where([class~='not-prose'] *)
  ) {
  padding-right: 0;
}
.content :where(.prose > :first-child):not(:where([class~='not-prose'] *)) {
  margin-top: 0;
}
.content :where(.prose > :last-child):not(:where([class~='not-prose'] *)) {
  margin-bottom: 0;
}
.content {
  max-width: none;
}
.content
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~='not-prose'] *))) {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.content :is(:where(p):not(:where([class~='not-prose'] *))) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.content :is(:where(a):not(:where([class~='not-prose'] *))) {
  text-decoration-line: underline;
}
.content :is(:where(a):not(:where([class~='not-prose'] *))):hover {
  text-decoration-line: none;
}
.content :is(:where(pre):not(:where([class~='not-prose'] *))) {
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.content :is(:where(strong):not(:where([class~='not-prose'] *))) {
  font-weight: 500;
}
.content :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
  border-width: 2px 2px 2px 8px;
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.5;
}
.content :is(:where(img):not(:where([class~='not-prose'] *))) {
  border-radius: 0.5rem;
}
.content blockquote > p {
  margin-top: 0;
  margin-bottom: 0;
  font-style: normal;
}
.after\:hidden::after,
.before\:hidden::before,
.content blockquote > p::after,
.content blockquote > p::before {
  content: var(--tw-content);
  display: none;
}
.content blockquote cite {
  margin-top: 1rem;
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-style: normal;
  color: rgb(var(--color-2-rgb)/0.5);
}
.content-light {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.content-light :is(:where(a):not(:where([class~='not-prose'] *))) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity));
}
.content-light :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  border-color: rgb(204 204 204/0.4);
  --tw-text-opacity: 1;
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity));
}
.content-light :is(:where(tr):not(:where([class~='not-prose'] *))) {
  border-color: rgb(204 204 204/0.1);
}
.content-light blockquote cite {
  color: rgb(var(--color-2-rgb)/0.5);
}
.content-dark {
  color: rgb(24 24 26/0.75);
}
.content-dark :is(:where(a):not(:where([class~='not-prose'] *))),
.content-dark
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~='not-prose'] *))) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-1-rgb) / var(--tw-text-opacity));
}
.content-dark :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  border-color: rgb(204 204 204/0.4);
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}
.content-dark :is(:where(tr):not(:where([class~='not-prose'] *))) {
  border-color: rgb(204 204 204/0.1);
}
.content-dark blockquote cite {
  color: rgb(var(--color-1-rgb)/0.5);
}
.image {
  margin-top: 2rem;
}
.image p {
  margin: 0;
  line-height: 1;
}
.image img {
  margin-top: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0;
}
.-left-1 {
  left: -0.25rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-\[1\.95rem\] {
  right: -1.95rem;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.left-\[-5\%\] {
  left: -5%;
}
.right-0 {
  right: 0;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-6 {
  top: 1.5rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-0px\] {
  top: 0;
}
.top-\[-5\%\] {
  top: -5%;
}
.top-\[9px\] {
  top: 9px;
}
.-z-10 {
  z-index: -10;
}
.-z-\[99999\] {
  z-index: -99999;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[-99999\] {
  z-index: -99999;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9000\] {
  z-index: 9000;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[6px\] {
  margin-top: -6px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.\[\&\>li\]\:mb-3 > li,
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-11 {
  margin-left: 2.75rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-20 {
  margin-right: 5rem;
}
.mr-24 {
  margin-right: 6rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1/1;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-28 {
  height: 7rem;
}
.h-\[376px\] {
  height: 376px;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[calc\(100\%_-_1rem\)\] {
  height: calc(100% - 1rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-20 {
  max-height: 5rem;
}
.min-h-\[82vh\] {
  min-height: 82vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-28 {
  width: 7rem;
}
.w-56 {
  width: 14rem;
}
.w-\[1920px\] {
  width: 1920px;
}
.w-\[2\.15rem\] {
  width: 2.15rem;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-auto {
  width: auto;
}
.\[\&_img\]\:w-full img,
.w-full {
  width: 100%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow,
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-y-1,
.-translate-y-1\/2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.-rotate-1,
.translate-y-0,
.translate-y-full {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
}
.-rotate-1 {
  --tw-rotate: -1deg;
}
.-rotate-12 {
  --tw-rotate: -12deg;
}
.-rotate-12,
.-rotate-180,
.rotate-180 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-\[135deg\] {
  --tw-rotate: 135deg;
}
.rotate-\[135deg\],
.rotate-\[360deg\],
.rotate-\[36deg\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[360deg\] {
  --tw-rotate: 360deg;
}
.rotate-\[36deg\] {
  --tw-rotate: 36deg;
}
.\!scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.scale-100,
.scale-110,
.scale-150 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
}
.scale-90 {
  --tw-scale-x: 0.9;
  --tw-scale-y: 0.9;
}
.scale-90,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.resize {
  resize: both;
}
.columns-1 {
  -moz-columns: 1;
  columns: 1;
}
.columns-10 {
  -moz-columns: 10;
  columns: 10;
}
.columns-11 {
  -moz-columns: 11;
  columns: 11;
}
.columns-12 {
  -moz-columns: 12;
  columns: 12;
}
.columns-2 {
  -moz-columns: 2;
  columns: 2;
}
.columns-2xl {
  -moz-columns: 42rem;
  columns: 42rem;
}
.columns-2xs {
  -moz-columns: 18rem;
  columns: 18rem;
}
.columns-3 {
  -moz-columns: 3;
  columns: 3;
}
.columns-3xl {
  -moz-columns: 48rem;
  columns: 48rem;
}
.columns-3xs {
  -moz-columns: 16rem;
  columns: 16rem;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.\[\&\>li\]\:rounded-lg > li,
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-dark,
.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 26 / var(--tw-border-opacity));
}
.border-light {
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-light\/10 {
  border-color: rgb(204 204 204/0.1);
}
.border-light\/90 {
  border-color: rgb(204 204 204/0.9);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-2-rgb) / var(--tw-border-opacity));
}
.border-white\/10 {
  border-color: rgb(var(--color-2-rgb)/0.1);
}
.border-white\/5 {
  border-color: rgb(var(--color-2-rgb)/0.05);
}
.border-white\/80 {
  border-color: rgb(var(--color-2-rgb)/0.8);
}
.bg-\[\#E3DFDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 223 220 / var(--tw-bg-opacity));
}
.bg-\[\#efefef\],
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-black {
  background-color: rgb(var(--color-1-rgb) / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(var(--color-1-rgb)/0.2);
}
.bg-black\/80 {
  background-color: rgb(var(--color-1-rgb)/0.8);
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 26 / var(--tw-bg-opacity));
}
.bg-dark\/30 {
  background-color: rgb(24 24 26/0.3);
}
.bg-dark\/60 {
  background-color: rgb(24 24 26/0.6);
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.\[\&\>li\]\:bg-light\/10 > li,
.bg-light\/10 {
  background-color: rgb(204 204 204/0.1);
}
.\[\&\>li\:hover\]\:bg-light\/20 > li:hover,
.bg-light\/20 {
  background-color: rgb(204 204 204/0.2);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-2-rgb) / var(--tw-bg-opacity));
}
.bg-white\/10 {
  background-color: rgb(var(--color-2-rgb)/0.1);
}
.bg-white\/25 {
  background-color: rgb(var(--color-2-rgb)/0.25);
}
.bg-\[url\(\"\.\.\/images\/noise\.webp\"\)\] {
  background-image: url(../images/noise.webp);
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-0 {
  padding-left: 0;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-24 {
  padding-left: 6rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[92px\] {
  padding-top: 92px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-primary {
  font-family: var(--font-primary), serif;
}
.font-secondary {
  font-family: var(--font-secondary), serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl,
.text-6xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
}
.text-\[115vh\] {
  font-size: 115vh;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[25vh\] {
  font-size: 25vh;
}
.text-\[clamp\(3em\2c _8vw\2c _6\.5em\)\] {
  font-size: clamp(3em, 8vw, 6.5em);
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0\.65\] {
  line-height: 0.65;
}
.\[\&\>li\]\:leading-none > li,
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[3rem\] {
  line-height: 3rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(var(--color-1-rgb) / var(--tw-text-opacity));
}
.text-black\/50 {
  color: rgb(var(--color-1-rgb)/0.5);
}
.text-black\/75 {
  color: rgb(var(--color-1-rgb)/0.75);
}
.text-dark,
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(24 24 26 / var(--tw-text-opacity));
}
.text-green-600 {
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-600,
.text-white {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  color: rgb(var(--color-2-rgb) / var(--tw-text-opacity));
}
.text-white\/50 {
  color: rgb(var(--color-2-rgb)/0.5);
}
.text-white\/75 {
  color: rgb(var(--color-2-rgb)/0.75);
}
.\[\&_a\]\:underline a,
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.015\] {
  opacity: 0.015;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
}
.blur,
.blur-sm,
.brightness-75 {
  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);
}
.blur-sm {
  --tw-blur: blur(4px);
}
.brightness-75 {
  --tw-brightness: brightness(0.75);
}
.invert {
  --tw-invert: invert(100%);
}
.filter,
.invert {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
}
.backdrop-blur-lg,
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
    var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
    var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
    var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
    var(--tw-backdrop-sepia);
}
.transition,
.transition-all,
.transition-transform {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
}
.transition-all,
.transition-transform {
  transition-property: all;
}
.transition-transform {
  transition-property: transform;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\"\"\] {
  --tw-content: '';
  content: var(--tw-content);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
.bg-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 0,
    rgba(9, 9, 121, 0) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
@media (min-width: 640px) {
  .sm\:col-4 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .sm\:col-5,
  .sm\:col-6 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .sm\:col-6 {
    width: 50%;
  }
  .sm\:col-7,
  .sm\:col-8 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }
  .sm\:col-8 {
    width: 66.66666666666667%;
  }
  .sm\:gy-4 {
    --bs-gutter-y: 2rem;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .md\:col-5,
  .md\:col-6 {
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .md\:col-6 {
    width: 50%;
  }
  .md\:col-10,
  .md\:col-7 {
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }
  .md\:col-10 {
    width: 83.33333333333334%;
  }
  .md\:gx-4 {
    --bs-gutter-x: 2rem;
  }
  .md\:gx-6 {
    --bs-gutter-x: 3.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:col-4,
  .lg\:col-5 {
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .lg\:col-5 {
    width: 41.66666666666667%;
  }
  .lg\:col-6,
  .lg\:col-8 {
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:col-8 {
    width: 66.66666666666667%;
  }
  .lg\:col-10,
  .lg\:col-12 {
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
  .lg\:col-12 {
    width: 100%;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
}
@media (min-width: 1280px) {
  .xl\:col-6,
  .xl\:col-9 {
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:col-9 {
    width: 75%;
  }
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-white\/40:hover {
  border-color: rgb(var(--color-2-rgb)/0.4);
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.focus\:border-dark\/50:focus {
  border-color: rgb(24 24 26/0.5);
}
.focus-visible\:shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:mt-0 {
  margin-top: 0;
}
.group:hover .group-hover\:-rotate-1,
.group:hover .group-hover\:translate-y-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
}
.group:hover .group-hover\:-rotate-1 {
  --tw-rotate: -1deg;
}
.group:hover .group-hover\:\!scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}
.group:hover .group-hover\:brightness-75 {
  --tw-brightness: brightness(0.75);
  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);
}
.group:hover .group-hover\:delay-150 {
  transition-delay: 150ms;
}
.group:hover .group-hover\:delay-300 {
  transition-delay: 300ms;
}
.group.aos-animate .group-\[\.aos-animate\]\:h-0 {
  height: 0;
}
.group.aos-animate .group-\[\.aos-animate\]\:scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.prose-headings\:mb-4
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~='not-prose'] *))) {
  margin-bottom: 1rem;
}
.prose-headings\:mt-8
  :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~='not-prose'] *))) {
  margin-top: 2rem;
}
.prose-a\:text-black :is(:where(a):not(:where([class~='not-prose'] *))) {
  --tw-text-opacity: 1;
  color: rgb(var(--color-1-rgb) / var(--tw-text-opacity));
}
.prose-a\:underline :is(:where(a):not(:where([class~='not-prose'] *))) {
  text-decoration-line: underline;
}
.prose-blockquote\:my-8
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.prose-blockquote\:rounded-lg
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  border-radius: 0.5rem;
}
.prose-blockquote\:border-2
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  border-width: 2px;
}
.prose-blockquote\:border-light\/40
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  border-color: rgb(204 204 204/0.4);
}
.prose-blockquote\:p-8
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  padding: 2rem;
}
.prose-blockquote\:text-2xl
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-blockquote\:font-light
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  font-weight: 300;
}
.prose-blockquote\:leading-normal
  :is(:where(blockquote):not(:where([class~='not-prose'] *))) {
  line-height: 1.5;
}
.prose-pre\:p-6 :is(:where(pre):not(:where([class~='not-prose'] *))) {
  padding: 1.5rem;
}
@media (min-width: 640px) {
  .sm\:-left-1\/4 {
    left: -25%;
  }
  .sm\:-right-1\/4 {
    right: -25%;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:h-28 {
    height: 7rem;
  }
  .sm\:max-h-20 {
    max-height: 5rem;
  }
  .sm\:w-28 {
    width: 7rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:columns-1 {
    -moz-columns: 1;
    columns: 1;
  }
  .sm\:columns-10 {
    -moz-columns: 10;
    columns: 10;
  }
  .sm\:columns-11 {
    -moz-columns: 11;
    columns: 11;
  }
  .sm\:columns-12 {
    -moz-columns: 12;
    columns: 12;
  }
  .sm\:columns-2 {
    -moz-columns: 2;
    columns: 2;
  }
  .sm\:columns-2xl {
    -moz-columns: 42rem;
    columns: 42rem;
  }
  .sm\:columns-2xs {
    -moz-columns: 18rem;
    columns: 18rem;
  }
  .sm\:columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
  .sm\:columns-3xl {
    -moz-columns: 48rem;
    columns: 48rem;
  }
  .sm\:columns-3xs {
    -moz-columns: 16rem;
    columns: 16rem;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:border-none {
    border-style: none;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pl-12 {
    padding-left: 3rem;
  }
  .sm\:pl-7 {
    padding-left: 1.75rem;
  }
  .sm\:pr-7 {
    padding-right: 1.75rem;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pt-24 {
    padding-top: 6rem;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[15px\] {
    font-size: 15px;
  }
  .sm\:leading-9 {
    line-height: 2.25rem;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:my-0 {
    margin-top: 0;
  }
  .md\:mb-0,
  .md\:my-0 {
    margin-bottom: 0;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:w-16 {
    width: 4rem;
  }
  .md\:w-\[500px\] {
    width: 500px;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:columns-1 {
    -moz-columns: 1;
    columns: 1;
  }
  .md\:columns-10 {
    -moz-columns: 10;
    columns: 10;
  }
  .md\:columns-11 {
    -moz-columns: 11;
    columns: 11;
  }
  .md\:columns-12 {
    -moz-columns: 12;
    columns: 12;
  }
  .md\:columns-2 {
    -moz-columns: 2;
    columns: 2;
  }
  .md\:columns-2xl {
    -moz-columns: 42rem;
    columns: 42rem;
  }
  .md\:columns-2xs {
    -moz-columns: 18rem;
    columns: 18rem;
  }
  .md\:columns-3 {
    -moz-columns: 3;
    columns: 3;
  }
  .md\:columns-3xl {
    -moz-columns: 48rem;
    columns: 48rem;
  }
  .md\:columns-3xs {
    -moz-columns: 16rem;
    columns: 16rem;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-lg,
  .md\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }
  .lg\:static {
    position: static;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:rounded-full {
    border-radius: 9999px;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-\[106px\] {
    padding-top: 106px;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-white\/100 {
    color: rgb(var(--color-2-rgb)/1);
  }
  .lg\:opacity-100 {
    opacity: 1;
  }
  .lg\:duration-0 {
    transition-duration: 0s;
  }
}
@media (min-width: 1280px) {
  .xl\:pl-24 {
    padding-left: 6rem;
  }
}
.\[\&\.aos-animate\]\:rotate-0.aos-animate {
  --tw-rotate: 0deg;
}
.\[\&\.aos-animate\]\:rotate-0.aos-animate,
.\[\&\.aos-animate\]\:scale-100.aos-animate,
.\[\&\.invisible\]\:-translate-y-full.invisible {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\.aos-animate\]\:scale-100.aos-animate {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}
.\[\&\.invisible\]\:-translate-y-full.invisible {
  --tw-translate-y: -100%;
}
@media (min-width: 1024px) {
  .lg\:\[\&\.scrolled\]\:-translate-x-8.scrolled,
  .lg\:\[\&\.scrolled\]\:translate-x-8.scrolled {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:\[\&\.scrolled\]\:-translate-x-8.scrolled {
    --tw-translate-x: -2rem;
  }
  .lg\:\[\&\.scrolled\]\:translate-x-8.scrolled {
    --tw-translate-x: 2rem;
  }
  .lg\:\[\&\.scrolled\]\:opacity-0.scrolled {
    opacity: 0;
  }
}
.\[\&\>\*\:last-child\]\:pointer-events-none > :last-child {
  pointer-events: none;
}
.\[\&_a\]\:hover\:no-underline:hover a {
  text-decoration-line: none;
}
.\[\&_li\]\:mt-1 li {
  margin-top: 0.25rem;
}
