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

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!left-0 {
  left: 0px !important;
}

.\!right-0 {
  right: 0px !important;
}

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

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.top-\[41\%\] {
  top: 41%;
}

.top-\[80\%\] {
  top: 80%;
}

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

.\!mr-0 {
  margin-right: 0px !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

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

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

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.scale-\[220\%\] {
  --tw-scale-x: 220%;
  --tw-scale-y: 220%;
  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;
}

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[1\.44px\] {
  gap: 1.44px;
}

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

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

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

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

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

.gap-\[46\.5px\] {
  gap: 46.5px;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-\[\#0000001A\] {
  border-color: #0000001A;
}

.border-\[\#00000059\] {
  border-color: #00000059;
}

.border-\[\#071A2B4D\] {
  border-color: #071A2B4D;
}

.border-\[\#182743\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 39 67 / var(--tw-border-opacity, 1));
}

.border-\[\#186E9E\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 110 158 / var(--tw-border-opacity, 1));
}

.border-\[\#CCE187\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 225 135 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#21304D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 48 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#2E366633\] {
  background-color: #2E366633;
}

.bg-\[\#475267\] {
  --tw-bg-opacity: 1;
  background-color: rgb(71 82 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B62630\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 38 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CCE187\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 225 135 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D8F2CC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 242 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 246 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EDFFB3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 255 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF80\] {
  background-color: #FFFFFF80;
}

.bg-\[\#f3f7e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 230 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#186E9E\] {
  --tw-gradient-from: #186E9E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 110 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#E5F6FF\] {
  --tw-gradient-from: #E5F6FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F6FFDB\] {
  --tw-gradient-from: #F6FFDB var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 255 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#186E9EB3\] {
  --tw-gradient-to: #186E9EB3 var(--tw-gradient-to-position);
}

.to-\[\#EDFFB3\] {
  --tw-gradient-to: #EDFFB3 var(--tw-gradient-to-position);
}

.to-\[\#e5f6ffbd\] {
  --tw-gradient-to: #e5f6ffbd var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-\[24\.5px\] {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-BeVietnamPro {
  font-family: Be Vietnam Pro, sans-serif;
}

.font-BebasNeue {
  font-family: Bebas Neue, sans-serif;
}

.font-Fustat {
  font-family: "Fustat", sans-serif;
}

.font-HelveticaNeue {
  font-family: Helvetica Neue, sans-serif;
}

.font-Pluto {
  font-family: Pluto, sans-serif;
}

.font-Poppins {
  font-family: Poppins, sans-serif;
}

.font-QuicheDisplay {
  font-family: "Quiche Display", sans-serif;
}

.font-WorkSans {
  font-family: "Work Sans", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-\[105px\] {
  line-height: 105px;
}

.leading-\[10px\] {
  line-height: 10px;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[17\.4px\] {
  line-height: 17.4px;
}

.leading-\[18\.85px\] {
  line-height: 18.85px;
}

.leading-\[19\.2px\] {
  line-height: 19.2px;
}

.leading-\[19\.6px\] {
  line-height: 19.6px;
}

.leading-\[20\.72px\] {
  line-height: 20.72px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22\.4px\] {
  line-height: 22.4px;
}

.leading-\[23\.4px\] {
  line-height: 23.4px;
}

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

.leading-\[25\.2px\] {
  line-height: 25.2px;
}

.leading-\[26\.4px\] {
  line-height: 26.4px;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[35\.2px\] {
  line-height: 35.2px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.leading-\[55px\] {
  line-height: 55px;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[-0\.13px\] {
  letter-spacing: -0.13px;
}

.tracking-\[-0\.16px\] {
  letter-spacing: -0.16px;
}

.tracking-\[-0\.28px\] {
  letter-spacing: -0.28px;
}

.tracking-\[-0\.42px\] {
  letter-spacing: -0.42px;
}

.tracking-\[-0\.48px\] {
  letter-spacing: -0.48px;
}

.tracking-\[-0\.54px\] {
  letter-spacing: -0.54px;
}

.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}

.tracking-\[0\.16px\] {
  letter-spacing: 0.16px;
}

.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.text-\[\#000000CC\] {
  color: #000000CC;
}

.text-\[\#071A2B99\] {
  color: #071A2B99;
}

.text-\[\#071A2BE5\] {
  color: #071A2BE5;
}

.text-\[\#071A2B\] {
  --tw-text-opacity: 1;
  color: rgb(7 26 43 / var(--tw-text-opacity, 1));
}

.text-\[\#0F8C00\] {
  --tw-text-opacity: 1;
  color: rgb(15 140 0 / var(--tw-text-opacity, 1));
}

.text-\[\#182743\] {
  --tw-text-opacity: 1;
  color: rgb(24 39 67 / var(--tw-text-opacity, 1));
}

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

.text-\[\#203455\] {
  --tw-text-opacity: 1;
  color: rgb(32 52 85 / var(--tw-text-opacity, 1));
}

.text-\[\#21304D\] {
  --tw-text-opacity: 1;
  color: rgb(33 48 77 / var(--tw-text-opacity, 1));
}

.text-\[\#3DBD00\] {
  --tw-text-opacity: 1;
  color: rgb(61 189 0 / var(--tw-text-opacity, 1));
}

.text-\[\#47526780\] {
  color: #47526780;
}

.text-\[\#B62630\] {
  --tw-text-opacity: 1;
  color: rgb(182 38 48 / var(--tw-text-opacity, 1));
}

.text-\[\#CCE187\] {
  --tw-text-opacity: 1;
  color: rgb(204 225 135 / var(--tw-text-opacity, 1));
}

.text-\[\#DFDACF\] {
  --tw-text-opacity: 1;
  color: rgb(223 218 207 / var(--tw-text-opacity, 1));
}

.text-\[\#EFECE6\] {
  --tw-text-opacity: 1;
  color: rgb(239 236 230 / var(--tw-text-opacity, 1));
}

.text-\[\#FF4751\] {
  --tw-text-opacity: 1;
  color: rgb(255 71 81 / var(--tw-text-opacity, 1));
}

.text-\[\#FFA245\] {
  --tw-text-opacity: 1;
  color: rgb(255 162 69 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF99\] {
  color: #FFFFFF99;
}

.text-\[rgba\(35\2c 68\2c 107\2c 0\.5\)\] {
  color: rgba(35,68,107,0.5);
}

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

.text-transparent {
  color: transparent;
}

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

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

.placeholder-\[\#47526780\]::-moz-placeholder {
  color: #47526780;
}

.placeholder-\[\#47526780\]::placeholder {
  color: #47526780;
}

.opacity-20 {
  opacity: 0.2;
}

.shadow-\[inset_0_0_0_0\.5px_\#84AC00\] {
  --tw-shadow: inset 0 0 0 0.5px #84AC00;
  --tw-shadow-colored: inset 0 0 0 0.5px 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;
}

.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-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.will-change-transform {
  will-change: transform;
}

@font-face {
  font-family: 'Quiche Display';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/quiche-display-bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;

  /* Critical for performance! */
}

@font-face {
  font-family: 'Be Vietnam Pro';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/BeVietnamPro-Medium.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'Pluto';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/PlutoRegular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'Pluto';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/PlutoMedium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';

  src: url('https://dq40mn20rnss1.cloudfront.net/fonts/HelveticaNeueMedium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

a:hover {
  cursor: pointer;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.bg-swiper-approach {
  transition: opacity 0.3s ease, background-image 0.3s ease;
  will-change: background-image;
}

.swiper-button-next svg {
  width: auto !important;
  height: auto !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-85%);
  }
}

@keyframes dropHeight {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

.drop-height {
  animation: dropHeight 1s forwards;
}

.animate-scroll {
  animation: scroll 200s linear infinite;
}

.runner-wrapper {
  overflow: hidden;
}

.checkout-button-bg {
  background: linear-gradient(180deg, #D6AB4A -104.44%, #FFD56A 37.76%, #F8E48D 166.63%);
  box-shadow: 0px 6px 6px 0px rgba(204, 225, 135, 0.15);
}

.checkout-button-bg:hover {
  background: linear-gradient(90deg, rgba(255, 162, 69, 0.30) 0%, rgba(255, 162, 69, 0.30) 89.83%, rgba(255, 162, 69, 0.30) 89.92%), linear-gradient(180deg, #D6AB4A -104.44%, #FFD56A 37.76%, #F8E48D 166.63%);
  background-blend-mode: multiply, normal;
  box-shadow: 0px 2px 3.4px 0px rgba(204, 225, 135, 0.50);
}

.bottom-grad {
  background: linear-gradient(
    to top,
    #E5F6FF 0%,
    #E5F6FF 44%,
    rgba(229, 246, 255, 0) 100%
  );
}

.top-grad {
  background: linear-gradient(
    to bottom,
    #E5F6FF 0%,
    #E5F6FF 44%,
    rgba(229, 246, 255, 0) 100%
  );
}

.swiper-slide {
  height: auto !important;
  box-sizing: border-box;
}

.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Swiper Gallery styles */

.mySwiper2-Gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mySwiper-Gallery .swiper-slide {
  position: relative;
}

.mySwiper-Gallery .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4.164px;
  box-shadow: 0 0 0 2px #21304D;
  pointer-events: none;
  z-index: 2;
}

.mySwiper-Gallery .swiper-slide {
  max-height: 65px;
  max-width: 65px;
  margin-right: 7.5px;
  border-radius: 4.164px;
}

.mySwiper-Gallery .swiper-slide img {
  border-radius: 4.164px;
}

.swiper-pagination-gallery .swiper-pagination-bullet {
  height: 5px;
  width: 5px;
  background-color: rgba(16, 26, 43, 0.50);
  opacity: 1;
}

.swiper-pagination-gallery .swiper-pagination-bullet-active {
  background-color: rgba(16, 26, 43, 0.85);
}

@media (min-width: 1024px) {
  .mySwiper-Gallery .swiper-slide {
    max-height: 114px !important;
    max-width: 112px !important;
  }

  .mySwiper-Gallery .swiper-slide:not(:last-child) {
    margin-right: 5.5px !important;
  }

  .swiper-pagination-gallery .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.bounce {
  animation: bounce 0.5s ease-out;
}

@keyframes gluten-rotate {
  0%   {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: gluten-rotate 20s linear infinite;
}

.placeholder\:text-center::-moz-placeholder {
  text-align: center;
}

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

.placeholder\:text-base::-moz-placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

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

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

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

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

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:origin-bottom::after {
  content: var(--tw-content);
  transform-origin: bottom;
}

.after\:scale-y-\[0\.25\]::after {
  content: var(--tw-content);
  --tw-scale-y: 0.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.after\:transform::after {
  content: var(--tw-content);
  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));
}

.after\:bg-\[\#CCE187\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(204 225 135 / var(--tw-bg-opacity, 1));
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-\[\#CCE187\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 225 135 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:rotate-45 {
  --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));
}

.group:hover .group-hover\:fill-\[\#21304D\] {
  fill: #21304D;
}

.group:hover .group-hover\:text-\[\#21304D\] {
  --tw-text-opacity: 1;
  color: rgb(33 48 77 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#23446B\] {
  --tw-text-opacity: 1;
  color: rgb(35 68 107 / var(--tw-text-opacity, 1));
}

.peer\/opt1:checked ~ .peer-checked\/opt1\:border-\[\#E2A854\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 168 84 / var(--tw-border-opacity, 1));
}

.peer\/opt2:checked ~ .peer-checked\/opt2\:border-\[\#E2A854\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 168 84 / var(--tw-border-opacity, 1));
}

.peer\/opt3:checked ~ .peer-checked\/opt3\:border-\[\#E2A854\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 168 84 / var(--tw-border-opacity, 1));
}

.peer\/opt1:checked ~ .peer-checked\/opt1\:bg-\[\#FFF5E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 227 / var(--tw-bg-opacity, 1));
}

.peer\/opt2:checked ~ .peer-checked\/opt2\:bg-\[\#FFF5E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 227 / var(--tw-bg-opacity, 1));
}

.peer\/opt3:checked ~ .peer-checked\/opt3\:bg-\[\#FFF5E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 227 / var(--tw-bg-opacity, 1));
}

.peer\/opt1:checked ~ .peer-checked\/opt1\:outline {
  outline-style: solid;
}

.peer\/opt2:checked ~ .peer-checked\/opt2\:outline {
  outline-style: solid;
}

.peer\/opt3:checked ~ .peer-checked\/opt3\:outline {
  outline-style: solid;
}

.peer\/opt1:checked ~ .peer-checked\/opt1\:outline-1 {
  outline-width: 1px;
}

.peer\/opt2:checked ~ .peer-checked\/opt2\:outline-1 {
  outline-width: 1px;
}

.peer\/opt3:checked ~ .peer-checked\/opt3\:outline-1 {
  outline-width: 1px;
}

.peer\/opt1:checked ~ .peer-checked\/opt1\:outline-\[\#E2A854\] {
  outline-color: #E2A854;
}

.peer\/opt2:checked ~ .peer-checked\/opt2\:outline-\[\#E2A854\] {
  outline-color: #E2A854;
}

.peer\/opt3:checked ~ .peer-checked\/opt3\:outline-\[\#E2A854\] {
  outline-color: #E2A854;
}

@media not all and (min-width: 1024px) {
  .max-lg\:mt-\[5px\] {
    margin-top: 5px;
  }

  .max-lg\:min-h-\[601\.6px\] {
    min-height: 601.6px;
  }

  .max-lg\:bg-\[\#F1F7FC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(241 247 252 / var(--tw-bg-opacity, 1));
  }

  .max-lg\:bg-cover {
    background-size: cover;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:block {
    display: block;
  }

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

  .max-sm\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 640px) {
  .sm\:top-\[85\%\] {
    top: 85%;
  }

  .sm\:gap-\[65px\] {
    gap: 65px;
  }

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

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

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

  .lg\:relative {
    position: relative;
  }

  .lg\:top-\[30\%\] {
    top: 30%;
  }

  .lg\:top-\[62\%\] {
    top: 62%;
  }

  .lg\:\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

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

  .lg\:\!mr-0 {
    margin-right: 0px !important;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

  .lg\:\!w-\[112px\] {
    width: 112px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:scale-\[155\%\] {
    --tw-scale-x: 155%;
    --tw-scale-y: 155%;
    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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

  .lg\:gap-\[6px\] {
    gap: 6px;
  }

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

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

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:font-Fustat {
    font-family: "Fustat", sans-serif;
  }

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

  .lg\:text-\[13\.5px\] {
    font-size: 13.5px;
  }

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

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

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

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

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

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

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

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:font-light {
    font-weight: 300;
  }

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

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

  .lg\:leading-\[18\.9px\] {
    line-height: 18.9px;
  }

  .lg\:leading-\[27px\] {
    line-height: 27px;
  }

  .lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .lg\:leading-\[41px\] {
    line-height: 41px;
  }

  .lg\:leading-\[52\.8px\] {
    line-height: 52.8px;
  }

  .lg\:leading-\[84\.7px\] {
    line-height: 84.7px;
  }

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:tracking-\[-0\.32px\] {
    letter-spacing: -0.32px;
  }

  .lg\:tracking-\[-0\.48px\] {
    letter-spacing: -0.48px;
  }

  .lg\:tracking-\[-1\.44px\] {
    letter-spacing: -1.44px;
  }

  .lg\:tracking-\[0\.18px\] {
    letter-spacing: 0.18px;
  }

  .lg\:tracking-\[0\.28px\] {
    letter-spacing: 0.28px;
  }

  .lg\:text-\[\#182743\] {
    --tw-text-opacity: 1;
    color: rgb(24 39 67 / var(--tw-text-opacity, 1));
  }

  .lg\:text-\[\#23446B\] {
    --tw-text-opacity: 1;
    color: rgb(35 68 107 / var(--tw-text-opacity, 1));
  }

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

  .lg\:placeholder\:text-left::-moz-placeholder {
    text-align: left;
  }

  .lg\:placeholder\:text-left::placeholder {
    text-align: left;
  }

  .placeholder\:lg\:text-\[18px\]::-moz-placeholder {
    font-size: 18px;
  }

  .placeholder\:lg\:text-\[18px\]::placeholder {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .xl\:max-w-\[1015px\] {
    max-width: 1015px;
  }

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

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

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

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }
}




