/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-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;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-\[20\.83\%\] {
    inset: 20.83%;
  }
  .inset-\[23\.29\%_12\.5\%_20\.83\%_14\.58\%\] {
    inset: 23.29% 12.5% 20.83% 14.58%;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-\[2px\] {
    margin-left: 2px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .size-\[14px\] {
    width: 14px;
    height: 14px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[65px\] {
    height: 65px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[128px\] {
    height: 128px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[320px\] {
    min-width: 320px;
  }
  .min-w-\[960px\] {
    min-width: 960px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .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;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }
  .rounded-b-\[20px\] {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-\[\#0c1a62\] {
    border-color: #0c1a62;
  }
  .border-\[\#1e3a8a\] {
    border-color: #1e3a8a;
  }
  .border-\[\#5a8ab8\] {
    border-color: #5a8ab8;
  }
  .border-\[\#929292\] {
    border-color: #929292;
  }
  .border-\[\#e9e9e9\] {
    border-color: #e9e9e9;
  }
  .border-\[\#e9e9e9\]\/50 {
    border-color: color-mix(in oklab, #e9e9e9 50%, transparent);
  }
  .bg-\[\#0c1a62\] {
    background-color: #0c1a62;
  }
  .bg-\[\#38b6ff\] {
    background-color: #38b6ff;
  }
  .bg-\[\#f9f9f9\] {
    background-color: #f9f9f9;
  }
  .bg-\[\#fbfbfb\] {
    background-color: #fbfbfb;
  }
  .bg-\[rgba\(0\,0\,0\,0\.06\)\] {
    background-color: rgba(0,0,0,0.06);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-\[36px\] {
    padding: 36px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pb-\[120px\] {
    padding-bottom: 120px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .text-center {
    text-align: center;
  }
  .font-\[\'Work_Sans\'\,sans-serif\] {
    font-family: 'Work Sans',sans-serif;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .leading-\[0\.9\] {
    --tw-leading: 0.9;
    line-height: 0.9;
  }
  .leading-\[1\.1\] {
    --tw-leading: 1.1;
    line-height: 1.1;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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\.12px\] {
    --tw-tracking: -0.12px;
    letter-spacing: -0.12px;
  }
  .tracking-\[-0\.35px\] {
    --tw-tracking: -0.35px;
    letter-spacing: -0.35px;
  }
  .tracking-\[-0\.36px\] {
    --tw-tracking: -0.36px;
    letter-spacing: -0.36px;
  }
  .tracking-\[-0\.54px\] {
    --tw-tracking: -0.54px;
    letter-spacing: -0.54px;
  }
  .tracking-\[-0\.72px\] {
    --tw-tracking: -0.72px;
    letter-spacing: -0.72px;
  }
  .tracking-\[-0\.075px\] {
    --tw-tracking: -0.075px;
    letter-spacing: -0.075px;
  }
  .tracking-\[-0\.81px\] {
    --tw-tracking: -0.81px;
    letter-spacing: -0.81px;
  }
  .tracking-\[-1\.5px\] {
    --tw-tracking: -1.5px;
    letter-spacing: -1.5px;
  }
  .tracking-\[-1\.7px\] {
    --tw-tracking: -1.7px;
    letter-spacing: -1.7px;
  }
  .tracking-\[-1\.8px\] {
    --tw-tracking: -1.8px;
    letter-spacing: -1.8px;
  }
  .tracking-\[-1\.35px\] {
    --tw-tracking: -1.35px;
    letter-spacing: -1.35px;
  }
  .tracking-\[-2px\] {
    --tw-tracking: -2px;
    letter-spacing: -2px;
  }
  .tracking-\[-4\.2px\] {
    --tw-tracking: -4.2px;
    letter-spacing: -4.2px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#6f6f6f\] {
    color: #6f6f6f;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .not-italic {
    font-style: normal;
  }
  .shadow-\[0px_2px_4px_0px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_2px_8px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 2px 8px 0px var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:text-\[\#0c1a62\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #0c1a62;
      }
    }
  }
  .hover\:bg-\[\#0c1a62\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0c1a62;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#0c1a62\] {
    &:hover {
      @media (hover: hover) {
        color: #0c1a62;
      }
    }
  }
  .hover\:text-\[\#38b6ff\] {
    &:hover {
      @media (hover: hover) {
        color: #38b6ff;
      }
    }
  }
  .focus\:border-\[\#38b6ff\] {
    &:focus {
      border-color: #38b6ff;
    }
  }
  .focus\:ring-1 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#38b6ff\] {
    &:focus {
      --tw-ring-color: #38b6ff;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .tablet\:block {
    @media (width >= 800px) {
      display: block;
    }
  }
  .tablet\:flex {
    @media (width >= 800px) {
      display: flex;
    }
  }
  .tablet\:hidden {
    @media (width >= 800px) {
      display: none;
    }
  }
  .tablet\:min-h-\[450px\] {
    @media (width >= 800px) {
      min-height: 450px;
    }
  }
  .tablet\:w-\[310px\] {
    @media (width >= 800px) {
      width: 310px;
    }
  }
  .tablet\:w-auto {
    @media (width >= 800px) {
      width: auto;
    }
  }
  .tablet\:max-w-\[600px\] {
    @media (width >= 800px) {
      max-width: 600px;
    }
  }
  .tablet\:flex-1 {
    @media (width >= 800px) {
      flex: 1;
    }
  }
  .tablet\:shrink-0 {
    @media (width >= 800px) {
      flex-shrink: 0;
    }
  }
  .tablet\:flex-col {
    @media (width >= 800px) {
      flex-direction: column;
    }
  }
  .tablet\:flex-row {
    @media (width >= 800px) {
      flex-direction: row;
    }
  }
  .tablet\:gap-20 {
    @media (width >= 800px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .tablet\:gap-\[16px\] {
    @media (width >= 800px) {
      gap: 16px;
    }
  }
  .tablet\:gap-\[28px\] {
    @media (width >= 800px) {
      gap: 28px;
    }
  }
  .tablet\:gap-\[50px\] {
    @media (width >= 800px) {
      gap: 50px;
    }
  }
  .tablet\:gap-\[120px\] {
    @media (width >= 800px) {
      gap: 120px;
    }
  }
  .tablet\:rounded-\[20px\] {
    @media (width >= 800px) {
      border-radius: 20px;
    }
  }
  .tablet\:bg-transparent {
    @media (width >= 800px) {
      background-color: transparent;
    }
  }
  .tablet\:p-\[100px\] {
    @media (width >= 800px) {
      padding: 100px;
    }
  }
  .tablet\:px-0 {
    @media (width >= 800px) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .tablet\:px-8 {
    @media (width >= 800px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .tablet\:px-10 {
    @media (width >= 800px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .tablet\:px-\[30px\] {
    @media (width >= 800px) {
      padding-inline: 30px;
    }
  }
  .tablet\:px-\[50px\] {
    @media (width >= 800px) {
      padding-inline: 50px;
    }
  }
  .tablet\:py-0 {
    @media (width >= 800px) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .tablet\:py-\[20px\] {
    @media (width >= 800px) {
      padding-block: 20px;
    }
  }
  .tablet\:py-\[40px\] {
    @media (width >= 800px) {
      padding-block: 40px;
    }
  }
  .tablet\:py-\[80px\] {
    @media (width >= 800px) {
      padding-block: 80px;
    }
  }
  .tablet\:py-\[100px\] {
    @media (width >= 800px) {
      padding-block: 100px;
    }
  }
  .tablet\:pt-0 {
    @media (width >= 800px) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .tablet\:pt-\[148px\] {
    @media (width >= 800px) {
      padding-top: 148px;
    }
  }
  .tablet\:pr-\[30px\] {
    @media (width >= 800px) {
      padding-right: 30px;
    }
  }
  .tablet\:pl-\[40px\] {
    @media (width >= 800px) {
      padding-left: 40px;
    }
  }
  .tablet\:text-\[32px\] {
    @media (width >= 800px) {
      font-size: 32px;
    }
  }
  .tablet\:text-\[50px\] {
    @media (width >= 800px) {
      font-size: 50px;
    }
  }
  .tablet\:text-\[60px\] {
    @media (width >= 800px) {
      font-size: 60px;
    }
  }
  .tablet\:text-\[80px\] {
    @media (width >= 800px) {
      font-size: 80px;
    }
  }
  .tablet\:tracking-\[-0\.72px\] {
    @media (width >= 800px) {
      --tw-tracking: -0.72px;
      letter-spacing: -0.72px;
    }
  }
  .tablet\:tracking-\[-6\.4px\] {
    @media (width >= 800px) {
      --tw-tracking: -6.4px;
      letter-spacing: -6.4px;
    }
  }
  .desktop\:flex {
    @media (width >= 1280px) {
      display: flex;
    }
  }
  .desktop\:grid {
    @media (width >= 1280px) {
      display: grid;
    }
  }
  .desktop\:min-h-full {
    @media (width >= 1280px) {
      min-height: 100%;
    }
  }
  .desktop\:min-w-full {
    @media (width >= 1280px) {
      min-width: 100%;
    }
  }
  .desktop\:grid-cols-2 {
    @media (width >= 1280px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .desktop\:gap-16 {
    @media (width >= 1280px) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .desktop\:gap-\[100px\] {
    @media (width >= 1280px) {
      gap: 100px;
    }
  }
  .desktop\:px-\[80px\] {
    @media (width >= 1280px) {
      padding-inline: 80px;
    }
  }
  .desktop\:py-\[120px\] {
    @media (width >= 1280px) {
      padding-block: 120px;
    }
  }
  .desktop\:pb-\[80px\] {
    @media (width >= 1280px) {
      padding-bottom: 80px;
    }
  }
  .desktop\:text-\[60px\] {
    @media (width >= 1280px) {
      font-size: 60px;
    }
  }
}
@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-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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}
