*, ::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: #e5e5e5;
  /* 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: #a3a3a3;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #a3a3a3;
  /* 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;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mt-32 {
  margin-top: 8rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-\[46px\] {
  height: 46px !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.flex-auto {
  flex: 1 1 auto;
}

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

.-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-x-2\/4 {
  --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-x-full {
  --tw-translate-x: -100%;
  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\/2 {
  --tw-translate-y: -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-2\/4 {
  --tw-translate-y: -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-full {
  --tw-translate-y: -100%;
  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-0 {
  --tw-translate-x: 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));
}

.translate-x-full {
  --tw-translate-x: 100%;
  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));
}

.rotate-180 {
  --tw-rotate: 180deg;
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-\[\#E4E4E7\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.\!rounded-\[4px\] {
  border-radius: 4px !important;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

.border-\[var\(--brand-500\)\] {
  border-color: var(--brand-500);
}

.border-\[var\(--white-100\)\] {
  border-color: var(--white-100);
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-gray-25 {
  --tw-border-opacity: 1;
  border-color: rgb(251 252 253 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.bg-\[\#0DA346\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 163 70 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[var\(--brand-500\)\] {
  background-color: var(--brand-500);
}

.bg-\[var\(--grey-100\)\] {
  background-color: var(--grey-100);
}

.bg-\[var\(--grey-50\)\] {
  background-color: var(--grey-50);
}

.bg-\[var\(--grey-950\)\] {
  background-color: var(--grey-950);
}

.bg-\[var\(--white-300\)\] {
  background-color: var(--white-300);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-gray-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 252 253 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 145 76 / var(--tw-bg-opacity, 1));
}

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-white {
  background-color: rgba(255, 255, 255, 1);
}

.bg-white\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.fill-\[\#D00000\] {
  fill: #D00000;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.p-1 {
  padding: 0.25rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

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

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

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pt-0 {
  padding-top: 0px !important;
}

.\!pt-8 {
  padding-top: 2rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

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

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-medium {
  font-weight: 500 !important;
}

.\!font-semibold {
  font-weight: 600 !important;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.text-\[\#121A21\] {
  --tw-text-opacity: 1;
  color: rgb(18 26 33 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(245 0 0 / var(--tw-text-opacity, 1));
}

.text-white {
  color: rgba(255, 255, 255, 1);
}

.text-white-700 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white-900 {
  color: rgba(255, 255, 255, 0.9);
}

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

.caret-\[var\(--brand-500\)\] {
  caret-color: var(--brand-500);
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.brightness-75 {
  --tw-brightness: brightness(.75);
  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);
}

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

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

/* Start New Typography */

/* Container */

.container-padding {
  padding-right: var(--container-padding-right);
  padding-left: var(--container-padding-left);
  padding-top: var(--container-padding-top);
  padding-bottom: var(--container-padding-bottom);
}

/* Colors */

/* colorText */

.colorTextPrimary {
  color: var(--grey-950)
}

.colorTextSecondary {
  color: var(--grey-700)
}

.colorTextTertiary {
  color: var(--grey-500)
}

.colorTextPlaceholder {
  color: var(--grey-400)
}

.colorTextDisplay {
  color: var(--brand-500)
}

.colorTextLight {
  color: var(--white-900)
}

.colorTextLightSecondary {
  color: var(--white-800)
}

.colorTextLightTertiary {
  color: var(--white-600)
}

/* colorBorder */

.colorBorderPrimary {
  border-color: var(--grey-300)
}

.colorBorderSecondary {
  border-color: var(--grey-200)
}

.colorBorderActive {
  border-color: var(--grey-950)
}

.colorBorderSelected {
  border-color: var(--brand-500)
}

.colorBorderDisabled {
  border-color: var(--grey-100)
}

/* colorFill */

.colorFillElevated {
  background-color: var(--grey-50)
}

.colorFillActive {
  background-color: var(--brand-500)
}

.colorFillDark {
  background-color: var(--grey-800)
}

/* Title */

.title-1 {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-1);
  line-height: var(--h-1)
}

.title-2 {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-2);
  line-height: var(--h-2)
}

.title-3 {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-3);
  line-height: var(--h-3)
}

.title-4 {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-4);
  line-height: var(--h-4)
}

.title-5 {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-5);
  line-height: var(--h-5)
}

.title-6 {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-6);
  line-height: var(--h-6)
}

.title-subtitle {
  font-family: var(--font-primary);
  font-weight: var(--medium);
  font-size: var(--s-subtitle);
  line-height: var(--h-subtitle);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Body */

.body-large {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-large);
  line-height: var(--h-large)
}

