*, ::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 {
  color-scheme: light;
  --in: 72.06% 0.191 231.6;
  --su: 64.8% 0.150 160;
  --wa: 84.71% 0.199 83.87;
  --er: 71.76% 0.221 22.18;
  --pc: 89.824% 0.06192 275.75;
  --ac: 15.352% 0.0368 183.61;
  --inc: 0% 0 0;
  --suc: 0% 0 0;
  --wac: 0% 0 0;
  --erc: 0% 0 0;
  --rounded-box: 1rem;
  --rounded-btn: 0.5rem;
  --rounded-badge: 1.9rem;
  --animation-btn: 0.25s;
  --animation-input: .2s;
  --btn-focus-scale: 0.95;
  --border-btn: 1px;
  --tab-border: 1px;
  --tab-radius: 0.5rem;
  --p: 49.12% 0.3096 275.75;
  --s: 69.71% 0.329 342.55;
  --sc: 98.71% 0.0106 342.55;
  --a: 76.76% 0.184 183.61;
  --n: 32.1785% 0.02476 255.701624;
  --nc: 89.4994% 0.011585 252.096176;
  --b1: 100% 0 0;
  --b2: 96.1151% 0 0;
  --b3: 92.4169% 0.00108 197.137559;
  --bc: 27.8078% 0.029596 256.847952;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 18px;
  padding-left: 18px;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  height: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.563rem;
  padding-right: 0.563rem;
  border-radius: var(--rounded-badge, 1.9rem);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
@media (hover:hover) {

  .label a:hover {
    --tw-text-opacity: 1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  }

  .menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-text-opacity: 1;
    color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
  }

  .tab:hover {
    --tw-text-opacity: 1;
  }

  .tabs-boxed :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):hover, .tabs-boxed :is(input:checked):hover {
    --tw-text-opacity: 1;
    color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
  }

  .table tr.hover:hover,
  .table tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  }

  .table-zebra tr.hover:hover,
  .table-zebra tr.hover:nth-child(even):hover {
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }
}
.btn {
  display: inline-flex;
  height: 3rem;
  min-height: 3rem;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: var(--rounded-btn, 0.5rem);
  border-color: transparent;
  border-color: oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1em;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration-line: none;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-width: var(--border-btn, 1px);
  transition-property: color, background-color, border-color, opacity, box-shadow, transform;
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --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-color: var(--fallback-bc,oklch(var(--bc)/1));
  background-color: oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
}
.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  pointer-events: none;
}
.btn-circle {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
:where(.btn:is(input[type="checkbox"])),
:where(.btn:is(input[type="radio"])) {
  width: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.btn:is(input[type="checkbox"]):after,
.btn:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--rounded-box, 1rem);
}
.card:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card figure {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card.image-full {
  display: grid;
}
.card.image-full:before {
  position: relative;
  content: "";
  z-index: 10;
  border-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  opacity: 0.75;
}
.card.image-full:before,
    .card.image-full > * {
  grid-column-start: 1;
  grid-row-start: 1;
}
.card.image-full > figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.image-full > .card-body {
  position: relative;
  z-index: 20;
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.checkbox {
  flex-shrink: 0;
  --chkbg: var(--fallback-bc,oklch(var(--bc)/1));
  --chkfg: var(--fallback-b1,oklch(var(--b1)/1));
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
@media (hover: hover) {

  .btm-nav > *.disabled:hover,
      .btm-nav > *[disabled]:hover {
    pointer-events: none;
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.1;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  .btn:hover {
    --tw-border-opacity: 1;
    border-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-border-opacity)));
    --tw-bg-opacity: 1;
    background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:hover {
      background-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-bg-opacity, 1)) 90%,
            black
          );
      border-color: color-mix(
            in oklab,
            oklch(var(--btn-color, var(--b2)) / var(--tw-border-opacity, 1)) 90%,
            black
          );
    }
  }

  @supports not (color: oklch(0% 0 0)) {

    .btn:hover {
      background-color: var(--btn-color, var(--fallback-b2));
      border-color: var(--btn-color, var(--fallback-b2));
    }
  }

  .btn.glass:hover {
    --glass-opacity: 25%;
    --glass-border-opacity: 15%;
  }

  .btn-ghost:hover {
    border-color: transparent;
  }

  @supports (color: oklch(0% 0 0)) {

    .btn-ghost:hover {
      background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
    }
  }

  .btn-disabled:hover,
    .btn[disabled]:hover,
    .btn:disabled:hover {
    --tw-border-opacity: 0;
    background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
    --tw-bg-opacity: 0.2;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }

  @supports (color: color-mix(in oklab, black, black)) {

    .btn:is(input[type="checkbox"]:checked):hover, .btn:is(input[type="radio"]:checked):hover {
      background-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
      border-color: color-mix(in oklab, var(--fallback-p,oklch(var(--p)/1)) 90%, black);
    }
  }

  .tab[disabled],
    .tab[disabled]:hover {
    cursor: not-allowed;
    color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
    --tw-text-opacity: 0.2;
  }
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input {
  flex-shrink: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.input[type="number"]::-webkit-inner-spin-button,
.input-md[type="number"]::-webkit-inner-spin-button {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-inline-end: -1rem;
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.mask {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.menu li.disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--fallback-bc,oklch(var(--bc)/0.3));
}
:where(.menu li) .badge {
  justify-self: end;
}
.modal {
  pointer-events: none;
  position: fixed;
  inset: 0px;
  margin: 0px;
  display: grid;
  height: 100%;
  max-height: none;
  width: 100%;
  max-width: none;
  justify-items: center;
  padding: 0px;
  opacity: 0;
  overscroll-behavior: contain;
  z-index: 999;
  background-color: transparent;
  color: inherit;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
}
:where(.modal) {
  align-items: center;
}
.modal-box {
  max-height: calc(100vh - 5em);
  grid-column-start: 1;
  grid-row-start: 1;
  width: 91.666667%;
  max-width: 32rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  padding: 1.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 200ms;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal,
.modal[open] {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
}
.select {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  min-height: 3rem;
  padding-inline-start: 1rem;
  padding-inline-end: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%),
    calc(100% - 16.1px) calc(1px + 50%);
  background-size: 4px 4px,
    4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.steps {
  display: inline-grid;
  grid-auto-flow: column;
  overflow: hidden;
  overflow-x: auto;
  counter-reset: step;
  grid-auto-columns: 1fr;
}
.steps .step {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-columns: auto;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  grid-template-rows: 40px 1fr;
  place-items: center;
  text-align: center;
  min-width: 4rem;
}
.tabs {
  display: grid;
  align-items: flex-end;
}
.tabs-lifted:has(.tab-content[class^="rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])), .tabs-lifted:has(.tab-content[class*=" rounded-"])
    .tab:first-child:not(:is(.tab-active, [aria-selected="true"])) {
  border-bottom-color: transparent;
}
.tab {
  position: relative;
  grid-row-start: 1;
  display: inline-flex;
  height: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: var(--fallback-bc,oklch(var(--bc)/1));
  --tab-bg: var(--fallback-b1,oklch(var(--b1)/1));
  --tab-border-color: var(--fallback-b3,oklch(var(--b3)/1));
  color: var(--tab-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
}
.tab:is(input[type="radio"]) {
  width: auto;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tab:is(input[type="radio"]):after {
  --tw-content: attr(aria-label);
  content: var(--tw-content);
}
.tab:not(input):empty {
  cursor: default;
  grid-column-start: span 9999;
}
.tab-content {
  grid-column-start: 1;
  grid-column-end: span 9999;
  grid-row-start: 2;
  margin-top: calc(var(--tab-border) * -1);
  display: none;
  border-color: transparent;
  border-width: var(--tab-border, 0);
}
:checked + .tab-content:nth-child(2),
  :is(.tab-active, [aria-selected="true"]) + .tab-content:nth-child(2) {
  border-start-start-radius: 0px;
}
input.tab:checked + .tab-content,
:is(.tab-active, [aria-selected="true"]) + .tab-content {
  display: block;
}
.table {
  position: relative;
  width: 100%;
  border-radius: var(--rounded-box, 1rem);
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.table :where(.table-pin-rows thead tr) {
  position: sticky;
  top: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-rows tfoot tr) {
  position: sticky;
  bottom: 0px;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.table :where(.table-pin-cols tr th) {
  position: sticky;
  left: 0px;
  right: 0px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.textarea {
  min-height: 3rem;
  flex-shrink: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-radius: var(--rounded-btn, 0.5rem);
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.toast {
  position: fixed;
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: column;
  white-space: nowrap;
  gap: 0.5rem;
  padding: 1rem;
}
.btm-nav > *:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b1,oklch(var(--b1)/var(--tw-bg-opacity)));
}
.btm-nav > *.disabled,
    .btm-nav > *[disabled] {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btm-nav > * .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (prefers-reduced-motion: no-preference) {

  .btn {
    animation: button-pop var(--animation-btn, 0.25s) ease-out;
  }
}
.btn:active:hover,
  .btn:active:focus {
  animation: button-pop 0s ease-out;
  transform: scale(var(--btn-focus-scale, 0.97));
}
@supports not (color: oklch(0% 0 0)) {

  .btn {
    background-color: var(--btn-color, var(--fallback-b2));
    border-color: var(--btn-color, var(--fallback-b2));
  }
}
.btn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}
.btn.glass {
  --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);
  outline-color: currentColor;
}
.btn.glass.btn-active {
  --glass-opacity: 25%;
  --glass-border-opacity: 15%;
}
.btn-ghost {
  border-width: 1px;
  border-color: transparent;
  background-color: transparent;
  color: currentColor;
  --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);
  outline-color: currentColor;
}
.btn-ghost.btn-active {
  border-color: transparent;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.btn.btn-disabled,
  .btn[disabled],
  .btn:disabled {
  --tw-border-opacity: 0;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-bg-opacity: 0.2;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.btn:is(input[type="checkbox"]:checked),
.btn:is(input[type="radio"]:checked) {
  --tw-border-opacity: 1;
  border-color: var(--fallback-p,oklch(var(--p)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.btn:is(input[type="checkbox"]:checked):focus-visible, .btn:is(input[type="radio"]:checked):focus-visible {
  outline-color: var(--fallback-p,oklch(var(--p)/1));
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.98));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.card :where(figure:first-child) {
  overflow: hidden;
  border-start-start-radius: inherit;
  border-start-end-radius: inherit;
  border-end-start-radius: unset;
  border-end-end-radius: unset;
}
.card :where(figure:last-child) {
  overflow: hidden;
  border-start-start-radius: unset;
  border-start-end-radius: unset;
  border-end-start-radius: inherit;
  border-end-end-radius: inherit;
}
.card:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.card.bordered {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.card.compact .card-body {
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.card.image-full :where(figure) {
  overflow: hidden;
  border-radius: inherit;
}
.checkbox:focus {
  box-shadow: none;
}
.checkbox:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.checkbox:disabled {
  border-width: 0px;
  cursor: not-allowed;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  opacity: 0.2;
}
.checkbox:checked,
  .checkbox[aria-checked="true"] {
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-color: var(--chkbg);
  background-image: linear-gradient(-45deg, transparent 65%, var(--chkbg) 65.99%),
      linear-gradient(45deg, transparent 75%, var(--chkbg) 75.99%),
      linear-gradient(-45deg, var(--chkbg) 40%, transparent 40.99%),
      linear-gradient(
        45deg,
        var(--chkbg) 30%,
        var(--chkfg) 30.99%,
        var(--chkfg) 40%,
        transparent 40.99%
      ),
      linear-gradient(-45deg, var(--chkfg) 50%, var(--chkbg) 50.99%);
}
.checkbox:indeterminate {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-repeat: no-repeat;
  animation: checkmark var(--animation-input, 0.2s) ease-out;
  background-image: linear-gradient(90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(-90deg, transparent 80%, var(--chkbg) 80%),
      linear-gradient(0deg, var(--chkbg) 43%, var(--chkfg) 43%, var(--chkfg) 57%, var(--chkbg) 57%);
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

  50% {
    background-position-y: -2px;
  }

  100% {
    background-position-y: 0;
  }
}
.input input {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  background-color: transparent;
}
.input input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input:focus,
  .input:focus-within {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.input:has(> input[disabled]),
  .input-disabled,
  .input:disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.input:has(> input[disabled])::-moz-placeholder, .input-disabled::-moz-placeholder, .input:disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled])::placeholder,
  .input-disabled::placeholder,
  .input:disabled::placeholder,
  .input[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.input:has(> input[disabled]) > input[disabled] {
  cursor: not-allowed;
}
.input::-webkit-date-and-time-value {
  text-align: inherit;
}
.join > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.loading {
  pointer-events: none;
  display: inline-block;
  aspect-ratio: 1 / 1;
  width: 1.5rem;
  background-color: currentColor;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' stroke='black' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform-origin='center'%3E%3Ccircle cx='12' cy='12' r='9.5' fill='none' stroke-width='3' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 12 12' to='360 12 12' dur='2s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dasharray' values='0,150;42,150;42,150' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3Canimate attributeName='stroke-dashoffset' values='0;-16;-59' keyTimes='0;0.475;1' dur='1.5s' repeatCount='indefinite'/%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");
}
:where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > *:not(ul, details, .menu-title)):is(summary):not(.active, .btn):focus-visible, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn).focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):not(summary, .active, .btn):focus, :where(.menu li:not(.menu-title, .disabled) > details > summary:not(.menu-title)):is(summary):not(.active, .btn):focus-visible {
  cursor: pointer;
  background-color: var(--fallback-bc,oklch(var(--bc)/0.1));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.menu li > *:not(ul, .menu-title, details, .btn):active,
.menu li > *:not(ul, .menu-title, details, .btn).active,
.menu li > details > summary:active {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.mockup-browser .mockup-browser-toolbar .input {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 1.75rem;
  width: 24rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  padding-left: 2rem;
  direction: ltr;
}
.mockup-browser .mockup-browser-toolbar .input:before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 50%;
  aspect-ratio: 1 / 1;
  height: 0.75rem;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  border-color: currentColor;
  opacity: 0.6;
}
.mockup-browser .mockup-browser-toolbar .input:after {
  content: "";
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 0.5rem;
  --tw-translate-y: 25%;
  --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));
  border-radius: 9999px;
  border-width: 1px;
  border-color: currentColor;
  opacity: 0.6;
}
.modal:not(dialog:not(.modal-open)),
  .modal::backdrop {
  background-color: #0006;
  animation: modal-pop 0.2s ease-out;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box,
.modal[open] .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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 modal-pop {

  0% {
    opacity: 0;
  }
}
@keyframes progress-loading {

  50% {
    background-position-x: -115%;
  }
}
.radio:focus {
  box-shadow: none;
}
.radio:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/1));
}
.radio:checked,
  .radio[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-bg-opacity)));
  background-image: none;
  animation: radiomark var(--animation-input, 0.2s) ease-out;
  box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 12px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  50% {
    box-shadow: 0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 3px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }

  100% {
    box-shadow: 0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset,
      0 0 0 4px var(--fallback-b1,oklch(var(--b1)/1)) inset;
  }
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

  40% {
    transform: translateY(-0.125em);
  }

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.select-disabled,
  .select:disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.select-disabled::-moz-placeholder, .select:disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select:disabled::placeholder,
  .select[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%),
    calc(0% + 16px) calc(1px + 50%);
}
@keyframes skeleton {

  from {
    background-position: 150%;
  }

  to {
    background-position: -50%;
  }
}
.steps .step:before {
  top: 0px;
  grid-column-start: 1;
  grid-row-start: 1;
  height: 0.5rem;
  width: 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));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  content: "";
  margin-inline-start: -100%;
}
.steps .step:after {
  content: counter(step);
  counter-increment: step;
  z-index: 1;
  position: relative;
  grid-column-start: 1;
  grid-row-start: 1;
  display: grid;
  height: 2rem;
  width: 2rem;
  place-items: center;
  place-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
}
.steps .step:first-child:before {
  content: none;
}
.steps .step[data-content]:after {
  content: attr(data-content);
}
.steps .step-neutral + .step-neutral:before,
  .steps .step-neutral:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-n,oklch(var(--n)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-nc,oklch(var(--nc)/var(--tw-text-opacity)));
}
.steps .step-primary + .step-primary:before,
  .steps .step-primary:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.steps .step-secondary + .step-secondary:before,
  .steps .step-secondary:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-s,oklch(var(--s)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-sc,oklch(var(--sc)/var(--tw-text-opacity)));
}
.steps .step-accent + .step-accent:before,
  .steps .step-accent:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-a,oklch(var(--a)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-ac,oklch(var(--ac)/var(--tw-text-opacity)));
}
.steps .step-info + .step-info:before {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
}
.steps .step-info:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-in,oklch(var(--in)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-inc,oklch(var(--inc)/var(--tw-text-opacity)));
}
.steps .step-success + .step-success:before {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
}
.steps .step-success:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-su,oklch(var(--su)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-suc,oklch(var(--suc)/var(--tw-text-opacity)));
}
.steps .step-warning + .step-warning:before {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
}
.steps .step-warning:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-wa,oklch(var(--wa)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-wac,oklch(var(--wac)/var(--tw-text-opacity)));
}
.steps .step-error + .step-error:before {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
}
.steps .step-error:after {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-erc,oklch(var(--erc)/var(--tw-text-opacity)));
}
.tabs-lifted > .tab:focus-visible {
  border-end-end-radius: 0;
  border-end-start-radius: 0;
}
.tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tab:is(input:checked) {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -5px;
}
.tab-disabled,
  .tab[disabled] {
  cursor: not-allowed;
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-text-opacity)));
  --tw-text-opacity: 0.2;
}
.tabs-bordered > .tab {
  border-color: var(--fallback-bc,oklch(var(--bc)/var(--tw-border-opacity)));
  --tw-border-opacity: 0.2;
  border-style: solid;
  border-bottom-width: calc(var(--tab-border, 1px) + 1px);
}
.tabs-lifted > .tab {
  border: var(--tab-border, 1px) solid transparent;
  border-width: 0 0 var(--tab-border, 1px) 0;
  border-start-start-radius: var(--tab-radius, 0.5rem);
  border-start-end-radius: var(--tab-radius, 0.5rem);
  border-bottom-color: var(--tab-border-color);
  padding-inline-start: var(--tab-padding, 1rem);
  padding-inline-end: var(--tab-padding, 1rem);
  padding-top: var(--tab-border, 1px);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-lifted > .tab:is(input:checked) {
  background-color: var(--tab-bg);
  border-width: var(--tab-border, 1px) var(--tab-border, 1px) 0 var(--tab-border, 1px);
  border-inline-start-color: var(--tab-border-color);
  border-inline-end-color: var(--tab-border-color);
  border-top-color: var(--tab-border-color);
  padding-inline-start: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-inline-end: calc(var(--tab-padding, 1rem) - var(--tab-border, 1px));
  padding-bottom: var(--tab-border, 1px);
  padding-top: 0;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked):before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + var(--tab-radius, 0.5rem) * 2);
  height: var(--tab-radius, 0.5rem);
  bottom: 0;
  background-size: var(--tab-radius, 0.5rem);
  background-position: top left,
        top right;
  background-repeat: no-repeat;
  --tab-grad: calc(69% - var(--tab-border, 1px));
  --radius-start: radial-gradient(
        circle at top left,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  --radius-end: radial-gradient(
        circle at top right,
        transparent var(--tab-grad),
        var(--tab-border-color) calc(var(--tab-grad) + 0.25px),
        var(--tab-border-color) calc(var(--tab-grad) + var(--tab-border, 1px)),
        var(--tab-bg) calc(var(--tab-grad) + var(--tab-border, 1px) + 0.25px)
      );
  background-image: var(--radius-start), var(--radius-end);
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):first-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):first-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
.tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-start);
  background-position: top left;
}
[dir="rtl"] .tabs-lifted > .tab:is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-lifted
  > :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled])
  + .tabs-lifted
  :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
  background-image: var(--radius-end);
  background-position: top right;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.tabs-boxed :is(.tab-active, [aria-selected="true"]):not(.tab-disabled):not([disabled]), .tabs-boxed :is(input:checked) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-p,oklch(var(--p)/var(--tw-bg-opacity)));
  --tw-text-opacity: 1;
  color: var(--fallback-pc,oklch(var(--pc)/var(--tw-text-opacity)));
}
.table:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}
.table :where(th, td) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: middle;
}
.table tr.active,
  .table tr.active:nth-child(even),
  .table-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
}
.table-zebra tr.active,
    .table-zebra tr.active:nth-child(even),
    .table-zebra-zebra tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)));
}
.table :where(thead tr, tbody tr:not(:last-child), tbody tr:first-child:last-child) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.table :where(thead, tfoot) {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--fallback-bc,oklch(var(--bc)/0.6));
}
.table :where(tfoot) {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
}
.textarea:focus {
  box-shadow: none;
  border-color: var(--fallback-bc,oklch(var(--bc)/0.2));
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: var(--fallback-bc,oklch(var(--bc)/0.2));
}
.textarea-disabled,
  .textarea:disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)));
  --tw-bg-opacity: 1;
  background-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-bg-opacity)));
  color: var(--fallback-bc,oklch(var(--bc)/0.4));
}
.textarea-disabled::-moz-placeholder, .textarea:disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea:disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: var(--fallback-bc,oklch(var(--bc)/var(--tw-placeholder-opacity)));
  --tw-placeholder-opacity: 0.2;
}
.toast > * {
  animation: toast-pop 0.25s ease-out;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.artboard.phone {
  width: 320px;
}
.btm-nav-xs > *:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md > *:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg > *:where(.active) {
  border-top-width: 4px;
}
.btn-sm {
  height: 2rem;
  min-height: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
}
.btn-square:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  padding: 0px;
}
.btn-circle:where(.btn-xs) {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-sm) {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-md) {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0px;
}
.btn-circle:where(.btn-lg) {
  height: 4rem;
  width: 4rem;
  border-radius: 9999px;
  padding: 0px;
}
.tabs-md :where(.tab) {
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
}
.tabs-lg :where(.tab) {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 2;
  --tab-padding: 1.25rem;
}
.tabs-sm :where(.tab) {
  height: 1.5rem;
  font-size: 0.875rem;
  line-height: .75rem;
  --tab-padding: 0.75rem;
}
.tabs-xs :where(.tab) {
  height: 1.25rem;
  font-size: 0.75rem;
  line-height: .75rem;
  --tab-padding: 0.5rem;
}
:where(.toast) {
  bottom: 0px;
  inset-inline-end: 0px;
  inset-inline-start: auto;
  top: auto;
  --tw-translate-x: 0px;
  --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));
}
.toast:where(.toast-start) {
  inset-inline-end: auto;
  inset-inline-start: 0px;
  --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));
}
.toast:where(.toast-center) {
  inset-inline-end: 50%;
  inset-inline-start: 50%;
  --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));
}
.toast:where(.toast-center):where([dir="rtl"], [dir="rtl"] *) {
  --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));
}
.toast:where(.toast-end) {
  inset-inline-end: 0px;
  inset-inline-start: auto;
  --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));
}
.toast:where(.toast-bottom) {
  bottom: 0px;
  top: auto;
  --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));
}
.toast:where(.toast-middle) {
  bottom: auto;
  top: 50%;
  --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));
}
.toast:where(.toast-top) {
  bottom: auto;
  top: 0px;
  --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));
}
.card-compact .card-title {
  margin-bottom: 0.25rem;
}
.card-normal .card-title {
  margin-bottom: 0.75rem;
}
.join.join-vertical > :where(*:not(:first-child)):is(.btn) {
  margin-top: calc(var(--border-btn) * -1);
}
.join.join-horizontal > :where(*:not(:first-child)):is(.btn) {
  margin-inline-start: calc(var(--border-btn) * -1);
  margin-top: 0px;
}
.modal-top :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: -2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.modal-middle :where(.modal-box) {
  width: 91.666667%;
  max-width: 32rem;
  --tw-translate-y: 0px;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: var(--rounded-box, 1rem);
  border-bottom-left-radius: var(--rounded-box, 1rem);
}
.modal-bottom :where(.modal-box) {
  width: 100%;
  max-width: none;
  --tw-translate-y: 2.5rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  border-top-left-radius: var(--rounded-box, 1rem);
  border-top-right-radius: var(--rounded-box, 1rem);
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
header .top-bar {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {

  header .top-bar {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
header .top-bar .logo {
  height: auto;
  width: 150px;
}
@media (min-width: 1200px) {

  header .top-bar .logo {
    width: auto;
  }
}
header .top-bar .logo img {
  height: 18px;
}
@media (min-width: 1200px) {

  header .top-bar .logo img {
    height: 32px;
  }
}
header .top-bar .right-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1200px) {

  header .top-bar .right-section {
    gap: 32px;
  }
}
header .top-bar .right-section .search-container {
  position: relative;
  display: none;
  height: 44px;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
@media (min-width: 1200px) {

  header .top-bar .right-section .search-container {
    display: flex;
  }
}
header .top-bar .right-section .search-container .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  --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));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .top-bar .right-section .search-container .search-text {
  height: 44px;
  width: 90px;
  border-width: 0;
  background-color: transparent;
  padding-left: 46px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
header .top-bar .right-section .search-container .search-text:focus {
  width: 370px !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
header .top-bar .right-section .search-container .search-text.active {
  width: 370px !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
header .top-bar .right-section .search-container .search-results {
  position: absolute;
  top: calc(100% + 15px);
  left: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px;
}
header .top-bar .right-section .search-container .search-results a {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
  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;
}
header .top-bar .right-section .search-container .search-results a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1)) !important;
}
header .top-bar .right-section .language {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.12px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  header .top-bar .right-section .language {
    font-size: 14px;
    line-height: 16.8px;
  }
}
header .top-bar .right-section .mobile-menu-button {
  display: block;
}
@media (min-width: 1200px) {

  header .top-bar .right-section .mobile-menu-button {
    display: none;
  }
}
header .top-bar .right-section .mobile-menu-button svg {
  height: 24px;
  width: 24px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .nav-bar {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 1200px) {

  header .nav-bar {
    display: flex;
  }
}
header .nav-bar .nav-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
header .nav-bar .nav-items .nav-item-wrapper::after {
                        content: '';
                        position: absolute;
                        bottom: -20px;
                        left: 0px;
                        height: 20px;
                        width: 100%;
                        opacity: 0;
                    }
header .nav-bar .nav-items .nav-item-wrapper:hover .mega-menu {
  display: flex !important;
  opacity: 1;
}
header .nav-bar .nav-items .nav-item-wrapper:hover::after {
  opacity: 1;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu {
  position: absolute;
  top: 136px;
  left: 0px;
  z-index: 40;
  display: none;
  width: 100%;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 64px;
  padding-right: 64px;
  opacity: 0;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu:hover, header .nav-bar .nav-items .nav-item-wrapper .mega-menu.hover {
  display: flex;
  opacity: 1;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 41.6px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content {
  display: flex;
  flex-direction: row;
  padding-left: 48px;
  padding-right: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories {
  display: flex;
  width: 350px;
  flex-direction: column;
  gap: 6px;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category span,header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category .span-link {
  font-size: 18px;
  font-weight: 400;
  line-height: 20.9px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category.active {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category.active span,header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category.active .span-link {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category.active .arrow-icon {
  display: block;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category .arrow-icon {
  position: relative;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category .arrow-icon .circle {
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category .arrow-icon img {
  height: 24px;
  width: auto;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category .arrow-icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category:hover:not(.active) span,header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-categories .mega-menu-category:hover:not(.active) .span-link {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-subcategories {
  width: 240px;
  padding-left: 28px;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-subcategories .submenu {
  display: none;
  flex-direction: column;
  gap: 8px;
  padding-top: 6px;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-subcategories .submenu.active {
  display: flex;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-subcategories .submenu .submenu-item {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  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;
}
header .nav-bar .nav-items .nav-item-wrapper .mega-menu .mega-menu-content .mega-menu-subcategories .submenu .submenu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .nav-bar .nav-items .nav-item {
  display: inline-block;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  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;
}
header .nav-bar .nav-items .nav-item:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .mobile-nav {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: block;
  --tw-translate-x: 100% !important;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1200px) {

  header .mobile-nav {
    display: none;
  }
}
header .mobile-nav.open {
  --tw-translate-x: 0px !important;
  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)) !important;
}
header .mobile-nav .search-container-mobile {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  height: 44px;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
header .mobile-nav .search-container-mobile .search-icon-mobile {
  position: absolute;
  left: 16px;
  top: 50%;
  --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));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .mobile-nav .search-container-mobile .search-text-mobile {
  height: 44px;
  width: 100%;
  border-radius: 10px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent;
  padding-left: 46px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
header .mobile-nav .search-container-mobile .search-results-mobile {
  position: absolute;
  top: calc(100% + 15px);
  left: 0px;
  z-index: 100;
  display: none;
  height: 100vh;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 20px;
}
header .mobile-nav .search-container-mobile .search-results-mobile a {
  position: relative;
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
  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;
}
header .mobile-nav .search-container-mobile .search-results-mobile a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1)) !important;
}
header .mobile-nav .mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding: 20px;
}
header .mobile-nav .mobile-nav-header .logo {
  height: auto;
  width: 150px;
}
header .mobile-nav .mobile-nav-header .close-button {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-header .close-button svg {
  height: 24px;
  width: 24px;
}
header .mobile-nav .mobile-nav-items {
  display: flex;
  width: 300px;
  max-width: 100%;
  flex-direction: column;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion {
  position: relative;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header:hover {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header:hover:not(.active) .mobile-nav-category {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header.active {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header.active .mobile-nav-category {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header.active .mobile-dropdown-icon {
  display: block;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header .mobile-nav-category {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.2px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header .mobile-dropdown-icon {
  position: relative;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header .mobile-dropdown-icon .mobile-circle {
  height: 24px;
  width: 24px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header .mobile-dropdown-icon img {
  height: 20px;
  width: auto;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-header .mobile-dropdown-icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 24px;
  width: 24px;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-content {
  display: flex;
  max-height: 0px;
  flex-direction: column;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-content .mobile-nav-item {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  position: relative;
  z-index: 20;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-content .mobile-nav-subitem {
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  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;
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-content .mobile-nav-subitem:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-accordion .mobile-accordion-content .mobile-nav-subitem {
  position: relative;
  z-index: 20;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion {
  position: relative;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header {
  margin-bottom: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 28px;
  padding-right: 28px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header:hover {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header:hover:not(.active) .mobile-nav-category {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header.active {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header.active .mobile-nav-category {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header.active .mobile-dropdown-icon {
  display: block;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header .mobile-nav-category {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.8px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header .mobile-dropdown-icon {
  position: relative;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header .mobile-dropdown-icon .mobile-circle {
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header .mobile-dropdown-icon img {
  height: 16px;
  width: auto;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-header .mobile-dropdown-icon svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-content {
  display: flex;
  max-height: 0px;
  flex-direction: column;
  overflow: hidden;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 10;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-content .mobile-nav-subitem {
  margin-bottom: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  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;
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-content .mobile-nav-subitem:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
header .mobile-nav .mobile-nav-items .mobile-sub-accordion .mobile-sub-accordion-content .mobile-nav-subitem {
  position: relative;
  z-index: 20;
}
header .mobile-nav .mobile-nav-items .mobile-nav-item {
  margin-bottom: 20px;
  cursor: pointer;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
header .mobile-nav .mobile-nav-items .mobile-nav-item:hover {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.footer {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.footer .footer-main {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {

  .footer .footer-main {
    padding-bottom: 80px;
  }
}
.footer .footer-main .infoCard {
  margin-bottom: 16px;
}
.footer .footer-main .infoCard .infoCard-title {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.footer .footer-main .infoCard .infoCard-content {
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.footer .footer-main .f-icon {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {

  .footer .footer-main .f-icon {
    margin-top: 32px;
    margin-bottom: 0px;
  }
}
.footer .footer-main .newsletter-content .form-inline {
  position: relative;
}
.footer .footer-main .newsletter-content .form-inline input[type="email"] {
  height: 48px;
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.footer .footer-main .newsletter-content .form-inline button[type="submit"] {
  position: absolute;
  right: 16px;
  top: 50%;
  display: flex;
  height: 24px;
  width: 24px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
.footer .footer-main .newsletter-content .form-inline button[type="submit"] img {
  max-height: 14px;
  max-width: 14px;
}
.footer .footer-main .newsletter-content .form-checkbox {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer-main .newsletter-content .form-checkbox input {
  height: 16px;
  width: 16px;
  border-radius: 3px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.footer .footer-main .newsletter-content .form-checkbox input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.footer .footer-main .newsletter-content .form-checkbox label {
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.footer .footer-main .newsletter-content .newsletter-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .footer .footer-main .newsletter-content .newsletter-title {
    font-size: 20px;
  }
}
.footer .footer-main .social-media {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .footer-main .social-media a {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.footer .footer-main .social-media a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer .footer-menu {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.mainFourGrid .footer .footer-menu {
  gap: 48px;
}
.mainFourGrid .footer .footer-menu > div:first-child {
  position: relative;
}
.mainFourGrid .footer .footer-menu > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .footer .footer-menu > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .footer .footer-menu > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .footer .footer-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}
.footer .footer-menu .footer-menu-items a {
  margin-bottom: 16px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.footer .footer-links a {
  margin-bottom: 12px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer .footer-bottom .footer-bottom-left {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom .footer-bottom-left p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.footer .footer-bottom .footer-bottom-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .footer-bottom .footer-bottom-right img {
  height: 12px;
  width: auto;
}
.hero-container {
  height: 100vh;
  width: 100%;
}
.hero-container .swiper {
  height: 100vh;
  width: 100%;
}
.hero-container .video-container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-container .banner-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  height: 432px;
  width: 612px;
  max-width: 80%;
  --tw-translate-x: -50%;
  --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));
  background-image: url('/images/shape.png'),url('/images/shape.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-container .banner-shape img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-container .banner-content {
  position: absolute;
  left: 20px;
  bottom: 48px;
  z-index: 10;
  width: 100%;
  font-size: 52px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .hero-container .banner-content {
    left: 48px;
    font-size: 62px;
  }
}
.homeTopContent {
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 80px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {

  .homeTopContent {
    padding-top: 120px;
    padding-right: 72px;
  }
}
.homeTopContent .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .homeTopContent .title {
    font-size: 32px;
  }
}
.homeTopContent .button {
  margin-top: 40px;
}
@media (min-width: 1200px) {

  .homeTopContent .button {
    margin-top: 88px;
  }
}
.homeTopContent .button a {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.homeTopContent .button a span {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 10px;
}
.homeTopContent .button a img {
  --tw-brightness: brightness(200);
  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);
}
.homeTopContent .button a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.homeTopContent .button a:hover::before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  height: 0;
  width: 0;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-content: '';
  content: var(--tw-content);
                        animation: growFromBottomLeft 0.2s forwards;
                        transform-origin: bottom left;
}
.homeTopContent .button a:hover img {
  --tw-brightness: brightness(unset);
  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);
}
.grayBoxSection {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .grayBoxSection {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.grayBoxSection .title {
  max-width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .grayBoxSection .title {
    max-width: 580px;
    font-size: 36px;
  }
}
.grayBoxSection .card-red {
  height: 300px;
  width: 100%;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 28px;
}
@media (min-width: 1200px) {

  .grayBoxSection .card-red {
    height: 300px;
  }
}
@media (min-width:1200px){
        .grayBoxSection .card-red{
                transform: translateY(-50px);
                transition: all 0.5s
        }
            }
.grayBoxSection .gray-card-1 {
  height: 193px;
  width: 100%;
  border-radius: 0 0 0 92px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .grayBoxSection .gray-card-1 {
    height: 300px;
    width: 300px;
    border-radius: 900px 900px 0 0;
    opacity: 0;
  }
}
@media (min-width:1200px){
        .grayBoxSection .gray-card-1{
               animation: turnCard1 4s steps(1) infinite 
        } 
            }
.grayBoxSection .gray-card-2 {
  height: 193px;
  width: 100%;
  border-radius: 523px 523px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .grayBoxSection .gray-card-2 {
    height: 300px;
    width: 300px;
    border-radius: 0 160px 0 64px;
    opacity: 0;
  }
}
@media (min-width:1200px){
        .grayBoxSection .gray-card-2{
                animation: turnCard1 4s steps(1) infinite 
        } 
             }
.grayBoxSection .card-dark-red {
  height: 300px;
  width: 100%;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 12 34 / var(--tw-bg-opacity, 1));
  padding: 28px;
}
@media (min-width: 1200px) {

  .grayBoxSection .card-dark-red {
    height: 300px;
  }
}
@media (min-width:1200px){ 
        .grayBoxSection .card-dark-red{
                transform: translateY(50px);
                transition: all 0.5s
            
        }
            }
.grayBoxSection .gray-card-3 {
  display: none;
  height: 193px;
  width: 100%;
  border-radius: 0 0 0 160px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .grayBoxSection .gray-card-3 {
    display: block;
    height: 300px;
    width: 300px;
    opacity: 0;
  }
}
@media (min-width:1200px){
        
        .grayBoxSection .gray-card-3{
                animation: turnCard1 4s steps(1) infinite 
        } 
             }
.grayBoxSection .card-light-red {
  height: 300px;
  width: 100%;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 92 / var(--tw-bg-opacity, 1));
  padding: 28px;
}
@media (min-width: 1200px) {

  .grayBoxSection .card-light-red {
    height: 300px;
  }
}
@media (min-width:1200px){
        .grayBoxSection .card-light-red{
                transform: translateY(50px);
                transition: all 0.5s
        }
                .grayBoxSection:hover .card-dark-red{
                animation: slideDownIn 1s ease forwards ; 
                }
                .grayBoxSection:hover .card-light-red{
                    animation: slideDownIn 1s ease forwards ; 
                }
                .grayBoxSection:hover .card-red{
                    animation: slideUpIn 1s ease forwards ; 
                }
                .grayBoxSection:hover .gray-card-1{
                    opacity: 1;
                    transition: all 0.5s; 
                }
                .grayBoxSection:hover .gray-card-2{
                    opacity: 1;
                    transition: all 0.5s;
                }
                .grayBoxSection:hover .gray-card-3{
                    opacity: 1;
                    transition: all 0.5s;
                }
            }
.grayBoxSection .card-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 20px;
}
.grayBoxSection .card-content .card-icon {
  width: 100%;
}
.grayBoxSection .card-content .card-icon img {
  height: 24px;
}
.grayBoxSection .card-content .card-desc {
  width: 100%;
}
.grayBoxSection .card-content .card-desc .card-title {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.grayBoxSection .card-content .card-desc .card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.grayBoxSection .card-content .card-desc .card-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.redBgGlobeSection {
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {

  .redBgGlobeSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.redBgGlobeSection .video-box {
  position: relative;
  display: flex;
  height: 300px;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 1200px) {

  .redBgGlobeSection .video-box {
    height: 660px;
    width: 710px;
    justify-content: flex-end;
  }
}
.redBgGlobeSection .video-box .video-container {
  height: 300px;
  width: 300px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1200px) {

  .redBgGlobeSection .video-box .video-container {
    height: 460px;
    width: 510px;
    --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));
  }
}
.redBgGlobeSection .video-box .video-container{
                mix-blend-mode: plus-lighter;
            }
@media (min-width:1200px){
                    .redBgGlobeSection .video-box .video-container.sizeRotate{
                        animation: sizeRotate 1s ease forwards;
                    }
                }
.redBgGlobeSection .content {
  margin-top: -50px;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
}
@media (min-width: 1200px) {

  .redBgGlobeSection .content {
    margin-left: -70px;
    margin-top: 0;
    padding-top: 240px;
  }
}
.redBgGlobeSection .content .title {
  max-width: 100%;
  padding-left: 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBgGlobeSection .content .title {
    max-width: 520px;
    padding-left: 0;
    font-size: 56px;
  }
}
.redBgGlobeSection .content .numWrap {
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBgGlobeSection .content .numWrap {
    margin-bottom: 16px;
  }
}
.redBgGlobeSection .content .numWrap::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 28px;
  width: 1px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.redBgGlobeSection .content .numWrap .num {
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}
.redBgGlobeSection .content .numWrap .text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.redBgGlobeSection .content .numDesc {
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* Özel bileşen sınıflarınız buraya */
/* Pages klasöründeki dosyaları components layer'dan önce içe aktarıyoruz */
/* Home sayfası stilleri */
.default p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.default p:last-child {
  margin-bottom: 0;
}
.test3 {
  font-size: 64px;
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}
.container-large {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .container-large {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.container-large.pr-m-0 {
  padding-right: 0;
}
@media (min-width: 1200px) {

  .container-large.pr-m-0 {
    padding-right: 48px;
  }
}
.container-medium {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1190px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .container-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-small {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1012px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .container-small {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-xsmall {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 868px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .container-xsmall {
    padding-left: 0;
    padding-right: 0;
  }
}
.container-lg {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 1440px;
  flex-grow: 1;
  padding-left: 20px;
  padding-right: 0;
}
@media (min-width: 1200px) {

  .container-lg {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.red-banner {
  position: relative;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
}
@media (min-width: 1200px) {

  .red-banner {
    min-height: calc(100vh - 138px);
    padding-top: 80px;
  }
}
.red-banner .title {
  z-index: 1;
  width: 660px;
  max-width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .red-banner .title {
    position: absolute;
    padding-top: 50px;
    font-size: 32px;
  }
}
.red-banner .img-box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-right: 0;
  margin-top: 60px;
  max-height: 100%;
  width: -moz-fit-content;
  width: fit-content;
  width: 80%;
}
@media (min-width: 1200px) {

  .red-banner .img-box {
    margin-top: 0px;
    height: 100%;
    width: 65%;
  }
}
.red-banner .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.red-banner-without-image {
  position: relative;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  background-image: url(/images/lowHeightBg.svg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1200px) {

  .red-banner-without-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.red-banner-without-image .title {
  z-index: 1;
  width: 660px;
  max-width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .red-banner-without-image .title {
    padding-top: 50px;
    font-size: 32px;
  }
}
.light-breadcrumb {
  position: absolute;
  z-index: 2;
  display: none;
  gap: 34px;
}
@media (min-width: 1200px) {

  .light-breadcrumb {
    display: flex;
  }
}
.light-breadcrumb a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}
.light-breadcrumb a::after {
  position: absolute;
  right: -20px;
  top: 50%;
  height: 6px;
  width: 6px;
  --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));
  background-image: url(/images/circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.light-breadcrumb span {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.max-w-546 {
  width: 546px;
  max-width: 100%;
}
.max-w-700 {
  width: 700px;
  max-width: 100%;
}
.max-w-774 {
  width: 774px;
  max-width: 100%;
}
.max-w-535 {
  width: 535px;
  max-width: 100%;
}
.max-w-538 {
  width: 538px;
  max-width: 100%;
}
.max-w-646 {
  width: 646px;
  max-width: 100%;
}
.max-w-440 {
  width: 440px;
  max-width: 100%;
}
.max-w-450 {
  height: 100%;
  width: 450px;
  max-width: 100%;
}
.max-w-446 {
  width: 446px;
  max-width: 100%;
}
.max-w-446 .title {
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .max-w-446 .title {
    font-size: 32px;
  }
}
.max-w-446 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.max-w-446 .icon-box {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1200px) {

  .max-w-446 .icon-box {
    margin-bottom: 48px;
  }
}
.max-w-446 .icon-box img {
  height: auto;
  max-height: 30px;
  width: auto;
}
.max-w-446 .cta-button {
  margin-top: 48px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.max-w-446 .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.max-w-446 .cta-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.max-w-446 .social-media {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.max-w-446 .social-media a {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.max-w-446 .social-media a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.max-w-432 {
  margin-left: auto;
  margin-right: auto;
  width: 432px;
  max-width: 100%;
}
.max-w-432 .title {
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .max-w-432 .title {
    font-size: 32px;
  }
}
.max-w-432 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.max-w-432 .cta-button {
  margin-top: 48px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.max-w-432 .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.max-w-432 .cta-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.titleXL {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .titleXL {
    font-size: 32px;
  }
}
.titleXL p {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .titleXL p {
    font-size: 32px;
  }
}
.titleXL span {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.titleXL .cta-button {
  margin-top: 48px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.titleXL .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.titleXL .cta-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.infoFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {

  .infoFlex {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.infoFlexWithoutBorder {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {

  .infoFlexWithoutBorder {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.lightRightText {
  margin-top: 40px;
}
.lightRightText .infoFlexWithoutBorder {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .lightRightText .infoFlexWithoutBorder {
    margin-bottom: 40px;
    justify-content: flex-end;
  }
}
.lightRightText .infoFlexWithoutBorder p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.titleS-Red {
  max-width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
@media (min-width: 1200px) {

  .titleS-Red {
    width: 164px;
  }
}
.sectionRed {
  position: relative;
  margin-top: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sectionRed {
    margin-top: 80px;
    background-image: url(/images/sectionRedBg.svg);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sectionRed .title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sectionRed .title {
    font-size: 32px;
  }
}
.sectionRed .subTitle {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionRed .cardTitle {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionRed .cardText {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.sectionRed .cardText p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionRedWithThreeCards {
  position: relative;
  margin-top: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 48px;
  padding-bottom: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sectionRedWithThreeCards {
    margin-top: 80px;
    background-image: url(/images/sectionRedBg.svg);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.sectionRedWithThreeCards .title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sectionRedWithThreeCards .title {
    font-size: 32px;
  }
}
.sectionRedWithThreeCards .subTitle {
  margin-left: auto;
  margin-right: auto;
  width: 660px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sectionRedWithThreeCards .seeAll {
  margin-top: 48px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.sectionRedWithThreeCards .seeAll:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .sectionRedWithThreeCards .seeAll {
    margin-top: 64px;
  }
}
.sectionRedWithThreeCards .seeAll img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sectionRedWithThreeCards .whiteCard {
  display: flex;
  min-height: 270px;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .sectionRedWithThreeCards .whiteCard {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.sectionRedWithThreeCards .whiteCard .title {
  margin-bottom: 12px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.sectionRedWithThreeCards .whiteCard .badge {
  margin-bottom: 16px;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.sectionRedWithThreeCards .whiteCard .features {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 1200px) {

  .sectionRedWithThreeCards .whiteCard .features {
    margin-top: 32px;
    gap: 20px;
  }
}
.sectionRedWithThreeCards .whiteCard .features .item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.sectionRedWithThreeCards .whiteCard .features .item img {
  height: auto;
  max-height: 16px;
  width: auto;
  max-width: 16px;
}
.sectionRedWithThreeCards .whiteCard .card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sectionRedWithThreeCards .whiteCard .arrow-circle {
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 9999px;
  background-image: url(/images/circleRedArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.numWrap {
  position: relative;
  margin-bottom: 40px;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .numWrap {
    margin-bottom: 64px;
  }
}
.numWrap::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 38px;
  width: 1px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.numWrap .num {
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
}
.icnWrap {
  position: relative;
  margin-bottom: 40px;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .icnWrap {
    margin-bottom: 64px;
  }
}
.icnWrap::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 24px;
  width: 1px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}
.icnWrap img {
  height: auto;
  max-height: 24px;
  width: auto;
}
.leftImgRightText {
  position: relative;
  margin-top: 64px;
}
@media (min-width: 1200px) {

  .leftImgRightText {
    margin-top: 120px;
  }
}
.leftImgRightText .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.leftImgRightText .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rightImgLeftText {
  position: relative;
  margin-top: 64px;
}
@media (min-width: 1200px) {

  .rightImgLeftText {
    margin-top: 120px;
  }
}
.rightImgLeftText .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.outro {
  margin-top: 64px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .outro {
    margin-top: 120px;
  }
}
.outro .cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .outro .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.outro .cta-section .emblem-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outro .cta-section .emblem-logo img {
  height: auto;
  max-height: 24px;
  width: auto;
}
.outro .cta-section .cta-text {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outro .cta-section .cta-text {
    font-size: 32px;
  }
}
.outro .cta-section .cta-text p {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outro .cta-section .cta-text p {
    font-size: 32px;
  }
}
.outro .cta-section .cta-text span {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outro .cta-section .cta-text span {
    font-size: 32px;
  }
}
.outro .cta-section .cta-button {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.outro .cta-section .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.outro .cta-section .cta-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.outroWithoutMargin {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.outroWithoutMargin .cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .outroWithoutMargin .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.outroWithoutMargin .cta-section .emblem-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outroWithoutMargin .cta-section .emblem-logo img {
  height: auto;
  max-height: 24px;
  width: auto;
}
.outroWithoutMargin .cta-section .cta-text {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outroWithoutMargin .cta-section .cta-text {
    font-size: 32px;
  }
}
.outroWithoutMargin .cta-section .cta-text p {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outroWithoutMargin .cta-section .cta-text p {
    font-size: 32px;
  }
}
.outroWithoutMargin .cta-section .cta-text span {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outroWithoutMargin .cta-section .cta-text span {
    font-size: 32px;
  }
}
.outroWithoutMargin .cta-section .cta-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.outroWithoutMargin .cta-section .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.outroWithoutMargin .cta-section .cta-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.max-w-300 {
  width: 300px;
  max-width: 100%;
}
.max-w-400 {
  width: 400px;
  max-width: 100%;
}
.max-w-918 {
  margin-left: auto;
  margin-right: auto;
  width: 918px;
  max-width: 100%;
}
.max-w-616 {
  margin-left: auto;
  margin-right: auto;
  width: 616px;
  max-width: 100%;
}
.max-w-684 {
  width: 100%;
  max-width: 684px;
}
.flexBox {
  display: flex;
  flex-wrap: wrap;
}
.flexBox .mobile-order-1 {
  order: 1;
}
@media (min-width: 1200px) {

  .flexBox .mobile-order-1 {
    order: 2;
  }
}
.flexBox .mobile-order-2 {
  order: 2;
}
@media (min-width: 1200px) {

  .flexBox .mobile-order-2 {
    order: 1;
  }
}
.messageStyle2 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-position: top left;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .messageStyle2 {
    background-image: url(/images/outroStyle2.svg);
  }
}
.messageStyle2 .cta-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {

  .messageStyle2 .cta-section {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
.messageStyle2 .cta-section .emblem-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.messageStyle2 .cta-section .emblem-logo img {
  height: auto;
  max-height: 24px;
  width: auto;
}
.messageStyle2 .cta-section .cta-text {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .messageStyle2 .cta-section .cta-text {
    font-size: 32px;
  }
}
.messageStyle2 .cta-section .cta-text p {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .messageStyle2 .cta-section .cta-text p {
    font-size: 32px;
  }
}
.messageStyle2 .cta-section .cta-text span {
  max-width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .messageStyle2 .cta-section .cta-text span {
    font-size: 32px;
  }
}
.messageStyle2 .cta-section .cta-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.messageStyle2 .cta-section .cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.messageStyle2 .cta-section .cta-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.messageStyle2 .cta-section .cta-name {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.messageStyle2 .cta-section .cta-name span {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.messageStyle2 .cta-section .cta-name p {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {

  .board-of-directors {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.board-of-directors .tablabel {
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors .tablabel.tab-active {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.board-of-directors .title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .board-of-directors .title {
    font-size: 32px;
  }
}
.board-of-directors p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-grid {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
}
@media (min-width: 1200px) {

  .board-of-directors .board-grid {
    margin-top: 80px;
    gap: 53px;
  }
}
.board-of-directors .board-card {
  position: relative;
  display: flex;
  min-height: 320px;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 16px;
}
@media (min-width: 1200px) {

  .board-of-directors .board-card {
    max-width: 300px;
  }
}
.board-of-directors .board-card .modal {
  align-items: flex-start;
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal {
    align-items: center;
  }
}
.board-of-directors .board-card .modal .modal-box {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 0;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal .modal-box {
    min-height: auto;
    width: 776px;
    border-radius: 12px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.board-of-directors .board-card .modal .modal-box .modal-content {
  display: flex;
  gap: 20px;
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal .modal-box .modal-content {
    gap: 40px;
  }
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-img {
  height: 135px;
  width: 120px;
  flex: none;
  overflow: hidden;
  border-radius: 16px;
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal .modal-box .modal-content .modal-img {
    height: 270px;
    width: 240px;
  }
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text {
  flex-grow: 1;
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-title {
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-title {
    font-size: 24px;
  }
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-subtitle {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-social {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-social a {
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-text-content {
  display: none;
  max-height: 300px;
  overflow-y: auto;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-text-content {
    display: block;
  }
}
.board-of-directors .board-card .modal .modal-box .modal-content .modal-text .modal-text-content p {
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-card .modal .modal-box .modal-text-content-mobile {
  margin-top: 40px;
  display: block;
  max-height: calc(100vh - 264px);
  overflow-y: auto;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .board-of-directors .board-card .modal .modal-box .modal-text-content-mobile {
    display: none;
  }
}
.board-of-directors .board-card .modal .modal-box .modal-text-content-mobile p {
  margin-bottom: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-number {
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-info {
  margin-bottom: 2px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.board-of-directors .board-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 8px;
}
.board-of-directors .board-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 118%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.board-of-directors .board-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.board-of-directors .arrow-circle {
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 9999px;
  background-image: url(/images/circleRedArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.board-of-directors .board-image {
  height: 160px;
  width: 160px;
  overflow: hidden;
  border-radius: 8px;
}
.board-of-directors .board-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.information-filter {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .information-filter {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.information-filter .filter-container {
  width: 100%;
}
@media (min-width: 1200px) {

  .information-filter .filter-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.information-filter .filter-title {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .information-filter .filter-title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.information-filter .filter-title span {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.information-filter .filter-form {
  width: 100%;
}
.information-filter .filter-inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {

  .information-filter .filter-inputs {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
.information-filter .search-input-wrapper {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {

  .information-filter .search-input-wrapper {
    width: 320px;
  }
}
.information-filter .search-input-wrapper .search-icon {
  margin-right: 12px;
  display: flex;
  height: 16px;
  width: 16px;
  align-items: center;
  justify-content: center;
}
.information-filter .search-input-wrapper .search-icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.information-filter .search-input-wrapper .search-input {
  flex: 1 1 0%;
  border-style: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.information-filter .search-input-wrapper .search-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.information-filter .search-input-wrapper .search-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.information-filter .year-select-wrapper {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .information-filter .year-select-wrapper {
    width: 140px;
  }
}
.information-filter .year-select-wrapper .year-select {
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: transparent;
  padding-left: 16px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.information-filter .year-select-wrapper .year-select option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.information-filter .year-select-wrapper .dropdown-arrow {
  pointer-events: none;
  position: absolute;
  right: 8px;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.information-filter .year-select-wrapper .dropdown-arrow img {
  height: 12px;
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.information-filter .select-wrapper {
  position: relative;
  display: flex;
  height: 40px;
  width: 100%;
  align-items: center;
  border-radius: 99px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .information-filter .select-wrapper {
    width: 220px;
  }
}
.information-filter .select-wrapper .select-item {
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-style: none;
  background-color: transparent;
  padding-left: 16px;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.information-filter .select-wrapper .select-item option {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.information-filter .select-wrapper .dropdown-arrow {
  pointer-events: none;
  position: absolute;
  right: 8px;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.information-filter .select-wrapper .dropdown-arrow img {
  height: 12px;
  width: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
.financial-information-content .board-grid {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.mainFourGrid .financial-information-content .board-grid {
  gap: 48px;
}
.mainFourGrid .financial-information-content .board-grid > div:first-child {
  position: relative;
}
.mainFourGrid .financial-information-content .board-grid > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .financial-information-content .board-grid > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .financial-information-content .board-grid > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .financial-information-content .board-grid {
    margin-bottom: 120px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.financial-information-content .board-grid .board-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 16px;
}
@media (min-width: 1200px) {

  .financial-information-content .board-grid .board-card {
    min-height: 320px;
  }
}
.financial-information-content .board-grid .board-card .board-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.financial-information-content .board-grid .board-card .arrow-circle {
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 9999px;
  background-image: url(/images/circleRedArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.financial-information-content .board-grid .board-card .board-image {
  height: 160px;
  width: 160px;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.financial-information-content .board-grid .board-card .board-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.financial-information-content .board-grid .board-card .board-number {
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.financial-information-content .board-grid .board-card .board-info {
  margin-bottom: 2px;
  margin-top: 27px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 1200px) {

  .financial-information-content .board-grid .board-card .board-info {
    margin-top: 40px;
    gap: 60px;
  }
}
.financial-information-content .board-grid .board-card .board-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
}
@media (min-width: 1200px) {

  .financial-information-content .board-grid .board-card .board-details {
    padding-left: 16px;
  }
}
.financial-information-content .board-grid .board-card .board-title {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .financial-information-content .board-grid .board-card .board-title {
    font-size: 18px;
  }
}
.financial-information-content .board-grid .board-card .board-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.companyInfo {
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
}
.companyInfo div:first-child {
  width: 85px;
  flex: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.companyInfo div:last-child {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.useful-links .useful-link {
  margin-bottom: 28px;
}
.useful-links .useful-link .useful-link-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.useful-links .useful-link a {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.newsSlider {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .newsSlider {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.newsSlider .news-slider-wrapper {
  position: relative;
}
.newsSlider .newsSwiper {
  overflow: hidden;
}
.newsSlider .newsSwiper .swiper-wrapper {
  display: flex;
}
.newsSlider .newsSwiper .swiper-slide {
  width: 100%;
  flex-shrink: 0;
}
.newsSlider .news-slide {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1200px) {

  .newsSlider .news-slide {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.newsSlider .news-slide:hover .news-image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsSlider .news-slide .news-image {
  order: 1;
  height: 447px;
  width: 350px;
  max-width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 1200px) {

  .newsSlider .news-slide .news-image {
    order: 1;
    height: 666px;
    width: 521px;
  }
}
.newsSlider .news-slide .news-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsSlider .news-slide .news-content {
  position: relative;
  order: 2;
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}
@media (min-width: 1200px) {

  .newsSlider .news-slide .news-content {
    order: 2;
    align-items: flex-end;
    gap: 34px;
  }
}
.newsSlider .news-slide .news-content .news-content-wrapper {
  position: relative;
}
@media (min-width: 1200px) {

  .newsSlider .news-slide .news-content .news-content-wrapper {
    min-height: 484px;
  }
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-meta .news-date {
  margin-bottom: 28px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-title {
  margin-bottom: 24px;
  max-width: 426px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .newsSlider .news-slide .news-content .news-content-wrapper .news-title {
    font-size: 28px;
  }
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-description {
  margin-bottom: 34px;
  max-width: 426px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-read-more {
  margin-bottom: 34px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-read-more:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-pagination {
  position: absolute !important;
  bottom: 0;
  left: 0px;
  margin-top: 48px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
@media (min-width: 1200px) {

  .newsSlider .news-slide .news-content .news-content-wrapper .news-pagination {
    margin-top: 0;
  }
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-pagination .custom-dot {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  height: 4px;
  width: 12px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.newsSlider .news-slide .news-content .news-content-wrapper .news-pagination .custom-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
  background-image: url(/images/black-dot.svg);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
.news-list {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .news-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.news-list .news-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
.mainFourGrid .news-list .news-grid {
  gap: 48px;
}
.mainFourGrid .news-list .news-grid > div:first-child {
  position: relative;
}
.mainFourGrid .news-list .news-grid > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .news-list .news-grid > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .news-list .news-grid > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .news-list .news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
  }
}
.news-list .news-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.news-list .news-card:hover .news-card-image img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-list .news-card .news-card-image {
  position: relative;
  aspect-ratio: 424/240;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.news-list .news-card .news-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-list .news-card .news-card-image .video-duration {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 4px;
  background-color: #0000009c;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.news-list .news-card .news-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
.news-list .news-card .news-card-content .news-card-meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.news-list .news-card .news-card-content .news-card-meta .news-card-date,
                .news-list .news-card .news-card-content .news-card-meta .news-card-source {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.news-list .news-card .news-card-content .news-card-title {
  min-height: 55px;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.news-list .news-card .news-card-content .news-card-read-more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-list .news-card .news-card-content .news-card-read-more:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.news-list .news-card .news-card-content .news-card-read-more .read-more-icon {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-image: url(/images/arr-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-pagination {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .news-pagination {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.news-pagination .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.news-pagination .pagination-prev,
    .news-pagination .pagination-next {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  opacity: 0.4;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-pagination .pagination-prev:hover, .news-pagination .pagination-next:hover {
  opacity: 1;
}
.news-pagination .pagination-prev.active,.news-pagination .pagination-next.active {
  opacity: 1;
}
.news-pagination .pagination-prev span, .news-pagination .pagination-next span {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.news-pagination .pagination-prev .pagination-arrow-icon, .news-pagination .pagination-next .pagination-arrow-icon {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.news-pagination .pagination-prev .pagination-arrow-icon img, .news-pagination .pagination-next .pagination-arrow-icon img {
  position: relative;
  z-index: 10;
  height: 8px;
  width: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-pagination .pagination-numbers {
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-pagination .pagination-numbers .pagination-number {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  opacity: 0.4;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-pagination .pagination-numbers .pagination-number.active {
  opacity: 1;
}
.news-pagination .pagination-numbers .pagination-number:hover {
  opacity: 1;
}
.news-date {
  margin-top: 28px;
}
.news-date .news-date-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.news-content {
  padding-top: 48px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .news-content {
    padding-top: 64px;
    padding-bottom: 80px;
  }
}
.news-content .news-content-wrapper .news-content-image {
  margin-bottom: 40px;
  aspect-ratio: 868/520;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 1200px) {

  .news-content .news-content-wrapper .news-content-image {
    margin-bottom: 60px;
  }
}
.news-content .news-content-wrapper .news-content-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-content .news-content-wrapper .news-content-text {
  margin-bottom: 64px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .news-content .news-content-wrapper .news-content-text {
    margin-bottom: 80px;
  }
}
.news-content .news-content-wrapper .news-content-text p {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.news-content .news-content-wrapper .share-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.news-content .news-content-wrapper .news-content-share {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
}
.news-content .news-content-wrapper .news-content-share .share-icons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.news-content .news-content-wrapper .news-content-share .share-icons .share-icon {
  display: flex;
  height: 32px;
  width: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.news-content .news-content-wrapper .news-content-share .share-icons .share-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.news-content .news-content-wrapper .news-content-share .source-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.news-related {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .news-related {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.news-related .news-related-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .news-related .news-related-title {
    font-size: 32px;
  }
}
.news-related .news-related-title .news-related-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-related .news-related-title .news-related-link:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.news-related .news-related-title .news-related-link img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-related {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .video-related {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.video-related .video-related-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .video-related .video-related-title {
    font-size: 32px;
  }
}
.video-related .video-related-title .video-related-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.video-related .video-related-title .video-related-link:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.video-related .video-related-title .video-related-link img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-related-swiper {
  margin-top: 32px;
  padding-right: 50px;
}
@media (min-width: 1200px) {

  .news-related-swiper {
    margin-top: 50px;
    padding-right: 0;
  }
}
.news-related-swiper .swiper-slide .news-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.news-related-swiper .swiper-slide .news-card:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-related-swiper .swiper-slide .news-card .news-card-image {
  position: relative;
  aspect-ratio: 400/261;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.news-related-swiper .swiper-slide .news-card .news-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-related-swiper .swiper-slide .news-card .news-card-image .video-duration {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 4px;
  background-color: #0000009c;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.news-related-swiper .swiper-slide .news-card .news-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-meta .news-card-date,
                    .news-related-swiper .swiper-slide .news-card .news-card-content .news-card-meta .news-card-source {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-title {
  min-height: 53px;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-read-more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-read-more:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-read-more .read-more-icon {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-image: url(/images/arr-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-related-swiper .swiper-slide .news-card .news-card-content .news-card-read-more .play-icon {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-image: url(/images/icn-play.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-related-swiper .navigation {
  margin-top: 40px;
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
@media (min-width: 1200px) {

  .news-related-swiper .navigation {
    display: flex;
  }
}
.news-related-swiper .navigation .news-related-swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url(/images/pagination-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-related-swiper .navigation .news-related-swiper-button-next::after{
                display: none;
            }
.news-related-swiper .navigation .news-related-swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-image: url(/images/pagination-left.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.news-related-swiper .navigation .news-related-swiper-button-prev::after{
                display: none;
            }
.redBG {
  position: relative;
  margin-top: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .redBG {
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.redBG .board-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
.mainFourGrid .redBG .board-grid {
  gap: 48px;
}
.mainFourGrid .redBG .board-grid > div:first-child {
  position: relative;
}
.mainFourGrid .redBG .board-grid > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .redBG .board-grid > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .redBG .board-grid > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .redBG .board-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.redBG .board-grid .board-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 16px;
}
@media (min-width: 1200px) {

  .redBG .board-grid .board-card {
    min-height: 320px;
  }
}
.redBG .board-grid .board-card .board-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.redBG .board-grid .board-card .arrow-circle {
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 9999px;
  background-image: url(/images/circleRedArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.redBG .board-grid .board-card .board-image {
  height: 160px;
  width: 160px;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.redBG .board-grid .board-card .board-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.redBG .board-grid .board-card .board-number {
  padding: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.redBG .board-grid .board-card .board-info {
  margin-bottom: 2px;
  margin-top: 27px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 1200px) {

  .redBG .board-grid .board-card .board-info {
    margin-top: 40px;
    gap: 60px;
  }
}
.redBG .board-grid .board-card .board-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
}
@media (min-width: 1200px) {

  .redBG .board-grid .board-card .board-details {
    padding-left: 16px;
  }
}
.redBG .board-grid .board-card .board-title {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBG .board-grid .board-card .board-title {
    font-size: 18px;
  }
}
.redBG .board-grid .board-card .board-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.legislation-content {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {

  .legislation-content {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.legislation-content .title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .legislation-content .title {
    font-size: 26px;
  }
}
.legislation-content p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.legislation-content p strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.redBGWithTwoGrid {
  position: relative;
  margin-top: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid {
    margin-top: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.redBGWithTwoGrid .board-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 80px;
}
.mainFourGrid .redBGWithTwoGrid .board-grid {
  gap: 48px;
}
.mainFourGrid .redBGWithTwoGrid .board-grid > div:first-child {
  position: relative;
}
.mainFourGrid .redBGWithTwoGrid .board-grid > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .redBGWithTwoGrid .board-grid > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .redBGWithTwoGrid .board-grid > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.redBGWithTwoGrid .board-grid .board-card {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding: 16px;
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid .board-card {
    min-height: 400px;
  }
}
.redBGWithTwoGrid .board-grid .board-card .board-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.redBGWithTwoGrid .board-grid .board-card .arrow-circle {
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 9999px;
  background-image: url(/images/arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.redBGWithTwoGrid .board-grid .board-card .board-image {
  height: 160px;
  width: 160px;
  overflow: hidden;
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.redBGWithTwoGrid .board-grid .board-card .board-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.redBGWithTwoGrid .board-grid .board-card .board-number {
  display: flex;
  gap: 16px;
  padding: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid .board-card .board-number {
    font-size: 28px;
  }
}
.redBGWithTwoGrid .board-grid .board-card .board-number span {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid .board-card .board-number span {
    font-size: 26px;
  }
}
.redBGWithTwoGrid .board-grid .board-card .board-info {
  margin-bottom: 2px;
  margin-top: 27px;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid .board-card .board-info {
    margin-top: 40px;
    gap: 60px;
  }
}
.redBGWithTwoGrid .board-grid .board-card .board-details {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid .board-card .board-details {
    padding-left: 16px;
  }
}
.redBGWithTwoGrid .board-grid .board-card .board-title {
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBGWithTwoGrid .board-grid .board-card .board-title {
    font-size: 18px;
  }
}
.redBGWithTwoGrid .board-grid .board-card .board-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.redBGWithTwoGrid .board-grid .board-card .board-text {
  max-width: 381px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.verticalSliderRed {
  position: relative;
  margin-top: 64px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .verticalSliderRed {
    margin-top: 120px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper {
  height: 1050px;
}
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper {
    height: 800px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide {
  height: 100%;
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .verticalSliderBg {
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper .swiper-slide .verticalSliderBg {
    background-image: url(/images/verticalSliderBg.svg);
  }
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .imgBox {
  height: 540px;
  width: 100%;
}
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper .swiper-slide .imgBox {
    height: 800px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .imgBox img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 64px;
  padding: 80px 43px 80px 15px;
}
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content {
    padding: 110px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .title {
  width: 100%;
  max-width: 480px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .title {
    font-size: 40px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .subTitle {
  width: 100%;
  max-width: 440px;
  font-size: 32px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .subTitle {
    font-size: 20px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .subTitle .text {
  position: relative;
  margin-top: 40px;
  width: 100%;
  max-width: 440px;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .subTitle .text::before {
  position: absolute;
  top: 6px;
  left: 0px;
  height: 12px;
  width: 10px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.verticalSliderRed .verticalSliderRedSwiper .swiper-slide .content .subTitle .text p {
  width: 100%;
  max-width: 440px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.verticalSliderRed .verticalSliderRedSwiper .pagination-box {
  position: absolute;
  top: 540px;
  left: 0px;
  display: grid;
  height: calc(100% - 540px);
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.mainFourGrid .verticalSliderRed .verticalSliderRedSwiper .pagination-box {
  gap: 48px;
}
.mainFourGrid .verticalSliderRed .verticalSliderRedSwiper .pagination-box > div:first-child {
  position: relative;
}
.mainFourGrid .verticalSliderRed .verticalSliderRedSwiper .pagination-box > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .verticalSliderRed .verticalSliderRedSwiper .pagination-box > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .verticalSliderRed .verticalSliderRedSwiper .pagination-box > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .verticalSliderRed .verticalSliderRedSwiper .pagination-box {
    top: 0px;
    height: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.verticalSliderRed .verticalSliderRedSwiper .pagination-box .pagination-box-inner {
  position: relative;
  grid-column: span 3 / span 3;
  height: 100%;
}
@media (min-width: 960px) {

  .verticalSliderRed .verticalSliderRedSwiper .pagination-box .pagination-box-inner .swiper-pagination {
    margin-right: 44px;
  }
}
.verticalSliderRed .verticalSliderRedSwiper .pagination-box .pagination-box-inner .swiper-pagination-bullet {
  position: relative;
  margin: 0px;
  margin-bottom: 20px;
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  opacity: 0.3;
}
.verticalSliderRed .verticalSliderRedSwiper .pagination-box .pagination-box-inner .swiper-pagination-bullet:not(:first-child)::before {
  position: absolute;
  top: -20px;
  left: 3.5px;
  height: 20px;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  --tw-content: '';
  content: var(--tw-content);
}
.verticalSliderRed .verticalSliderRedSwiper .pagination-box .pagination-box-inner .swiper-pagination-bullet-active {
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.verticalSliderRed .verticalSliderRedSwiper .pagination-box .pagination-box-inner .swiper-pagination-bullet-active::before {
  opacity: 0.3 !important;
}
.banner-section {
  position: relative;
  display: flex;
  height: 440px;
  align-items: flex-end;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {

  .banner-section {
    height: 100vh;
    min-height: 800px;
    padding-bottom: 48px;
  }
}
.banner-section .video-box {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.banner-section .video-box .video-container {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .banner-container {
  width: 100%;
}
.banner-section .banner-container .title {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.banner-section .banner-container p {
  width: 100%;
  max-width: 432px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.banner-section .banner-container .button a {
  display: none;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  background-image: url(/images/icn-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .banner-section .banner-container .button a {
    display: flex;
  }
}
.breadcrumb-section .breadcrumb-items {
  margin-top: 24px;
  display: flex;
  gap: 34px;
}
.breadcrumb-section .breadcrumb-items a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}
.breadcrumb-section .breadcrumb-items a::after {
  position: absolute;
  right: -20px;
  top: 50%;
  height: 6px;
  width: 6px;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(195 195 195 / var(--tw-border-opacity, 1));
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.breadcrumb-section .breadcrumb-items span {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.redBgWithImage {
  position: relative;
  margin-top: -2px;
  margin-bottom: 170px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media (min-width: 1200px) {

  .redBgWithImage {
    margin-bottom: 270px;
    background-image: url(/images/redBgImg.svg);
    padding-top: 120px;
  }
}
.redBgWithImage .img-box {
  margin-bottom: -110px;
  height: 460px;
  width: 360px;
  max-width: 100%;
}
@media (min-width: 1200px) {

  .redBgWithImage .img-box {
    margin-bottom: -190px;
    height: 666px;
    width: 521px;
  }
}
.redBgWithImage .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.redBgWithImage .content {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  gap: 69px;
}
@media (min-width: 1200px) {

  .redBgWithImage .content {
    height: calc(100% - 64px);
  }
}
.redBgWithImage .content .title {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBgWithImage .content .title {
    font-size: 36px;
  }
}
.redBgWithImage .content .subTitle {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.redBgWithImage .content .subTitle p {
  margin-top: 28px;
  width: 100%;
  max-width: 411px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.redBgWithImage .content .button a {
  margin-top: 28px;
  margin-bottom: 80px;
  display: flex;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  background-image: url(/images/whiteBgRedArr.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redBgWithImage .content .button a {
    margin-bottom: 0;
  }
}
.whiteBgWithImage {
  position: relative;
}
@media (min-width: 1200px) {

  .whiteBgWithImage {
    margin-top: -190px;
  }
}
.whiteBgWithImage .img-box {
  margin-bottom: 64px;
  height: 400px;
  width: 360px;
  max-width: 100%;
}
@media (min-width: 1200px) {

  .whiteBgWithImage .img-box {
    height: 666px;
    width: 521px;
  }
}
.whiteBgWithImage .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.whiteBgWithImage .content .subTitle {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.whiteBgWithImage .content .subTitle p {
  margin-top: 28px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
@media (min-width: 1200px) {

  .whiteBgWithImage .content .subTitle p {
    min-width: 411px;
    max-width: 411px;
  }
}
.whiteBgWithImage .content .button a {
  margin-top: 28px;
  margin-bottom: 80px;
  display: flex;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  background-image: url(/images/redBgWhiteArr.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .whiteBgWithImage .content .button a {
    margin-bottom: 0;
  }
}
.img-box {
  position: relative;
  overflow: hidden;
}
.textSMItalic {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@keyframes growFromBottomLeft {
    0% {
      width: 0;
      height: 0;
    }
    100% {
      width: 100%;
      height: 100%;
    }
}
.animated-text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 1s forwards;
  }
@keyframes slideUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.animated-text.in-view span {
    animation-play-state: running;
  }
.animated-text span {
    animation-play-state: paused;
  }
@keyframes slideUpFadeIn {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.fadeUpDiv {
    opacity: 0; /* başlangıç görünmez */
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
  }
.fadeUpDiv.animate {
    animation: slideUpFadeIn 1s ease forwards;
  }
@keyframes slideDownFadeIn {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
@media (min-width: 1199px) {
.fadeDownDiv {
    --tw-translate-y: 50px;
    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));
    opacity: 0;
        animation: slideDownFadeIn 1s ease forwards;
  }
    }
@keyframes scaleIn {
    0% {
      transform: scale(1.3);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
.img-box.animate-visible img{
    animation: scaleIn 0.5s ease-out forwards;
  }
.position-list {
  margin-top: 0;
}
@media (min-width: 1200px) {

  .position-list {
    margin-top: 16px;
  }
}
.position-list .whiteCard {
  display: flex;
  min-height: 270px;
  flex-wrap: wrap;
  align-content: space-between;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .position-list .whiteCard {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.position-list .whiteCard .title {
  margin-bottom: 12px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.position-list .whiteCard .badge {
  margin-bottom: 16px;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.position-list .whiteCard .features {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 1200px) {

  .position-list .whiteCard .features {
    margin-top: 32px;
    gap: 20px;
  }
}
.position-list .whiteCard .features .item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.position-list .whiteCard .features .item img {
  height: auto;
  max-height: 16px;
  width: auto;
  max-width: 16px;
}
.position-list .whiteCard .card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.position-list .whiteCard .arrow-circle {
  display: flex;
  height: 48px;
  width: 48px;
  cursor: pointer;
  border-radius: 9999px;
  background-image: url(/images/circleRedArrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.video-list {
  margin-top: 0;
}
@media (min-width: 1200px) {

  .video-list {
    margin-top: 16px;
  }
}
.video-list .news-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 24px;
}
.video-list .news-card:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.video-list .news-card .news-card-image {
  position: relative;
  aspect-ratio: 400/261;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.video-list .news-card .news-card-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.video-list .news-card .news-card-image .video-duration {
  position: absolute;
  bottom: 16px;
  right: 16px;
  border-radius: 4px;
  background-color: #0000009c;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.video-list .news-card .news-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.video-list .news-card .news-card-content .news-card-meta {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.video-list .news-card .news-card-content .news-card-meta .news-card-date,
                .video-list .news-card .news-card-content .news-card-meta .news-card-source {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.video-list .news-card .news-card-content .news-card-title {
  min-height: 53px;
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.video-list .news-card .news-card-content .news-card-read-more {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.video-list .news-card .news-card-content .news-card-read-more:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.video-list .news-card .news-card-content .news-card-read-more .read-more-icon {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-image: url(/images/arr-right.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.video-list .news-card .news-card-content .news-card-read-more .play-icon {
  position: relative;
  display: flex;
  height: 24px;
  width: 24px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-image: url(/images/icn-play.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@keyframes turnCard1 {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(-90deg);
    }
    50% {
      transform: rotate(-180deg);
    }
    75% {
      transform: rotate(-270deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
@keyframes slideDownIn {
    0% {
      transform: translateY(50px);
    }
    100% {
      transform: translateY(0);
    }
  }
@keyframes slideUpIn {
    0% {
      transform: translateY(-50px);
    }
    100% {
      transform: translateY(0);
    }
  }
@keyframes scaleRotate {
    0% {
      transform: scale(0.5) rotate(90deg);
    }
    100% {
      transform: scale(1) rotate(0deg);
    }
  }
@keyframes sizeRotate {
    0% {
      width: 510px;
      height: 460px;
      transform: rotate(90deg);
    }
    100% {
      width: 710px;
      height: 660px;
      transform: rotate(0deg);
    }
  }
.open-positions-detail {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 1200px) {

  .open-positions-detail {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.open-positions-detail .open-positions-detail-content strong {
  margin-bottom: 24px;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-detail-content p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-detail-content ul {
  list-style-type: none;
}
.open-positions-detail .open-positions-detail-content ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-detail-content ul li::before {
  position: absolute;
  left: 0;
  top: 6px;
  height: 16px;
  width: 16px;
  background-image: url(/images/li-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.open-positions-detail .open-positions-form {
  margin-bottom: 64px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .open-positions-detail .open-positions-form {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.open-positions-detail .open-positions-form .title {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .open-positions-detail .open-positions-form .title {
    font-size: 24px;
  }
}
.open-positions-detail .open-positions-form .checkbox {
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
}
.open-positions-detail .open-positions-form .checkbox:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1)) !important;
  background-image: url(/images/white-check.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.open-positions-detail .open-positions-form label {
  margin-bottom: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-form .custom-input {
  margin-bottom: 23px;
  height: 46px;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.open-positions-detail .open-positions-form .custom-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-form .custom-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-form .form-checkbox {
  margin-bottom: 24px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.open-positions-detail .open-positions-form .form-checkbox label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-form .custom-file-input input[type="file"] {
  display: none;
}
.open-positions-detail .open-positions-form .custom-file-input label {
  margin-bottom: 0 !important;
  display: flex !important;
  height: 46px !important;
  width: 100%;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.open-positions-detail .open-positions-form .custom-file-input label span {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.open-positions-detail .open-positions-form .custom-file-input span {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.open-positions-detail .open-positions-form .custom-file-input .addFile-btn {
  display: flex;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
}
.open-positions-detail .open-positions-form .custom-file-input .addFile-btn img {
  width: 16px;
}
.open-positions-detail .open-positions-form .submit-btn {
  position: relative;
  display: flex;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 4px 22px 4px 56px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.open-positions-detail .open-positions-form .submit-btn::before {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 36px;
  width: 36px;
  background-image: url(/images/submit-btn.svg);
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.redSlideSection {
  margin-top: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .redSlideSection {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.redSlideSection .redSlideSectionSwiper {
  position: relative;
}
.redSlideSection .redSlideSectionSwiper .swiper-slide {
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
.redSlideSection .title {
  margin-bottom: 64px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .redSlideSection .title {
    font-size: 32px;
  }
}
.redSlideSection .content {
  width: 100%;
  padding-bottom: 66px;
}
@media (min-width: 1200px) {

  .redSlideSection .content {
    padding-bottom: 90px;
  }
}
.redSlideSection .content .sub-title {
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.redSlideSection .content .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.redSlideSection .content .desc p {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.redSlideSection .img-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.redSlideSection .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.redSlideSection .nav-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  height: 28px;
  width: 100px;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) {

  .redSlideSection .nav-box {
    bottom: 24px;
  }
}
.redSlideSection .nav-box .redSlideSectionPrev {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin: unset !important;
  height: 28px !important;
  width: 28px !important;
  background-image: url(/images/prev1.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.redSlideSection .nav-box .redSlideSectionPrev::after {
  display: none;
}
.redSlideSection .nav-box .redSlideSectionPrev:hover {
  background-image: url(/images/prev2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.redSlideSection .nav-box .redSlideSectionNext {
  position: relative;
  top: unset !important;
  bottom: unset !important;
  left: unset !important;
  right: unset !important;
  margin: unset !important;
  height: 28px !important;
  width: 28px !important;
  background-image: url(/images/next1.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.redSlideSection .nav-box .redSlideSectionNext::after {
  display: none;
}
.redSlideSection .nav-box .redSlideSectionNext:hover {
  background-image: url(/images/next2.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.outro2 {
  padding-top: 34px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .outro2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.outro2 .title {
  margin-bottom: 48px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .outro2 .title {
    margin-left: auto;
    margin-right: auto;
    max-width: 714px;
    font-size: 32px;
  }
}
.outro2 .outro2-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.outro2 .outro2-btn a {
  position: relative;
  display: flex;
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 4px 22px 4px 56px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.outro2 .outro2-btn a::before {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 36px;
  width: 36px;
  background-image: url(/images/submit-btn.svg);
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.outro2 .outro2-btn a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.internshipProgram {
  margin-top: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 16 46 / var(--tw-bg-opacity, 1));
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .internshipProgram {
    margin-top: 80px;
    background-image: url(/images/leftBottomBgCircle.svg);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.internshipProgram .title {
  margin-bottom: 24px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .internshipProgram .title {
    font-size: 32px;
  }
}
.internshipProgram p {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
.internshipProgram .card {
  display: grid;
  min-height: 220px;
  align-content: space-between;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 24px;
}
.mainFourGrid .internshipProgram .card {
  gap: 48px;
}
.mainFourGrid .internshipProgram .card > div:first-child {
  position: relative;
}
.mainFourGrid .internshipProgram .card > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .internshipProgram .card > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .internshipProgram .card > div:first-child::after {
            content: '';
        }
.internshipProgram .card .num {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.internshipProgram .card .content {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.threeRedCards {
  margin-top: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 16 46 / var(--tw-bg-opacity, 1));
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .threeRedCards {
    margin-top: 80px;
    background-image: url(/images/rightBottomBgCircle.svg);
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.threeRedCards .title {
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .threeRedCards .title {
    font-size: 32px;
  }
}
.threeRedCards p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.8;
}
@media (min-width: 1200px) {

  .threeRedCards p {
    margin-left: auto;
    margin-right: auto;
    max-width: 616px;
  }
}
.threeRedCards .cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}
.mainFourGrid .threeRedCards .cards {
  gap: 48px;
}
.mainFourGrid .threeRedCards .cards > div:first-child {
  position: relative;
}
.mainFourGrid .threeRedCards .cards > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .threeRedCards .cards > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .threeRedCards .cards > div:first-child::after {
            content: '';
        }
@media (min-width: 1200px) {

  .threeRedCards .cards {
    margin-top: 64px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px;
  }
}
.threeRedCards .cards .card {
  display: grid;
  min-height: 220px;
  align-content: space-between;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 24px;
}
.mainFourGrid .threeRedCards .cards .card {
  gap: 48px;
}
.mainFourGrid .threeRedCards .cards .card > div:first-child {
  position: relative;
}
.mainFourGrid .threeRedCards .cards .card > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .threeRedCards .cards .card > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .threeRedCards .cards .card > div:first-child::after {
            content: '';
        }
.threeRedCards .cards .card .card-icon img {
  height: 24px;
  width: auto;
}
.threeRedCards .cards .card .card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.leftTextRightForm {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {

  .leftTextRightForm {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.leftTextRightForm .open-positions-form {
  margin-bottom: 64px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .leftTextRightForm .open-positions-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.leftTextRightForm .open-positions-form .title {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .leftTextRightForm .open-positions-form .title {
    font-size: 24px;
  }
}
.leftTextRightForm .open-positions-form .checkbox {
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
}
.leftTextRightForm .open-positions-form .checkbox:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1)) !important;
  background-image: url(/images/white-check.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.leftTextRightForm .open-positions-form label {
  margin-bottom: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.leftTextRightForm .open-positions-form .custom-input {
  margin-bottom: 23px;
  height: 46px;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.leftTextRightForm .open-positions-form .custom-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.leftTextRightForm .open-positions-form .custom-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.leftTextRightForm .open-positions-form .form-checkbox {
  margin-bottom: 24px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.leftTextRightForm .open-positions-form .form-checkbox label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.leftTextRightForm .open-positions-form .custom-file-input input[type="file"] {
  display: none;
}
.leftTextRightForm .open-positions-form .custom-file-input label {
  margin-bottom: 0 !important;
  display: flex !important;
  height: 46px !important;
  width: 100%;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.leftTextRightForm .open-positions-form .custom-file-input label span {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.leftTextRightForm .open-positions-form .custom-file-input span {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.leftTextRightForm .open-positions-form .custom-file-input .addFile-btn {
  display: flex;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
}
.leftTextRightForm .open-positions-form .custom-file-input .addFile-btn img {
  width: 16px;
}
.leftTextRightForm .open-positions-form .submit-btn {
  position: relative;
  display: flex;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 4px 22px 4px 56px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.leftTextRightForm .open-positions-form .submit-btn::before {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 36px;
  width: 36px;
  background-image: url(/images/submit-btn.svg);
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.contactForm {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {

  .contactForm {
    background-image: url(/images/leftBottomContactBgCircle.svg);
  }
}
.contactForm .contact-form {
  margin-bottom: 64px;
  border-radius: 12px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1200px) {

  .contactForm .contact-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.contactForm .contact-form .title {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .contactForm .contact-form .title {
    font-size: 24px;
  }
}
.contactForm .contact-form .checkbox {
  height: 16px;
  width: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
}
.contactForm .contact-form .checkbox:checked {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1)) !important;
  background-image: url(/images/white-check.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.contactForm .contact-form label {
  margin-bottom: 8px;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .custom-input {
  margin-bottom: 23px;
  height: 46px;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.contactForm .contact-form .custom-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .custom-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .custom-input.textarea {
  height: 80px;
  resize: none;
}
.contactForm .contact-form .form-checkbox {
  margin-bottom: 24px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactForm .contact-form .form-checkbox label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .custom-file-input input[type="file"] {
  display: none;
}
.contactForm .contact-form .custom-file-input label {
  margin-bottom: 0 !important;
  display: flex !important;
  height: 46px !important;
  width: 100%;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.contactForm .contact-form .custom-file-input label span {
  margin-bottom: 0 !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.contactForm .contact-form .custom-file-input span {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.contactForm .contact-form .custom-file-input .addFile-btn {
  display: flex;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
}
.contactForm .contact-form .custom-file-input .addFile-btn img {
  width: 16px;
}
.contactForm .contact-form .custom-radio label {
  cursor: pointer;
  border-radius: 6px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .custom-radio input:checked+label {
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .submit-btn {
  position: relative;
  display: flex;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 4px 22px 4px 56px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.contactForm .contact-form .submit-btn::before {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 36px;
  width: 36px;
  background-image: url(/images/submit-btn.svg);
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.contactInfo {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .contactInfo {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .contactInfo .max-w-440 {
    margin-left: auto;
    margin-right: auto;
    max-width: 440px;
  }
}
.contactInfo .max-w-440 .title {
  margin-bottom: 34px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}
.contactInfo .contact-item {
  margin-bottom: 32px;
}
.contactInfo .contact-item .item-title {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.contactInfo .contact-item .item-title img {
  height: 16px;
  width: auto;
}
.contactInfo .contact-item .item-content {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.contactInfo .contact-item .item-content a {
  margin-bottom: 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.contactInfo .contact-item .item-content a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.contactInfo .contact-item .item-link a {
  display: flex;
  height: 24px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  background-image: url(/images/redBgWhiteArr.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 34px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.contactInfo iframe {
  height: 250px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
@media (min-width: 1200px) {

  .contactInfo iframe {
    height: 470px;
  }
}
.page404 {
  display: flex;
  height: calc(100vh - 65px);
  align-items: center;
  justify-content: center;
  background-image: url(/images/bg404m.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .page404 {
    height: calc(100vh - 138px);
    background-image: url(/images/bg404.svg);
    background-size: 400px auto;
  }
}
.page404 .max-w-483 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1200px) {

  .page404 .max-w-483 {
    max-width: 483px;
  }
}
.page404 .max-w-483 .title {
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .page404 .max-w-483 .title {
    font-size: 96px;
  }
}
.page404 .max-w-483 .subtitle {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .page404 .max-w-483 .subtitle {
    font-size: 20px;
  }
}
.page404 .max-w-483 .content {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.page404 .max-w-483 .content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.page404 .max-w-483 .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page404 .max-w-483 .button a {
  position: relative;
  display: flex;
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 4px 22px 4px 56px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page404 .max-w-483 .button a::before {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 36px;
  width: 36px;
  background-image: url(/images/submit-btn.svg);
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.page500 {
  display: flex;
  height: calc(100vh);
  align-items: center;
  justify-content: center;
  background-image: url(/images/bg404m.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {

  .page500 {
    height: calc(100vh);
    background-image: url(/images/bg404.svg);
    background-size: 400px auto;
  }
}
.page500 .max-w-483 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1200px) {

  .page500 .max-w-483 {
    max-width: 483px;
  }
}
.page500 .max-w-483 .title {
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .page500 .max-w-483 .title {
    font-size: 96px;
  }
}
.page500 .max-w-483 .subtitle {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .page500 .max-w-483 .subtitle {
    font-size: 20px;
  }
}
.page500 .max-w-483 .content {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.page500 .max-w-483 .content p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.page500 .max-w-483 .button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page500 .max-w-483 .button a {
  position: relative;
  display: flex;
  height: 44px;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
  padding: 4px 22px 4px 56px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.page500 .max-w-483 .button a::before {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 36px;
  width: 36px;
  background-image: url(/images/submit-btn.svg);
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
.kvkk-content {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 1200px) {

  .kvkk-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.kvkk-content .content p {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.kvkk-content .content strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainFourGrid {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1200px) {

  .mainFourGrid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.mainFourGrid .grid {
  gap: 48px;
}
.mainFourGrid .grid > div:first-child {
  position: relative;
}
.mainFourGrid .grid > div:first-child::after {
  position: absolute;
  bottom: -24px;
  left: -20px;
  display: block;
  height: 1px;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .grid > div:first-child::after {
    bottom: -24px;
    left: -20px;
    display: none;
  }
}
.mainFourGrid .grid > div:first-child::after {
            content: '';
        }
.mainFourGrid .title {
  margin-bottom: 34px;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid .title {
    margin-bottom: 64px;
    font-size: 32px;
  }
}
.mainFourGrid .mainFourGridCard {
  margin-bottom: 48px;
}
.mainFourGrid .mainFourGridCard:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {

  .mainFourGrid .mainFourGridCard {
    margin-bottom: 64px;
  }
}
.mainFourGrid .mainFourGridCard .imgBox {
  margin-bottom: 24px;
  display: flex;
  height: 64px;
  align-items: center;
}
@media (min-width: 1200px) {

  .mainFourGrid .mainFourGridCard .imgBox {
    margin-bottom: 32px;
  }
}
.mainFourGrid .mainFourGridCard .imgBox img {
  height: auto;
  max-height: 64px;
  width: auto;
}
.mainFourGrid .mainFourGridCard .cardTitle {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainFourGrid .mainFourGridCard .cardDesc {
  margin-bottom: 24px;
  width: 100%;
  max-width: 446px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainFourGrid .mainFourGridCard .cardDesc p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.mainFourGrid .mainFourGridCard .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mainFourGrid .mainFourGridCard .button a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mainFourGrid .mainFourGridCard .button a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.mainFourGrid .mainFourGridCard .button a img {
  height: 24px;
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mainFourGrid::after {
  position: absolute;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {

  .mainFourGrid::after {
    top: 0px;
    left: calc(50% - 24px);
    width: 1px;
  }
}
.mainFourGrid::after {
        content: '';
    }
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!bottom-\[unset\] {
  bottom: unset !important;
}
.\!left-\[unset\] {
  left: unset !important;
}
.\!right-\[unset\] {
  right: unset !important;
}
.\!top-\[unset\] {
  top: unset !important;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-20px\] {
  bottom: -20px;
}
.bottom-\[-24px\] {
  bottom: -24px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.bottom-\[48px\] {
  bottom: 48px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-20px\] {
  left: -20px;
}
.left-\[0\] {
  left: 0;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[3\.5px\] {
  left: 3.5px;
}
.left-\[4px\] {
  left: 4px;
}
.left-\[unset\] {
  left: unset;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-\[-20px\] {
  right: -20px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[8px\] {
  right: 8px;
}
.right-\[unset\] {
  right: unset;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[136px\] {
  top: 136px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[540px\] {
  top: 540px;
}
.top-\[6px\] {
  top: 6px;
}
.top-\[calc\(100\%\+15px\)\] {
  top: calc(100% + 15px);
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[40\] {
  z-index: 40;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.\!m-\[unset\] {
  margin: unset !important;
}
.m-0 {
  margin: 0px;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[64px\] {
  margin-top: 64px;
  margin-bottom: 64px;
}
.\!mb-\[0\] {
  margin-bottom: 0 !important;
}
.mb-\[-110px\] {
  margin-bottom: -110px;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[170px\] {
  margin-bottom: 170px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mr-\[0\] {
  margin-right: 0;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mt-\[-2px\] {
  margin-top: -2px;
}
.mt-\[-50px\] {
  margin-top: -50px;
}
.mt-\[0\] {
  margin-top: 0;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[64px\] {
  margin-top: 64px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[400\/261\] {
  aspect-ratio: 400/261;
}
.aspect-\[424\/240\] {
  aspect-ratio: 424/240;
}
.aspect-\[868\/520\] {
  aspect-ratio: 868/520;
}
.\!h-\[28px\] {
  height: 28px !important;
}
.\!h-\[46px\] {
  height: 46px !important;
}
.h-\[0\] {
  height: 0;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[1050px\] {
  height: 1050px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[160px\] {
  height: 160px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[193px\] {
  height: 193px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[432px\] {
  height: 432px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[447px\] {
  height: 447px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[calc\(100\%-540px\)\] {
  height: calc(100% - 540px);
}
.h-\[calc\(100vh\)\] {
  height: calc(100vh);
}
.h-\[calc\(100vh-65px\)\] {
  height: calc(100vh - 65px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[14px\] {
  max-height: 14px;
}
.max-h-\[16px\] {
  max-height: 16px;
}
.max-h-\[24px\] {
  max-height: 24px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[64px\] {
  max-height: 64px;
}
.max-h-\[calc\(100vh-264px\)\] {
  max-height: calc(100vh - 264px);
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[270px\] {
  min-height: 270px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[53px\] {
  min-height: 53px;
}
.min-h-\[55px\] {
  min-height: 55px;
}
.\!w-\[28px\] {
  width: 28px !important;
}
.\!w-\[370px\] {
  width: 370px !important;
}
.w-\[0\] {
  width: 0;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[432px\] {
  width: 432px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[446px\] {
  width: 446px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[535px\] {
  width: 535px;
}
.w-\[538px\] {
  width: 538px;
}
.w-\[546px\] {
  width: 546px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[612px\] {
  width: 612px;
}
.w-\[616px\] {
  width: 616px;
}
.w-\[646px\] {
  width: 646px;
}
.w-\[660px\] {
  width: 660px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[774px\] {
  width: 774px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[918px\] {
  width: 918px;
}
.w-\[fit-content\] {
  width: -moz-fit-content;
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[1012px\] {
  max-width: 1012px;
}
.max-w-\[1190px\] {
  max-width: 1190px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[14px\] {
  max-width: 14px;
}
.max-w-\[16px\] {
  max-width: 16px;
}
.max-w-\[381px\] {
  max-width: 381px;
}
.max-w-\[405px\] {
  max-width: 405px;
}
.max-w-\[411px\] {
  max-width: 411px;
}
.max-w-\[426px\] {
  max-width: 426px;
}
.max-w-\[432px\] {
  max-width: 432px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[446px\] {
  max-width: 446px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[684px\] {
  max-width: 684px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[868px\] {
  max-width: 868px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.\!translate-x-full {
  --tw-translate-x: 100% !important;
  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)) !important;
}
.-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\/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-\[-50\%\] {
  --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-\[50px\] {
  --tw-translate-y: 50px;
  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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-\[12px\] {
  gap: 12px !important;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[34px\] {
  gap: 34px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[38px\] {
  gap: 38px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[64px\] {
  gap: 64px;
}
.gap-\[69px\] {
  gap: 69px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.\!rounded-\[10px\] {
  border-radius: 10px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\] {
  border-radius: 0;
}
.rounded-\[0_0_0_160px\] {
  border-radius: 0 0 0 160px;
}
.rounded-\[0_0_0_92px\] {
  border-radius: 0 0 0 92px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[523px_523px_0_0\] {
  border-radius: 523px 523px 0 0;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[99px\] {
  border-radius: 99px;
}
.rounded-full {
  border-radius: 9999px;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-\[0\] {
  border-width: 0;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.\!border-\[\#EBEBEB\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#ED1A3B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#111111\] {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}
.border-\[\#C3C3C3\] {
  --tw-border-opacity: 1;
  border-color: rgb(195 195 195 / var(--tw-border-opacity, 1));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#ED1A3B\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}
.border-\[\#F5F5F5\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#ebebeb\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[transparent\] {
  border-color: transparent;
}
.\!bg-\[\#ED1A3B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0000009c\] {
  background-color: #0000009c;
}
.bg-\[\#111111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#970C22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 12 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D0102E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(208 16 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBEBEB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 235 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ED1A3B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 26 59 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FBFBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF3D5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 61 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[transparent\] {
  background-color: transparent;
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.\!bg-\[url\(\/images\/white-check\.svg\)\] {
  background-image: url(/images/white-check.svg) !important;
}
.bg-\[url\(\'\/images\/shape\.png\'\)\2c url\(\'\/images\/shape\.svg\'\)\] {
  background-image: url('/images/shape.png'),url('/images/shape.svg');
}
.bg-\[url\(\/images\/arr-right\.svg\)\] {
  background-image: url(/images/arr-right.svg);
}
.bg-\[url\(\/images\/arrow-down\.svg\)\] {
  background-image: url(/images/arrow-down.svg);
}
.bg-\[url\(\/images\/bg404m\.svg\)\] {
  background-image: url(/images/bg404m.svg);
}
.bg-\[url\(\/images\/black-dot\.svg\)\] {
  background-image: url(/images/black-dot.svg);
}
.bg-\[url\(\/images\/circle\.svg\)\] {
  background-image: url(/images/circle.svg);
}
.bg-\[url\(\/images\/circleRedArrow\.svg\)\] {
  background-image: url(/images/circleRedArrow.svg);
}
.bg-\[url\(\/images\/icn-down\.svg\)\] {
  background-image: url(/images/icn-down.svg);
}
.bg-\[url\(\/images\/icn-play\.svg\)\] {
  background-image: url(/images/icn-play.svg);
}
.bg-\[url\(\/images\/li-check\.svg\)\] {
  background-image: url(/images/li-check.svg);
}
.bg-\[url\(\/images\/lowHeightBg\.svg\)\] {
  background-image: url(/images/lowHeightBg.svg);
}
.bg-\[url\(\/images\/next1\.svg\)\] {
  background-image: url(/images/next1.svg);
}
.bg-\[url\(\/images\/next2\.svg\)\] {
  background-image: url(/images/next2.svg);
}
.bg-\[url\(\/images\/pagination-left\.svg\)\] {
  background-image: url(/images/pagination-left.svg);
}
.bg-\[url\(\/images\/pagination-right\.svg\)\] {
  background-image: url(/images/pagination-right.svg);
}
.bg-\[url\(\/images\/prev1\.svg\)\] {
  background-image: url(/images/prev1.svg);
}
.bg-\[url\(\/images\/prev2\.svg\)\] {
  background-image: url(/images/prev2.svg);
}
.bg-\[url\(\/images\/redBgWhiteArr\.svg\)\] {
  background-image: url(/images/redBgWhiteArr.svg);
}
.bg-\[url\(\/images\/submit-btn\.svg\)\] {
  background-image: url(/images/submit-btn.svg);
}
.bg-\[url\(\/images\/whiteBgRedArr\.svg\)\] {
  background-image: url(/images/whiteBgRedArr.svg);
}
.bg-\[url\(https\:\/\/dummyimage\.com\/1440x800\/000000\/ffffff\.jpg\)\] {
  background-image: url(https://dummyimage.com/1440x800/000000/ffffff.jpg);
}
.bg-contain {
  background-size: contain;
}
.\!bg-\[center\] {
  background-position: center !important;
}
.bg-\[center\] {
  background-position: center;
}
.bg-\[left_bottom\] {
  background-position: left bottom;
}
.bg-\[left_top\] {
  background-position: left top;
}
.bg-\[right_bottom\] {
  background-position: right bottom;
}
.bg-\[right_top\] {
  background-position: right top;
}
.bg-\[top_left\] {
  background-position: top left;
}
.bg-\[top_right\] {
  background-position: top right;
}
.bg-center {
  background-position: center;
}
.\!bg-no-repeat {
  background-repeat: no-repeat !important;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[0_16px\] {
  padding: 0 16px;
}
.p-\[12px_16px\] {
  padding: 12px 16px;
}
.p-\[12px_24px\] {
  padding: 12px 24px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[28px\] {
  padding: 28px;
}
.p-\[4px_22px_4px_56px\] {
  padding: 4px 22px 4px 56px;
}
.p-\[80px_43px_80px_15px\] {
  padding: 80px 43px 80px 15px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[64px\] {
  padding-top: 64px;
  padding-bottom: 64px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[66px\] {
  padding-bottom: 66px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[38px\] {
  padding-left: 38px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pr-\[0\] {
  padding-right: 0;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[34px\] {
  padding-right: 34px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[500\] {
  font-weight: 500;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.\!leading-\[22px\] {
  line-height: 22px !important;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[118\%\] {
  line-height: 118%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[14\.12px\] {
  line-height: 14.12px;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[16\.8px\] {
  line-height: 16.8px;
}
.leading-\[160\%\] {
  line-height: 160%;
}
.leading-\[170\%\] {
  line-height: 170%;
}
.leading-\[18\.8px\] {
  line-height: 18.8px;
}
.leading-\[20\.9px\] {
  line-height: 20.9px;
}
.leading-\[21\.2px\] {
  line-height: 21.2px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[27\.2px\] {
  line-height: 27.2px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[41\.6px\] {
  line-height: 41.6px;
}
.leading-normal {
  line-height: 1.5;
}
.\!text-\[\#111111\] {
  --tw-text-opacity: 1 !important;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#7A7A7A\] {
  --tw-text-opacity: 1 !important;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#0000ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}
.text-\[\#111111\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-\[\#231F20\] {
  --tw-text-opacity: 1;
  color: rgb(35 31 32 / var(--tw-text-opacity, 1));
}
.text-\[\#4A4F54\] {
  --tw-text-opacity: 1;
  color: rgb(74 79 84 / var(--tw-text-opacity, 1));
}
.text-\[\#7A7A7A\] {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.text-\[\#828282\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}
.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgb(195 195 195 / var(--tw-text-opacity, 1));
}
.text-\[\#ED1A3B\] {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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;
}
.blur {
  --tw-blur: blur(8px);
  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-\[200\] {
  --tw-brightness: brightness(200);
  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-\[unset\] {
  --tw-brightness: brightness(unset);
  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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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-opacity {
  transition-property: opacity;
  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-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}
/* Özel utility sınıflarınız buraya */
html{
    font-family: 'Gilroy', sans-serif;
}
/* Özel stilleriniz buraya */
.placeholder\:text-\[\#7A7A7A\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#7A7A7A\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(122 122 122 / var(--tw-text-opacity, 1));
}
.before\:bg-\[url\(\/images\/icn-fire\.svg\)\]::before {
  content: var(--tw-content);
  background-image: url(/images/icn-fire.svg);
}
.last\:mb-\[0\]:last-child {
  margin-bottom: 0;
}
.hover\:border-l-\[1px\]:hover {
  border-left-width: 1px;
}
.hover\:border-\[\#ED1A3B\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 26 59 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#d1173a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 23 58 / var(--tw-bg-opacity, 1));
}
.hover\:\!text-\[\#ED1A3B\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1)) !important;
}
.hover\:text-\[\#111111\]:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ED1A3B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(237 26 59 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 960px) {

  .md\:mr-\[44px\] {
    margin-right: 44px;
  }
}
@media (min-width: 1200px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[-24px\] {
    bottom: -24px;
  }

  .lg\:bottom-\[24px\] {
    bottom: 24px;
  }

  .lg\:left-\[-20px\] {
    left: -20px;
  }

  .lg\:left-\[48px\] {
    left: 48px;
  }

  .lg\:left-\[calc\(50\%-24px\)\] {
    left: calc(50% - 24px);
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-\[80px\] {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-\[-190px\] {
    margin-bottom: -190px;
  }

  .lg\:mb-\[0\] {
    margin-bottom: 0;
  }

  .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .lg\:mb-\[270px\] {
    margin-bottom: 270px;
  }

  .lg\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .lg\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .lg\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .lg\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .lg\:ml-\[-70px\] {
    margin-left: -70px;
  }

  .lg\:mt-\[-190px\] {
    margin-top: -190px;
  }

  .lg\:mt-\[0\] {
    margin-top: 0;
  }

  .lg\:mt-\[0px\] {
    margin-top: 0px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[16px\] {
    margin-top: 16px;
  }

  .lg\:mt-\[32px\] {
    margin-top: 32px;
  }

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[64px\] {
    margin-top: 64px;
  }

  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }

  .lg\:mt-\[88px\] {
    margin-top: 88px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:h-\[270px\] {
    height: 270px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[32px\] {
    height: 32px;
  }

  .lg\:h-\[460px\] {
    height: 460px;
  }

  .lg\:h-\[470px\] {
    height: 470px;
  }

  .lg\:h-\[660px\] {
    height: 660px;
  }

  .lg\:h-\[666px\] {
    height: 666px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-\[calc\(100\%-64px\)\] {
    height: calc(100% - 64px);
  }

  .lg\:h-\[calc\(100vh\)\] {
    height: calc(100vh);
  }

  .lg\:h-\[calc\(100vh-138px\)\] {
    height: calc(100vh - 138px);
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:min-h-\[320px\] {
    min-height: 320px;
  }

  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }

  .lg\:min-h-\[484px\] {
    min-height: 484px;
  }

  .lg\:min-h-\[800px\] {
    min-height: 800px;
  }

  .lg\:min-h-\[auto\] {
    min-height: auto;
  }

  .lg\:min-h-\[calc\(100vh-138px\)\] {
    min-height: calc(100vh - 138px);
  }

  .lg\:w-\[140px\] {
    width: 140px;
  }

  .lg\:w-\[164px\] {
    width: 164px;
  }

  .lg\:w-\[1px\] {
    width: 1px;
  }

  .lg\:w-\[220px\] {
    width: 220px;
  }

  .lg\:w-\[240px\] {
    width: 240px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[320px\] {
    width: 320px;
  }

  .lg\:w-\[510px\] {
    width: 510px;
  }

  .lg\:w-\[521px\] {
    width: 521px;
  }

  .lg\:w-\[65\%\] {
    width: 65%;
  }

  .lg\:w-\[710px\] {
    width: 710px;
  }

  .lg\:w-\[776px\] {
    width: 776px;
  }

  .lg\:min-w-\[411px\] {
    min-width: 411px;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-\[411px\] {
    max-width: 411px;
  }

  .lg\:max-w-\[440px\] {
    max-width: 440px;
  }

  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:max-w-\[483px\] {
    max-width: 483px;
  }

  .lg\:max-w-\[520px\] {
    max-width: 520px;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

  .lg\:max-w-\[616px\] {
    max-width: 616px;
  }

  .lg\:max-w-\[714px\] {
    max-width: 714px;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\: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));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-\[16px\] {
    gap: 16px;
  }

  .lg\:gap-\[20px\] {
    gap: 20px;
  }

  .lg\:gap-\[32px\] {
    gap: 32px;
  }

  .lg\:gap-\[34px\] {
    gap: 34px;
  }

  .lg\:gap-\[40px\] {
    gap: 40px;
  }

  .lg\:gap-\[48px\] {
    gap: 48px;
  }

  .lg\:gap-\[53px\] {
    gap: 53px;
  }

  .lg\:gap-\[60px\] {
    gap: 60px;
  }

  .lg\:gap-\[64px\] {
    gap: 64px;
  }

  .lg\:gap-\[80px\] {
    gap: 80px;
  }

  .lg\:rounded-\[0_160px_0_64px\] {
    border-radius: 0 160px 0 64px;
  }

  .lg\:rounded-\[12px\] {
    border-radius: 12px;
  }

  .lg\:rounded-\[900px_900px_0_0\] {
    border-radius: 900px 900px 0 0;
  }

  .lg\:bg-\[url\(\/images\/bg404\.svg\)\] {
    background-image: url(/images/bg404.svg);
  }

  .lg\:bg-\[url\(\/images\/leftBottomBgCircle\.svg\)\] {
    background-image: url(/images/leftBottomBgCircle.svg);
  }

  .lg\:bg-\[url\(\/images\/leftBottomContactBgCircle\.svg\)\] {
    background-image: url(/images/leftBottomContactBgCircle.svg);
  }

  .lg\:bg-\[url\(\/images\/outroStyle2\.svg\)\] {
    background-image: url(/images/outroStyle2.svg);
  }

  .lg\:bg-\[url\(\/images\/redBgImg\.svg\)\] {
    background-image: url(/images/redBgImg.svg);
  }

  .lg\:bg-\[url\(\/images\/rightBottomBgCircle\.svg\)\] {
    background-image: url(/images/rightBottomBgCircle.svg);
  }

  .lg\:bg-\[url\(\/images\/sectionRedBg\.svg\)\] {
    background-image: url(/images/sectionRedBg.svg);
  }

  .lg\:bg-\[url\(\/images\/verticalSliderBg\.svg\)\] {
    background-image: url(/images/verticalSliderBg.svg);
  }

  .lg\:bg-\[400px_auto\] {
    background-size: 400px auto;
  }

  .lg\:p-\[110px\] {
    padding: 110px;
  }

  .lg\:px-\[0\] {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }

  .lg\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lg\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[160px\] {
    padding-bottom: 160px;
  }

  .lg\:pb-\[48px\] {
    padding-bottom: 48px;
  }

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:pl-\[0\] {
    padding-left: 0;
  }

  .lg\:pl-\[16px\] {
    padding-left: 16px;
  }

  .lg\:pr-\[0\] {
    padding-right: 0;
  }

  .lg\:pr-\[48px\] {
    padding-right: 48px;
  }

  .lg\:pr-\[72px\] {
    padding-right: 72px;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[160px\] {
    padding-top: 160px;
  }

  .lg\:pt-\[240px\] {
    padding-top: 240px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

  .lg\:pt-\[64px\] {
    padding-top: 64px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

  .lg\:text-\[14px\] {
    font-size: 14px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[62px\] {
    font-size: 62px;
  }

  .lg\:text-\[96px\] {
    font-size: 96px;
  }

  .lg\:leading-\[16\.8px\] {
    line-height: 16.8px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }
}

