*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

:root {
  --delay: 0ms;
  --duration: 800ms;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #6E82A6;
  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #6E82A6;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html,
    body {
  min-height: 100vh;
  overflow-x: clip;
  scroll-behavior: smooth;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1280px) {
  html,
    body {
    width: 100vw;
  }
}

[data-motion="fadeToTop"] {
  opacity: 0;
}

@media (max-width: 1024px) {
  [data-motion="fadeToTop"][data-mobilehide="true"] {
    opacity: 1;
  }
}

.fadeToTop {
  animation: fadeToTop var(--duration, 800ms) var(--delay, 0ms) forwards;
}

@keyframes fadeToTop {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 1224px) {
  .container {
    max-width: 1224px;
  }
}

.progress-ring__circle {
  stroke: #1B54FF;
  stroke-width: 4;
  fill: transparent
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

.-left-4 {
  left: -1rem;
}

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

.-right-40 {
  right: -10rem;
}

.-top-20 {
  top: -5rem;
}

.-top-24 {
  top: -6rem;
}

.-top-4 {
  top: -1rem;
}

.right-0 {
  right: 0px;
}

.top-20 {
  top: 5rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

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

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

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

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\.85\] {
  aspect-ratio: 1.85;
}

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

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

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

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

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

.h-0\.5 {
  height: 0.125rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

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

.h-\[calc\(100vh-136px\)\] {
  height: calc(100vh - 136px);
}

.h-full {
  height: 100%;
}

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

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

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

.w-7 {
  width: 1.75rem;
}

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

.w-\[164\.09\] {
  width: 164.09;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.-translate-y-1\.5 {
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\.5 {
  --tw-translate-y: 0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.overflow-auto {
  overflow: auto;
}

.overflow-clip {
  overflow: clip;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-surface-50 {
  --tw-border-opacity: 1;
  border-color: rgb(222 227 237 / var(--tw-border-opacity, 1));
}

.border-surface-600\/10 {
  border-color: rgb(73 96 136 / 0.1);
}

.border-transparent {
  border-color: transparent;
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(27 84 255 / var(--tw-bg-opacity, 1));
}

.bg-primary\/10 {
  background-color: rgb(27 84 255 / 0.1);
}

.bg-primary\/5 {
  background-color: rgb(27 84 255 / 0.05);
}

.bg-surface-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 249 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pt-24 {
  padding-top: 6rem;
}

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

.text-10px400 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-12px400 {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-14px400 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-14px500 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-14px600 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -2%;
  font-weight: 600;
}

.text-15px400 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-15px500 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-16px400 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-16px500 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-16px700 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  font-weight: 700;
}

.text-18px400 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-20px400 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -2%;
  font-weight: 400;
}

.text-20px500 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-24px500 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-32px500 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-40px500 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -2%;
  font-weight: 500;
}

.text-surface {
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity, 1));
}

.text-surface-100 {
  --tw-text-opacity: 1;
  color: rgb(192 201 216 / var(--tw-text-opacity, 1));
}

.text-surface-200 {
  --tw-text-opacity: 1;
  color: rgb(161 174 196 / var(--tw-text-opacity, 1));
}

.text-surface-400 {
  --tw-text-opacity: 1;
  color: rgb(110 130 166 / var(--tw-text-opacity, 1));
}

.text-surface-600 {
  --tw-text-opacity: 1;
  color: rgb(73 96 136 / var(--tw-text-opacity, 1));
}

.text-surface-700 {
  --tw-text-opacity: 1;
  color: rgb(52 71 106 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur-\[200px\] {
  --tw-blur: blur(200px);
  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);
}

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

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[transform\:rotateZ\(270deg\)_rotateX\(180deg\)\] {
  transform: rotateZ(270deg) rotateX(180deg);
}

@media not all and (min-width: 1024px) {
  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  @media (min-width: 1224px) {
    .max-lg\:container {
      max-width: 1224px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  @media (min-width: 1224px) {
    .lg\:container {
      max-width: 1224px;
    }
  }
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

.before\:size-2\.5::before {
  content: var(--tw-content);
  width: 0.625rem;
  height: 0.625rem;
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-surface-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 201 216 / var(--tw-bg-opacity, 1));
}

.before\:bg-white\/50::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.5);
}

.before\:shadow-\[inset_-10px_-40px_10px_white\2c inset_200px_20px_100px_white\]::before {
  content: var(--tw-content);
  --tw-shadow: inset -10px -40px 10px white,inset 200px 20px 100px white;
  --tw-shadow-colored: inset -10px -40px 10px var(--tw-shadow-color), inset 200px 20px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:duration-200::before {
  content: var(--tw-content);
  transition-duration: 200ms;
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:size-2\.5::after {
  content: var(--tw-content);
  width: 0.625rem;
  height: 0.625rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-surface-100::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(192 201 216 / var(--tw-bg-opacity, 1));
}

.after\:shadow-\[inset_0_0_100px_100px_white\]::after {
  content: var(--tw-content);
  --tw-shadow: inset 0 0 100px 100px white;
  --tw-shadow-colored: inset 0 0 100px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 59 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-surface-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 227 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-surface-25:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 249 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(27 84 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(27 84 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-surface {
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-surface-600 {
  --tw-text-opacity: 1;
  color: rgb(73 96 136 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.group[data-active] .group-data-\[active\]\:pointer-events-auto {
  pointer-events: auto;
}

.group[data-active] .group-data-\[active\]\:top-0 {
  top: 0px;
}

.group[data-active] .group-data-\[active\]\:z-20 {
  z-index: 20;
}

.group[data-active] .group-data-\[active\]\:-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-active] .group-data-\[active\]\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes progress-ring {
  0% {
    stroke-dasharray: 230 0;
  }

  100% {
    stroke-dasharray: 0 230;
  }
}

.group[data-active] .group-data-\[active\]\:animate-progress {
  animation: progress-ring 4s linear forwards;
}

.group[data-active] .group-data-\[active\]\:bg-transparent {
  background-color: transparent;
}

.group[data-active] .group-data-\[active\]\:text-16px400 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  font-weight: 400;
}

.group[data-active] .group-data-\[active\]\:text-18px600 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%;
  font-weight: 600;
}

.group[data-active] .group-data-\[active\]\:text-surface {
  --tw-text-opacity: 1;
  color: rgb(13 18 28 / var(--tw-text-opacity, 1));
}

.group[data-active] .group-data-\[active\]\:text-surface-600 {
  --tw-text-opacity: 1;
  color: rgb(73 96 136 / var(--tw-text-opacity, 1));
}

.group[data-active] .group-data-\[active\]\:opacity-100 {
  opacity: 1;
}

.group[data-active] .group-data-\[active\]\:shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-active] .group-data-\[active\]\:before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

@media not all and (min-width: 1024px) {
  .max-lg\:order-3 {
    order: 3;
  }

  .max-lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-lg\:mt-0 {
    margin-top: 0px;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:max-h-0 {
    max-height: 0px;
  }

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

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:gap-4 {
    gap: 1rem;
  }

  .max-lg\:p-4 {
    padding: 1rem;
  }

  .max-lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .max-lg\:pt-12 {
    padding-top: 3rem;
  }

  .max-lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .group[data-active] .group-data-\[active\]\:max-lg\:mt-4 {
    margin-top: 1rem;
  }

  .group[data-active] .group-data-\[active\]\:max-lg\:max-h-\[520px\] {
    max-height: 520px;
  }

  .group[data-active] .group-data-\[active\]\:max-lg\:p-4 {
    padding: 1rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:w-full {
    width: 100%;
  }

  .max-md\:justify-center {
    justify-content: center;
  }
}

@media (min-width: 640px) {
  .sm\:aspect-\[1\.85\] {
    aspect-ratio: 1.85;
  }

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

@media (min-width: 768px) {
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:max-h-60 {
    max-height: 15rem;
  }

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

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

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

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

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

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

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

  .lg\:border {
    border-width: 1px;
  }

  .lg\:bg-surface-50\/20 {
    background-color: rgb(222 227 237 / 0.2);
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:text-14px500 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    font-weight: 500;
  }

  .lg\:text-16px500 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    font-weight: 500;
  }

  .lg\:text-18px400 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -2%;
    font-weight: 400;
  }

  .lg\:text-20px500 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -2%;
    font-weight: 500;
  }

  .lg\:text-24px500 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -2%;
    font-weight: 500;
  }

  .lg\:text-40px500 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -2%;
    font-weight: 500;
  }

  .lg\:text-56px500 {
    font-size: 56px;
    line-height: 64px;
    letter-spacing: -2%;
    font-weight: 500;
  }
}

@media (min-width: 1280px) {
  .xl\:w-screen {
    width: 100vw;
  }
}

.\[\&\.opened\>span\:first-child\]\:top-3\.5.opened>span:first-child {
  top: 0.875rem;
}

.\[\&\.opened\>span\:first-child\]\:translate-y-0.opened>span:first-child {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.opened\>span\:first-child\]\:-rotate-45.opened>span:first-child {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.opened\>span\:nth-child\(2\)\]\:opacity-0.opened>span:nth-child(2) {
  opacity: 0;
}

.\[\&\.opened\>span\:nth-child\(3\)\]\:top-\[15px\].opened>span:nth-child(3) {
  top: 15px;
}

.\[\&\.opened\>span\:nth-child\(3\)\]\:translate-y-0.opened>span:nth-child(3) {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\.opened\>span\:nth-child\(3\)\]\:rotate-45.opened>span:nth-child(3) {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>li\>a\.active\]\:bg-primary\/10>li>a.active {
  background-color: rgb(27 84 255 / 0.1);
}

.\[\&\>li\>a\.active\]\:text-15px700>li>a.active {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -2%;
  font-weight: 700;
}

.\[\&\>li\>a\.active\]\:text-primary>li>a.active {
  --tw-text-opacity: 1;
  color: rgb(27 84 255 / var(--tw-text-opacity, 1));
}

.\[\&\>li\>a\]\:flex>li>a {
  display: flex;
}

.\[\&\>li\>a\]\:rounded-lg>li>a {
  border-radius: 0.5rem;
}

.\[\&\>li\>a\]\:px-2\.5>li>a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.\[\&\>li\>a\]\:py-2>li>a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&\>li\>a\]\:py-3>li>a {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>li\>a\]\:text-15px500>li>a {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -2%;
  font-weight: 500;
}

.\[\&\>li\>a\]\:text-16px700>li>a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2%;
  font-weight: 700;
}

.\[\&\>li\>a\]\:text-surface-900>li>a {
  --tw-text-opacity: 1;
  color: rgb(33 44 65 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .\[\&\>li\>a\]\:max-lg\:flex>li>a {
    display: flex;
  }

  .\[\&\>li\>a\]\:max-lg\:justify-center>li>a {
    justify-content: center;
  }

  .\[\&\>li\>a\]\:max-lg\:py-2>li>a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\[\&\>li\>a\]\:max-lg\:text-14px500>li>a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -2%;
    font-weight: 500;
  }
}

