/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scrollbar-thumb: #0000;
      --tw-scrollbar-track: #0000;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-red-100: #ffe2e2;
    --color-red-500: #fb2c36;
    --color-green-100: #dcfce7;
    --color-green-600: #00a544;
    --color-gray-500: #6a7282;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-orange: #ff6700;
    --color-pastel-blue: #7199ca;
    --color-dark-slate: #272732;
    --color-mid-slate: #373a48;
    --color-light-grey: #e5e1e6;
    --font-family: "Century Gothic", sans-serif;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-100: lab(92.243% 10.2865 3.83865);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-green-100: lab(96.1861% -13.8464 6.52365);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
    }
  }
}

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

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

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentColor;
    }

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

    ::placeholder {
      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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

@layer components;

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

  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: 0;
  }

  .top-0 {
    top: 0;
  }

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

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

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

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

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

  .right-0 {
    right: 0;
  }

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

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

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

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

  .bottom-0, .bottom-\[0\] {
    bottom: 0;
  }

  .bottom-\[20px\] {
    bottom: 20px;
  }

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

  .left-0 {
    left: 0;
  }

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

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

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

  .left-\[0\], .left-\[0px\] {
    left: 0;
  }

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

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

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

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

  .z-\[1\] {
    z-index: 1;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-5 {
    grid-column: span 5 / span 5;
  }

  .col-span-6 {
    grid-column: span 6 / span 6;
  }

  .col-span-12 {
    grid-column: span 12 / span 12;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .-mx-\[15px\] {
    margin-inline: -15px;
  }

  .-mx-\[24px\] {
    margin-inline: -24px;
  }

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

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

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

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

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

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

  .mb-\[40px\] {
    margin-bottom: 40px;
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-6 {
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .\!flex {
    display: flex !important;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-square {
    aspect-ratio: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

  .h-\[90vh\] {
    height: 90vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

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

  .min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-\[0_1_calc\(\(100\%_-_60px\)_\/_3\)\] {
    flex: 0 calc(33.3333% - 20px);
  }

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

  .flex-grow, .grow {
    flex-grow: 1;
  }

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

  .grow-\[\.5\] {
    flex-grow: .5;
  }

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

  .translate-x-0 {
    --tw-translate-x: 0;
    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 {
    --tw-translate-y: 0;
    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);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-grab {
    cursor: grab;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .scrollbar-thumb-mid-slate {
    --tw-scrollbar-thumb: var(--color-mid-slate);
    scrollbar-color: var(--tw-scrollbar-thumb) var(--tw-scrollbar-track);
  }

  .scrollbar-thumb-orange {
    --tw-scrollbar-thumb: var(--color-orange);
    scrollbar-color: var(--tw-scrollbar-thumb) var(--tw-scrollbar-track);
  }

  .scrollbar-track-dark-slate {
    --tw-scrollbar-track: var(--color-dark-slate);
    scrollbar-color: var(--tw-scrollbar-thumb) var(--tw-scrollbar-track);
  }

  .scrollbar-track-white {
    --tw-scrollbar-track: var(--color-white);
    scrollbar-color: var(--tw-scrollbar-thumb) var(--tw-scrollbar-track);
  }

  .appearance-none {
    appearance: none;
  }

  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-x-\[25px\] {
    -moz-column-gap: 25px;
    column-gap: 25px;
  }

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

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

  .gap-y-\[12px\] {
    row-gap: 12px;
  }

  .gap-y-\[15px\] {
    row-gap: 15px;
  }

  .gap-y-\[20px\] {
    row-gap: 20px;
  }

  .gap-y-\[24px\] {
    row-gap: 24px;
  }

  .gap-y-\[50px\] {
    row-gap: 50px;
  }

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

  .gap-y-\[80px\] {
    row-gap: 80px;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .overflow-y-scroll {
    overflow-y: scroll;
  }

  .scroll-smooth {
    scroll-behavior: smooth;
  }

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

  .rounded-\[35px_35px_0_0px\] {
    border-radius: 35px 35px 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .border-dark-slate {
    border-color: var(--color-dark-slate);
  }

  .border-light-grey {
    border-color: var(--color-light-grey);
  }

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

  .border-pastel-blue {
    border-color: var(--color-pastel-blue);
  }

  .border-red-500 {
    border-color: var(--color-red-500);
  }

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

  .bg-\[\#5A5B89\] {
    background-color: #5a5b89;
  }

  .bg-dark-slate\/15 {
    background-color: #27273226;
  }

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

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

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

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

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

  .bg-\[linear-gradient\(0deg\,_rgba\(0\,_0\,_0\,_0\.50\)_0\%\,_rgba\(0\,_0\,_0\,_0\.50\)_100\%\)\] {
    background-image: linear-gradient(0deg, #00000080 0% 100%);
  }

  .bg-\[linear-gradient\(0deg\,_rgba\(0\,_0\,_0\,_0\.60\)_0\%\,_rgba\(102\,_102\,_102\,_0\.60\)_100\%\)\] {
    background-image: linear-gradient(0deg, #0009 0%, #6669 100%);
  }

  .bg-\[linear-gradient\(180deg\,_rgba\(0\,_0\,_0\,_0\.00\)_0\%\,_\#000_100\%\)\] {
    background-image: linear-gradient(#0000 0%, #000 100%);
  }

  .bg-\[url\(\/images\/difference-spiral\.svg\)\] {
    background-image: url("/images/difference-spiral.svg");
  }

  .bg-size-\[300px\] {
    background-size: 300px;
  }

  .bg-bottom-right {
    background-position: 100% 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-0 {
    padding-right: 0;
  }

  .pr-\[24px\] {
    padding-right: 24px;
  }

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

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

  .pl-\[24px\] {
    padding-left: 24px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

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

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

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

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

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

  .text-dark-slate {
    color: var(--color-dark-slate);
  }

  .text-dark-slate\/60 {
    color: #27273299;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-dark-slate\/60 {
      color: color-mix(in oklab, var(--color-dark-slate) 60%, transparent);
    }
  }

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

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

  .text-mid-slate {
    color: var(--color-mid-slate);
  }

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

  .text-pastel-blue {
    color: var(--color-pastel-blue);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

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

  .text-white\/60 {
    color: #fff9;
  }

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

  .text-white\/70 {
    color: #ffffffb3;
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .placeholder-red-500::placeholder {
    color: var(--color-red-500);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .bg-blend-multiply {
    background-blend-mode: multiply;
  }

  .shadow-\[0_0_0_6px_white\] {
    --tw-shadow: 0 0 0 6px var(--tw-shadow-color, white);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline-\[0\] {
    outline-style: var(--tw-outline-style);
    outline-width: 0;
  }

  .blur-\[4px\] {
    --tw-blur: blur(4px);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, 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-\[filter\] {
    transition-property: filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .delay-200 {
    transition-delay: .2s;
  }

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

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .duration-\[800ms\] {
    --tw-duration: .8s;
    transition-duration: .8s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  .\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none;
  }

  @media (hover: hover) {
    .group-hover\:translate-x-\[6px\]:is(:where(.group):hover *) {
      --tw-translate-x: 6px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0;
    }
  }

  @media (hover: hover) {
    .group-hover\:transition-all:is(:where(.group):hover *) {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }

  .placeholder\:text-pastel-blue::placeholder {
    color: var(--color-pastel-blue);
  }

  .checked\:bg-pastel-blue:checked {
    background-color: var(--color-pastel-blue);
  }

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

  @media (hover: hover) {
    .hover\:cursor-pointer:hover {
      cursor: pointer;
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-transparent:hover {
      background-color: #0000;
    }
  }

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

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

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

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

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  @media (hover: hover) {
    .disabled\:hover\:cursor-default:disabled:hover {
      cursor: default;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

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

  @media (min-width: 48rem) {
    .md\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

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

  @media (min-width: 48rem) {
    .md\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-\[80px\] {
      gap: 80px;
    }
  }

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

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

  @media (min-width: 64rem) {
    .lg\:pointer-events-auto {
      pointer-events: auto;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:right-\[30px\] {
      right: 30px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:right-\[60px\] {
      right: 60px;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:left-\[30px\] {
      left: 30px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-6 {
      grid-column: span 6 / span 6;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-12 {
      grid-column: span 12 / span 12;
    }
  }

  @media (min-width: 64rem) {
    .lg\:-mx-\[20px\] {
      margin-inline: -20px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:mx-\[40px\] {
      margin-inline: 40px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:mt-\[60px\] {
      margin-top: 60px;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:line-clamp-\[8\] {
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      overflow: hidden;
    }
  }

  @media (min-width: 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:aspect-\[299\/219\] {
      aspect-ratio: 299 / 219;
    }
  }

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

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

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

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:h-auto {
      height: auto;
    }
  }

  @media (min-width: 64rem) {
    .lg\:h-full {
      height: 100%;
    }
  }

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:w-\[20\%\] {
      width: 20%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[25\%\] {
      width: 25%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[35\%\] {
      width: 35%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[40\%\] {
      width: 40%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[45\%\] {
      width: 45%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[65\%\] {
      width: 65%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-\[75\%\] {
      width: 75%;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:w-fit {
      width: fit-content;
    }
  }

  @media (min-width: 64rem) {
    .lg\:w-full {
      width: 100%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-\[40\%\] {
      max-width: 40%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-\[50\%\] {
      max-width: 50%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-\[75\%\] {
      max-width: 75%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:max-w-\[100\%\] {
      max-width: 100%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:translate-x-\[80px\] {
      --tw-translate-x: 80px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-stretch {
      align-items: stretch;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-0 {
      gap: 0;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-\[25px\] {
      gap: 25px;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:gap-\[50px\] {
      gap: 50px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-\[60px\] {
      gap: 60px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-\[70px\] {
      gap: 70px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-\[200px\] {
      gap: 200px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-y-\[50px\] {
      row-gap: 50px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-y-\[70px\] {
      row-gap: 70px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:overflow-visible {
      overflow: visible;
    }
  }

  @media (min-width: 64rem) {
    .lg\:rounded-\[0_35px_35px_0\] {
      border-radius: 0 35px 35px 0;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:rounded-\[35px_0_0_35px\] {
      border-radius: 35px 0 0 35px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:rounded-tl-\[35px\] {
      border-top-left-radius: 35px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:rounded-tr-\[35px\] {
      border-top-right-radius: 35px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:border-2 {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:border-solid {
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  @media (min-width: 64rem) {
    .lg\:border-orange {
      border-color: var(--color-orange);
    }
  }

  @media (min-width: 64rem) {
    .lg\:bg-dark-slate {
      background-color: var(--color-dark-slate);
    }
  }

  @media (min-width: 64rem) {
    .lg\:bg-auto {
      background-size: auto;
    }
  }

  @media (min-width: 64rem) {
    .lg\:p-0 {
      padding: 0;
    }
  }

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:px-0 {
      padding-inline: 0;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:pt-0 {
      padding-top: 0;
    }
  }

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

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

  @media (min-width: 64rem) {
    .lg\:pr-\[20\%\] {
      padding-right: 20%;
    }
  }

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

  @media (min-width: 64rem) {
    .lg\:pl-0 {
      padding-left: 0;
    }
  }

  @media (min-width: 64rem) {
    .lg\:pl-\[40px\] {
      padding-left: 40px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:pl-\[80px\] {
      padding-left: 80px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-center {
      text-align: center;
    }
  }

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }

  @media (min-width: 64rem) {
    .lg\:font-semibold {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-white {
      color: var(--color-white);
    }
  }

  @media (min-width: 64rem) {
    .lg\:blur-\[3px\] {
      --tw-blur: blur(3px);
      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, );
    }
  }

  @media (min-width: 80rem) {
    .xl\:block {
      display: block;
    }
  }

  @media (min-width: 80rem) {
    .xl\:flex {
      display: flex;
    }
  }

  @media (min-width: 80rem) {
    .xl\:hidden {
      display: none;
    }
  }

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

  @media (min-width: 80rem) {
    .xl\:w-\[18\%\] {
      width: 18%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[20\%\] {
      width: 20%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[25\%\] {
      width: 25%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[35\%\] {
      width: 35%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[40\%\] {
      width: 40%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[45\%\] {
      width: 45%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[50\%\] {
      width: 50%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[55\%\] {
      width: 55%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:w-\[60\%\] {
      width: 60%;
    }
  }

  @media (min-width: 80rem) {
    .xl\:max-w-none {
      max-width: none;
    }
  }

  @media (min-width: 80rem) {
    .xl\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 80rem) {
    .xl\:flex-nowrap {
      flex-wrap: nowrap;
    }
  }

  @media (min-width: 80rem) {
    .xl\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 80rem) {
    .xl\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 80rem) {
    .xl\:gap-0 {
      gap: 0;
    }
  }

  @media (min-width: 80rem) {
    .xl\:gap-\[30px\] {
      gap: 30px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:gap-\[80px\] {
      gap: 80px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:rounded-\[35px\] {
      border-radius: 35px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:border-1 {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:border-solid {
      --tw-border-style: solid;
      border-style: solid;
    }
  }

  @media (min-width: 80rem) {
    .xl\:border-white {
      border-color: var(--color-white);
    }
  }

  @media (min-width: 80rem) {
    .xl\:\!bg-dark-slate {
      background-color: var(--color-dark-slate) !important;
    }
  }

  @media (min-width: 80rem) {
    .xl\:p-\[80px\] {
      padding: 80px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-\[35px\] {
      padding-inline: 35px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-\[80px\] {
      padding-inline: 80px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-\[100px\] {
      padding-inline: 100px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:px-\[160px\] {
      padding-inline: 160px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:py-\[30px\] {
      padding-block: 30px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:py-\[100px\] {
      padding-block: 100px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:text-\[clamp\(11px\,0\.9vw\,15px\)\] {
      font-size: clamp(11px, .9vw, 15px);
    }
  }

  @media (min-width: 80rem) {
    .xl\:font-normal {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }

  @media (min-width: 80rem) {
    @media (min-width: 64rem) {
      .xl\:lg\:h-\[588px\] {
        height: 588px;
      }
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:gap-0 {
      gap: 0;
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:gap-\[75px\] {
      gap: 75px;
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:gap-\[160px\] {
      gap: 160px;
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:px-\[100px\] {
      padding-inline: 100px;
    }
  }

  @media (min-width: 96rem) {
    .\32 xl\:px-\[160px\] {
      padding-inline: 160px;
    }
  }

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

  .\[\&_h2\]\:font-semibold h2 {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .\[\&_li\]\:mb-\[8px\] li {
    margin-bottom: 8px;
  }

  .\[\&_li\]\:break-inside-avoid li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .\[\&_p\]\:mb-\[8px\] p {
    margin-bottom: 8px;
  }

  .\[\&_ul\]\:flex ul {
    display: flex;
  }

  .\[\&_ul\]\:list-disc ul {
    list-style-type: disc;
  }

  .\[\&_ul\]\:columns-2 ul {
    -moz-columns: 2;
    columns: 2;
  }

  .\[\&_ul\]\:flex-col ul {
    flex-direction: column;
  }

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

  .\[\&_ul\]\:gap-x-\[24px\] ul {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }

  .\[\&_ul\]\:pl-\[24px\] ul {
    padding-left: 24px;
  }

  .\[\&_ul\]\:pl-\[30px\] ul {
    padding-left: 30px;
  }

  @media (min-width: 64rem) {
    .lg\:\[\&_ul\]\:columns-1 ul {
      -moz-columns: 1;
      columns: 1;
    }
  }

  @media (min-width: 64rem) {
    .lg\:\[\&_ul\]\:pl-\[30px\] ul {
      padding-left: 30px;
    }
  }

  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }

  .bg-orange {
    background-color: #ff6700;
  }

  .bg-pastel-blue {
    background-color: #7199ca;
  }

  .bg-dark-slate {
    background-color: #272732;
  }

  .bg-slate {
    background-color: #2f2f3c;
  }

  .bg-mid-slate {
    background-color: #373a48;
  }

  .bg-light-grey {
    background-color: #e5e1e6;
  }
}

@font-face {
  font-family: Century Gothic;
  src: url("/fonts/CenturyGothic/Century Gothic WGL Bold Italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url("/fonts/CenturyGothic/Century Gothic WGL Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url("/fonts/CenturyGothic/Century Gothic WGL Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Century Gothic;
  src: url("/fonts/CenturyGothic/Century Gothic WGL.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --background: #fff;
  --foreground: #171717;
  --color-orange: #ff6700;
  --color-pastel-blue: #7199ca;
  --color-dark-slate: #272732;
  --color-slate: #2f2f3c;
  --color-mid-slate: #373a48;
  --color-light-grey: #e5e1e6;
  --font-family: "Century Gothic", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

body {
  font-family: var(--font-family);
}

.container {
  max-width: 1840px;
}

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

.swheel-detail {
  opacity: 0;
  animation: .5s cubic-bezier(.22, 1, .36, 1) .25s forwards swheelFadeUp;
}

@keyframes swheelFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-slider .slick-slider, .text-slider .slick-list, .text-slider .slick-track, .text-slider .slick-slide div {
  height: 100%;
}

.slider-wrapper .slick-dots {
  background: #ffffff80;
  border-radius: 5px;
  flex-direction: row;
  max-width: 45%;
  bottom: 40px;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  display: flex !important;
}

.slider-wrapper .slick-dots li {
  flex: 1;
  height: 4px;
  margin: 0;
  padding: 0;
}

.slider-wrapper .slick-dots li button {
  background-color: #0000;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 4px;
  padding: 0;
}

.slider-wrapper .slick-dots li.slick-active button {
  background-color: #fff;
  border-radius: 5px;
}

.slider-wrapper .slick-dots li button:before {
  content: none;
  display: none;
}

@media (max-width: 1023px) {
  .slider-wrapper .slick-dots {
    bottom: 20px;
  }

  .slider-wrapper .slick-dots li {
    width: 5px;
    height: 5px;
  }

  .hero-slider .slick-dots {
    display: none !important;
  }

  .sectors-slider .slick-slide {
    padding: 0 15px;
  }

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

@media (max-width: 1400px) {
  .social {
    display: none;
  }

  .links {
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .tis-reversed {
    flex-direction: row-reverse;
  }
}

.tis-reversed {
  flex-direction: row-reverse;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-scrollbar-thumb {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-scrollbar-track {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

