/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --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-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --leading-loose: 2;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --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-primary: #161616;
    --color-grey-400: #adadad;
    --color-grey-900: #1e1e1e;
    --color-accent: #ddf247;
    --spacing-7_5: 1.875rem;
    --font-kanit: "Kanit", sans-serif;
    --text-1_5xl: 1.375rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .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;
  }
  .-mt-2 {
    margin-top: calc(var(--spacing) * -2);
  }
  .-mt-\[15px\] {
    margin-top: calc(15px * -1);
  }
  .-mt-\[70px\] {
    margin-top: calc(70px * -1);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7\.5 {
    margin-top: var(--spacing-7_5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7\.5 {
    margin-bottom: var(--spacing-7_5);
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[calc\(100\%-80px\)\] {
    height: calc(100% - 80px);
  }
  .h-\[clamp\(600px\,80vh\,800px\)\] {
    height: clamp(600px, 80vh, 800px);
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[clamp\(200px\,50\%\,400px\)\] {
    width: clamp(200px, 50%, 400px);
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .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;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-br-\[14px\] {
    border-bottom-right-radius: 14px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#888\] {
    border-color: #888;
  }
  .border-\[\#888888\] {
    border-color: #888888;
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-b-\[\#363636\] {
    border-bottom-color: #363636;
  }
  .border-b-white\/10 {
    border-bottom-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#151515\] {
    background-color: #151515;
  }
  .bg-accent {
    background-color: var(--color-accent);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-grey-900 {
    background-color: var(--color-grey-900);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white\/\[0\.148\] {
    background-color: color-mix(in srgb, #fff 14.799999999999999%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 14.799999999999999%, transparent);
    }
  }
  .bg-\[linear-gradient\(to_bottom\,\#161616\,transparent\)\] {
    background-image: linear-gradient(to bottom,#161616,transparent);
  }
  .bg-\[linear-gradient\(to_top\,\#161616\,transparent\)\] {
    background-image: linear-gradient(to top,#161616,transparent);
  }
  .bg-\[url\(\'assets\/img\/botbg\.png\'\)\] {
    background-image: url('assets/img/botbg.png');
  }
  .bg-\[url\(assets\/img\/joinbg\.png\)\] {
    background-image: url(assets/img/joinbg.png);
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-bottom {
    background-position: bottom;
  }
  .bg-top {
    background-position: top;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-\[\#f05722\] {
    fill: #f05722;
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-11 {
    padding-left: calc(var(--spacing) * 11);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .font-kanit {
    font-family: var(--font-kanit);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[clamp\(14px\,1\.2vw\,18px\)\] {
    font-size: clamp(14px, 1.2vw, 18px);
  }
  .text-\[clamp\(16px\,1\.2vw\,22px\)\] {
    font-size: clamp(16px, 1.2vw, 22px);
  }
  .text-\[clamp\(16px\,1\.5vw\,24px\)\] {
    font-size: clamp(16px, 1.5vw, 24px);
  }
  .text-\[clamp\(20px\,2\.5vw\,30px\)\] {
    font-size: clamp(20px, 2.5vw, 30px);
  }
  .leading-\[1\.8\] {
    --tw-leading: 1.8;
    line-height: 1.8;
  }
  .leading-\[3\] {
    --tw-leading: 3;
    line-height: 3;
  }
  .leading-loose {
    --tw-leading: var(--leading-loose);
    line-height: var(--leading-loose);
  }
  .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-extralight {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
  }
  .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);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#8a8a8a\] {
    color: #8a8a8a;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#888888\] {
    color: #888888;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-grey-400 {
    color: var(--color-grey-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .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);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-\[300ms\] {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .will-change-transform {
    will-change: transform;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:fill-black {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-black);
      }
    }
  }
  .group-\[\.selected\]\:block {
    &:is(:where(.group):is(.selected) *) {
      display: block;
    }
  }
  .peer-checked\/creditCard\:text-white {
    &:is(:where(.peer\/creditCard):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/crypto\:text-white {
    &:is(:where(.peer\/crypto):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/onetime\:text-white {
    &:is(:where(.peer\/onetime):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/paypal\:text-white {
    &:is(:where(.peer\/paypal):checked ~ *) {
      color: var(--color-white);
    }
  }
  .peer-checked\/recurring\:text-white {
    &:is(:where(.peer\/recurring):checked ~ *) {
      color: var(--color-white);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-0 {
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .before\:left-\[-100\%\] {
    &::before {
      content: var(--tw-content);
      left: -100%;
    }
  }
  .before\:-z-\[1\] {
    &::before {
      content: var(--tw-content);
      z-index: calc(1 * -1);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:bg-\[\#f05722\] {
    &::before {
      content: var(--tw-content);
      background-color: #f05722;
    }
  }
  .before\:transition-all {
    &::before {
      content: var(--tw-content);
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .before\:duration-300 {
    &::before {
      content: var(--tw-content);
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .before\:content-\[\'\'\] {
    &::before {
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:text-accent {
    &:hover {
      @media (hover: hover) {
        color: var(--color-accent);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:before\:left-0 {
    &:hover {
      @media (hover: hover) {
        &::before {
          content: var(--tw-content);
          left: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .focus\:border-accent {
    &:focus {
      border-color: var(--color-accent);
    }
  }
  .focus\:text-accent {
    &:focus {
      color: var(--color-accent);
    }
  }
  .max-lg\:order-1 {
    @media (width < 64rem) {
      order: 1;
    }
  }
  .max-lg\:col-span-2 {
    @media (width < 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .max-lg\:m-2\.5 {
    @media (width < 64rem) {
      margin: calc(var(--spacing) * 2.5);
    }
  }
  .max-lg\:mx-auto {
    @media (width < 64rem) {
      margin-inline: auto;
    }
  }
  .max-lg\:-mb-5 {
    @media (width < 64rem) {
      margin-bottom: calc(var(--spacing) * -5);
    }
  }
  .max-lg\:inline-block {
    @media (width < 64rem) {
      display: inline-block;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:border-b {
    @media (width < 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-lg\:border-b-\[\#363636\] {
    @media (width < 64rem) {
      border-bottom-color: #363636;
    }
  }
  .max-lg\:py-\[5px\] {
    @media (width < 64rem) {
      padding-block: 5px;
    }
  }
  .max-lg\:text-center {
    @media (width < 64rem) {
      text-align: center;
    }
  }
  .max-lg\:text-2xl {
    @media (width < 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-lg\:text-base {
    @media (width < 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-lg\:text-sm {
    @media (width < 64rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-lg\:text-1\.5xl {
    @media (width < 64rem) {
      font-size: var(--text-1_5xl);
    }
  }
  .max-lg\:leading-loose {
    @media (width < 64rem) {
      --tw-leading: var(--leading-loose);
      line-height: var(--leading-loose);
    }
  }
  .max-md\:-order-1 {
    @media (width < 48rem) {
      order: calc(1 * -1);
    }
  }
  .max-md\:col-span-1 {
    @media (width < 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 48rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:px-2\.5 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .max-md\:text-base {
    @media (width < 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-md\:text-lg {
    @media (width < 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:max-w-\[1400px\] {
    @media (width >= 48rem) {
      max-width: 1400px;
    }
  }
  .md\:min-w-\[800px\] {
    @media (width >= 48rem) {
      min-width: 800px;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:-mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: calc(50px * -1);
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline {
    @media (width >= 64rem) {
      display: inline;
    }
  }
  .lg\:w-\[clamp\(200px\,70\%\,600px\)\] {
    @media (width >= 64rem) {
      width: clamp(200px, 70%, 600px);
    }
  }
  .lg\:w-\[clamp\(1000px\,80vw\,1800px\)\] {
    @media (width >= 64rem) {
      width: clamp(1000px, 80vw, 1800px);
    }
  }
  .lg\:grid-cols-\[1fr_1\.2fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 1.2fr 1fr;
    }
  }
  .lg\:grid-cols-\[1fr_auto_50px_auto_50px_auto_50px\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr auto 50px auto 50px auto 50px;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:pl-\[50px\] {
    @media (width >= 64rem) {
      padding-left: 50px;
    }
  }
  .lg\:text-end {
    @media (width >= 64rem) {
      text-align: end;
    }
  }
  .lg\:text-start {
    @media (width >= 64rem) {
      text-align: start;
    }
  }
  .lg\:text-\[clamp\(14px\,1\.2vw\,16px\)\] {
    @media (width >= 64rem) {
      font-size: clamp(14px, 1.2vw, 16px);
    }
  }
  .\[\&\.plan-name-selected\]\:text-accent {
    &.plan-name-selected {
      color: var(--color-accent);
    }
  }
  .\[\&\.selected\]\:bg-black {
    &.selected {
      background-color: var(--color-black);
    }
  }
}
:root {
  --td: 150ms;
  --te: cubic-bezier(0.215, 0.61, 0.355, 1);
}
img {
  touch-action: manipulation;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?mig12u");
  src: url("../fonts/icomoon.eot?mig12u#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?mig12u") format("truetype"), url("../fonts/icomoon.woff?mig12u") format("woff"), url("../fonts/icomoon.svg?mig12u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.ph-thumb {
  flex: 0 0 calc(25% - 8px);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  border: 2px solid transparent;
  height: 104px;
}
.ph-thumb.active {
  opacity: 1;
  border-color: #4caf50;
}
.ph-thumb:hover {
  opacity: 1;
  transform: translateY(-3px);
}
.ph-thumb img {
  display: flex;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu_side {
  transform-style: preserve-3d;
  position: relative;
  transition: height 0.5s cubic-bezier(0.3, 1.05, 0.4, 1.05);
  transform: translateZ(0);
}
.card {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all 0.4s cubic-bezier(0.3, 1.5, 0.4, 1.1);
  transform-origin: top center;
  will-change: transform;
}
.arrowmen {
  transition: transform 0.4s cubic-bezier(0.3, 1.5, 0.4, 1.1);
}
.menu_side.expanded .arrowmen {
  transform: rotate(90deg);
}
.stack-card {
  transform-origin: center center;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.menu_side:not(.expanded) .stack-card-1 {
  transform: translateZ(-20px) translateY(-4px);
}
.menu_side:not(.expanded) .stack-card-2 {
  transform: translateZ(-30px) translateY(-8px);
}
.menu_side:not(.expanded) .stack-card-3 {
  transform: translateZ(-40px) translateY(-12px);
}
.menu_side:not(.expanded) .stack-card-4 {
  transform: translateZ(-50px) translateY(-16px);
}
.menu_side:not(.expanded) .stack-card-5 {
  transform: translateZ(-60px) translateY(-20px);
}
.menu_side:not(.expanded) .stack-card-6 {
  transform: translateZ(-70px) translateY(-24px);
}
.menu_side.expanded .stack-card {
  transition: all 0.4s cubic-bezier(0.3, 1.5, 0.4, 1.1);
  transform: translateZ(0) translateY(0);
}
.menu_side.expanded .main-card {
  top: 0;
}
.menu_side.expanded .menu-card-1 {
  top: 100px;
  transition-delay: 0.05s;
  animation: flyOut 0.5s cubic-bezier(0.3, 1.5, 0.4, 1.1) 0.05s forwards;
}
.menu_side.expanded .menu-card-2 {
  top: 175px;
  transition-delay: 0.1s;
  animation: flyOut 0.5s cubic-bezier(0.3, 1.5, 0.4, 1.1) 0.1s forwards;
}
.menu_side.expanded .menu-card-3 {
  top: 250px;
  transition-delay: 0.15s;
  animation: flyOut 0.5s cubic-bezier(0.3, 1.5, 0.4, 1.1) 0.15s forwards;
}
.menu_side.expanded .menu-card-4 {
  top: 325px;
  transition-delay: 0.2s;
  animation: flyOut 0.5s cubic-bezier(0.3, 1.5, 0.4, 1.1) 0.2s forwards;
}
.menu_side.expanded .menu-card-5 {
  top: 400px;
  transition-delay: 0.25s;
  animation: flyOut 0.5s cubic-bezier(0.3, 1.5, 0.4, 1.1) 0.25s forwards;
}
.menu_side.expanded .menu-card-6 {
  top: 475px;
  transition-delay: 0.3s;
  animation: flyOut 0.5s cubic-bezier(0.3, 1.5, 0.4, 1.1) 0.3s forwards;
}
.menu_side.expanded {
  height: 510px;
}
.menu_side.closing .menu-card-6 {
  animation: flyBack 0.4s cubic-bezier(0.3, 1.05, 0.4, 1.05) forwards;
}
.menu_side.closing .menu-card-5 {
  animation: flyBack 0.4s cubic-bezier(0.3, 1.05, 0.4, 1.05) 0.05s forwards;
}
.menu_side.closing .menu-card-4 {
  animation: flyBack 0.4s cubic-bezier(0.3, 1.05, 0.4, 1.05) 0.1s forwards;
}
.menu_side.closing .menu-card-3 {
  animation: flyBack 0.4s cubic-bezier(0.3, 1.05, 0.4, 1.05) 0.15s forwards;
}
.menu_side.closing .menu-card-2 {
  animation: flyBack 0.4s cubic-bezier(0.3, 1.05, 0.4, 1.05) 0.2s forwards;
}
.menu_side.closing .menu-card-1 {
  animation: flyBack 0.4s cubic-bezier(0.3, 1.05, 0.4, 1.05) 0.25s forwards;
}
.menu_side:not(.expanded):not(.closing) .menu-card {
  opacity: 0;
  transform: translateX(0) translateY(-40px);
  transition: none;
}
.menu_side.expanded .card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.menu_side:not(.expanded) .menu-card, .menu_side.expanded .menu-card {
  pointer-events: none;
  opacity: 0;
}
.menu_side.expanded .menu-card {
  opacity: 1;
  pointer-events: auto;
}
@keyframes hover-link-blink {
  50%, 100% {
    opacity: 0;
  }
}
@keyframes smoothBounce {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translateY(-5px) scale(1.05);
  }
  75% {
    transform: translateY(5px) scale(0.98);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
@keyframes blink {
  50%, 100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes hover-link-mob-blink {
  50%, 100% {
    opacity: 0;
  }
}
@keyframes glitch-animation {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 10px -5px;
  }
  50% {
    background-position: -10px 5px;
  }
  75% {
    background-position: 5px -10px;
  }
  100% {
    background-position: -5px 10px;
  }
}
@keyframes flyOut {
  0% {
    opacity: 0;
    transform: translateX(30px) scale(0.9) translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes flyBack {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(20px) scale(0.9) translateY(-20px);
  }
}
@media (max-width: 768px) {
  .select__body {
    width: auto;
  }
  [data-menu-content] {
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    &.open {
      max-height: 300px;
      opacity: 1;
      transition: max-height 0.3s ease-in, opacity 0.3s ease-in;
    }
  }
}
@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-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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;
}
@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-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-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}
