@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";

/* src/styles.scss */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-4xl: 2.25rem;
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-widest: 0.1em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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;
  }
  .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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-\[12\%\] {
    inset: 12%;
  }
  .inset-\[15\%\] {
    inset: 15%;
  }
  .-top-\[15px\] {
    top: calc(15px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-13 {
    top: calc(var(--spacing) * 13);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .top-15 {
    top: calc(var(--spacing) * 15);
  }
  .top-\[-8px\] {
    top: -8px;
  }
  .top-\[2\%\] {
    top: 2%;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[5\%\] {
    top: 5%;
  }
  .top-\[5px\] {
    top: 5px;
  }
  .top-\[7\%\] {
    top: 7%;
  }
  .top-\[20\%\] {
    top: 20%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[102\%\] {
    top: 102%;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .bottom-7 {
    bottom: calc(var(--spacing) * 7);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-16 {
    bottom: calc(var(--spacing) * 16);
  }
  .-left-\[10px\] {
    left: calc(10px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .left-\[-2\%\] {
    left: -2%;
  }
  .left-\[5px\] {
    left: 5px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-full {
    left: 100%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-50 {
    z-index: 50;
  }
  .z-99 {
    z-index: 99;
  }
  .z-100 {
    z-index: 100;
  }
  .z-999 {
    z-index: 999;
  }
  .z-1000 {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .-mx-3 {
    margin-inline: calc(var(--spacing) * -3);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-1 {
    margin-block: calc(var(--spacing) * 1);
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .-mt-3 {
    margin-top: calc(var(--spacing) * -3);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[-20\%\] {
    margin-top: -20%;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .-mr-3 {
    margin-right: calc(var(--spacing) * -3);
  }
  .-mr-\[12px\] {
    margin-right: calc(12px * -1);
  }
  .mr-1 {
    margin-right: calc(var(--spacing) * 1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-\[9px\] {
    margin-right: 9px;
  }
  .-mb-3 {
    margin-bottom: calc(var(--spacing) * -3);
  }
  .-mb-4 {
    margin-bottom: calc(var(--spacing) * -4);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-\[-15px\] {
    margin-bottom: -15px;
  }
  .mb-\[2px\] {
    margin-bottom: 2px;
  }
  .-ml-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .-ml-3 {
    margin-left: calc(var(--spacing) * -3);
  }
  .-ml-\[8px\] {
    margin-left: calc(8px * -1);
  }
  .-ml-\[16px\] {
    margin-left: calc(16px * -1);
  }
  .-ml-\[22px\] {
    margin-left: calc(22px * -1);
  }
  .-ml-\[30px\] {
    margin-left: calc(30px * -1);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-\[9px\] {
    margin-left: 9px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .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-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-15 {
    width: calc(var(--spacing) * 15);
    height: calc(var(--spacing) * 15);
  }
  .size-\[19px\] {
    width: 19px;
    height: 19px;
  }
  .size-\[25px\] {
    width: 25px;
    height: 25px;
  }
  .size-\[30px\] {
    width: 30px;
    height: 30px;
  }
  .size-\[35px\] {
    width: 35px;
    height: 35px;
  }
  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }
  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }
  .size-\[80vw\] {
    width: 80vw;
    height: 80vw;
  }
  .size-\[500px\] {
    width: 500px;
    height: 500px;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-15 {
    height: calc(var(--spacing) * 15);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-30 {
    height: calc(var(--spacing) * 30);
  }
  .h-68 {
    height: calc(var(--spacing) * 68);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[3px\] {
    height: 3px;
  }
  .h-\[10\.5\%\] {
    height: 10.5%;
  }
  .h-\[26px\] {
    height: 26px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50dvh\] {
    height: 50dvh;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[74\%\] {
    height: 74%;
  }
  .h-\[75\%\] {
    height: 75%;
  }
  .h-\[86\%\] {
    height: 86%;
  }
  .h-\[92px\] {
    height: 92px;
  }
  .h-\[95\%\] {
    height: 95%;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[273px\] {
    height: 273px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[526px\] {
    height: 526px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-\[700px\] {
    height: 700px;
  }
  .h-auto {
    height: auto;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-8\/10 {
    max-height: calc(8/10 * 100%);
  }
  .max-h-9\/10 {
    max-height: calc(9/10 * 100%);
  }
  .max-h-127 {
    max-height: calc(var(--spacing) * 127);
  }
  .max-h-\[30vw\] {
    max-height: 30vw;
  }
  .max-h-\[37vw\] {
    max-height: 37vw;
  }
  .max-h-\[40vh\] {
    max-height: 40vh;
  }
  .max-h-\[50vh\] {
    max-height: 50vh;
  }
  .max-h-\[60vh\] {
    max-height: 60vh;
  }
  .max-h-\[80dvh\] {
    max-height: 80dvh;
  }
  .max-h-\[85dvh\] {
    max-height: 85dvh;
  }
  .max-h-\[90vw\] {
    max-height: 90vw;
  }
  .max-h-\[95\%\] {
    max-height: 95%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-9\/10 {
    min-height: calc(9/10 * 100%);
  }
  .min-h-17 {
    min-height: calc(var(--spacing) * 17);
  }
  .min-h-22 {
    min-height: calc(var(--spacing) * 22);
  }
  .min-h-26 {
    min-height: calc(var(--spacing) * 26);
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[calc\(3\*1\.5em\)\] {
    min-height: calc(3 * 1.5em);
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-6\/10 {
    width: calc(6/10 * 100%);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-8\/10 {
    width: calc(8/10 * 100%);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-9\/10 {
    width: calc(9/10 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-22 {
    width: calc(var(--spacing) * 22);
  }
  .w-35 {
    width: calc(var(--spacing) * 35);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-68 {
    width: calc(var(--spacing) * 68);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-140 {
    width: calc(var(--spacing) * 140);
  }
  .w-150 {
    width: calc(var(--spacing) * 150);
  }
  .w-204 {
    width: calc(var(--spacing) * 204);
  }
  .w-\[2px\] {
    width: 2px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[95px\] {
    width: 95px;
  }
  .w-\[100\.5\%\] {
    width: 100.5%;
  }
  .w-\[100dvw\] {
    width: 100dvw;
  }
  .w-\[126px\] {
    width: 126px;
  }
  .w-\[145px\] {
    width: 145px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[224px\] {
    width: 224px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[324px\] {
    width: 324px;
  }
  .w-\[337px\] {
    width: 337px;
  }
  .w-\[345px\] {
    width: 345px;
  }
  .w-\[366px\] {
    width: 366px;
  }
  .w-\[370px\] {
    width: 370px;
  }
  .w-\[413px\] {
    width: 413px;
  }
  .w-\[536px\] {
    width: 536px;
  }
  .w-\[560px\] {
    width: 560px;
  }
  .w-\[650px\] {
    width: 650px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-\[1187px\] {
    width: 1187px;
  }
  .w-\[1200px\] {
    width: 1200px;
  }
  .w-auto {
    width: auto;
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-8\/10 {
    max-width: calc(8/10 * 100%);
  }
  .max-w-9\/10 {
    max-width: calc(9/10 * 100%);
  }
  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }
  .max-w-\[30vw\] {
    max-width: 30vw;
  }
  .max-w-\[50px\] {
    max-width: 50px;
  }
  .max-w-\[70vw\] {
    max-width: 70vw;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[610px\] {
    max-width: 610px;
  }
  .max-w-\[626px\] {
    max-width: 626px;
  }
  .max-w-\[726px\] {
    max-width: 726px;
  }
  .max-w-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1280px\] {
    max-width: 1280px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-50 {
    min-width: calc(var(--spacing) * 50);
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow-1 {
    flex-grow: 1;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .-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);
  }
  .-translate-y-1\/3 {
    --tw-translate-y: calc(calc(1/3 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/2 {
    --tw-translate-y: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-97 {
    --tw-scale-x: 97%;
    --tw-scale-y: 97%;
    --tw-scale-z: 97%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[1\.1\] {
    scale: 1.1;
  }
  .scale-\[1\.2\] {
    scale: 1.2;
  }
  .scale-\[1\.5\] {
    scale: 1.5;
  }
  .scale-\[1\.07\] {
    scale: 1.07;
  }
  .scale-\[1\.15\] {
    scale: 1.15;
  }
  .-rotate-2 {
    rotate: calc(2deg * -1);
  }
  .rotate-1 {
    rotate: 1deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[-2deg\] {
    rotate: -2deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[1px\] {
    gap: 1px;
  }
  .gap-\[3\%\] {
    gap: 3%;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[53px\] {
    gap: 53px;
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-15 {
    column-gap: calc(var(--spacing) * 15);
  }
  .gap-x-\[52px\] {
    column-gap: 52px;
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-2xl {
    border-top-left-radius: var(--radius-2xl);
    border-top-right-radius: var(--radius-2xl);
  }
  .rounded-t-sm {
    border-top-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-sm);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-b-sm {
    border-bottom-right-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\(--custom-color-1\) {
    border-color: var(--custom-color-1);
  }
  .border-\(--custom-color-6\) {
    border-color: var(--custom-color-6);
  }
  .border-\(--custom-color-7\) {
    border-color: var(--custom-color-7);
  }
  .border-\(--custom-color-9\) {
    border-color: var(--custom-color-9);
  }
  .border-\(--gray-color\) {
    border-color: var(--gray-color);
  }
  .border-\(--main-color\) {
    border-color: var(--main-color);
  }
  .border-\[\#B1ACA4\] {
    border-color: #B1ACA4;
  }
  .border-\[\#BFBFBF\] {
    border-color: #BFBFBF;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/60 {
    border-color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .border-t-\(--main-color\) {
    border-top-color: var(--main-color);
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .border-r-white {
    border-right-color: var(--color-white);
  }
  .bg-\(--custom-color-2\) {
    background-color: var(--custom-color-2);
  }
  .bg-\(--custom-color-3\) {
    background-color: var(--custom-color-3);
  }
  .bg-\(--custom-color-6\) {
    background-color: var(--custom-color-6);
  }
  .bg-\(--custom-color-8\) {
    background-color: var(--custom-color-8);
  }
  .bg-\(--custom-color-14\) {
    background-color: var(--custom-color-14);
  }
  .bg-\(--main-color\) {
    background-color: var(--main-color);
  }
  .bg-\[\#9A9A9A\] {
    background-color: #9A9A9A;
  }
  .bg-\[\#94D330\] {
    background-color: #94D330;
  }
  .bg-\[\#B7B7B7\] {
    background-color: #B7B7B7;
  }
  .bg-\[\#EF585B\] {
    background-color: #EF585B;
  }
  .bg-\[\#F7F5F2\] {
    background-color: #F7F5F2;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-\[linear-gradient\(to_bottom\,\#C7A993_0\%\,\#92837D_100\%\)\] {
    background-image:
      linear-gradient(
        to bottom,
        #C7A993 0%,
        #92837D 100%);
  }
  .bg-\[linear-gradient\(to_bottom\,\#CFB5A6\,\#BA9E8E\)\] {
    background-image:
      linear-gradient(
        to bottom,
        #CFB5A6,
        #BA9E8E);
  }
  .bg-\[linear-gradient\(to_bottom\,rgba\(184\,178\,175\,0\.9\)_0\%\,rgba\(184\,178\,175\,0\.6\)_100\%\)\] {
    background-image:
      linear-gradient(
        to bottom,
        rgba(184, 178, 175, 0.9) 0%,
        rgba(184, 178, 175, 0.6) 100%);
  }
  .bg-\[linear-gradient\(to_right\,\#ffffff_0\%\,transparent_40\%\,transparent_60\%\,\#ffffff_100\%\)\] {
    background-image:
      linear-gradient(
        to right,
        #ffffff 0%,
        transparent 40%,
        transparent 60%,
        #ffffff 100%);
  }
  .bg-\[linear-gradient\(to_right\,_rgba\(168\,197\,0\,0\)\,_\#A8C500\)\] {
    background-image:
      linear-gradient(
        to right,
        rgba(168, 197, 0, 0),
        #A8C500);
  }
  .bg-\[linear-gradient\(to_right\,rgba\(30\,30\,30\,0\.3\)_0\%\,rgba\(30\,30\,30\,0\)_30\%\,rgba\(30\,30\,30\,0\)_70\%\,rgba\(30\,30\,30\,0\.3\)_100\%\)\] {
    background-image:
      linear-gradient(
        to right,
        rgba(30, 30, 30, 0.3) 0%,
        rgba(30, 30, 30, 0) 30%,
        rgba(30, 30, 30, 0) 70%,
        rgba(30, 30, 30, 0.3) 100%);
  }
  .bg-\[linear-gradient\(to_right\,rgba\(219\,189\,171\,0\)_0\%\,rgba\(219\,189\,171\,9\.74\)_25\%\,rgba\(219\,189\,171\,1\)_53\%\,rgba\(219\,189\,171\,0\.5\)_85\%\,rgba\(219\,189\,171\,0\)_100\%\)\] {
    background-image:
      linear-gradient(
        to right,
        rgba(219, 189, 171, 0) 0%,
        rgba(219, 189, 171, 9.74) 25%,
        rgba(219, 189, 171, 1) 53%,
        rgba(219, 189, 171, 0.5) 85%,
        rgba(219, 189, 171, 0) 100%);
  }
  .bg-\[linear-gradient\(to_right\,transparent_0\%\,\#A8C500_30\%\,\#A8C500_70\%\,transparent_100\%\)\] {
    background-image:
      linear-gradient(
        to right,
        transparent 0%,
        #A8C500 30%,
        #A8C500 70%,
        transparent 100%);
  }
  .bg-\[linear-gradient\(to_right\,transparent_0\%\,\#FA8C51_30\%\,\#FA8C51_70\%\,transparent_100\%\)\] {
    background-image:
      linear-gradient(
        to right,
        transparent 0%,
        #FA8C51 30%,
        #FA8C51 70%,
        transparent 100%);
  }
  .bg-\[radial-gradient\(circle_at_50\%_10\%\,_\#1E1E1E\,_\#000000\)\] {
    background-image:
      radial-gradient(
        circle at 50% 10%,
        #1E1E1E,
        #000000);
  }
  .bg-\[url\(\'\.\/assets-compressed\/categories\/resume\/circle-bg\.png\'\)\] {
    background-image: url("./media/circle-bg.png");
  }
  .bg-\[url\(\'\.\/assets-compressed\/categories\/resume\/line-bg\.png\'\)\] {
    background-image: url("./media/line-bg.png");
  }
  .bg-\[url\(\'\.\/assets-compressed\/images\/resume\/title-bg\.png\'\)\] {
    background-image: url("./media/title-bg.png");
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-size-\[100\%\] {
    background-size: 100%;
  }
  .bg-center {
    background-position: center;
  }
  .bg-left-bottom {
    background-position: left bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-black {
    fill: var(--color-black);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[5\%\] {
    padding: 5%;
  }
  .p-\[10\%\] {
    padding: 10%;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[17px\] {
    padding-inline: 17px;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .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-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[3px\] {
    padding-bottom: 3px;
  }
  .pb-\[10\%\] {
    padding-bottom: 10%;
  }
  .pb-\[30\%\] {
    padding-bottom: 30%;
  }
  .pb-\[35\%\] {
    padding-bottom: 35%;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-\(family-name\:--default-font-family\) {
    font-family: var(--default-font-family);
  }
  .font-\(family-name\:--default-font-family2\) {
    font-family: var(--default-font-family2);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-\[10px\]\/\[1\.1\] {
    font-size: 10px;
    line-height: 1.1;
  }
  .text-\[12px\]\/\[1\.1\] {
    font-size: 12px;
    line-height: 1.1;
  }
  .text-\[12px\]\/\[14px\] {
    font-size: 12px;
    line-height: 14px;
  }
  .text-\[14px\]\/\[110\%\] {
    font-size: 14px;
    line-height: 110%;
  }
  .text-\[16px\]\/\[1\.1\] {
    font-size: 16px;
    line-height: 1.1;
  }
  .text-\[16px\]\/\[1\.2\] {
    font-size: 16px;
    line-height: 1.2;
  }
  .text-\[16px\]\/\[100\%\] {
    font-size: 16px;
    line-height: 100%;
  }
  .text-\[18px\]\/\[1\.1\] {
    font-size: 18px;
    line-height: 1.1;
  }
  .text-\[18px\]\/\[1\.2\] {
    font-size: 18px;
    line-height: 1.2;
  }
  .text-\[20px\]\/\[1\] {
    font-size: 20px;
    line-height: 1;
  }
  .text-\[22px\]\/\[90\%\] {
    font-size: 22px;
    line-height: 90%;
  }
  .text-\[22px\]\/\[110\%\] {
    font-size: 22px;
    line-height: 110%;
  }
  .text-\[22px\]\/\[130\%\] {
    font-size: 22px;
    line-height: 130%;
  }
  .text-\[24px\]\/\[1\.1\] {
    font-size: 24px;
    line-height: 1.1;
  }
  .text-\[24px\]\/\[1\.2\] {
    font-size: 24px;
    line-height: 1.2;
  }
  .text-\[33px\]\/\[1\] {
    font-size: 33px;
    line-height: 1;
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/\[110\%\] {
    font-size: var(--text-base);
    line-height: 110%;
  }
  .text-base\/\[130\%\] {
    font-size: var(--text-base);
    line-height: 130%;
  }
  .text-base\/\[140\%\] {
    font-size: var(--text-base);
    line-height: 140%;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/\[110\%\] {
    font-size: var(--text-sm);
    line-height: 110%;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-xs\/\[110\%\] {
    font-size: var(--text-xs);
    line-height: 110%;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\(--custom-color-10\) {
    --tw-font-weight: var(--custom-color-10);
    font-weight: var(--custom-color-10);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\(--custom-color-1\) {
    color: var(--custom-color-1);
  }
  .text-\(--custom-color-1\)\/50 {
    color: var(--custom-color-1);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--custom-color-1) 50%, transparent);
    }
  }
  .text-\(--custom-color-4\) {
    color: var(--custom-color-4);
  }
  .text-\(--custom-color-5\) {
    color: var(--custom-color-5);
  }
  .text-\(--custom-color-10\) {
    color: var(--custom-color-10);
  }
  .text-\(--custom-color-13\) {
    color: var(--custom-color-13);
  }
  .text-\(--custom-color-15\) {
    color: var(--custom-color-15);
  }
  .text-\(--custom-color-16\) {
    color: var(--custom-color-16);
  }
  .text-\(--custom-color-17\) {
    color: var(--custom-color-17);
  }
  .text-\(--main-color\) {
    color: var(--main-color);
  }
  .text-\(--text-color-light\) {
    color: var(--text-color-light);
  }
  .text-\[\#4FCC00\] {
    color: #4FCC00;
  }
  .text-\[\#131313\] {
    color: #131313;
  }
  .text-\[\#272422\] {
    color: #272422;
  }
  .text-\[\#606060\] {
    color: #606060;
  }
  .text-\[\#696969\] {
    color: #696969;
  }
  .text-\[\#B1ACA4\] {
    color: #B1ACA4;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-\(--custom-color-4\) {
    &::placeholder {
      color: var(--custom-color-4);
    }
  }
  .placeholder-\(--custom-color-15\) {
    &::placeholder {
      color: var(--custom-color-15);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-bottom-shadow\) {
    --tw-shadow: var(--custom-bottom-shadow);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-bottom-shadow-resume\) {
    --tw-shadow: var(--custom-bottom-shadow-resume);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-bottom-shadow2\) {
    --tw-shadow: var(--custom-bottom-shadow2);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-bottom-shadow2sm\) {
    --tw-shadow: var(--custom-bottom-shadow2sm);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-bottom-shadow3\) {
    --tw-shadow: var(--custom-bottom-shadow3);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-bottom-shadow4\) {
    --tw-shadow: var(--custom-bottom-shadow4);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-shadow1\) {
    --tw-shadow: var(--custom-shadow1);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\(--custom-shadow2\) {
    --tw-shadow: var(--custom-shadow2);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0_0_10px_10px_\#fff\] {
    --tw-shadow: 0 0 10px 10px var(--tw-shadow-color, #fff);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-\[0_2px_0_0_\#000000\] {
    --tw-shadow: 0 2px 0 0 var(--tw-shadow-color, #000000);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .outline-2 {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }
  .outline-\(--custom-color-6\) {
    outline-color: var(--custom-color-6);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .brightness-50 {
    --tw-brightness: brightness(50%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter-\[brightness\(200\%\)\] {
    filter: brightness(200%);
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .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);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[citation\:2\] {
    citation: 2;
  }
  .\[citation\:9\] {
    citation: 9;
  }
  .text-shadow-\[0_0_5px_black\] {
    text-shadow: 0 0 5px var(--tw-text-shadow-color, black);
  }
  .placeholder\:font-\[\'Roboto\'\] {
    &::placeholder {
      font-family: "Roboto";
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:inset-0 {
    &::after {
      content: var(--tw-content);
      inset: calc(var(--spacing) * 0);
    }
  }
  .after\:bg-gradient-to-t {
    &::after {
      content: var(--tw-content);
      --tw-gradient-position: to top in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .after\:from-white {
    &::after {
      content: var(--tw-content);
      --tw-gradient-from: var(--color-white);
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .after\:to-transparent {
    &::after {
      content: var(--tw-content);
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .after\:opacity-0 {
    &::after {
      content: var(--tw-content);
      opacity: 0%;
    }
  }
  .after\:opacity-100 {
    &::after {
      content: var(--tw-content);
      opacity: 100%;
    }
  }
  .after\:transition-opacity {
    &::after {
      content: var(--tw-content);
      transition-property: opacity;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .after\:duration-300 {
    &::after {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      --tw-content: "";
      content: var(--tw-content);
    }
  }
  .hover\:z-2 {
    &:hover {
      @media (hover: hover) {
        z-index: 2;
      }
    }
  }
  .hover\:w-\[625px\] {
    &:hover {
      @media (hover: hover) {
        width: 625px;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:-rotate-3 {
    &:hover {
      @media (hover: hover) {
        rotate: calc(3deg * -1);
      }
    }
  }
  .hover\:bg-\(--main-color\) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--main-color);
      }
    }
  }
  .hover\:bg-\(--main-color-hover\) {
    &:hover {
      @media (hover: hover) {
        background-color: var(--main-color-hover);
      }
    }
  }
  .hover\:bg-black\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-\[linear-gradient\(to_bottom\,\#CFB5A6\,\#BA9E8E\)\] {
    &:hover {
      @media (hover: hover) {
        background-image:
          linear-gradient(
            to bottom,
            #CFB5A6,
            #BA9E8E);
      }
    }
  }
  .hover\:text-\(--custom-color-1\) {
    &:hover {
      @media (hover: hover) {
        color: var(--custom-color-1);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-0 {
    &:hover {
      @media (hover: hover) {
        opacity: 0%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\(--custom-bottom-shadow5\) {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: var(--custom-bottom-shadow5);
        box-shadow:
          var(--tw-inset-shadow),
          var(--tw-inset-ring-shadow),
          var(--tw-ring-offset-shadow),
          var(--tw-ring-shadow),
          var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\(--custom-bottom-shadow6\) {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: var(--custom-bottom-shadow6);
        box-shadow:
          var(--tw-inset-shadow),
          var(--tw-inset-ring-shadow),
          var(--tw-ring-offset-shadow),
          var(--tw-ring-shadow),
          var(--tw-shadow);
      }
    }
  }
  .hover\:after\:opacity-50 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 50%;
        }
      }
    }
  }
  .hover\:after\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        &::after {
          content: var(--tw-content);
          opacity: 100%;
        }
      }
    }
  }
  .focus\:ring-0 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + 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-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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-\(--custom-color-1\) {
    &:focus {
      --tw-ring-color: var(--custom-color-1);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:translate-y-\[2px\] {
    &:active {
      --tw-translate-y: 2px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .active\:bg-\(--main-color-hover\) {
    &:active {
      background-color: var(--main-color-hover);
    }
  }
  .active\:text-\(--custom-color-15-1\) {
    &:active {
      color: var(--custom-color-15-1);
    }
  }
  .active\:shadow-none {
    &:active {
      --tw-shadow: 0 0 #0000;
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .active\:filter-\[brightness\(200\%\)\] {
    &:active {
      filter: brightness(200%);
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:border-black\/30 {
    &:disabled {
      border-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
  }
  .disabled\:border-white\/60 {
    &:disabled {
      border-color: color-mix(in srgb, #fff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .disabled\:bg-transparent {
    &:disabled {
      background-color: transparent;
    }
  }
  .disabled\:text-black\/30 {
    &:disabled {
      color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
  }
  .disabled\:text-white\/60 {
    &:disabled {
      color: color-mix(in srgb, #fff 60%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--color-white) 60%, transparent);
      }
    }
  }
  .disabled\:shadow-none {
    &:disabled {
      --tw-shadow: 0 0 #0000;
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .sm\:static {
    @media (width >= 40rem) {
      position: static;
    }
  }
  .sm\:-top-\[23px\] {
    @media (width >= 40rem) {
      top: calc(23px * -1);
    }
  }
  .sm\:top-\[unset\] {
    @media (width >= 40rem) {
      top: unset;
    }
  }
  .sm\:left-\[10px\] {
    @media (width >= 40rem) {
      left: 10px;
    }
  }
  .sm\:m-auto {
    @media (width >= 40rem) {
      margin: auto;
    }
  }
  .sm\:mx-\[unset\] {
    @media (width >= 40rem) {
      margin-inline: unset;
    }
  }
  .sm\:my-\[40px\] {
    @media (width >= 40rem) {
      margin-block: 40px;
    }
  }
  .sm\:mt-5 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 5);
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-10 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:mt-12 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .sm\:mt-\[50px\] {
    @media (width >= 40rem) {
      margin-top: 50px;
    }
  }
  .sm\:mb-1 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .sm\:mb-3 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .sm\:mb-5 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:mb-7 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 7);
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:size-8 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  .sm\:size-12 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:size-15 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 15);
      height: calc(var(--spacing) * 15);
    }
  }
  .sm\:size-\[50px\] {
    @media (width >= 40rem) {
      width: 50px;
      height: 50px;
    }
  }
  .sm\:h-5 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 5);
    }
  }
  .sm\:h-\[83px\] {
    @media (width >= 40rem) {
      height: 83px;
    }
  }
  .sm\:h-\[unset\] {
    @media (width >= 40rem) {
      height: unset;
    }
  }
  .sm\:w-\[187px\] {
    @media (width >= 40rem) {
      width: 187px;
    }
  }
  .sm\:w-\[unset\] {
    @media (width >= 40rem) {
      width: unset;
    }
  }
  .sm\:basis-\[unset\] {
    @media (width >= 40rem) {
      flex-basis: unset;
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-\[10px\] {
    @media (width >= 40rem) {
      gap: 10px;
    }
  }
  .sm\:gap-\[30px\] {
    @media (width >= 40rem) {
      gap: 30px;
    }
  }
  .sm\:self-center {
    @media (width >= 40rem) {
      align-self: center;
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-7 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-2\.5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:py-3 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .sm\:pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-4 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:pb-5 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .sm\:pb-8 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-\[14px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 14px;
      line-height: 1.1;
    }
  }
  .sm\:text-\[16px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 16px;
      line-height: 1.1;
    }
  }
  .sm\:text-\[18px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 18px;
      line-height: 1.1;
    }
  }
  .sm\:text-\[22px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 22px;
      line-height: 1.1;
    }
  }
  .sm\:text-\[22px\]\/\[1\.2\] {
    @media (width >= 40rem) {
      font-size: 22px;
      line-height: 1.2;
    }
  }
  .sm\:text-\[24px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 24px;
      line-height: 1.1;
    }
  }
  .sm\:text-\[26px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 26px;
      line-height: 1.1;
    }
  }
  .sm\:text-\[30px\]\/\[1\.2\] {
    @media (width >= 40rem) {
      font-size: 30px;
      line-height: 1.2;
    }
  }
  .sm\:text-\[36px\]\/\[1\.1\] {
    @media (width >= 40rem) {
      font-size: 36px;
      line-height: 1.1;
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-lg\/5 {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:shadow-\(--custom-bottom-shadow2\) {
    @media (width >= 40rem) {
      --tw-shadow: var(--custom-bottom-shadow2);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .md\:static {
    @media (width >= 48rem) {
      position: static;
    }
  }
  .md\:inset-\[15\%\] {
    @media (width >= 48rem) {
      inset: 15%;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:bottom-12 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:bottom-16 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 16);
    }
  }
  .md\:m-auto {
    @media (width >= 48rem) {
      margin: auto;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-6 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-17 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 17);
    }
  }
  .md\:mr-0 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-4 {
    @media (width >= 48rem) {
      margin-right: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-2 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:mb-3 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:mb-5 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-10 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:ml-0 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 0);
    }
  }
  .md\:ml-2 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 2);
    }
  }
  .md\:ml-4 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 4);
    }
  }
  .md\:line-clamp-none {
    @media (width >= 48rem) {
      overflow: visible;
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-line-clamp: unset;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:size-5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
  }
  .md\:size-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:size-60 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 60);
      height: calc(var(--spacing) * 60);
    }
  }
  .md\:size-\[55px\] {
    @media (width >= 48rem) {
      width: 55px;
      height: 55px;
    }
  }
  .md\:size-\[60px\] {
    @media (width >= 48rem) {
      width: 60px;
      height: 60px;
    }
  }
  .md\:size-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
      height: 70px;
    }
  }
  .md\:size-\[78px\] {
    @media (width >= 48rem) {
      width: 78px;
      height: 78px;
    }
  }
  .md\:size-\[90px\] {
    @media (width >= 48rem) {
      width: 90px;
      height: 90px;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-20 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .md\:h-30 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 30);
    }
  }
  .md\:h-\[22px\] {
    @media (width >= 48rem) {
      height: 22px;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 48rem) {
      height: 70px;
    }
  }
  .md\:h-\[90px\] {
    @media (width >= 48rem) {
      height: 90px;
    }
  }
  .md\:h-\[112px\] {
    @media (width >= 48rem) {
      height: 112px;
    }
  }
  .md\:h-\[136px\] {
    @media (width >= 48rem) {
      height: 136px;
    }
  }
  .md\:h-\[550px\] {
    @media (width >= 48rem) {
      height: 550px;
    }
  }
  .md\:max-h-\[57vh\] {
    @media (width >= 48rem) {
      max-height: 57vh;
    }
  }
  .md\:min-h-15 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 15);
    }
  }
  .md\:min-h-20 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 20);
    }
  }
  .md\:min-h-160 {
    @media (width >= 48rem) {
      min-height: calc(var(--spacing) * 160);
    }
  }
  .md\:min-h-\[90px\] {
    @media (width >= 48rem) {
      min-height: 90px;
    }
  }
  .md\:min-h-\[376px\] {
    @media (width >= 48rem) {
      min-height: 376px;
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-8 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .md\:w-35 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 35);
    }
  }
  .md\:w-80 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 80);
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[304px\] {
    @media (width >= 48rem) {
      width: 304px;
    }
  }
  .md\:w-\[350px\] {
    @media (width >= 48rem) {
      width: 350px;
    }
  }
  .md\:w-\[361px\] {
    @media (width >= 48rem) {
      width: 361px;
    }
  }
  .md\:w-\[366px\] {
    @media (width >= 48rem) {
      width: 366px;
    }
  }
  .md\:w-\[450px\] {
    @media (width >= 48rem) {
      width: 450px;
    }
  }
  .md\:w-\[980px\] {
    @media (width >= 48rem) {
      width: 980px;
    }
  }
  .md\:w-\[unset\] {
    @media (width >= 48rem) {
      width: unset;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:max-w-\[90px\] {
    @media (width >= 48rem) {
      max-width: 90px;
    }
  }
  .md\:max-w-\[1200px\] {
    @media (width >= 48rem) {
      max-width: 1200px;
    }
  }
  .md\:min-w-62 {
    @media (width >= 48rem) {
      min-width: calc(var(--spacing) * 62);
    }
  }
  .md\:translate-x-1 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(var(--spacing) * 1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:scale-100 {
    @media (width >= 48rem) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:scale-105 {
    @media (width >= 48rem) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-7 {
    @media (width >= 48rem) {
      grid-template-rows: repeat(7, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-2 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:self-center {
    @media (width >= 48rem) {
      align-self: center;
    }
  }
  .md\:rounded-\[14px\] {
    @media (width >= 48rem) {
      border-radius: 14px;
    }
  }
  .md\:rounded-\[45px\] {
    @media (width >= 48rem) {
      border-radius: 45px;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-1 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 1);
    }
  }
  .md\:p-2 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-16 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 16);
    }
  }
  .md\:p-\[3\%\] {
    @media (width >= 48rem) {
      padding: 3%;
    }
  }
  .md\:px-2 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 2);
    }
  }
  .md\:px-4 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-24 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .md\:py-3 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-6 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:pt-\[8px\] {
    @media (width >= 48rem) {
      padding-top: 8px;
    }
  }
  .md\:pt-\[134px\] {
    @media (width >= 48rem) {
      padding-top: 134px;
    }
  }
  .md\:pr-2 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .md\:pr-4 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .md\:pr-8 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-2 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .md\:pb-12 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:pb-15 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 15);
    }
  }
  .md\:pb-\[5\%\] {
    @media (width >= 48rem) {
      padding-bottom: 5%;
    }
  }
  .md\:pb-\[5px\] {
    @media (width >= 48rem) {
      padding-bottom: 5px;
    }
  }
  .md\:pb-\[25\%\] {
    @media (width >= 48rem) {
      padding-bottom: 25%;
    }
  }
  .md\:pb-\[unset\] {
    @media (width >= 48rem) {
      padding-bottom: unset;
    }
  }
  .md\:pl-2 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 2);
    }
  }
  .md\:pl-10 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .md\:text-2xl\/8 {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:text-4xl\/\[0\.6\] {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: 0.6;
    }
  }
  .md\:text-4xl\/\[110\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: 110%;
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-\[18px\]\/\[110\%\] {
    @media (width >= 48rem) {
      font-size: 18px;
      line-height: 110%;
    }
  }
  .md\:text-\[20px\]\/8 {
    @media (width >= 48rem) {
      font-size: 20px;
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:text-\[20px\]\/\[24px\] {
    @media (width >= 48rem) {
      font-size: 20px;
      line-height: 24px;
    }
  }
  .md\:text-\[20px\]\/\[130\%\] {
    @media (width >= 48rem) {
      font-size: 20px;
      line-height: 130%;
    }
  }
  .md\:text-\[22px\]\/8 {
    @media (width >= 48rem) {
      font-size: 22px;
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:text-\[22px\]\/\[130\%\] {
    @media (width >= 48rem) {
      font-size: 22px;
      line-height: 130%;
    }
  }
  .md\:text-\[24px\]\/\[1\.2\] {
    @media (width >= 48rem) {
      font-size: 24px;
      line-height: 1.2;
    }
  }
  .md\:text-\[24px\]\/\[100\%\] {
    @media (width >= 48rem) {
      font-size: 24px;
      line-height: 100%;
    }
  }
  .md\:text-\[24px\]\/\[120\%\] {
    @media (width >= 48rem) {
      font-size: 24px;
      line-height: 120%;
    }
  }
  .md\:text-\[26px\]\/8 {
    @media (width >= 48rem) {
      font-size: 26px;
      line-height: calc(var(--spacing) * 8);
    }
  }
  .md\:text-\[28px\]\/\[33px\] {
    @media (width >= 48rem) {
      font-size: 28px;
      line-height: 33px;
    }
  }
  .md\:text-\[28px\]\/\[110\%\] {
    @media (width >= 48rem) {
      font-size: 28px;
      line-height: 110%;
    }
  }
  .md\:text-\[36px\]\/\[1\.2\] {
    @media (width >= 48rem) {
      font-size: 36px;
      line-height: 1.2;
    }
  }
  .md\:text-\[66px\]\/\[1\] {
    @media (width >= 48rem) {
      font-size: 66px;
      line-height: 1;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-base\/\[18px\] {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: 18px;
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-xl\/\[110\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: 110%;
    }
  }
  .md\:text-xl\/\[130\%\] {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: 130%;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[26px\] {
    @media (width >= 48rem) {
      font-size: 26px;
    }
  }
  .md\:text-\[27px\] {
    @media (width >= 48rem) {
      font-size: 27px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[56px\] {
    @media (width >= 48rem) {
      font-size: 56px;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:size-85 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 85);
      height: calc(var(--spacing) * 85);
    }
  }
  .lg\:text-\[25px\]\/\[1\.2\] {
    @media (width >= 64rem) {
      font-size: 25px;
      line-height: 1.2;
    }
  }
  .lg\:text-\[40px\]\/\[1\.2\] {
    @media (width >= 64rem) {
      font-size: 40px;
      line-height: 1.2;
    }
  }
  .xl\:mb-16 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .xl\:size-12 {
    @media (width >= 80rem) {
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
  }
  .xl\:size-\[70px\] {
    @media (width >= 80rem) {
      width: 70px;
      height: 70px;
    }
  }
  .xl\:size-\[96px\] {
    @media (width >= 80rem) {
      width: 96px;
      height: 96px;
    }
  }
  .xl\:w-full {
    @media (width >= 80rem) {
      width: 100%;
    }
  }
  .xl\:w-max {
    @media (width >= 80rem) {
      width: max-content;
    }
  }
  .xl\:max-w-\[726px\] {
    @media (width >= 80rem) {
      max-width: 726px;
    }
  }
  .xl\:justify-center {
    @media (width >= 80rem) {
      justify-content: center;
    }
  }
  .xl\:justify-start {
    @media (width >= 80rem) {
      justify-content: flex-start;
    }
  }
  .xl\:gap-\[90px\] {
    @media (width >= 80rem) {
      gap: 90px;
    }
  }
  .xl\:border-3 {
    @media (width >= 80rem) {
      border-style: var(--tw-border-style);
      border-width: 3px;
    }
  }
  .xl\:pt-\[30px\] {
    @media (width >= 80rem) {
      padding-top: 30px;
    }
  }
  .xl\:text-\[20px\]\/\[1\.1\] {
    @media (width >= 80rem) {
      font-size: 20px;
      line-height: 1.1;
    }
  }
  .xl\:text-\[24px\]\/\[1\.1\] {
    @media (width >= 80rem) {
      font-size: 24px;
      line-height: 1.1;
    }
  }
  .xl\:text-\[24px\]\/\[1\.2\] {
    @media (width >= 80rem) {
      font-size: 24px;
      line-height: 1.2;
    }
  }
  .xl\:text-\[32px\]\/\[1\.1\] {
    @media (width >= 80rem) {
      font-size: 32px;
      line-height: 1.1;
    }
  }
  .xl\:text-\[36px\]\/\[1\.1\] {
    @media (width >= 80rem) {
      font-size: 36px;
      line-height: 1.1;
    }
  }
  .xl\:text-\[48px\]\/\[1\.1\] {
    @media (width >= 80rem) {
      font-size: 48px;
      line-height: 1.1;
    }
  }
  .xl\:text-base {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .xl\:text-base\/\[1\.1\] {
    @media (width >= 80rem) {
      font-size: var(--text-base);
      line-height: 1.1;
    }
  }
  .xl\:text-xl\/\[130\%\] {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: 130%;
    }
  }
  .\32xl\:max-w-\[1280px\] {
    @media (width >= 96rem) {
      max-width: 1280px;
    }
  }
  .landscape\:max-h-\[30vh\] {
    @media (orientation: landscape) {
      max-height: 30vh;
    }
  }
  .landscape\:max-h-\[80vh\] {
    @media (orientation: landscape) {
      max-height: 80vh;
    }
  }
  .landscape\:max-h-full {
    @media (orientation: landscape) {
      max-height: 100%;
    }
  }
  .landscape\:max-w-9\/10 {
    @media (orientation: landscape) {
      max-width: calc(9/10 * 100%);
    }
  }
  .landscape\:max-w-\[30vh\] {
    @media (orientation: landscape) {
      max-width: 30vh;
    }
  }
  .landscape\:max-w-\[80vh\] {
    @media (orientation: landscape) {
      max-width: 80vh;
    }
  }
  .landscape\:grid-cols-8 {
    @media (orientation: landscape) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .landscape\:overflow-auto {
    @media (orientation: landscape) {
      overflow: auto;
    }
  }
  .landscape\:overflow-x-hidden {
    @media (orientation: landscape) {
      overflow-x: hidden;
    }
  }
  .landscape\:overflow-y-auto {
    @media (orientation: landscape) {
      overflow-y: auto;
    }
  }
  .landscape\:pt-10 {
    @media (orientation: landscape) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .sm\:landscape\:max-w-150 {
    @media (width >= 40rem) {
      @media (orientation: landscape) {
        max-width: calc(var(--spacing) * 150);
      }
    }
  }
  .md\:landscape\:w-\[980px\] {
    @media (width >= 48rem) {
      @media (orientation: landscape) {
        width: 980px;
      }
    }
  }
  .md\:landscape\:grid-cols-5 {
    @media (width >= 48rem) {
      @media (orientation: landscape) {
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }
    }
  }
  .md\:landscape\:gap-5 {
    @media (width >= 48rem) {
      @media (orientation: landscape) {
        gap: calc(var(--spacing) * 5);
      }
    }
  }
  .\[\@media\(max-height\:680px\)\]\:h-15 {
    @media (max-height:680px) {
      height: calc(var(--spacing) * 15);
    }
  }
  .\[\@media\(max-height\:680px\)\]\:w-40 {
    @media (max-height:680px) {
      width: calc(var(--spacing) * 40);
    }
  }
  .\[\@media\(max-height\:690px\)\]\:top-13 {
    @media (max-height:690px) {
      top: calc(var(--spacing) * 13);
    }
  }
  .\[\@media\(max-height\:770px\)_and_\(min-height\:690px\)\]\:top-13 {
    @media (max-height:770px) and (min-height:690px) {
      top: calc(var(--spacing) * 13);
    }
  }
  .\[\@media\(max-height\:830px\)\]\:text-\[18px\] {
    @media (max-height:830px) {
      font-size: 18px;
    }
  }
  .\[\@media\(max-height\:830px\)\]\:text-\[22px\] {
    @media (max-height:830px) {
      font-size: 22px;
    }
  }
  .\[\@media\(max-height\:900px\)\]\:h-15 {
    @media (max-height:900px) {
      height: calc(var(--spacing) * 15);
    }
  }
  .\[\@media\(min-height\:681px\)_and_\(max-height\:900px\)\]\:w-60 {
    @media (min-height:681px) and (max-height:900px) {
      width: calc(var(--spacing) * 60);
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:relative {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        position: relative;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:static {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        position: static;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:top-0 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        top: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:right-0 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:right-4 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        right: calc(var(--spacing) * 4);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:mr-7 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        margin-right: calc(var(--spacing) * 7);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:mb-10 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        margin-bottom: calc(var(--spacing) * 10);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:size-8 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        width: calc(var(--spacing) * 8);
        height: calc(var(--spacing) * 8);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:size-\[50px\] {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        width: 50px;
        height: 50px;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:size-\[110px\] {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        width: 110px;
        height: 110px;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:min-h-20 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        min-height: calc(var(--spacing) * 20);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:min-h-\[376px\] {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        min-height: 376px;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:w-10 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        width: calc(var(--spacing) * 10);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:w-16 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        width: calc(var(--spacing) * 16);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:flex-col {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        flex-direction: column;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:px-2 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 2);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:px-7 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        padding-inline: calc(var(--spacing) * 7);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:pr-4 {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        padding-right: calc(var(--spacing) * 4);
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:text-5xl\/\[130\%\] {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        font-size: var(--text-5xl);
        line-height: 130%;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:text-base {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:text-\[18px\] {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        font-size: 18px;
      }
    }
  }
  .\[\@media\(min-height\:935px\)\]\:md\:text-\[24px\] {
    @media (min-height:935px) {
      @media (width >= 48rem) {
        font-size: 24px;
      }
    }
  }
}
body {
  background-image:
    radial-gradient(
      circle at 50% 10%,
      #1E1E1E,
      #000000);
}
.tippy-box {
  color: #4f4f4f;
  font-size: 12px;
  font-family: sans-serif;
  width: 200px;
  line-height: 1.2;
}
:root {
  --default-font-family: "Roboto Condensed", sans-serif;
  --default-font-family2: "Roboto", sans-serif;
  --custom-bottom-shadow: 0 4px 0 0 rgba(39,36,34,0.25);
  --custom-bottom-shadow2: 0 6px 0 0 rgba(0,0,0,0.25);
  --custom-bottom-shadow2sm: 0 3px 0 0 rgba(0,0,0,0.25);
  --custom-bottom-shadow3: 0 6px 0 0 rgba(255,255,255,0.25);
  --custom-bottom-shadow4: 0 6px 0 0 rgba(0,0,0,0.25), 0 4px 30px 0 rgba(47,0,0,0.6);
  --custom-bottom-shadow5: 0 4px 70px 0 rgba(255,222,114,1);
  --custom-bottom-shadow6: 0 4px 70px 0 rgba(0,138,255,1);
  --custom-bottom-shadow-resume: 0 0 4px 3px rgb(245, 235, 63);
  --custom-shadow1: inset 0 2px 2px 0 #FFFCF4, inset 0 -4px 0 0 #DBBDAB;
  --custom-shadow2: inset 0 4px 0px 0 #A98872, inset 0 -4px 0 0 #EFE3D1;
  --main-color: #DD6B42;
  --gray-color: #DAD5CD;
  --main-color-hover: #dc5828;
  --text-color-light: #F8F5F2;
  --custom-color-1: #272422;
  --custom-color-2: #EAC8A1;
  --custom-color-3: #F7F5F2;
  --custom-color-4: #606060;
  --custom-color-5: #A8C500;
  --custom-color-6: #D0CDCA;
  --custom-color-7: #B8B2AF;
  --custom-color-8: #E9D9C4;
  --custom-color-9: #82756F;
  --custom-color-10: #614D44;
  --custom-color-11: #36776C;
  --custom-color-12: #654146;
  --custom-color-13: #443B3B;
  --custom-color-14: #EAE5DE;
  --custom-color-15: #B1ACA4;
  --custom-color-15-1: #83807a;
  --custom-color-16: #DF6243;
  --custom-color-17: #F2F2F2;
}
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-overflow-scrolling: touch;
}
#game-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.custom-scrll::-webkit-scrollbar-track {
  background-color: rgba(220, 106, 65, 0.2588235294);
  margin: 20px 0;
}
.custom-scrll::-webkit-scrollbar {
  width: 5px;
}
.custom-scrll::-webkit-scrollbar-thumb {
  background-color: #DC6B41;
  border-radius: 20px;
}
.custom-scrll-1::-webkit-scrollbar-track {
  background-color: #c7c7c7;
  margin: 20px 0;
}
.custom-scrll-1::-webkit-scrollbar {
  width: 5px;
}
.custom-scrll-1::-webkit-scrollbar-thumb {
  background-color: #7b7b7b;
  border-radius: 20px;
}
#trap-overflow {
  position: fixed;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  width: 100dvw;
  height: 100dvh;
  top: 25dvh;
  left: 0;
}
.gradient {
  background:
    radial-gradient(
      ellipse 55% 20% at center,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.3) 60%,
      rgba(0, 0, 0, 0.5) 100%);
  scale: 2;
  opacity: 0;
  transition: background 0.3s ease;
}
.gradient-oval {
  opacity: 1;
}
.gradient-oval-reverse {
  opacity: 1;
}
.gradient-hide {
  opacity: 0;
}
@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-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-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-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-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@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-text-shadow-color { syntax: "*"; inherits: false; }
@property --tw-text-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-content { syntax: "*"; initial-value: ""; inherits: false; }
@property --tw-gradient-position { syntax: "*"; inherits: false; }
@property --tw-gradient-from { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-via { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-to { syntax: "<color>"; inherits: false; initial-value: #0000; }
@property --tw-gradient-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-via-stops { syntax: "*"; inherits: false; }
@property --tw-gradient-from-position { syntax: "<length-percentage>"; inherits: false; initial-value: 0%; }
@property --tw-gradient-via-position { syntax: "<length-percentage>"; inherits: false; initial-value: 50%; }
@property --tw-gradient-to-position { syntax: "<length-percentage>"; inherits: false; initial-value: 100%; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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-outline-style: solid;
      --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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-content: "";
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
