@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --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%;
      --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-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;
    }
  }
}

@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-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --drop-shadow-sm: 0 1px 2px #00000026;
    --drop-shadow-2xl: 0 25px 25px #00000026;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }

  main {
    width: 100%;
    display: block;
  }

  html, body {
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html.embed--scrollbar-hide {
    scrollbar-width: none;
  }

  html.embed--scrollbar-hide body::-webkit-scrollbar {
    display: none;
  }

  html.embed--no-scroll, html.embed--no-scroll body {
    overflow: hidden !important;
  }

  :root {
    scrollbar-gutter: stable both-edges;
  }

  main {
    height: auto !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: visible !important;
  }

  * {
    min-height: auto !important;
  }

  [style*="vh"], [style*="vw"], [style*="vmin"], [style*="vmax"] {
    width: auto !important;
    min-width: auto !important;
    max-width: none !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
  }

  [data-fullpage], .fullpage, .snap-container, .scroll-container, section {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-family: var(--font-pretendard);
    font-size: var(--text-h1);
    font-weight: 800;
    line-height: var(--line-h1);
    color: var(--color-text-strong);
    letter-spacing: 0;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-family: var(--font-pretendard);
    font-size: var(--text-h2);
    font-weight: 800;
    line-height: var(--line-h2);
    color: var(--color-text-strong);
    letter-spacing: 0;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-family: var(--font-pretendard);
    font-size: var(--text-h3);
    font-weight: 700;
    line-height: var(--line-h3);
    color: var(--color-text-strong);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-family: var(--font-pretendard);
    font-size: var(--text-body-m);
    font-weight: 400;
    line-height: var(--line-body-m);
    color: var(--color-text-description);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-0\.1\%_-0\.5px\] {
    inset: -.1% -.5px;
  }

  .inset-\[-6\.25\%_-7\.46\%_-6\.25\%_-14\.29\%\] {
    inset: -6.25% -7.46% -6.25% -14.29%;
  }

  .inset-\[28\.66\%_3\.66\%_18\.75\%_3\.66\%\] {
    inset: 28.66% 3.66% 18.75%;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-\[-0\.76px\] {
    top: -.76px;
  }

  .top-\[-10\.74px\] {
    top: -10.74px;
  }

  .top-\[-39\.23px\] {
    top: -39.23px;
  }

  .top-\[0\%\] {
    top: 0%;
  }

  .top-\[8\%\] {
    top: 8%;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[212\.8px\] {
    top: 212.8px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-\[-8\%\] {
    right: -8%;
  }

  .right-\[-15px\] {
    right: -15px;
  }

  .right-\[10\%\] {
    right: 10%;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-auto {
    bottom: auto;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[-8\%\] {
    left: -8%;
  }

  .left-\[-8\.93px\] {
    left: -8.93px;
  }

  .left-\[-15px\] {
    left: -15px;
  }

  .left-\[8px\] {
    left: 8px;
  }

  .left-\[57\.14px\] {
    left: 57.14px;
  }

  .left-\[178\.69px\] {
    left: 178.69px;
  }

  .left-\[calc\(50\%\+30px\)\] {
    left: calc(50% + 30px);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-\[30px\] {
    margin-top: 30px;
  }

  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-\[10px\] {
    margin-left: 10px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[27\.36px\] {
    width: 27.36px;
    height: 27.36px;
  }

  .size-\[27\.522px\] {
    width: 27.522px;
    height: 27.522px;
  }

  .size-\[50px\] {
    width: 50px;
    height: 50px;
  }

  .size-\[51\.68px\] {
    width: 51.68px;
    height: 51.68px;
  }

  .size-\[65px\] {
    width: 65px;
    height: 65px;
  }

  .size-\[80px\] {
    width: 80px;
    height: 80px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-\[7px\] {
    height: 7px;
  }

  .h-\[10\.235px\] {
    height: 10.235px;
  }

  .h-\[18\.339px\] {
    height: 18.339px;
  }

  .h-\[19\.04px\] {
    height: 19.04px;
  }

  .h-\[19\.25px\] {
    height: 19.25px;
  }

  .h-\[19px\] {
    height: 19px;
  }

  .h-\[20\.72px\] {
    height: 20.72px;
  }

  .h-\[27px\] {
    height: 27px;
  }

  .h-\[32\.998px\] {
    height: 32.998px;
  }

  .h-\[32\.999px\] {
    height: 32.999px;
  }

  .h-\[34\.651px\] {
    height: 34.651px;
  }

  .h-\[35\.2px\] {
    height: 35.2px;
  }

  .h-\[35\.751px\] {
    height: 35.751px;
  }

  .h-\[38\.5px\] {
    height: 38.5px;
  }

  .h-\[39\.05px\] {
    height: 39.05px;
  }

  .h-\[40\.149px\] {
    height: 40.149px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[43\.45px\] {
    height: 43.45px;
  }

  .h-\[43px\] {
    height: 43px;
  }

  .h-\[46\.2px\] {
    height: 46.2px;
  }

  .h-\[54\.231px\] {
    height: 54.231px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[68\.04px\] {
    height: 68.04px;
  }

  .h-\[78\.4px\] {
    height: 78.4px;
  }

  .h-\[81px\] {
    height: 81px;
  }

  .h-\[95\%\] {
    height: 95%;
  }

  .h-\[100\%\] {
    height: 100%;
  }

  .h-\[222px\] {
    height: 222px;
  }

  .h-\[254px\] {
    height: 254px;
  }

  .h-\[261px\] {
    height: 261px;
  }

  .h-\[314px\] {
    height: 314px;
  }

  .h-\[316px\] {
    height: 316px;
  }

  .h-\[318\.557px\] {
    height: 318.557px;
  }

  .h-\[380px\] {
    height: 380px;
  }

  .h-\[402px\] {
    height: 402px;
  }

  .h-\[429\.4px\] {
    height: 429.4px;
  }

  .h-\[500px\] {
    height: 500px;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .min-h-\[126px\] {
    min-height: 126px;
  }

  .min-h-\[131px\] {
    min-height: 131px;
  }

  .min-h-\[380px\] {
    min-height: 380px;
  }

  .min-h-\[400px\] {
    min-height: 400px;
  }

  .min-h-\[456px\] {
    min-height: 456px;
  }

  .min-h-\[480px\] {
    min-height: 480px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-4 {
    width: calc(var(--spacing) * 4);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-\[7px\] {
    width: 7px;
  }

  .w-\[16px\] {
    width: 16px;
  }

  .w-\[17\.058px\] {
    width: 17.058px;
  }

  .w-\[26\.949px\] {
    width: 26.949px;
  }

  .w-\[28\.05px\] {
    width: 28.05px;
  }

  .w-\[33\.002px\] {
    width: 33.002px;
  }

  .w-\[35\.201px\] {
    width: 35.201px;
  }

  .w-\[35\.755px\] {
    width: 35.755px;
  }

  .w-\[36\.949px\] {
    width: 36.949px;
  }

  .w-\[37\.95px\] {
    width: 37.95px;
  }

  .w-\[37px\] {
    width: 37px;
  }

  .w-\[39\.6px\] {
    width: 39.6px;
  }

  .w-\[40\.699px\] {
    width: 40.699px;
  }

  .w-\[42\.897px\] {
    width: 42.897px;
  }

  .w-\[45\.1px\] {
    width: 45.1px;
  }

  .w-\[46\.2px\] {
    width: 46.2px;
  }

  .w-\[56\%\] {
    width: 56%;
  }

  .w-\[64\%\] {
    width: 64%;
  }

  .w-\[68px\] {
    width: 68px;
  }

  .w-\[69\.44px\] {
    width: 69.44px;
  }

  .w-\[77px\] {
    width: 77px;
  }

  .w-\[78\.4px\] {
    width: 78.4px;
  }

  .w-\[79px\] {
    width: 79px;
  }

  .w-\[84px\] {
    width: 84px;
  }

  .w-\[89px\] {
    width: 89px;
  }

  .w-\[93px\] {
    width: 93px;
  }

  .w-\[127px\] {
    width: 127px;
  }

  .w-\[152px\] {
    width: 152px;
  }

  .w-\[154px\] {
    width: 154px;
  }

  .w-\[155\.227px\] {
    width: 155.227px;
  }

  .w-\[183px\] {
    width: 183px;
  }

  .w-\[188\.375px\] {
    width: 188.375px;
  }

  .w-\[189px\] {
    width: 189px;
  }

  .w-\[196\.5px\] {
    width: 196.5px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[233px\] {
    width: 233px;
  }

  .w-\[238\.64px\] {
    width: 238.64px;
  }

  .w-\[240px\] {
    width: 240px;
  }

  .w-\[266px\] {
    width: 266px;
  }

  .w-\[267\.624px\] {
    width: 267.624px;
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-\[296\.4px\] {
    width: 296.4px;
  }

  .w-\[300px\] {
    width: 300px;
  }

  .w-\[347\.7px\] {
    width: 347.7px;
  }

  .w-\[390px\] {
    width: 390px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }

  .max-w-\[258px\] {
    max-width: 258px;
  }

  .max-w-\[280px\] {
    max-width: 280px;
  }

  .max-w-\[282px\] {
    max-width: 282px;
  }

  .max-w-\[296\.4px\] {
    max-width: 296.4px;
  }

  .max-w-\[320px\] {
    max-width: 320px;
  }

  .max-w-\[340px\] {
    max-width: 340px;
  }

  .max-w-\[348px\] {
    max-width: 348px;
  }

  .max-w-\[349\.283px\] {
    max-width: 349.283px;
  }

  .max-w-\[360px\] {
    max-width: 360px;
  }

  .max-w-\[390px\] {
    max-width: 390px;
  }

  .max-w-\[600px\] {
    max-width: 600px;
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[10px\] {
    --tw-translate-x: 10px;
    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-0\.5 {
    --tw-translate-y: calc(var(--spacing) * .5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-0 {
    rotate: none;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[368\.976deg\] {
    rotate: 368.976deg;
  }

  .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;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .content-stretch {
    align-content: stretch;
  }

  .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-start {
    justify-content: flex-start;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }

  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .gap-\[1\.176px\] {
    gap: 1.176px;
  }

  .gap-\[2\.548px\] {
    gap: 2.548px;
  }

  .gap-\[4\.56px\] {
    gap: 4.56px;
  }

  .gap-\[4\.621px\] {
    gap: 4.621px;
  }

  .gap-\[5\.6px\] {
    gap: 5.6px;
  }

  .gap-\[5\.99px\] {
    gap: 5.99px;
  }

  .gap-\[6\.08px\] {
    gap: 6.08px;
  }

  .gap-\[6\.88px\] {
    gap: 6.88px;
  }

  .gap-\[7\.6px\] {
    gap: 7.6px;
  }

  .gap-\[8\.01px\] {
    gap: 8.01px;
  }

  .gap-\[8\.02px\] {
    gap: 8.02px;
  }

  .gap-\[9\.12px\] {
    gap: 9.12px;
  }

  .gap-\[10\.64px\] {
    gap: 10.64px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[13px\] {
    gap: 13px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[18\.48px\] {
    gap: 18.48px;
  }

  .gap-\[18px\] {
    gap: 18px;
  }

  .gap-\[22\.68px\] {
    gap: 22.68px;
  }

  .gap-\[22px\] {
    gap: 22px;
  }

  .gap-\[30px\] {
    gap: 30px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[60px\] {
    gap: 60px;
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-16 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .rounded-\[6\.08px\] {
    border-radius: 6.08px;
  }

  .rounded-\[6px\] {
    border-radius: 6px;
  }

  .rounded-\[7\.22px\] {
    border-radius: 7.22px;
  }

  .rounded-\[9\.5px\] {
    border-radius: 9.5px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[13\.2px\] {
    border-radius: 13.2px;
  }

  .rounded-\[13\.68px\] {
    border-radius: 13.68px;
  }

  .rounded-\[15px\] {
    border-radius: 15px;
  }

  .rounded-\[20px\] {
    border-radius: 20px;
  }

  .rounded-\[32px\] {
    border-radius: 32px;
  }

  .rounded-\[39\.2px\] {
    border-radius: 39.2px;
  }

  .rounded-\[100px\] {
    border-radius: 100px;
  }

  .rounded-\[127\.416px\] {
    border-radius: 127.416px;
  }

  .rounded-\[999px\] {
    border-radius: 999px;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-md {
    border-radius: calc(var(--radius)  - 2px);
  }

  .rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }

  .rounded-tl-\[24px\] {
    border-top-left-radius: 24px;
  }

  .rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }

  .rounded-tr-\[24px\] {
    border-top-right-radius: 24px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-\[0\.3px_0px\] {
    border-style: var(--tw-border-style);
    border-width: .3px 0;
  }

  .border-\[0px_0px_0\.3px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 .3px;
  }

  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }

  .border-t-\[15px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 15px;
  }

  .border-r-\[15px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 15px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-l-\[15px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 15px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#0257B0\] {
    border-color: #0257b0;
  }

  .border-\[\#d1d1d1\] {
    border-color: #d1d1d1;
  }

  .border-\[\#e8e8e8\] {
    border-color: #e8e8e8;
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-white {
    border-color: var(--color-white);
  }

  .border-t-white {
    border-top-color: var(--color-white);
  }

  .border-r-transparent {
    border-right-color: #0000;
  }

  .border-l-transparent {
    border-left-color: #0000;
  }

  .bg-\[\#358ae3\] {
    background-color: #358ae3;
  }

  .bg-\[\#cde2f8\] {
    background-color: #cde2f8;
  }

  .bg-\[\#d9d9d9\] {
    background-color: #d9d9d9;
  }

  .bg-\[\#e8e8e8\] {
    background-color: #e8e8e8;
  }

  .bg-\[\#f8f8f8\] {
    background-color: #f8f8f8;
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-\[\#0257b0\] {
    --tw-gradient-from: #0257b0;
    --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));
  }

  .from-\[\#358ae3\] {
    --tw-gradient-from: #358ae3;
    --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));
  }

  .from-\[\#FFE066\] {
    --tw-gradient-from: #ffe066;
    --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));
  }

  .via-\[\#4a8ee3\] {
    --tw-gradient-via: #4a8ee3;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[\#036ddc\] {
    --tw-gradient-via: #036ddc;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[\#FFEC99\] {
    --tw-gradient-via: #ffec99;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .via-\[35\%\] {
    --tw-gradient-via-position: 35%;
  }

  .via-\[50\%\] {
    --tw-gradient-via-position: 50%;
  }

  .to-\[\#0257b0\] {
    --tw-gradient-to: #0257b0;
    --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));
  }

  .to-\[\#FFF5CC\] {
    --tw-gradient-to: #fff5cc;
    --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));
  }

  .to-white {
    --tw-gradient-to: 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));
  }

  .bg-contain {
    background-size: contain;
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-size-\[100\%_106\.66\%\] {
    background-size: 100% 106.66%;
  }

  .bg-size-\[100\.05\%_105\.63\%\] {
    background-size: 100.05% 105.63%;
  }

  .bg-size-\[100\.39\%_106\.56\%\] {
    background-size: 100.39% 106.56%;
  }

  .bg-size-\[100\.94\%_105\.8\%\] {
    background-size: 100.94% 105.8%;
  }

  .bg-clip-text {
    background-clip: text;
  }

  .bg-\[0\%_61\.05\%\] {
    background-position: 0 61.05%;
  }

  .bg-\[49\.99\%_66\.22\%\] {
    background-position: 49.99% 66.22%;
  }

  .bg-\[50\%_64\.71\%\] {
    background-position: 50% 64.71%;
  }

  .bg-\[position\:50\%_62\%\] {
    background-position: 50% 62%;
  }

  .bg-center {
    background-position: center;
  }

  .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .object-contain {
    object-fit: contain;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[40px\] {
    padding: 40px;
  }

  .p-\[60px\] {
    padding: 60px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .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-\[5px\] {
    padding-inline: 5px;
  }

  .px-\[11\.552px\] {
    padding-inline: 11.552px;
  }

  .px-\[15\.2px\] {
    padding-inline: 15.2px;
  }

  .px-\[20\.72px\] {
    padding-inline: 20.72px;
  }

  .px-\[20\.387px\] {
    padding-inline: 20.387px;
  }

  .px-\[40px\] {
    padding-inline: 40px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

  .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-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .py-\[5px\] {
    padding-block: 5px;
  }

  .py-\[11\.2px\] {
    padding-block: 11.2px;
  }

  .py-\[15px\] {
    padding-block: 15px;
  }

  .py-\[17\.838px\] {
    padding-block: 17.838px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[60px\] {
    padding-block: 60px;
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pt-\[1\.52px\] {
    padding-top: 1.52px;
  }

  .pt-\[5px\] {
    padding-top: 5px;
  }

  .pt-\[9\.88px\] {
    padding-top: 9.88px;
  }

  .pt-\[18\.24px\] {
    padding-top: 18.24px;
  }

  .pt-\[60px\] {
    padding-top: 60px;
  }

  .pt-\[90px\] {
    padding-top: 90px;
  }

  .pt-\[100px\] {
    padding-top: 100px;
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }

  .pr-\[15\.2px\] {
    padding-right: 15.2px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-\[0\.38px\] {
    padding-bottom: .38px;
  }

  .pb-\[15\.2px\] {
    padding-bottom: 15.2px;
  }

  .pb-\[15\.96px\] {
    padding-bottom: 15.96px;
  }

  .pb-\[15\.208px\] {
    padding-bottom: 15.208px;
  }

  .pb-\[18\.24px\] {
    padding-bottom: 18.24px;
  }

  .pb-\[30px\] {
    padding-bottom: 30px;
  }

  .pb-\[36px\] {
    padding-bottom: 36px;
  }

  .pb-\[60px\] {
    padding-bottom: 60px;
  }

  .pb-\[110px\] {
    padding-bottom: 110px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

  .text-center {
    text-align: center;
  }

  .text-justify {
    text-align: justify;
  }

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-\[\'Pretendard\'\,_sans-serif\] {
    font-family: Pretendard, sans-serif;
  }

  .font-\[\'Pretendard\'\] {
    font-family: Pretendard;
  }

  .font-\[\'Pretendard\:Bold\'\,_sans-serif\] {
    font-family: Pretendard\:Bold, sans-serif;
  }

  .font-\[\'Pretendard\:ExtraBold\'\,_sans-serif\] {
    font-family: Pretendard\:ExtraBold, sans-serif;
  }

  .font-\[\'Pretendard\:Medium\'\,_sans-serif\] {
    font-family: Pretendard\:Medium, sans-serif;
  }

  .font-\[\'Pretendard\:SemiBold\'\,_sans-serif\] {
    font-family: Pretendard\:SemiBold, sans-serif;
  }

  .font-\[\'Pretendard_Variable\'\,_sans-serif\] {
    font-family: Pretendard Variable, sans-serif;
  }

  .font-\[\'Pretendard_Variable\'\] {
    font-family: Pretendard Variable;
  }

  .font-\[\'Pretendard_Variable\:Bold\'\,_sans-serif\] {
    font-family: Pretendard Variable\:Bold, sans-serif;
  }

  .font-\[\'Pretendard_Variable\:Medium\'\,_sans-serif\] {
    font-family: Pretendard Variable\:Medium, sans-serif;
  }

  .font-\[\'Pretendard_Variable\:SemiBold\'\,_sans-serif\] {
    font-family: Pretendard Variable\:SemiBold, sans-serif;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-\[0px\] {
    font-size: 0;
  }

  .text-\[9\.88px\] {
    font-size: 9.88px;
  }

  .text-\[10\.64px\] {
    font-size: 10.64px;
  }

  .text-\[12\.3px\] {
    font-size: 12.3px;
  }

  .text-\[12\.16px\] {
    font-size: 12.16px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13\.68px\] {
    font-size: 13.68px;
  }

  .text-\[13\.95px\] {
    font-size: 13.95px;
  }

  .text-\[13\.945px\] {
    font-size: 13.945px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15\.68px\] {
    font-size: 15.68px;
  }

  .text-\[16\.734px\] {
    font-size: 16.734px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17\.16px\] {
    font-size: 17.16px;
  }

  .text-\[17\.156px\] {
    font-size: 17.156px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[22\.68px\] {
    font-size: 22.68px;
  }

  .text-\[24\.38px\] {
    font-size: 24.38px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[26\.25px\] {
    font-size: 26.25px;
  }

  .text-\[27px\] {
    font-size: 27px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[33\.75px\] {
    font-size: 33.75px;
  }

  .text-\[34px\] {
    font-size: 34px;
  }

  .text-\[35px\] {
    font-size: 35px;
  }

  .text-\[36px\] {
    font-size: 36px;
  }

  .text-\[40px\] {
    font-size: 40px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }

  .leading-\[15\.2px\] {
    --tw-leading: 15.2px;
    line-height: 15.2px;
  }

  .leading-\[15\.96px\] {
    --tw-leading: 15.96px;
    line-height: 15.96px;
  }

  .leading-\[16\.72px\] {
    --tw-leading: 16.72px;
    line-height: 16.72px;
  }

  .leading-\[17\.5px\] {
    --tw-leading: 17.5px;
    line-height: 17.5px;
  }

  .leading-\[18\.24px\] {
    --tw-leading: 18.24px;
    line-height: 18.24px;
  }

  .leading-\[18\.331px\] {
    --tw-leading: 18.331px;
    line-height: 18.331px;
  }

  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[22\.5px\] {
    --tw-leading: 22.5px;
    line-height: 22.5px;
  }

  .leading-\[23\.4px\] {
    --tw-leading: 23.4px;
    line-height: 23.4px;
  }

  .leading-\[23px\] {
    --tw-leading: 23px;
    line-height: 23px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[26\.8px\] {
    --tw-leading: 26.8px;
    line-height: 26.8px;
  }

  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }

  .leading-\[39\.2px\] {
    --tw-leading: 39.2px;
    line-height: 39.2px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }

  .leading-\[45px\] {
    --tw-leading: 45px;
    line-height: 45px;
  }

  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }

  .leading-\[134\%\] {
    --tw-leading: 134%;
    line-height: 134%;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .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-\[-0\.8px\] {
    --tw-tracking: -.8px;
    letter-spacing: -.8px;
  }

  .tracking-\[-0\.076px\] {
    --tw-tracking: -.076px;
    letter-spacing: -.076px;
  }

  .tracking-\[-0\.675px\] {
    --tw-tracking: -.675px;
    letter-spacing: -.675px;
  }

  .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }

  .tracking-\[0\.274px\] {
    --tw-tracking: .274px;
    letter-spacing: .274px;
  }

  .tracking-\[0\.5578px\] {
    --tw-tracking: .5578px;
    letter-spacing: .5578px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .text-\[\#0C66E4\] {
    color: #0c66e4;
  }

  .text-\[\#1C1C1C\], .text-\[\#1c1c1c\] {
    color: #1c1c1c;
  }

  .text-\[\#4d4d4d\] {
    color: #4d4d4d;
  }

  .text-\[\#6B7684\], .text-\[\#6b7684\] {
    color: #6b7684;
  }

  .text-\[\#9e9e9e\] {
    color: #9e9e9e;
  }

  .text-\[\#036DDC\], .text-\[\#036ddc\] {
    color: #036ddc;
  }

  .text-\[\#191F28\], .text-\[\#191f28\] {
    color: #191f28;
  }

  .text-\[\#0257B0\] {
    color: #0257b0;
  }

  .text-\[\#333D4B\], .text-\[\#333d4b\] {
    color: #333d4b;
  }

  .text-\[\#358ae3\] {
    color: #358ae3;
  }

  .text-\[\#23262f\] {
    color: #23262f;
  }

  .text-\[\#161616\] {
    color: #161616;
  }

  .text-\[\#202020\] {
    color: #202020;
  }

  .text-\[\#383838\] {
    color: #383838;
  }

  .text-\[\#555555\] {
    color: #555;
  }

  .text-\[\#717171\] {
    color: #717171;
  }

  .text-\[\#959595\] {
    color: #959595;
  }

  .text-\[\#cde2f8\] {
    color: #cde2f8;
  }

  .text-\[\#fcfcfd\] {
    color: #fcfcfd;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-current {
    color: currentColor;
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

  .text-transparent {
    color: #0000;
  }

  .text-white {
    color: var(--color-white);
  }

  .not-italic {
    font-style: normal;
  }

  .underline {
    text-decoration-line: underline;
  }

  .shadow-\[0px_0px_15px_4px_\#00b7ff\] {
    --tw-shadow: 0px 0px 15px 4px var(--tw-shadow-color, #00b7ff);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_2px_1px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 2px 1px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_2px_8px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 2px 8px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_5\.097px_5\.097px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 5.097px 5.097px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[5\.117px_5\.117px_1\.279px_1\.279px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 5.117px 5.117px 1.279px 1.279px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[5\.815px_5\.815px_1\.454px_1\.454px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 5.815px 5.815px 1.454px 1.454px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[8\.723px_8\.723px_2\.181px_2\.181px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 8.723px 8.723px 2.181px 2.181px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color, #0000000f));
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    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, );
  }

  .drop-shadow-2xl {
    --tw-drop-shadow-size: drop-shadow(0 25px 25px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-2xl));
    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, );
  }

  .drop-shadow-\[0_2px_4px_rgba\(0\,0\,0\,0\.3\)\] {
    --tw-drop-shadow-size: drop-shadow(0 2px 4px var(--tw-drop-shadow-color, #0000004d));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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, );
  }

  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm));
    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-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .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;
  }

  .group-data-\[state\=open\]\:rotate-180:is(:where(.group)[data-state="open"] *) {
    rotate: 180deg;
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#358ae3\]:hover {
      background-color: #358ae3;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:no-underline:hover {
      text-decoration-line: none;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus-visible\:border-ring:focus-visible {
    border-color: var(--ring);
  }

  .focus-visible\:ring-\[3px\]:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + 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-visible\:ring-ring\/50:focus-visible {
    --tw-ring-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus-visible\:ring-ring\/50:focus-visible {
      --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
    animation: accordion-up var(--tw-duration, .2s) ease-out;
  }

  .data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
    animation: accordion-down var(--tw-duration, .2s) ease-out;
  }

  @media (width >= 40rem) {
    .sm\:top-\[1\%\] {
      top: 1%;
    }
  }

  @media (width >= 40rem) {
    .sm\:top-auto {
      top: auto;
    }
  }

  @media (width >= 40rem) {
    .sm\:right-\[6\%\] {
      right: 6%;
    }
  }

  @media (width >= 40rem) {
    .sm\:bottom-\[1\%\] {
      bottom: 1%;
    }
  }

  @media (width >= 40rem) {
    .sm\:left-\[6\%\] {
      left: 6%;
    }
  }

  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[72\%\] {
      height: 72%;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[81\%\] {
      height: 81%;
    }
  }

  @media (width >= 40rem) {
    .sm\:h-\[550px\] {
      height: 550px;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[42\%\] {
      width: 42%;
    }
  }

  @media (width >= 40rem) {
    .sm\:w-\[48\%\] {
      width: 48%;
    }
  }

  @media (width >= 40rem) {
    .sm\:max-w-\[450px\] {
      max-width: 450px;
    }
  }

  @media (width >= 40rem) {
    .sm\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[-14px\] {
      top: -14px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[2\%\] {
      top: 2%;
    }
  }

  @media (width >= 48rem) {
    .md\:top-\[80px\] {
      top: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:top-auto {
      top: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:right-\[10\%\] {
      right: 10%;
    }
  }

  @media (width >= 48rem) {
    .md\:bottom-\[2\%\] {
      bottom: 2%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[-12px\] {
      left: -12px;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[10\%\] {
      left: 10%;
    }
  }

  @media (width >= 48rem) {
    .md\:left-\[232px\] {
      left: 232px;
    }
  }

  @media (width >= 48rem) {
    .md\:mt-5 {
      margin-top: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-2 {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[30px\] {
      width: 30px;
      height: 30px;
    }
  }

  @media (width >= 48rem) {
    .md\:size-\[70px\] {
      width: 70px;
      height: 70px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[30px\] {
      height: 30px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[68px\] {
      height: 68px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[70\%\] {
      height: 70%;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[79\%\] {
      height: 79%;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[490px\] {
      height: 490px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[550px\] {
      height: 550px;
    }
  }

  @media (width >= 48rem) {
    .md\:h-\[600px\] {
      height: 600px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-\[135px\] {
      min-height: 135px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-\[140px\] {
      min-height: 140px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-\[400px\] {
      min-height: 400px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-\[450px\] {
      min-height: 450px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-\[515px\] {
      min-height: 515px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-\[540px\] {
      min-height: 540px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[37\%\] {
      width: 37%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[43\%\] {
      width: 43%;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[220px\] {
      width: 220px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[245px\] {
      width: 245px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[280px\] {
      width: 280px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[300px\] {
      width: 300px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[320px\] {
      width: 320px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[340px\] {
      width: 340px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[400px\] {
      width: 400px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[450px\] {
      width: 450px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-2xl {
      max-width: var(--container-2xl);
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[320px\] {
      max-width: 320px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[400px\] {
      max-width: 400px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[450px\] {
      max-width: 450px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[600px\] {
      max-width: 600px;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-lg {
      max-width: var(--container-lg);
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-md {
      max-width: var(--container-md);
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-3 {
      gap: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-5 {
      gap: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-7 {
      gap: calc(var(--spacing) * 7);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[7px\] {
      gap: 7px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[9px\] {
      gap: 9px;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-\[35px\] {
      gap: 35px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[12px\] {
      border-radius: 12px;
    }
  }

  @media (width >= 48rem) {
    .md\:rounded-\[15px\] {
      border-radius: 15px;
    }
  }

  @media (width >= 48rem) {
    .md\:border-t-\[18px\] {
      border-top-style: var(--tw-border-style);
      border-top-width: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:border-r-\[18px\] {
      border-right-style: var(--tw-border-style);
      border-right-width: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:border-l-\[18px\] {
      border-left-style: var(--tw-border-style);
      border-left-width: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[18px\] {
      padding: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[80px\] {
      padding: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 48rem) {
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[7px\] {
      padding-inline: 7px;
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[18px\] {
      padding-inline: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 48rem) {
    .md\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[80px\] {
      padding-block: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[8px\] {
      padding-top: 8px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[11px\] {
      padding-top: 11px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[99px\] {
      padding-top: 99px;
    }
  }

  @media (width >= 48rem) {
    .md\:pt-\[110px\] {
      padding-top: 110px;
    }
  }

  @media (width >= 48rem) {
    .md\:pr-\[18px\] {
      padding-right: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[17px\] {
      padding-bottom: 17px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[18px\] {
      padding-bottom: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[40px\] {
      padding-bottom: 40px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[48px\] {
      padding-bottom: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[80px\] {
      padding-bottom: 80px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-center {
      text-align: center;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[10px\] {
      font-size: 10px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[15\.5px\] {
      font-size: 15.5px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[15px\] {
      font-size: 15px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[19px\] {
      font-size: 19px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[42px\] {
      font-size: 42px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-\[44px\] {
      font-size: 44px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[16px\] {
      --tw-leading: 16px;
      line-height: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[17px\] {
      --tw-leading: 17px;
      line-height: 17px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[19px\] {
      --tw-leading: 19px;
      line-height: 19px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[20px\] {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[24px\] {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[26px\] {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[28px\] {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[30px\] {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[32px\] {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[38px\] {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[42px\] {
      --tw-leading: 42px;
      line-height: 42px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[45px\] {
      --tw-leading: 45px;
      line-height: 45px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[52px\] {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[65px\] {
      --tw-leading: 65px;
      line-height: 65px;
    }
  }

  @media (width >= 48rem) {
    .md\:leading-\[140\%\] {
      --tw-leading: 140%;
      line-height: 140%;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[-18px\] {
      top: -18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[3\%\] {
      top: 3%;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-\[100px\] {
      top: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:top-auto {
      top: auto;
    }
  }

  @media (width >= 64rem) {
    .lg\:right-\[13\%\] {
      right: 13%;
    }
  }

  @media (width >= 64rem) {
    .lg\:bottom-\[3\%\] {
      bottom: 3%;
    }
  }

  @media (width >= 64rem) {
    .lg\:left-\[-15px\] {
      left: -15px;
    }
  }

  @media (width >= 64rem) {
    .lg\:left-\[13\%\] {
      left: 13%;
    }
  }

  @media (width >= 64rem) {
    .lg\:left-\[285px\] {
      left: 285px;
    }
  }

  @media (width >= 64rem) {
    .lg\:mx-4 {
      margin-inline: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 64rem) {
    .lg\:mt-6 {
      margin-top: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-4 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-\[80px\] {
      margin-bottom: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:size-\[32px\] {
      width: 32px;
      height: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:size-\[75px\] {
      width: 75px;
      height: 75px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[33px\] {
      height: 33px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[67\%\] {
      height: 67%;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[76\%\] {
      height: 76%;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[76px\] {
      height: 76px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[600px\] {
      height: 600px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[650px\] {
      height: 650px;
    }
  }

  @media (width >= 64rem) {
    .lg\:h-\[680px\] {
      height: 680px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[145px\] {
      min-height: 145px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[150px\] {
      min-height: 150px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[420px\] {
      min-height: 420px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[500px\] {
      min-height: 500px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[575px\] {
      min-height: 575px;
    }
  }

  @media (width >= 64rem) {
    .lg\:min-h-\[600px\] {
      min-height: 600px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-1\/2 {
      width: 50%;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[32\%\] {
      width: 32%;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[37\%\] {
      width: 37%;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[250px\] {
      width: 250px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[300px\] {
      width: 300px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[320px\] {
      width: 320px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[360px\] {
      width: 360px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[400px\] {
      width: 400px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[500px\] {
      width: 500px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-\[550px\] {
      width: 550px;
    }
  }

  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-2xl {
      max-width: var(--container-2xl);
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-4xl {
      max-width: var(--container-4xl);
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-6xl {
      max-width: var(--container-6xl);
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[350px\] {
      max-width: 350px;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[480px\] {
      max-width: 480px;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[500px\] {
      max-width: 500px;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[800px\] {
      max-width: 800px;
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-lg {
      max-width: var(--container-lg);
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-3\.5 {
      gap: calc(var(--spacing) * 3.5);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[10px\] {
      gap: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-\[40px\] {
      gap: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:self-center {
      align-self: center;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[15px\] {
      border-radius: 15px;
    }
  }

  @media (width >= 64rem) {
    .lg\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 64rem) {
    .lg\:border-t-\[20px\] {
      border-top-style: var(--tw-border-style);
      border-top-width: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:border-r-\[20px\] {
      border-right-style: var(--tw-border-style);
      border-right-width: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:border-l-\[20px\] {
      border-left-style: var(--tw-border-style);
      border-left-width: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[20px\] {
      padding: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[100px\] {
      padding: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:p-\[120px\] {
      padding: 120px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[9px\] {
      padding-inline: 9px;
    }
  }

  @media (width >= 64rem) {
    .lg\:px-\[22px\] {
      padding-inline: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:py-5 {
      padding-block: calc(var(--spacing) * 5);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-7 {
      padding-block: calc(var(--spacing) * 7);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-\[100px\] {
      padding-block: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[10px\] {
      padding-top: 10px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[12px\] {
      padding-top: 12px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[108px\] {
      padding-top: 108px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-\[120px\] {
      padding-top: 120px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pr-\[22px\] {
      padding-right: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[18px\] {
      padding-bottom: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[22px\] {
      padding-bottom: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[50px\] {
      padding-bottom: 50px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[60px\] {
      padding-bottom: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[100px\] {
      padding-bottom: 100px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[11px\] {
      font-size: 11px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[12px\] {
      font-size: 12px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[14px\] {
      font-size: 14px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[17px\] {
      font-size: 17px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[19px\] {
      font-size: 19px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[21px\] {
      font-size: 21px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[28px\] {
      font-size: 28px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[36px\] {
      font-size: 36px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[40px\] {
      font-size: 40px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[44px\] {
      font-size: 44px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-\[52px\] {
      font-size: 52px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[17px\] {
      --tw-leading: 17px;
      line-height: 17px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[18px\] {
      --tw-leading: 18px;
      line-height: 18px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[20px\] {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[22px\] {
      --tw-leading: 22px;
      line-height: 22px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[26px\] {
      --tw-leading: 26px;
      line-height: 26px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[30px\] {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[32px\] {
      --tw-leading: 32px;
      line-height: 32px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[33px\] {
      --tw-leading: 33px;
      line-height: 33px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[38px\] {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[44px\] {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[48px\] {
      --tw-leading: 48px;
      line-height: 48px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[50px\] {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[52px\] {
      --tw-leading: 52px;
      line-height: 52px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[55px\] {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[60px\] {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[62px\] {
      --tw-leading: 62px;
      line-height: 62px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[75px\] {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }

  @media (width >= 64rem) {
    .lg\:leading-\[145\%\] {
      --tw-leading: 145%;
      line-height: 145%;
    }
  }

  @media (width >= 80rem) {
    .xl\:top-\[-22px\] {
      top: -22px;
    }
  }

  @media (width >= 80rem) {
    .xl\:top-\[4\%\] {
      top: 4%;
    }
  }

  @media (width >= 80rem) {
    .xl\:top-\[120px\] {
      top: 120px;
    }
  }

  @media (width >= 80rem) {
    .xl\:top-auto {
      top: auto;
    }
  }

  @media (width >= 80rem) {
    .xl\:right-\[16\%\] {
      right: 16%;
    }
  }

  @media (width >= 80rem) {
    .xl\:bottom-\[0\%\] {
      bottom: 0%;
    }
  }

  @media (width >= 80rem) {
    .xl\:left-\[-18px\] {
      left: -18px;
    }
  }

  @media (width >= 80rem) {
    .xl\:left-\[16\%\] {
      left: 16%;
    }
  }

  @media (width >= 80rem) {
    .xl\:left-\[340px\] {
      left: 340px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[72\%\] {
      height: 72%;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[81\%\] {
      height: 81%;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[700px\] {
      height: 700px;
    }
  }

  @media (width >= 80rem) {
    .xl\:h-\[800px\] {
      height: 800px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[27\%\] {
      width: 27%;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[32\%\] {
      width: 32%;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[350px\] {
      width: 350px;
    }
  }

  @media (width >= 80rem) {
    .xl\:w-\[650px\] {
      width: 650px;
    }
  }

  @media (width >= 80rem) {
    .xl\:max-w-6xl {
      max-width: var(--container-6xl);
    }
  }

  @media (width >= 80rem) {
    .xl\:max-w-\[900px\] {
      max-width: 900px;
    }
  }

  .\[\&\>svg\]\:hidden > svg {
    display: none;
  }

  .\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
    rotate: 180deg;
  }
}


:root {
  --font-size: 14px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
  --color-primary: #358ae3;
  --color-text-strong: #191f28;
  --color-text-description: #333d4b;
  --color-muted: #6b7280;
  --color-hero-bg: #036ddc;
  --color-surface: #fff;
  --color-bg: #fff;
  --text-h1: 34px;
  --text-h2: 28px;
  --text-h3: 26px;
  --text-body-l: 18px;
  --text-body-m: 14px;
  --text-caption: 12px;
  --line-h1: 60px;
  --line-h2: 48px;
  --line-h3: 38px;
  --line-body-l: 28px;
  --line-body-m: 26px;
  --line-caption: 22px;
  --font-pretendard: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "system-ui", "Roboto", "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
  font-family: var(--font-pretendard);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (width <= 768px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.carousel-container .slick-slide {
  outline: none;
  margin: 0 !important;
}

.carousel-container .slick-slide > div {
  outline: none;
  margin: 0 !important;
  padding: 0 8px !important;
}

@media (width <= 768px) {
  .carousel-container .slick-slide > div {
    padding: 0 12px !important;
  }

  .carousel-container {
    margin: 0 -15px;
  }
}

@media (width <= 390px) {
  .carousel-container .slick-slide > div {
    padding: 0 10px !important;
  }

  .carousel-container {
    margin: 0 -12px;
  }
}

.carousel-container .slick-center > div > div {
  opacity: 1;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transform: scale(1);
}

.carousel-container .slick-slide:not(.slick-center) > div > div {
  opacity: .8;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  transform: scale(.9);
}

.carousel-container .slick-track {
  align-items: center;
  display: flex !important;
}

.carousel-container {
  margin: 0 -20px;
  padding: 20px 0;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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%;
}

@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: 0;
}

@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-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
}

@keyframes accordion-down {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height, var(--bits-accordion-content-height));
  }
}

@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height, var(--bits-accordion-content-height));
  }

  to {
    height: 0;
  }
}
