/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
/*!
 * Wealthfront Design Blog — custom stylesheet
 * Compiled from Tailwind CSS v4 source.
 * Do not edit this file directly; edit the source files in tailwind/
 */
@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-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-3xl: 48rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-extrabold: 800;
  --tracking-tighter: -0.05em;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-relaxed: 1.625;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --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);
}
@font-face {
  font-family: "GT Alpina";
  src: url("./assets/fonts/gt-alpina/GT-Alpina-Standard-Light.woff2") format("woff2"),	url("./assets/fonts/gt-alpina/GT-Alpina-Standard-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "GT Alpina";
  src: url("./assets/fonts/gt-alpina/GT-Alpina-Standard-Light-Italic.woff2") format("woff2"),	url("./assets/fonts/gt-alpina/GT-Alpina-Standard-Light-Italic.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("./assets/fonts/calibre/Calibre-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("./assets/fonts/calibre/Calibre-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Calibre";
  src: url("./assets/fonts/calibre/Calibre-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
*, ::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)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.page-title, .entry-title {
  max-width: var(--container-content);
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-3xl);
  line-height: var(--text-3xl--line-height);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  max-width: var(--container-content);
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
}
.page-content > *, .entry-content > * {
  max-width: var(--container-content);
  margin-inline: auto;
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
@font-face {
  font-family: "Calibre";
  src: url("../../assets/fonts/calibre/Calibre-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}
@font-face {
  font-family: "Calibre";
  src: url("../../assets/fonts/calibre/Calibre-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: "Calibre";
  src: url("../../assets/fonts/calibre/Calibre-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: block;
}
#masthead {
  transition: transform 0.35s var(--ease-in-out), color 0.25s var(--ease-in-out);
}
#masthead.masthead-hidden {
  transform: translateY(-100%);
}
#masthead.header-icons-light img {
  filter: brightness(0) invert(1);
}
#masthead.header-icons-light .home-hero-masthead-nav {
  color: #fff;
}
#masthead[data-home-masthead-dual][data-masthead-inline-active="1"] [data-home-masthead-menu-btn] {
  display: inline-flex !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#masthead[data-home-masthead-dual][data-masthead-inline-active="0"] [data-home-masthead-inline-nav] {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-blog-archive__tab {
  display: inline-grid;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.page-blog-archive__tab__variant {
  grid-area: 1 / 1;
}
.page-blog-archive__tab__variant--italic {
  font-family: var(--font-serif);
  font-style: italic;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}
.page-blog-archive__tab.is-active .page-blog-archive__tab__variant--sans {
  visibility: hidden;
}
.page-blog-archive__tab.is-active .page-blog-archive__tab__variant--italic {
  visibility: visible;
}
.entry-text-block__rich > p, .entry-text-block__rich > ul, .entry-text-block__rich > ol {
  margin-bottom: 24px;
}
.entry-text-block__rich > :last-child {
  margin-bottom: 0;
}
.entry-text-block__rich ul {
  list-style-type: none;
  padding-left: 0;
}
.entry-text-block__rich ul > li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.entry-text-block__rich ul > li::before {
  content: '';
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  /* Sit the bullet at the first line's optical center. */
  margin-top: 0.55em;
}
.entry-text-block__rich ol {
  list-style-type: decimal;
  padding-left: 20px;
}
.entry-text-block__rich li:not(:last-child) {
  margin-bottom: 12px;
}
/* Gate GPU-layer hints on motion preference: users who opted out of
   motion should not pay the memory cost of a compositor layer we won't
   be transforming. */
@media (prefers-reduced-motion: no-preference) {
  #smooth-content {
    will-change: transform;
  }
  [data-home-hero-scroll-reveal],
  [data-home-tail-scroll-reveal],
  [data-home-tail-pin-target],
  [data-home-principles] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
.text-color-indigo {
  color: rgba(72, 64, 186, 0.63);
}
.text-color-dark {
  color: rgba(24, 23, 43, 0.63);
}
.blog-archive-card--pending {
  opacity: 0;
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.\!sticky {
  position: sticky !important;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-8 {
  top: calc(var(--spacing) * 8);
}
.top-\[-1px\] {
  top: -1px;
}
.top-\[-70px\] {
  top: -70px;
}
.top-\[-130px\] {
  top: -130px;
}
.top-\[-145px\] {
  top: -145px;
}
.top-\[-170px\] {
  top: -170px;
}
.top-\[95px\] {
  top: 95px;
}
.top-\[120px\] {
  top: 120px;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[200px\] {
  top: 200px;
}
.top-\[250px\] {
  top: 250px;
}
.top-\[273px\] {
  top: 273px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.right-\[-35px\] {
  right: -35px;
}
.right-\[-80px\] {
  right: -80px;
}
.right-\[36px\] {
  right: 36px;
}
.right-\[94px\] {
  right: 94px;
}
.right-\[350px\] {
  right: 350px;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.bottom-12 {
  bottom: calc(var(--spacing) * 12);
}
.bottom-\[-100px\] {
  bottom: -100px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-\[-25px\] {
  left: -25px;
}
.left-\[-80px\] {
  left: -80px;
}
.left-\[-180px\] {
  left: -180px;
}
.left-\[70px\] {
  left: 70px;
}
.left-\[180px\] {
  left: 180px;
}
.left-\[250px\] {
  left: 250px;
}
.isolate {
  isolation: isolate;
}
.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-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[60\] {
  z-index: 60;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-\[0\.12em\] {
  margin-inline: 0.12em;
}
.mx-auto {
  margin-inline: auto;
}
.my-10 {
  margin-block: calc(var(--spacing) * 10);
}
.my-12 {
  margin-block: calc(var(--spacing) * 12);
}
.ms-\[0\.12em\] {
  margin-inline-start: 0.12em;
}
.-mt-\[40px\] {
  margin-top: calc(40px * -1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-9 {
  margin-top: calc(var(--spacing) * 9);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-14 {
  margin-top: calc(var(--spacing) * 14);
}
.mt-16 {
  margin-top: calc(var(--spacing) * 16);
}
.mt-25 {
  margin-top: calc(var(--spacing) * 25);
}
.mt-35 {
  margin-top: calc(var(--spacing) * 35);
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-auto {
  margin-top: auto;
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[273\/261\] {
  aspect-ratio: 273/261;
}
.size-5 {
  width: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 5);
}
.size-6 {
  width: calc(var(--spacing) * 6);
  height: calc(var(--spacing) * 6);
}
.size-\[29px\] {
  width: 29px;
  height: 29px;
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-6\.5 {
  height: calc(var(--spacing) * 6.5);
}
.h-\[94px\] {
  height: 94px;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[100svh\] {
  height: 100svh;
}
.h-\[124px\] {
  height: 124px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[390px\] {
  height: 390px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[624px\] {
  height: 624px;
}
.h-\[calc\(2rem\+1\.625rem\+2rem\)\] {
  height: calc(2rem + 1.625rem + 2rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[332px\] {
  max-height: 332px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[min\(70vh\,720px\)\] {
  max-height: min(70vh, 720px);
}
.min-h-0 {
  min-height: calc(var(--spacing) * 0);
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[100svh\] {
  min-height: 100svh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-\[2px\] {
  width: 2px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[266px\] {
  width: 266px;
}
.w-\[297px\] {
  width: 297px;
}
.w-\[324px\] {
  width: 324px;
}
.w-\[1260px\] {
  width: 1260px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[189px\] {
  max-width: 189px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[253px\] {
  max-width: 253px;
}
.max-w-\[332px\] {
  max-width: 332px;
}
.max-w-\[518px\] {
  max-width: 518px;
}
.max-w-\[762px\] {
  max-width: 762px;
}
.max-w-\[790px\] {
  max-width: 790px;
}
.max-w-\[922px\] {
  max-width: 922px;
}
.max-w-\[974px\] {
  max-width: 974px;
}
.max-w-\[min\(100\%\,1100px\)\] {
  max-width: min(100%, 1100px);
}
.max-w-\[min\(100\%\,calc\(100vw-8rem\)\)\] {
  max-width: min(100%, calc(100vw - 8rem));
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: max-content;
}
.max-w-none {
  max-width: none;
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.min-w-max {
  min-width: max-content;
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rotate-45 {
  rotate: 45deg;
}
.\[transform\:rotate\(315deg\)_scaleX\(-1\)\] {
  transform: rotate(315deg) scaleX(-1);
}
.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;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-1 {
  gap: calc(var(--spacing) * 1);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[50px\] {
  gap: 50px;
}
:where(.space-y-2 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-6 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-10 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-1 {
  column-gap: calc(var(--spacing) * 1);
}
.gap-x-8 {
  column-gap: calc(var(--spacing) * 8);
}
.gap-x-10 {
  column-gap: calc(var(--spacing) * 10);
}
.gap-x-\[9px\] {
  column-gap: 9px;
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-\[rgba\(24\,23\,43\,0\.17\)\] {
  border-color: rgba(24,23,43,0.17);
}
.border-\[rgba\(188\,198\,245\,0\.84\)\] {
  border-color: rgba(188,198,245,0.84);
}
.border-white {
  border-color: var(--color-white);
}
.bg-\[\#230B59\] {
  background-color: #230B59;
}
.bg-\[\#4840BB\] {
  background-color: #4840BB;
}
.bg-\[\#DADEF1\] {
  background-color: #DADEF1;
}
.bg-\[\#E5E7EB\] {
  background-color: #E5E7EB;
}
.bg-\[\#F9FAFB\] {
  background-color: #F9FAFB;
}
.bg-transparent {
  background-color: transparent;
}
.bg-white\/10 {
  background-color: color-mix(in srgb, #fff 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/10 {
    background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
  }
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-12 {
  padding-inline: calc(var(--spacing) * 12);
}
.px-\[23px\] {
  padding-inline: 23px;
}
.px-\[26px\] {
  padding-inline: 26px;
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-3\.5 {
  padding-block: calc(var(--spacing) * 3.5);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-\[14px\] {
  padding-block: 14px;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-6 {
  padding-top: calc(var(--spacing) * 6);
}
.pt-15 {
  padding-top: calc(var(--spacing) * 15);
}
.pt-25 {
  padding-top: calc(var(--spacing) * 25);
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[107px\] {
  padding-top: 107px;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.pt-\[calc\(2rem\+1\.625rem\+2rem\+3rem\)\] {
  padding-top: calc(2rem + 1.625rem + 2rem + 3rem);
}
.pb-8 {
  padding-bottom: calc(var(--spacing) * 8);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-15 {
  padding-bottom: calc(var(--spacing) * 15);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: var(--font-sans);
}
.font-serif {
  font-family: var(--font-serif);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-6xl {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-\[64px\] {
  font-size: 64px;
}
.leading-5 {
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
}
.leading-6 {
  --tw-leading: calc(var(--spacing) * 6);
  line-height: calc(var(--spacing) * 6);
}
.leading-\[1\.29\] {
  --tw-leading: 1.29;
  line-height: 1.29;
}
.leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.leading-\[24px\] {
  --tw-leading: 24px;
  line-height: 24px;
}
.leading-\[27px\] {
  --tw-leading: 27px;
  line-height: 27px;
}
.leading-\[52px\] {
  --tw-leading: 52px;
  line-height: 52px;
}
.leading-\[60px\] {
  --tw-leading: 60px;
  line-height: 60px;
}
.leading-\[74px\] {
  --tw-leading: 74px;
  line-height: 74px;
}
.leading-\[100\%\] {
  --tw-leading: 100%;
  line-height: 100%;
}
.leading-\[114\%\] {
  --tw-leading: 114%;
  line-height: 114%;
}
.leading-\[129\%\] {
  --tw-leading: 129%;
  line-height: 129%;
}
.leading-\[130\%\] {
  --tw-leading: 130%;
  line-height: 130%;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-snug {
  --tw-leading: var(--leading-snug);
  line-height: var(--leading-snug);
}
.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\.2px\] {
  --tw-tracking: -0.2px;
  letter-spacing: -0.2px;
}
.tracking-\[-0\.05em\] {
  --tw-tracking: -0.05em;
  letter-spacing: -0.05em;
}
.tracking-\[-0\.06em\] {
  --tw-tracking: -0.06em;
  letter-spacing: -0.06em;
}
.tracking-\[-0\.9px\] {
  --tw-tracking: -0.9px;
  letter-spacing: -0.9px;
}
.tracking-\[-2\.25px\] {
  --tw-tracking: -2.25px;
  letter-spacing: -2.25px;
}
.tracking-\[-3\.7px\] {
  --tw-tracking: -3.7px;
  letter-spacing: -3.7px;
}
.tracking-tighter {
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-\[\#1F2937\] {
  color: #1F2937;
}
.text-\[\#18172B\] {
  color: #18172B;
}
.text-\[\#B0ACB7\] {
  color: #B0ACB7;
}
.text-\[rgba\(24\,23\,43\,0\.63\)\] {
  color: rgba(24,23,43,0.63);
}
.text-\[rgba\(188\,198\,245\,0\.84\)\] {
  color: rgba(188,198,245,0.84);
}
.text-black {
  color: var(--color-black);
}
.text-current {
  color: currentcolor;
}
.text-inherit {
  color: inherit;
}
.text-white {
  color: var(--color-white);
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-100 {
  opacity: 100%;
}
.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, 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-\[filter\] {
  transition-property: filter;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[opacity\,background-color\] {
  transition-property: opacity,background-color;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  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-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.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);
}
.will-change-\[left\,top\,width\,height\,border-radius\] {
  will-change: left,top,width,height,border-radius;
}
.will-change-\[mask-image\] {
  will-change: mask-image;
}
.will-change-transform {
  will-change: transform;
}
.content-none {
  --tw-content: none;
  content: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\[grid-area\:1\/1\] {
  grid-area: 1/1;
}
@media (hover: hover) {
  .group-hover\:scale-110:is(:where(.group):hover *) {
    --tw-scale-x: 110%;
    --tw-scale-y: 110%;
    --tw-scale-z: 110%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .group-hover\:scale-\[1\.1\]:is(:where(.group):hover *) {
    scale: 1.1;
  }
}
@media (hover: hover) {
  .group-hover\:rotate-45:is(:where(.group):hover *) {
    rotate: 45deg;
  }
}
@media (hover: hover) {
  .group-hover\:opacity-90:is(:where(.group):hover *) {
    opacity: 90%;
  }
}
@media (hover: hover) {
  .group-hover\:\[filter\:brightness\(0\)_invert\(1\)\]:is(:where(.group):hover *) {
    filter: brightness(0) invert(1);
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:opacity-70:hover {
    opacity: 70%;
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
@media (hover: hover) {
  .hover\:opacity-90:hover {
    opacity: 90%;
  }
}
.focus-visible\:outline:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.focus-visible\:outline-2:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-white:focus-visible {
  outline-color: var(--color-white);
}
@media (width >= 40rem) {
  .sm\:right-auto {
    right: auto;
  }
}
@media (width >= 40rem) {
  .sm\:left-\[340px\] {
    left: 340px;
  }
}
@media (width >= 40rem) {
  .sm\:mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:inline-block {
    display: inline-block;
  }
}
@media (width >= 40rem) {
  .sm\:h-\[310px\] {
    height: 310px;
  }
}
@media (width >= 40rem) {
  .sm\:h-fit {
    height: fit-content;
  }
}
@media (width >= 40rem) {
  .sm\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-\[minmax\(0\,1fr\)_minmax\(11rem\,50\%\)\] {
    grid-template-columns: minmax(0,1fr) minmax(11rem,50%);
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 40rem) {
  .sm\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 40rem) {
  .sm\:gap-6 {
    gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
}
@media (width >= 40rem) {
  .sm\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 40rem) {
  .sm\:pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
}
@media (width >= 40rem) {
  .sm\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:top-\[-20px\] {
    top: -20px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[-50px\] {
    top: -50px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[50px\] {
    top: 50px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[120px\] {
    top: 120px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[160px\] {
    top: 160px;
  }
}
@media (width >= 48rem) {
  .md\:top-\[180px\] {
    top: 180px;
  }
}
@media (width >= 48rem) {
  .md\:right-\[-70px\] {
    right: -70px;
  }
}
@media (width >= 48rem) {
  .md\:right-\[-220px\] {
    right: -220px;
  }
}
@media (width >= 48rem) {
  .md\:right-\[115px\] {
    right: 115px;
  }
}
@media (width >= 48rem) {
  .md\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
}
@media (width >= 48rem) {
  .md\:mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
}
@media (width >= 48rem) {
  .md\:mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
}
@media (width >= 48rem) {
  .md\:mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:ml-\[340px\] {
    margin-left: 340px;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:inline-block {
    display: inline-block;
  }
}
@media (width >= 48rem) {
  .md\:h-\[198px\] {
    height: 198px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[466px\] {
    height: 466px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[504px\] {
    height: 504px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[min\(70dvh\,560px\)\] {
    height: min(70dvh, 560px);
  }
  .md\:h-\[min\(70svh\,560px\)\] {
    height: min(70svh, 560px);
  }
}
@media (width >= 48rem) {
  .md\:max-h-\[504px\] {
    max-height: 504px;
  }
}
@media (width >= 48rem) {
  .md\:max-h-\[590px\] {
    max-height: 590px;
  }
}
@media (width >= 48rem) {
  .md\:min-h-\[466px\] {
    min-height: 466px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[2px\] {
    width: 2px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[504px\] {
    width: 504px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[calc\(100\%-340px\)\] {
    width: calc(100% - 340px);
  }
}
@media (width >= 48rem) {
  .md\:w-full {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[332px\] {
    max-width: 332px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[min\(100\%\,720px\)\] {
    max-width: min(100%, 720px);
  }
}
@media (width >= 48rem) {
  .md\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-w-none {
    max-width: none;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[minmax\(0\,55fr\)_minmax\(0\,45fr\)\] {
    grid-template-columns: minmax(0,55fr) minmax(0,45fr);
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-\[minmax\(0\,220px\)_minmax\(0\,1fr\)\] {
    grid-template-columns: minmax(0,220px) minmax(0,1fr);
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-center {
    justify-content: center;
  }
}
@media (width >= 48rem) {
  .md\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-16 {
    gap: calc(var(--spacing) * 16);
  }
}
@media (width >= 48rem) {
  .md\:gap-30 {
    gap: calc(var(--spacing) * 30);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[37px\] {
    gap: 37px;
  }
}
@media (width >= 48rem) {
  :where(.md\:space-y-20 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
  }
}
@media (width >= 48rem) {
  .md\:overflow-visible {
    overflow: visible;
  }
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:pt-38 {
    padding-top: calc(var(--spacing) * 38);
  }
}
@media (width >= 48rem) {
  .md\:pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:pl-70 {
    padding-left: calc(var(--spacing) * 70);
  }
}
@media (width >= 48rem) {
  .md\:pl-\[340px\] {
    padding-left: 340px;
  }
}
@media (width >= 48rem) {
  .md\:text-center {
    text-align: center;
  }
}
@media (width >= 48rem) {
  .md\:text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[45px\] {
    font-size: 45px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[52px\] {
    font-size: 52px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[74px\] {
    font-size: 74px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[80px\] {
    --tw-leading: 80px;
    line-height: 80px;
  }
}
@media (width >= 48rem) {
  .md\:tracking-\[-3\.7px\] {
    --tw-tracking: -3.7px;
    letter-spacing: -3.7px;
  }
}
@media (width >= 64rem) {
  .lg\:top-\[18px\] {
    top: 18px;
  }
}
@media (width >= 64rem) {
  .lg\:right-\[146px\] {
    right: 146px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[310px\] {
    height: 310px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[566px\] {
    height: 566px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[624px\] {
    height: 624px;
  }
}
@media (width >= 64rem) {
  .lg\:max-h-\[624px\] {
    max-height: 624px;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[566px\] {
    min-height: 566px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[2px\] {
    width: 2px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[624px\] {
    width: 624px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[996px\] {
    width: 996px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[450px\] {
    max-width: 450px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[801px\] {
    max-width: 801px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[1160px\] {
    max-width: 1160px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[min\(100\%\,560px\)\] {
    max-width: min(100%, 560px);
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
}
@media (width >= 64rem) {
  .lg\:text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
}
@media (width >= 64rem) {
  .lg\:text-\[55px\] {
    font-size: 55px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[74px\] {
    font-size: 74px;
  }
}
@media (width >= 64rem) {
  .lg\:leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
}
@media (width >= 80rem) {
  .xl\:top-\[90px\] {
    top: 90px;
  }
}
@media (width >= 80rem) {
  .xl\:right-\[-200px\] {
    right: -200px;
  }
}
@media (width >= 80rem) {
  .xl\:right-\[5px\] {
    right: 5px;
  }
}
@media (width >= 80rem) {
  .xl\:right-\[140px\] {
    right: 140px;
  }
}
@media (width >= 80rem) {
  .xl\:right-\[200px\] {
    right: 200px;
  }
}
@media (width >= 80rem) {
  .xl\:left-\[-300px\] {
    left: -300px;
  }
}
@media (width >= 80rem) {
  .xl\:left-\[95px\] {
    left: 95px;
  }
}
@media (width >= 80rem) {
  .xl\:left-\[600px\] {
    left: 600px;
  }
}
@media (width >= 80rem) {
  .xl\:inline-block {
    display: inline-block;
  }
}
@media (width >= 80rem) {
  .xl\:h-\[624px\] {
    height: 624px;
  }
}
@media (width >= 80rem) {
  .xl\:min-h-\[624px\] {
    min-height: 624px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[72px\] {
    width: 72px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[624px\] {
    width: 624px;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,574px\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,574px);
  }
}
@media (width >= 80rem) {
  .xl\:gap-10 {
    gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[175px\] {
    gap: 175px;
  }
}
@media (width >= 80rem) {
  .xl\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 96rem) {
  .\32 xl\:right-0 {
    right: calc(var(--spacing) * 0);
  }
}
@media (width >= 96rem) {
  .\32 xl\:right-\[-100px\] {
    right: -100px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:w-\[1160px\] {
    width: 1160px;
  }
}
@media (width >= 96rem) {
  .\32 xl\:grid-cols-\[minmax\(0\,1fr\)_679px\] {
    grid-template-columns: minmax(0,1fr) 679px;
  }
}
.\[\&_a\]\:text-inherit a {
  color: inherit;
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}
.\[\&_a\]\:transition-opacity a {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.\[\&_a\:hover\]\:opacity-80 a:hover {
  opacity: 80%;
}
.\[\&_em\]\:italic em {
  font-style: italic;
}
.\[\&_li\]\:m-0 li {
  margin: calc(var(--spacing) * 0);
}
.\[\&_li\]\:p-0 li {
  padding: calc(var(--spacing) * 0);
}
.\[\&_ol\]\:mb-\[1\.1em\] ol {
  margin-bottom: 1.1em;
}
.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}
.\[\&_ol\]\:pl-\[1\.25em\] ol {
  padding-left: 1.25em;
}
.\[\&_ul\]\:m-0 ul {
  margin: calc(var(--spacing) * 0);
}
.\[\&_ul\]\:mb-\[1\.1em\] ul {
  margin-bottom: 1.1em;
}
.\[\&_ul\]\:flex ul {
  display: flex;
}
.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}
.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}
.\[\&_ul\]\:flex-row ul {
  flex-direction: row;
}
.\[\&_ul\]\:flex-wrap ul {
  flex-wrap: wrap;
}
.\[\&_ul\]\:items-center ul {
  align-items: center;
}
.\[\&_ul\]\:justify-end ul {
  justify-content: flex-end;
}
.\[\&_ul\]\:gap-8 ul {
  gap: calc(var(--spacing) * 8);
}
.\[\&_ul\]\:p-0 ul {
  padding: calc(var(--spacing) * 0);
}
.\[\&_ul\]\:pl-\[1\.25em\] ul {
  padding-left: 1.25em;
}
.\[\&_ul\]\:text-right ul {
  text-align: right;
}
@media (width >= 48rem) {
  .md\:\[\&_ul\]\:gap-10 ul {
    gap: calc(var(--spacing) * 10);
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-outline-style: solid;
    }
  }
}