.body-large-semibold {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-large);
  line-height: var(--h-large)
}

.body-medium {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-medium);
  line-height: var(--h-medium)
}

.body-medium-semibold {
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-medium);
  line-height: var(--h-medium)
}

.body-small {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-small);
  line-height: var(--h-small)
}

.body-caption {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-caption);
  line-height: var(--h-caption)
}

/* Body */

.button-lg {
  font-family: var(--font-primary);
  font-weight: var(--medium);
  font-size: var(--s-lg);
  line-height: var(--h-lg);
  letter-spacing: 0.16px;
}

.button-md {
  font-family: var(--font-primary);
  font-weight: var(--medium);
  font-size: var(--s-md);
  line-height: var(--h-md);
  letter-spacing: 0.16px;
}

/* End New Typography */

.description-container strong {
  color: var(--brand-500) !important;
  font-family: var(--font-primary) !important;
  font-weight: var(--medium) !important;
  font-size: var(--s-subtitle) !important;
  line-height: var(--h-subtitle) !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important
}

/* XS */

.text-xs-regular {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

/* SM */

.text-sm-light {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.text-sm-regular {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.text-sm-semibold {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

/* MD */

.text-md-light {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-md-regular {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-md-semibold {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

/* LG */

.text-lg-semibold {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

/* XL */

.text-xl-semibold {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.text-xl-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

/* Headings */

.text-heading-5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.index-title strong {
  color: var(--brand-500);
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  font-size: var(--s-2);
  line-height: var(--h-2)
}

a:hover {
  color: inherit !important;
  transition: all 0.3s;
}

html,
body {
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  /* modern tarayıcılar */
}

body {
  font-family: var(--font-primary);
  font-optical-sizing: auto;
}

:root {
  --font-primary: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  /* Color Root */
  /* Brand */
  --brand-25: #FFE5E5;
  --brand-50: #FFCFCF;
  --brand-100: #FFB3B3;
  --brand-200: #FF8080;
  --brand-300: #FF4D4D;
  --brand-400: #FF2626;
  --brand-500: #D00000;
  --brand-600: #B00000;
  --brand-700: #930000;
  --brand-800: #760000;
  --brand-900: #590000;
  --brand-950: #3D0000;
  /* White (some with alpha) */
  --white-00: #FFFFFF;
  --white-50: #FFFFFF14;
  /* 8% opacity */
  --white-100: #FFFFFF26;
  /* 15% opacity */
  --white-300: #FFFFFF4D;
  /* 30% opacity */
  --white-600: #FFFFFF99;
  /* 60% opacity */
  --white-800: #FFFFFFCC;
  /* 80% opacity */
  --white-900: #FFFFFF;
  /* Grey */
  --grey-25: #FCFCFD;
  --grey-50: #FAFAFA;
  --grey-100: #F4F4F5;
  --grey-200: #E4E4E7;
  --grey-300: #D4D4D8;
  --grey-400: #A1A1AA;
  --grey-500: #71717A;
  --grey-600: #52525B;
  --grey-700: #3F3F46;
  --grey-800: #27272A;
  --grey-900: #18181B;
  --grey-950: #09090B;
  /* Font Root */
  /* Weight */
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  /* Size */
  --s-lg: 16px;
  --s-md: 14px;
  --s-sm: 12px;
  --s-1: 64px;
  --s-2: 44px;
  --s-3: 36px;
  --s-4: 28px;
  --s-5: 20px;
  --s-6: 16px;
  --s-subtitle: 14px;
  --s-x-large: 20px;
  --s-large: 18px;
  --s-medium: 16px;
  --s-small: 14px;
  --s-caption: 12px;
  /* Height */
  --h-lg: 24px;
  --h-md: 20px;
  --h-sm: 16px;
  --h-1: 72px;
  --h-2: 52px;
  --h-3: 44px;
  --h-4: 36px;
  --h-5: 28px;
  --h-6: 24px;
  --h-subtitle: 20px;
  --h-x-large: 28px;
  --h-large: 28px;
  --h-medium: 24px;
  --h-small: 20px;
  --h-caption: 16px;
  /* Padding */
  --container-padding-right: 0px;
  --container-padding-left: 0px;
  --container-padding-top: 96px;
  --container-padding-bottom: 96px;
}

/* Tablet */

@media (max-width: 1024px) {
  :root {
    /* Size */
    --s-lg: 16px;
    --s-md: 14px;
    --s-sm: 12px;
    --s-1: 40px;
    --s-2: 36px;
    --s-3: 30px;
    --s-4: 24px;
    --s-5: 20px;
    --s-6: 16px;
    --s-subtitle: 14px;
    --s-x-large: 20px;
    --s-large: 18px;
    --s-medium: 16px;
    --s-small: 14px;
    --s-caption: 12px;
    /* Height */
    --h-lg: 24px;
    --h-md: 20px;
    --h-sm: 16px;
    --h-1: 52px;
    --h-2: 44px;
    --h-3: 38px;
    --h-4: 32px;
    --h-5: 26px;
    --h-6: 24px;
    --h-subtitle: 20px;
    --h-x-large: 28px;
    --h-large: 28px;
    --h-medium: 24px;
    --h-small: 20px;
    --h-caption: 16px;
    /* Padding */
    --container-padding-right: 32px;
    --container-padding-left: 32px;
    --container-padding-top: 64px;
    --container-padding-bottom: 64px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  :root {
    /* Size */
    --s-lg: 16px;
    --s-md: 14px;
    --s-sm: 12px;
    --s-1: 36px;
    --s-2: 30px;
    --s-3: 24px;
    --s-4: 20px;
    --s-5: 18px;
    --s-6: 16px;
    --s-subtitle: 12px;
    --s-x-large: 18px;
    --s-large: 16px;
    --s-medium: 14px;
    --s-small: 12px;
    --s-caption: 10px;
    /* Height */
    --h-lg: 24px;
    --h-md: 20px;
    --h-sm: 16px;
    --h-1: 44px;
    --h-2: 38px;
    --h-3: 32px;
    --h-4: 28px;
    --h-5: 24px;
    --h-6: 24px;
    --h-subtitle: 16px;
    --h-x-large: 24px;
    --h-large: 24px;
    --h-medium: 20px;
    --h-small: 18px;
    --h-caption: 14px;
    /* Padding */
    --container-padding-right: 16px;
    --container-padding-left: 16px;
    --container-padding-top: 48px;
    --container-padding-bottom: 48px;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  padding: 12px 40px 12px 16px;
  border-radius: 24px;
  border: 1px solid #d1d5db;
  color: #4b5563;
  cursor: pointer;
  background-image: url("path/to/arrow-down-icon.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px;
}

input[type="date"] {
  padding: 12px 16px;
  border-radius: 24px;
  border: 1px solid #d1d5db;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: white;
  color: #4b5563;
  background-image: url("path/to/calendar-icon.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
}

/* Menu Start */

.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-family: inherit;
  font-size: 14px;
  color: rgba(24, 24, 27, 0.5);
  line-height: 20px;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.menu-link:hover {
  outline: none;
}

.submenu {
  position: absolute;
  top: 1.5rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid #0a0d0d;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: white;
}

.submenu-item {
  display: block;
  margin-top: 0.35rem;
}

.submenu-link {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #969697;
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
}

.menu-dropdown:hover>.submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 8;
}

.menu-mobile {
  display: none;
}

.menu-mobile.active {
  display: flex;
  flex-direction: column;
  background-color: white;
  position: absolute;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 16px;
  overflow-y: scroll;
  height: 100vh;
}

@media (max-width: 992px) {
  .menu-item {
    margin-left: 0;
  }

  .menu-link {
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0;
    font-size: 16px;
  }

  .submenu-mobile {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .submenu-mobile.active {
    max-height: 500px;
    /* Adjust as needed to fit your content */
  }

  .dropdown-icon {
    transition: transform 0.3s ease;
  }

  .dropdown-icon.rotate {
    transform: rotate(180deg);
  }

  .no-scroll {
    overflow: hidden;
  }

  .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .submenu-link {
    font-size: 16px;
    padding-left: 1rem;
    font-weight: 300 !important;
  }
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* Menu End */

.animation-slider.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.animation-slider .slides {
  display: flex;
  transition: transform 1s ease-in-out;
  width: 100%;
}

.animation-slider .slide {
  position: relative;
  min-width: 100%;
  transition: transform 10s ease;
}

.animation-slider .slide img {
  transition: transform 10s ease;
  filter: brightness(0.5);
  transform: scale(1);
}

.animation-slider .slide-active img {
  transform: scale(1.2);
}

.animation-slider button {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}

.swiper-button-lock {
  display: block;
}

.animation-slider button.prev {
  left: 4rem;
}

.animation-slider button.next {
  right: 4rem;
}

@media (max-width: 992px) {
  .animation-slider button.prev {
    display: none;
  }

  .animation-slider button.next {
    display: none;
  }
}

.dropzone {
  min-height: 150px;
  border: 1px dashed #c6c8ca !important;
  background: #f8fafc !important;
  padding: 20px 20px;
  border-radius: 12px;
}

button.dz-button b {
  color: #0088f0 !important;
}

button.dz-button p {
  color: #475569;
  font-size: 14px;
}

.ck.ck-toolbar {
  border-top: 1px solid #e2e8f0 !important;
  border-left: 1px solid #e2e8f0 !important;
  border-right: 1px solid #e2e8f0 !important;
  border-radius: 10px 10px 0 0 !important;
  background: #f8fafc !important;
  border-bottom: none !important;
}

.ck.ck-editor__main {
  min-height: 320px !important;
}

.ck-restricted-editing_mode_standard.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
  border-radius: 0 0 10px 10px !important;
  min-height: 320px;
}

.ck-restricted-editing_mode_standard.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-focused {
  border-radius: 0 0 10px 10px !important;
  min-height: 320px;
}

.card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.card::before {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--brand-500);
  transition: bottom 0.5s ease-out;
  z-index: 0;
}

.card.active::before {
  bottom: 0;
}

.card.active img {
  filter: invert(1);
}

.card.active a {
  color: black !important;
  border-color: black !important;
}

.techincalInformationDesc * {
  table-layout: fixed;
  width: 100% !important;
}

.techincalInformationDesc tr td {
  border: 1px solid #E4E4E7;
  padding: 12px;
  color: var(--grey-950);
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-small);
  line-height: var(--h-small);
}

.techincalInformationDesc tr:first-child td {
  background: #FAFAFA;
  padding: 12px;
  color: var(--grey-700);
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-caption);
  line-height: var(--h-caption)
}

/* intl-tel-input default padding ayarını Tailwind ile uyumlu yapalım */

.iti {
  width: 100%;
}

.iti__flag-container {
  border-right: 1px solid white;
}

.iti__selected-flag {
  padding: 0 8px;
}

.iti__flag-container .iti__selected-flag {
  background-color: white !important;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #E4E4E7;
}

@keyframes spring-bounce {
  0%,
  25% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(55px);
  }

  51% {
    transform: translateY(-55px);
  }

  75% {
    transform: translateY(-25px);
  }

  100% {
    transform: translateY(0);
  }
}

.spring-arrow {
  animation: spring-bounce 1.5s linear infinite;
  animation-delay: 0.5s;
  transition: transform 0.3s ease-out;
}

.placeholder\:colorTextPlaceholder::-moz-placeholder {
  color: var(--grey-400)
}

.placeholder\:colorTextPlaceholder::placeholder {
  color: var(--grey-400)
}

.placeholder\:body-medium::-moz-placeholder {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-medium);
  line-height: var(--h-medium)
}

.placeholder\:body-medium::placeholder {
  font-family: var(--font-primary);
  font-weight: var(--regular);
  font-size: var(--s-medium);
  line-height: var(--h-medium)
}

.before\:mx-2::before {
  content: var(--tw-content);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.before\:content-\[\'\B7\'\]::before {
  --tw-content: '·';
  content: var(--tw-content);
}

.first\:before\:content-none:first-child::before {
  --tw-content: none;
  content: var(--tw-content);
}

.hover\:border-b:hover {
  border-bottom-width: 1px;
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:\!text-white:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  color: rgba(255, 255, 255, 1);
}

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

.hover\:\!colorTextDisplay:hover {
  color: var(--brand-500) !important
}

.hover\:\!colorTextLight:hover {
  color: var(--white-900) !important
}

.hover\:\!colorTextLightSecondary:hover {
  color: var(--white-800) !important
}

.hover\:\!colorTextLightTertiary:hover {
  color: var(--white-600) !important
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:h-full {
  height: 100%;
}

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

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

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

.data-\[type\=product\]\:fill-white[data-type="product"] {
  fill: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
  .md\:bottom-4 {
    bottom: 1rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

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

  .md\:first\:flex-col-reverse:first-child {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

@media (min-width: 1280px) {
  .xl\:bottom-1 {
    bottom: 0.25rem;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:\!w-\[126px\] {
    width: 126px !important;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

  .xl\:\!flex-nowrap {
    flex-wrap: nowrap !important;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:rounded-bl-\[0px\] {
    border-bottom-left-radius: 0px;
  }

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

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:px-\[114px\] {
    padding-left: 114px;
    padding-right: 114px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:text-2xl-semibold {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }

  .xl\:text-heading-2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
  }

  .xl\:even\:flex-row:nth-child(even) {
    flex-direction: row;
  }
}

.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}

.\[\&_strong\]\:colorTextDisplay strong {
  color: var(--brand-500)
}