/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bar-bg: #8F98AD;
    --font-satoshi: "Satoshi", sans-serif;
    --font-poppins: "Poppins", sans-serif;
    --font-plus-jakarta: "Plus Jakarta Sans", sans-serif;
  }
}
@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;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .inset-3 {
    inset: calc(var(--spacing) * 3);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-\[130px\] {
    top: 130px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1\/2 {
    right: calc(1/2 * 100%);
  }
  .right-\[34px\] {
    right: 34px;
  }
  .right-\[47px\] {
    right: 47px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[19px\] {
    margin-block: 19px;
  }
  .-mt-\[70px\] {
    margin-top: calc(70px * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[19px\] {
    margin-top: 19px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[160px\] {
    margin-top: 160px;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .mb-\[37px\] {
    margin-bottom: 37px;
  }
  .mb-\[74px\] {
    margin-bottom: 74px;
  }
  .mb-\[144px\] {
    margin-bottom: 144px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .\!h-\[20px\] {
    height: 20px !important;
  }
  .\!h-\[300px\] {
    height: 300px !important;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[34px\] {
    height: 34px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[41px\] {
    height: 41px;
  }
  .h-\[45px\] {
    height: 45px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[69px\] {
    height: 69px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[100dvh\] {
    height: 100dvh;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[124px\] {
    height: 124px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[156px\] {
    height: 156px;
  }
  .h-\[258px\] {
    height: 258px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[318px\] {
    height: 318px;
  }
  .h-\[525px\] {
    height: 525px;
  }
  .h-\[calc\(100dvh-110px\)\] {
    height: calc(100dvh - 110px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[20px\] {
    max-height: 20px;
  }
  .min-h-\[14px\] {
    min-height: 14px;
  }
  .min-h-\[330px\] {
    min-height: 330px;
  }
  .\!w-\[20px\] {
    width: 20px !important;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[34px\] {
    width: 34px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[45px\] {
    width: 45px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[69px\] {
    width: 69px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[91px\] {
    width: 91px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[213px\] {
    width: 213px;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[100px\] {
    max-width: 100px !important;
  }
  .\!max-w-\[121px\] {
    max-width: 121px !important;
  }
  .max-w-\[15px\] {
    max-width: 15px;
  }
  .max-w-\[20px\] {
    max-width: 20px;
  }
  .max-w-\[30px\] {
    max-width: 30px;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[1496px\] {
    max-width: 1496px;
  }
  .max-w-\[1674px\] {
    max-width: 1674px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[14px\] {
    min-width: 14px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[106px\] {
    min-width: 106px;
  }
  .min-w-\[121px\] {
    min-width: 121px;
  }
  .min-w-\[700px\] {
    min-width: 700px;
  }
  .min-w-\[calc\(100\%-91px\)\] {
    min-width: calc(100% - 91px);
  }
  .min-w-auto {
    min-width: auto;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\/2 {
    flex: calc(1/2 * 100%);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-1\/2 {
    flex-basis: calc(1/2 * 100%);
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-1\/2 {
    --tw-translate-x: calc(1/2 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, 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;
  }
  .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-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-\[17px\] {
    gap: 17px;
  }
  .gap-\[69px\] {
    gap: 69px;
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-20 {
    column-gap: calc(var(--spacing) * 20);
  }
  .gap-x-\[20px\] {
    column-gap: 20px;
  }
  .gap-x-\[85px\] {
    column-gap: 85px;
  }
  .gap-x-\[100px\] {
    column-gap: 100px;
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-\[47px\] {
    row-gap: 47px;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#4574A8\] {
    border-color: #4574A8;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#151527\] {
    background-color: #151527;
  }
  .bg-\[\#D0A565\] {
    background-color: #D0A565;
  }
  .bg-\[\#DDAC6B\] {
    background-color: #DDAC6B;
  }
  .bg-\[\#DDB96B\] {
    background-color: #DDB96B;
  }
  .bg-\[\#E2E2E2\] {
    background-color: #E2E2E2;
  }
  .bg-\[\#E4E4E4\] {
    background-color: #E4E4E4;
  }
  .bg-bar-bg {
    background-color: var(--color-bar-bg);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[27px\] {
    padding-inline: 27px;
  }
  .px-\[31px\] {
    padding-inline: 31px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[109px\] {
    padding-block: 109px;
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[90px\] {
    padding-top: 90px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[20px\] {
    padding-right: 20px;
  }
  .pr-\[61px\] {
    padding-right: 61px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[82px\] {
    padding-left: 82px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .font-plus-jakarta {
    font-family: var(--font-plus-jakarta);
  }
  .font-poppins {
    font-family: var(--font-poppins);
  }
  .font-satoshi {
    font-family: var(--font-satoshi);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11\.21px\] {
    font-size: 11.21px;
  }
  .text-\[11\.81px\] {
    font-size: 11.81px;
  }
  .text-\[12\.51px\] {
    font-size: 12.51px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16\.75px\] {
    font-size: 16.75px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .leading-\[14\.6px\] {
    --tw-leading: 14.6px;
    line-height: 14.6px;
  }
  .leading-\[17\.95px\] {
    --tw-leading: 17.95px;
    line-height: 17.95px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25\.45px\] {
    --tw-leading: 25.45px;
    line-height: 25.45px;
  }
  .leading-\[30\.45px\] {
    --tw-leading: 30.45px;
    line-height: 30.45px;
  }
  .leading-\[35\.45px\] {
    --tw-leading: 35.45px;
    line-height: 35.45px;
  }
  .leading-\[55\.45px\] {
    --tw-leading: 55.45px;
    line-height: 55.45px;
  }
  .leading-\[60\.78pxpx\] {
    --tw-leading: 60.78pxpx;
    line-height: 60.78pxpx;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#4E3216\] {
    color: #4E3216;
  }
  .text-\[\#9B9B9B\] {
    color: #9B9B9B;
  }
  .text-\[\#4574A8\] {
    color: #4574A8;
  }
  .text-\[\#151527\] {
    color: #151527;
  }
  .text-\[\#D0A565\] {
    color: #D0A565;
  }
  .text-\[\#DADADA\] {
    color: #DADADA;
  }
  .text-\[\#DDB96B\] {
    color: #DDB96B;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:border-\[\#DDB96B\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: #DDB96B;
      }
    }
  }
  .group-hover\:bg-\[\#DDAC6B\]\/60 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: color-mix(in oklab, #DDAC6B 60%, transparent);
      }
    }
  }
  .group-hover\:text-\[\#DDB96B\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #DDB96B;
      }
    }
  }
  .group-hover\:text-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .group-hover\:invert {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-invert: invert(100%);
        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,);
      }
    }
  }
  .placeholder\:text-sm {
    &::placeholder {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:bottom-0 {
    &::after {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .after\:hidden {
    &::after {
      content: var(--tw-content);
      display: none;
    }
  }
  .after\:h-\[85\%\] {
    &::after {
      content: var(--tw-content);
      height: 85%;
    }
  }
  .after\:w-\[1px\] {
    &::after {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .hover\:bg-\[\#0e0e1a\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0e0e1a;
      }
    }
  }
  .hover\:bg-\[\#DDB96B\] {
    &:hover {
      @media (hover: hover) {
        background-color: #DDB96B;
      }
    }
  }
  .hover\:bg-\[\#d2a161\] {
    &:hover {
      @media (hover: hover) {
        background-color: #d2a161;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:text-\[\#DDB96B\] {
    &:hover {
      @media (hover: hover) {
        color: #DDB96B;
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:top-\[256px\] {
    @media (width >= 48rem) {
      top: 256px;
    }
  }
  .md\:right-\[148px\] {
    @media (width >= 48rem) {
      right: 148px;
    }
  }
  .md\:bottom-10 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:mx-10 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .md\:-mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -20);
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-14 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-4 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:\!h-\[30px\] {
    @media (width >= 48rem) {
      height: 30px !important;
    }
  }
  .md\:\!h-\[540px\] {
    @media (width >= 48rem) {
      height: 540px !important;
    }
  }
  .md\:h-\[45px\] {
    @media (width >= 48rem) {
      height: 45px;
    }
  }
  .md\:h-\[100dvb\] {
    @media (width >= 48rem) {
      height: 100dvb;
    }
  }
  .md\:h-\[238px\] {
    @media (width >= 48rem) {
      height: 238px;
    }
  }
  .md\:h-\[600px\] {
    @media (width >= 48rem) {
      height: 600px;
    }
  }
  .md\:h-\[689px\] {
    @media (width >= 48rem) {
      height: 689px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:\!w-\[30px\] {
    @media (width >= 48rem) {
      width: 30px !important;
    }
  }
  .md\:w-\[45px\] {
    @media (width >= 48rem) {
      width: 45px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:\!max-w-\[150px\] {
    @media (width >= 48rem) {
      max-width: 150px !important;
    }
  }
  .md\:\!max-w-\[170px\] {
    @media (width >= 48rem) {
      max-width: 170px !important;
    }
  }
  .md\:max-w-\[30px\] {
    @media (width >= 48rem) {
      max-width: 30px;
    }
  }
  .md\:max-w-\[160px\] {
    @media (width >= 48rem) {
      max-width: 160px;
    }
  }
  .md\:max-w-\[300px\] {
    @media (width >= 48rem) {
      max-width: 300px;
    }
  }
  .md\:max-w-\[400px\] {
    @media (width >= 48rem) {
      max-width: 400px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[800px\] {
    @media (width >= 48rem) {
      max-width: 800px;
    }
  }
  .md\:max-w-\[900px\] {
    @media (width >= 48rem) {
      max-width: 900px;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:max-w-max {
    @media (width >= 48rem) {
      max-width: max-content;
    }
  }
  .md\:min-w-\[160px\] {
    @media (width >= 48rem) {
      min-width: 160px;
    }
  }
  .md\:min-w-\[212px\] {
    @media (width >= 48rem) {
      min-width: 212px;
    }
  }
  .md\:min-w-\[calc\(100\%-200px\)\] {
    @media (width >= 48rem) {
      min-width: calc(100% - 200px);
    }
  }
  .md\:flex-1\/3 {
    @media (width >= 48rem) {
      flex: calc(1/3 * 100%);
    }
  }
  .md\:basis-1\/4 {
    @media (width >= 48rem) {
      flex-basis: calc(1/4 * 100%);
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, 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\:items-start {
    @media (width >= 48rem) {
      align-items: flex-start;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-0 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-y-4 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-y-\[52px\] {
    @media (width >= 48rem) {
      row-gap: 52px;
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-\[47px\] {
    @media (width >= 48rem) {
      padding-inline: 47px;
    }
  }
  .md\:px-\[85px\] {
    @media (width >= 48rem) {
      padding-inline: 85px;
    }
  }
  .md\:px-\[97px\] {
    @media (width >= 48rem) {
      padding-inline: 97px;
    }
  }
  .md\:py-\[82px\] {
    @media (width >= 48rem) {
      padding-block: 82px;
    }
  }
  .md\:py-\[86px\] {
    @media (width >= 48rem) {
      padding-block: 86px;
    }
  }
  .md\:py-\[130px\] {
    @media (width >= 48rem) {
      padding-block: 130px;
    }
  }
  .md\:py-\[160px\] {
    @media (width >= 48rem) {
      padding-block: 160px;
    }
  }
  .md\:pt-\[53px\] {
    @media (width >= 48rem) {
      padding-top: 53px;
    }
  }
  .md\:pt-\[160px\] {
    @media (width >= 48rem) {
      padding-top: 160px;
    }
  }
  .md\:pt-\[170px\] {
    @media (width >= 48rem) {
      padding-top: 170px;
    }
  }
  .md\:pr-\[96px\] {
    @media (width >= 48rem) {
      padding-right: 96px;
    }
  }
  .md\:pr-\[100px\] {
    @media (width >= 48rem) {
      padding-right: 100px;
    }
  }
  .md\:pb-\[117px\] {
    @media (width >= 48rem) {
      padding-bottom: 117px;
    }
  }
  .md\:pb-\[130px\] {
    @media (width >= 48rem) {
      padding-bottom: 130px;
    }
  }
  .md\:pl-\[82px\] {
    @media (width >= 48rem) {
      padding-left: 82px;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[19\.72px\] {
    @media (width >= 48rem) {
      font-size: 19.72px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[23px\] {
    @media (width >= 48rem) {
      font-size: 23px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:leading-\[23px\] {
    @media (width >= 48rem) {
      --tw-leading: 23px;
      line-height: 23px;
    }
  }
  .md\:leading-\[46\.99px\] {
    @media (width >= 48rem) {
      --tw-leading: 46.99px;
      line-height: 46.99px;
    }
  }
  .md\:leading-\[55\.45px\] {
    @media (width >= 48rem) {
      --tw-leading: 55.45px;
      line-height: 55.45px;
    }
  }
  .md\:after\:block {
    @media (width >= 48rem) {
      &::after {
        content: var(--tw-content);
        display: block;
      }
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[137px\] {
    @media (width >= 64rem) {
      margin-top: 137px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[171px\] {
    @media (width >= 64rem) {
      height: 171px;
    }
  }
  .lg\:w-\[287px\] {
    @media (width >= 64rem) {
      width: 287px;
    }
  }
  .lg\:max-w-\[460px\] {
    @media (width >= 64rem) {
      max-width: 460px;
    }
  }
  .lg\:max-w-\[600px\] {
    @media (width >= 64rem) {
      max-width: 600px;
    }
  }
  .lg\:max-w-\[794px\] {
    @media (width >= 64rem) {
      max-width: 794px;
    }
  }
  .lg\:max-w-\[900px\] {
    @media (width >= 64rem) {
      max-width: 900px;
    }
  }
  .lg\:max-w-\[1200px\] {
    @media (width >= 64rem) {
      max-width: 1200px;
    }
  }
  .lg\:flex-1\/4 {
    @media (width >= 64rem) {
      flex: calc(1/4 * 100%);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:gap-y-\[102px\] {
    @media (width >= 64rem) {
      row-gap: 102px;
    }
  }
  .lg\:rounded-\[12px\] {
    @media (width >= 64rem) {
      border-radius: 12px;
    }
  }
  .lg\:border {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .lg\:bg-white {
    @media (width >= 64rem) {
      background-color: var(--color-white);
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:pl-\[82px\] {
    @media (width >= 64rem) {
      padding-left: 82px;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-sm {
    @media (width >= 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .lg\:text-\[15px\] {
    @media (width >= 64rem) {
      font-size: 15px;
    }
  }
  .lg\:text-\[16\.75px\] {
    @media (width >= 64rem) {
      font-size: 16.75px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[30px\] {
    @media (width >= 64rem) {
      font-size: 30px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .xl\:relative {
    @media (width >= 80rem) {
      position: relative;
    }
  }
  .xl\:mt-14 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[156px\] {
    @media (width >= 80rem) {
      height: 156px;
    }
  }
  .xl\:\!max-w-\[200px\] {
    @media (width >= 80rem) {
      max-width: 200px !important;
    }
  }
  .xl\:max-w-\[400px\] {
    @media (width >= 80rem) {
      max-width: 400px;
    }
  }
  .xl\:max-w-\[500px\] {
    @media (width >= 80rem) {
      max-width: 500px;
    }
  }
  .xl\:max-w-\[1000px\] {
    @media (width >= 80rem) {
      max-width: 1000px;
    }
  }
  .xl\:max-w-\[1200px\] {
    @media (width >= 80rem) {
      max-width: 1200px;
    }
  }
  .xl\:max-w-\[1224px\] {
    @media (width >= 80rem) {
      max-width: 1224px;
    }
  }
  .xl\:min-w-\[calc\(100\%-1496px\)\] {
    @media (width >= 80rem) {
      min-width: calc(100% - 1496px);
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-3 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:px-\[30px\] {
    @media (width >= 80rem) {
      padding-inline: 30px;
    }
  }
  .xl\:py-\[25px\] {
    @media (width >= 80rem) {
      padding-block: 25px;
    }
  }
  .xl\:pl-\[96px\] {
    @media (width >= 80rem) {
      padding-left: 96px;
    }
  }
  .xl\:text-\[14px\] {
    @media (width >= 80rem) {
      font-size: 14px;
    }
  }
  .xl\:text-\[28px\] {
    @media (width >= 80rem) {
      font-size: 28px;
    }
  }
  .xl\:text-\[35\.89px\] {
    @media (width >= 80rem) {
      font-size: 35.89px;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 80rem) {
      font-size: 48px;
    }
  }
  .xl\:leading-\[20px\] {
    @media (width >= 80rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .xl\:leading-\[45px\] {
    @media (width >= 80rem) {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }
  .\32 xl\:\!max-w-\[300px\] {
    @media (width >= 96rem) {
      max-width: 300px !important;
    }
  }
  .\32 xl\:max-w-\[500px\] {
    @media (width >= 96rem) {
      max-width: 500px;
    }
  }
  .\32 xl\:max-w-\[600px\] {
    @media (width >= 96rem) {
      max-width: 600px;
    }
  }
  .\32 xl\:max-w-\[1200px\] {
    @media (width >= 96rem) {
      max-width: 1200px;
    }
  }
  .\32 xl\:px-\[40px\] {
    @media (width >= 96rem) {
      padding-inline: 40px;
    }
  }
  .\32 xl\:py-\[45px\] {
    @media (width >= 96rem) {
      padding-block: 45px;
    }
  }
  .\32 xl\:pb-\[75px\] {
    @media (width >= 96rem) {
      padding-bottom: 75px;
    }
  }
  .\32 xl\:pl-\[40px\] {
    @media (width >= 96rem) {
      padding-left: 40px;
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\32 xl\:text-\[15px\] {
    @media (width >= 96rem) {
      font-size: 15px;
    }
  }
  .\32 xl\:text-\[16\.75px\] {
    @media (width >= 96rem) {
      font-size: 16.75px;
    }
  }
  .\32 xl\:text-\[30\.89px\] {
    @media (width >= 96rem) {
      font-size: 30.89px;
    }
  }
  .\32 xl\:text-\[32\.99px\] {
    @media (width >= 96rem) {
      font-size: 32.99px;
    }
  }
  .\32 xl\:text-\[45\.89px\] {
    @media (width >= 96rem) {
      font-size: 45.89px;
    }
  }
  .\32 xl\:leading-\[25\.45px\] {
    @media (width >= 96rem) {
      --tw-leading: 25.45px;
      line-height: 25.45px;
    }
  }
  .\32 xl\:leading-\[60\.45px\] {
    @media (width >= 96rem) {
      --tw-leading: 60.45px;
      line-height: 60.45px;
    }
  }
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Axiforma";
  src: url("../fonts/Axiforma-Black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Variable.ttf") format("truetype");
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Axiforma", sans-serif;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-circle::before {
  content: '';
  display: block;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0.81) 11%, rgba(255, 255, 255, 0.53) 29%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0.14) 59%, rgba(255, 255, 255, 0.04) 70%, rgba(255, 255, 255, 0) 77%);
  width: 468px;
  height: 468px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 768px) {
  .slider-circle::before {
    display: none;
  }
}
[x-cloak] {
  display: none !important;
}
.renderSwiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.katPlanSwiper .swiper-slide img {
  filter: blur(5px);
}
.katPlanSwiper .swiper-slide-active img {
  filter: blur(0px);
}
.katPlanSwiper .swiper-button-prev, .katPlanSwiper .swiper-button-next {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000;
  border: 1px solid #000;
}
.katPlanSwiper .swiper-button-next:after, .katPlanSwiper .swiper-button-prev:after {
  font-size: 20px;
  display: none;
}
.menu-line {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}
.menu-active .line1 {
  transform: rotate(45deg) translate(6px, 6px);
}
.menu-active .line2 {
  opacity: 0;
  transform: scale(0);
}
.menu-active .line3 {
  transform: rotate(-45deg) translate(6px, -7px);
}
.menu-button {
  transition: all 0.2s ease;
}
.menu-button:hover {
  background-color: #d1d5db;
}
div.pagination {
  margin-top: 40px;
}
div.pagination a {
  padding: 10px 20px;
  border: 1px solid #000;
  zoom: 100%;
  font-size: 16px;
  font-weight: 600;
  font-family: "Axiforma", sans-serif;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  color: #000;
}
div.pagination a:hover, div.pagination a:active {
  border: 1px solid #000;
  color: #000;
}
div.pagination span.page_current {
  padding: 10px 20px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 600;
  font-family: "Axiforma", sans-serif;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
}
div.pagination span.page_disabled {
  padding: 10px 20px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}
.typewriter p {
  overflow: hidden;
  border-right: .15em solid #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  margin: 0;
  letter-spacing: .15em;
  animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite 0s, hide-caret 0.1s ease-in-out 3.5s forwards;
}
.typewriter p::after {
  content: "...";
  opacity: 0;
  animation: show-dots 0.5s ease-in-out 3.5s forwards;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
    max-width: 200px;
  }
}
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: #fff;
  }
}
@keyframes hide-caret {
  to {
    border-color: transparent;
  }
}
@keyframes show-dots {
  to {
    opacity: 1;
  }
}
@media (min-width: 1536px) {
  .typewriter p {
    max-width: 470px;
    animation: typing-2xl 3.5s steps(60, end), blink-caret .75s step-end infinite 0s, hide-caret 0.1s ease-in-out 3.5s forwards;
  }
  @keyframes typing-2xl {
    from {
      width: 0;
    }
    to {
      width: 470px;
    }
  }
}
@media (min-width: 1280px) and (max-width: 1535px) {
  .typewriter p {
    max-width: 300px;
    animation: typing-xl 3.5s steps(25, end), blink-caret .75s step-end infinite 0s, hide-caret 0.1s ease-in-out 3.5s forwards;
  }
  @keyframes typing-xl {
    from {
      width: 0;
    }
    to {
      width: 300px;
    }
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .typewriter p {
    max-width: 200px;
    animation: typing-lg 3.5s steps(12, end), blink-caret .75s step-end infinite 0s, hide-caret 0.1s ease-in-out 3.5s forwards;
  }
  @keyframes typing-lg {
    from {
      width: 0;
    }
    to {
      width: 200px;
    }
  }
}
#map {
  height: 100%;
}
.homeSlider .swiper-slide-active .slide-logo, .homeSlider .swiper-slide-active .slide-location, .homeSlider .swiper-slide-active .slide-title-italic, .homeSlider .swiper-slide-active .slide-title, .homeSlider .swiper-slide-active .slide-buttons {
  opacity: 1;
  transform: translate(0, 0);
}
.homeSlider .swiper-slide:not(.swiper-slide-active) .slide-logo, .homeSlider .swiper-slide:not(.swiper-slide-active) .slide-location, .homeSlider .swiper-slide:not(.swiper-slide-active) .slide-title-italic, .homeSlider .swiper-slide:not(.swiper-slide-active) .slide-title, .homeSlider .swiper-slide:not(.swiper-slide-active) .slide-buttons {
  opacity: 0;
}
.renderSwiper .swiper-button-next {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000;
  border: 1px solid #D0A565;
  right: 20%;
}
.renderSwiper .swiper-button-prev {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #000;
  border: 1px solid #D0A565;
  left: 20%;
}
@media (max-width: 768px) {
  .renderSwiper .swiper-button-next {
    right: 0;
  }
  .renderSwiper .swiper-button-prev {
    left: 0;
  }
}
.renderSwiper .swiper-button-next:after, .renderSwiper .swiper-button-prev:after {
  font-size: 20px;
  display: none;
}
.renderSwiper .swiper-pagination-bullet-active {
  background-color: #000;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-content: "";
    }
  }
}
