*, ::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.14 | 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 */ /* 3 */
  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::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%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 360px) {

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-2\.5 {
  top: 0.625rem;
  bottom: 0.625rem;
}
.\!right-4 {
  right: 1rem !important;
}
.\!right-5 {
  right: 1.25rem !important;
}
.\!top-2 {
  top: 0.5rem !important;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-left-\[0px\] {
  left: -0px;
}
.-left-\[10px\] {
  left: -10px;
}
.-left-\[11px\] {
  left: -11px;
}
.-left-\[12px\] {
  left: -12px;
}
.-left-\[14px\] {
  left: -14px;
}
.-left-\[19px\] {
  left: -19px;
}
.-left-\[3px\] {
  left: -3px;
}
.-right-12 {
  right: -3rem;
}
.-right-\[6rem\] {
  right: -6rem;
}
.-right-\[7px\] {
  right: -7px;
}
.-right-\[8px\] {
  right: -8px;
}
.-top-12 {
  top: -3rem;
}
.-top-\[1\.1rem\] {
  top: -1.1rem;
}
.-top-\[16px\] {
  top: -16px;
}
.-top-\[20\.5px\] {
  top: -20.5px;
}
.-top-\[27\.04px\] {
  top: -27.04px;
}
.-top-\[35px\] {
  top: -35px;
}
.-top-\[6px\] {
  top: -6px;
}
.-top-\[8px\] {
  top: -8px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[20\.7px\] {
  bottom: 20.7px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[0\.5rem\] {
  left: 0.5rem;
}
.left-\[11px\] {
  left: 11px;
}
.left-\[16px\] {
  left: 16px;
}
.left-\[188px\] {
  left: 188px;
}
.left-\[19px\] {
  left: 19px;
}
.left-\[221px\] {
  left: 221px;
}
.left-\[300px\] {
  left: 300px;
}
.left-\[33px\] {
  left: 33px;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[6px\] {
  left: 6px;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[0\.5rem\] {
  right: 0.5rem;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[14px\] {
  right: 14px;
}
.right-\[17\.3px\] {
  right: 17.3px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[24px\] {
  right: 24px;
}
.right-\[2rem\] {
  right: 2rem;
}
.right-\[32px\] {
  right: 32px;
}
.right-\[80px\] {
  right: 80px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-60px\] {
  top: -60px;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[101px\] {
  top: 101px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[125px\] {
  top: 125px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[16px\] {
  top: 16px;
}
.top-\[172px\] {
  top: 172px;
}
.top-\[20\.2px\] {
  top: 20.2px;
}
.top-\[20\.8px\] {
  top: 20.8px;
}
.top-\[213px\] {
  top: 213px;
}
.top-\[226px\] {
  top: 226px;
}
.top-\[29px\] {
  top: 29px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[32px\] {
  top: 32px;
}
.top-\[3rem\] {
  top: 3rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[5rem\] {
  top: 5rem;
}
.top-\[64px\] {
  top: 64px;
}
.top-\[8px\] {
  top: 8px;
}
.top-\[90px\] {
  top: 90px;
}
.top-\[91px\] {
  top: 91px;
}
.top-\[9px\] {
  top: 9px;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.\!z-\[999\] {
  z-index: 999 !important;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-999\] {
  z-index: -999;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[99999\] {
  z-index: 99999;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[99\] {
  z-index: 99;
}
.order-1 {
  order: 1;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-\[0_20px_40px\] {
  margin: 0 20px 40px;
}
.m-\[0_27px_52px\] {
  margin: 0 27px 52px;
}
.m-\[0_35px_67px\] {
  margin: 0 35px 67px;
}
.m-\[1px\] {
  margin: 1px;
}
.m-\[5px_16px_34px\] {
  margin: 5px 16px 34px;
}
.m-auto {
  margin: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[4px\] {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-\[7px\] {
  margin-left: 7px;
  margin-right: 7px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[10rem\] {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[33\.5px\] {
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}
.my-\[57\.74px\] {
  margin-top: 57.74px;
  margin-bottom: 57.74px;
}
.my-\[63\.5px\] {
  margin-top: 63.5px;
  margin-bottom: 63.5px;
}
.my-\[7rem\] {
  margin-top: 7rem;
  margin-bottom: 7rem;
}
.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-spacing-spacing-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-spacing-spacing-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-spacing-xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.\!ml-auto {
  margin-left: auto !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-ml-0 {
  margin-left: -0px;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mr-paragraph-spacing-lg {
  margin-right: -24px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[12px\] {
  margin-top: -12px;
}
.-mt-\[14px\] {
  margin-top: -14px;
}
.-mt-\[195px\] {
  margin-top: -195px;
}
.-mt-\[19px\] {
  margin-top: -19px;
}
.-mt-\[255px\] {
  margin-top: -255px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[15\.5px\] {
  margin-bottom: 15.5px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[3\%\] {
  margin-bottom: 3%;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[42\.02px\] {
  margin-bottom: 42.02px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[54px\] {
  margin-bottom: 54px;
}
.mb-\[7rem\] {
  margin-bottom: 7rem;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-paragraph-spacing-6xl {
  margin-bottom: 42px;
}
.mb-px {
  margin-bottom: 1px;
}
.mb-spacing-4xs {
  margin-bottom: 8px;
}
.mb-spacing-lg {
  margin-bottom: 24px;
}
.mb-spacing-spacing-40 {
  margin-bottom: 40px;
}
.mb-spacing-spacing-8 {
  margin-bottom: 8px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[10\.4px\] {
  margin-left: 10.4px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[10rem\] {
  margin-left: 10rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[13\.5px\] {
  margin-left: 13.5px;
}
.ml-\[13px\] {
  margin-left: 13px;
}
.ml-\[14rem\] {
  margin-left: 14rem;
}
.ml-\[17\.58px\] {
  margin-left: 17.58px;
}
.ml-\[20\.8px\] {
  margin-left: 20.8px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.ml-\[27\.04px\] {
  margin-left: 27.04px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[2rem\] {
  margin-left: 2rem;
}
.ml-\[32px\] {
  margin-left: 32px;
}
.ml-\[3rem\] {
  margin-left: 3rem;
}
.ml-\[40px\] {
  margin-left: 40px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[54px\] {
  margin-left: 54px;
}
.ml-\[6\.5rem\] {
  margin-left: 6.5rem;
}
.ml-\[60px\] {
  margin-left: 60px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[8rem\] {
  margin-left: 8rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-spacing-4xs {
  margin-left: 8px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[1rem\] {
  margin-right: 1rem;
}
.mr-\[2\.5rem\] {
  margin-right: 2.5rem;
}
.mr-\[5rem\] {
  margin-right: 5rem;
}
.mr-\[6rem\] {
  margin-right: 6rem;
}
.mr-\[7\.5rem\] {
  margin-right: 7.5rem;
}
.mr-\[7rem\] {
  margin-right: 7rem;
}
.mr-\[9rem\] {
  margin-right: 9rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[0\.25rem\] {
  margin-top: 0.25rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[10\.4px\] {
  margin-top: 10.4px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[13\.52px\] {
  margin-top: 13.52px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[17\.58px\] {
  margin-top: 17.58px;
}
.mt-\[20\.5px\] {
  margin-top: 20.5px;
}
.mt-\[20\.8px\] {
  margin-top: 20.8px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[27\.04px\] {
  margin-top: 27.04px;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[35\.5px\] {
  margin-top: 35.5px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[3rem\] {
  margin-top: 3rem;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[46\.8px\] {
  margin-top: 46.8px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[54px\] {
  margin-top: 54px;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.mt-\[6rem\] {
  margin-top: 6rem;
}
.mt-\[79\.12px\] {
  margin-top: 79.12px;
}
.mt-\[7rem\] {
  margin-top: 7rem;
}
.mt-\[86px\] {
  margin-top: 86px;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[8rem\] {
  margin-top: 8rem;
}
.mt-\[9rem\] {
  margin-top: 9rem;
}
.mt-paragraph-spacing-5xl {
  margin-top: 40px;
}
.mt-paragraph-spacing-lg {
  margin-top: 24px;
}
.mt-spacing-2xl {
  margin-top: 28px;
}
.mt-spacing-4xs {
  margin-top: 8px;
}
.mt-spacing-5xl {
  margin-top: 40px;
}
.mt-spacing-spacing-32 {
  margin-top: 32px;
}
.mt-spacing-xl {
  margin-top: 26px;
}
.mt-spacing-xs {
  margin-top: 4px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[21\/8\] {
  aspect-ratio: 21/8;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!size-\[27px\] {
  width: 27px !important;
  height: 27px !important;
}
.\!size-\[50px\] {
  width: 50px !important;
  height: 50px !important;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[13px\] {
  width: 13px;
  height: 13px;
}
.size-\[27px\] {
  width: 27px;
  height: 27px;
}
.size-\[35\.1px\] {
  width: 35.1px;
  height: 35.1px;
}
.size-\[45\.63px\] {
  width: 45.63px;
  height: 45.63px;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-\[59\.32px\] {
  width: 59.32px;
  height: 59.32px;
}
.\!h-0 {
  height: 0px !important;
}
.\!h-9 {
  height: 2.25rem !important;
}
.\!h-\[103\.2px\] {
  height: 103.2px !important;
}
.\!h-\[12\.1px\] {
  height: 12.1px !important;
}
.\!h-\[12px\] {
  height: 12px !important;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.\!h-\[15\.6px\] {
  height: 15.6px !important;
}
.\!h-\[15\.717px\] {
  height: 15.717px !important;
}
.\!h-\[15\.7px\] {
  height: 15.7px !important;
}
.\!h-\[18\.2px\] {
  height: 18.2px !important;
}
.\!h-\[19px\] {
  height: 19px !important;
}
.\!h-\[20\.28px\] {
  height: 20.28px !important;
}
.\!h-\[20\.4px\] {
  height: 20.4px !important;
}
.\!h-\[20px\] {
  height: 20px !important;
}
.\!h-\[23\.66px\] {
  height: 23.66px !important;
}
.\!h-\[24px\] {
  height: 24px !important;
}
.\!h-\[25px\] {
  height: 25px !important;
}
.\!h-\[26\.36px\] {
  height: 26.36px !important;
}
.\!h-\[26px\] {
  height: 26px !important;
}
.\!h-\[27px\] {
  height: 27px !important;
}
.\!h-\[28px\] {
  height: 28px !important;
}
.\!h-\[29\.6px\] {
  height: 29.6px !important;
}
.\!h-\[30\.76px\] {
  height: 30.76px !important;
}
.\!h-\[30px\] {
  height: 30px !important;
}
.\!h-\[31\.2px\] {
  height: 31.2px !important;
}
.\!h-\[33\.8px\] {
  height: 33.8px !important;
}
.\!h-\[35\.15px\] {
  height: 35.15px !important;
}
.\!h-\[35\.1px\] {
  height: 35.1px !important;
}
.\!h-\[35\.2px\] {
  height: 35.2px !important;
}
.\!h-\[35px\] {
  height: 35px !important;
}
.\!h-\[36\.62px\] {
  height: 36.62px !important;
}
.\!h-\[38\.3px\] {
  height: 38.3px !important;
}
.\!h-\[38\.9px\] {
  height: 38.9px !important;
}
.\!h-\[38px\] {
  height: 38px !important;
}
.\!h-\[38pxpx\] {
  height: 38pxpx !important;
}
.\!h-\[40\.56px\] {
  height: 40.56px !important;
}
.\!h-\[43\.62px\] {
  height: 43.62px !important;
}
.\!h-\[43\.9px\] {
  height: 43.9px !important;
}
.\!h-\[45\.5px\] {
  height: 45.5px !important;
}
.\!h-\[45\.63px\] {
  height: 45.63px !important;
}
.\!h-\[51\.77px\] {
  height: 51.77px !important;
}
.\!h-\[54px\] {
  height: 54px !important;
}
.\!h-\[58px\] {
  height: 58px !important;
}
.\!h-\[59\.43px\] {
  height: 59.43px !important;
}
.\!h-\[60\.8px\] {
  height: 60.8px !important;
}
.\!h-\[70px\] {
  height: 70px !important;
}
.\!h-\[77\.115px\] {
  height: 77.115px !important;
}
.\!h-\[77\.26px\] {
  height: 77.26px !important;
}
.\!h-\[79\.2px\] {
  height: 79.2px !important;
}
.\!h-\[81\.39px\] {
  height: 81.39px !important;
}
.\!h-\[9\.3px\] {
  height: 9.3px !important;
}
.\!h-\[94px\] {
  height: 94px !important;
}
.\!h-\[unset\] {
  height: auto !important;
  height: initial !important;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.3px\] {
  height: 1.3px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[101px\] {
  height: 101px;
}
.h-\[103\.2px\] {
  height: 103.2px;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[105\.456px\] {
  height: 105.456px;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[107\.4px\] {
  height: 107.4px;
}
.h-\[107px\] {
  height: 107px;
}
.h-\[108\.16px\] {
  height: 108.16px;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[109\.6px\] {
  height: 109.6px;
}
.h-\[11\.728px\] {
  height: 11.728px;
}
.h-\[110\.19px\] {
  height: 110.19px;
}
.h-\[110\.9px\] {
  height: 110.9px;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[114px\] {
  height: 114px;
}
.h-\[115px\] {
  height: 115px;
}
.h-\[118px\] {
  height: 118px;
}
.h-\[12\.86px\] {
  height: 12.86px;
}
.h-\[120\.45px\] {
  height: 120.45px;
}
.h-\[120\.77px\] {
  height: 120.77px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[121px\] {
  height: 121px;
}
.h-\[122\.8px\] {
  height: 122.8px;
}
.h-\[126px\] {
  height: 126px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[129\.48px\] {
  height: 129.48px;
}
.h-\[129px\] {
  height: 129px;
}
.h-\[13\.19px\] {
  height: 13.19px;
}
.h-\[131px\] {
  height: 131px;
}
.h-\[132px\] {
  height: 132px;
}
.h-\[133\.6px\] {
  height: 133.6px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[136\.8px\] {
  height: 136.8px;
}
.h-\[138\.9px\] {
  height: 138.9px;
}
.h-\[140\.61px\] {
  height: 140.61px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[143px\] {
  height: 143px;
}
.h-\[145px\] {
  height: 145px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[156px\] {
  height: 156px;
}
.h-\[157px\] {
  height: 157px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16\.7px\] {
  height: 16.7px;
}
.h-\[162px\] {
  height: 162px;
}
.h-\[163\.8px\] {
  height: 163.8px;
}
.h-\[163px\] {
  height: 163px;
}
.h-\[166px\] {
  height: 166px;
}
.h-\[167px\] {
  height: 167px;
}
.h-\[168\.32px\] {
  height: 168.32px;
}
.h-\[168px\] {
  height: 168px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17\.15px\] {
  height: 17.15px;
}
.h-\[17\.502px\] {
  height: 17.502px;
}
.h-\[170\.3px\] {
  height: 170.3px;
}
.h-\[18\.81px\] {
  height: 18.81px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[185\.4px\] {
  height: 185.4px;
}
.h-\[187px\] {
  height: 187px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[196px\] {
  height: 196px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[201px\] {
  height: 201px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[204\.1px\] {
  height: 204.1px;
}
.h-\[206px\] {
  height: 206px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21\.45px\] {
  height: 21.45px;
}
.h-\[21\.7px\] {
  height: 21.7px;
}
.h-\[210\.6px\] {
  height: 210.6px;
}
.h-\[211px\] {
  height: 211px;
}
.h-\[217\.1px\] {
  height: 217.1px;
}
.h-\[218\.4px\] {
  height: 218.4px;
}
.h-\[218\.82px\] {
  height: 218.82px;
}
.h-\[219\.4px\] {
  height: 219.4px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[22\.3px\] {
  height: 22.3px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[234\.3px\] {
  height: 234.3px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[24\.5px\] {
  height: 24.5px;
}
.h-\[24\.96px\] {
  height: 24.96px;
}
.h-\[241px\] {
  height: 241px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[253\.8px\] {
  height: 253.8px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[261px\] {
  height: 261px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[27\.035px\] {
  height: 27.035px;
}
.h-\[27\.55px\] {
  height: 27.55px;
}
.h-\[275px\] {
  height: 275px;
}
.h-\[276\.82px\] {
  height: 276.82px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[28\.3px\] {
  height: 28.3px;
}
.h-\[28\.4px\] {
  height: 28.4px;
}
.h-\[28\.98px\] {
  height: 28.98px;
}
.h-\[282\.19px\] {
  height: 282.19px;
}
.h-\[283\.92px\] {
  height: 283.92px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[29\.6px\] {
  height: 29.6px;
}
.h-\[29\.82px\] {
  height: 29.82px;
}
.h-\[298px\] {
  height: 298px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[301px\] {
  height: 301px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[31\.2px\] {
  height: 31.2px;
}
.h-\[31\.5px\] {
  height: 31.5px;
}
.h-\[31\.78px\] {
  height: 31.78px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32\.11px\] {
  height: 32.11px;
}
.h-\[32\.8px\] {
  height: 32.8px;
}
.h-\[328\.5px\] {
  height: 328.5px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33\.8px\] {
  height: 33.8px;
}
.h-\[337px\] {
  height: 337px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[35\.146px\] {
  height: 35.146px;
}
.h-\[35\.1px\] {
  height: 35.1px;
}
.h-\[35\.82px\] {
  height: 35.82px;
}
.h-\[358\.11px\] {
  height: 358.11px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[370px\] {
  height: 370px;
}
.h-\[379px\] {
  height: 379px;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[38\.4px\] {
  height: 38.4px;
}
.h-\[38\.53px\] {
  height: 38.53px;
}
.h-\[387px\] {
  height: 387px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[39\.2px\] {
  height: 39.2px;
}
.h-\[39\.6px\] {
  height: 39.6px;
}
.h-\[395px\] {
  height: 395px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[40\.56px\] {
  height: 40.56px;
}
.h-\[40\.6px\] {
  height: 40.6px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[41\.32px\] {
  height: 41.32px;
}
.h-\[41\.3px\] {
  height: 41.3px;
}
.h-\[41\.6px\] {
  height: 41.6px;
}
.h-\[41\.7px\] {
  height: 41.7px;
}
.h-\[41\.8px\] {
  height: 41.8px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[42\.9px\] {
  height: 42.9px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[434px\] {
  height: 434px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45\.5px\] {
  height: 45.5px;
}
.h-\[45\.63px\] {
  height: 45.63px;
}
.h-\[45\.6px\] {
  height: 45.6px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46\.56px\] {
  height: 46.56px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[48\.1px\] {
  height: 48.1px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49\.4px\] {
  height: 49.4px;
}
.h-\[491px\] {
  height: 491px;
}
.h-\[50\.07px\] {
  height: 50.07px;
}
.h-\[50\.7px\] {
  height: 50.7px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[53\.3px\] {
  height: 53.3px;
}
.h-\[538px\] {
  height: 538px;
}
.h-\[54\.03px\] {
  height: 54.03px;
}
.h-\[54\.04px\] {
  height: 54.04px;
}
.h-\[54\.08px\] {
  height: 54.08px;
}
.h-\[54\.1px\] {
  height: 54.1px;
}
.h-\[54\.6px\] {
  height: 54.6px;
}
.h-\[54\.83px\] {
  height: 54.83px;
}
.h-\[54\.8px\] {
  height: 54.8px;
}
.h-\[54\.96px\] {
  height: 54.96px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[55\.77px\] {
  height: 55.77px;
}
.h-\[564\.6px\] {
  height: 564.6px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[59\.15px\] {
  height: 59.15px;
}
.h-\[59\.1px\] {
  height: 59.1px;
}
.h-\[59\.31px\] {
  height: 59.31px;
}
.h-\[59\.32px\] {
  height: 59.32px;
}
.h-\[59\.3px\] {
  height: 59.3px;
}
.h-\[59\.53px\] {
  height: 59.53px;
}
.h-\[60\.8px\] {
  height: 60.8px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[61px\] {
  height: 61px;
}
.h-\[62\.4px\] {
  height: 62.4px;
}
.h-\[62\.53px\] {
  height: 62.53px;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[63px\] {
  height: 63px;
}
.h-\[64\.22px\] {
  height: 64.22px;
}
.h-\[64\.2px\] {
  height: 64.2px;
}
.h-\[64\.89px\] {
  height: 64.89px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[65\.2px\] {
  height: 65.2px;
}
.h-\[65\.7px\] {
  height: 65.7px;
}
.h-\[65\.91px\] {
  height: 65.91px;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[68px\] {
  height: 68px;
}
.h-\[69\.29px\] {
  height: 69.29px;
}
.h-\[70\.30px\] {
  height: 70.30px;
}
.h-\[70\.3px\] {
  height: 70.3px;
}
.h-\[70\.83px\] {
  height: 70.83px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[71\.27px\] {
  height: 71.27px;
}
.h-\[72\.5px\] {
  height: 72.5px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[73\.3px\] {
  height: 73.3px;
}
.h-\[733\.2px\] {
  height: 733.2px;
}
.h-\[73px\] {
  height: 73px;
}
.h-\[75\.3px\] {
  height: 75.3px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[79\.2px\] {
  height: 79.2px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[81\.2px\] {
  height: 81.2px;
}
.h-\[81px\] {
  height: 81px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[83\.2px\] {
  height: 83.2px;
}
.h-\[83\.46px\] {
  height: 83.46px;
}
.h-\[83\.49px\] {
  height: 83.49px;
}
.h-\[83\.5px\] {
  height: 83.5px;
}
.h-\[83px\] {
  height: 83px;
}
.h-\[84\.76px\] {
  height: 84.76px;
}
.h-\[84px\] {
  height: 84px;
}
.h-\[85\.4px\] {
  height: 85.4px;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-\[87px\] {
  height: 87px;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[90\.08px\] {
  height: 90.08px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[90vh\] {
  height: 90vh;
}
.h-\[91px\] {
  height: 91px;
}
.h-\[92\.66px\] {
  height: 92.66px;
}
.h-\[92\.9px\] {
  height: 92.9px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[93px\] {
  height: 93px;
}
.h-\[949px\] {
  height: 949px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[95\.3px\] {
  height: 95.3px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[99\.6px\] {
  height: 99.6px;
}
.h-\[99px\] {
  height: 99px;
}
.h-\[99x\] {
  height: 99x;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -webkit-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.\!max-h-\[31\.2px\] {
  max-height: 31.2px !important;
}
.\!max-h-\[40px\] {
  max-height: 40px !important;
}
.\!max-h-\[52px\] {
  max-height: 52px !important;
}
.\!max-h-\[72px\] {
  max-height: 72px !important;
}
.\!max-h-full {
  max-height: 100% !important;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-\[26px\] {
  max-height: 26px;
}
.max-h-\[27px\] {
  max-height: 27px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[33\.8px\] {
  max-height: 33.8px;
}
.max-h-\[35\.1px\] {
  max-height: 35.1px;
}
.max-h-\[44px\] {
  max-height: 44px;
}
.max-h-\[45\.63px\] {
  max-height: 45.63px;
}
.max-h-\[57px\] {
  max-height: 57px;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[calc\(100vh-220px\)\] {
  max-height: calc(100vh - 220px);
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[108px\] {
  min-height: 108px;
}
.min-h-\[111\.55px\] {
  min-height: 111.55px;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[123px\] {
  min-height: 123px;
}
.min-h-\[140px\] {
  min-height: 140px;
}
.min-h-\[142px\] {
  min-height: 142px;
}
.min-h-\[144px\] {
  min-height: 144px;
}
.min-h-\[156px\] {
  min-height: 156px;
}
.min-h-\[165px\] {
  min-height: 165px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[201px\] {
  min-height: 201px;
}
.min-h-\[204\.5px\] {
  min-height: 204.5px;
}
.min-h-\[22px\] {
  min-height: 22px;
}
.min-h-\[232px\] {
  min-height: 232px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[253\.8px\] {
  min-height: 253.8px;
}
.min-h-\[267px\] {
  min-height: 267px;
}
.min-h-\[27px\] {
  min-height: 27px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[29px\] {
  min-height: 29px;
}
.min-h-\[31\.2px\] {
  min-height: 31.2px;
}
.min-h-\[310\.02px\] {
  min-height: 310.02px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[342px\] {
  min-height: 342px;
}
.min-h-\[35\.1px\] {
  min-height: 35.1px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[374\.22px\] {
  min-height: 374.22px;
}
.min-h-\[387\.68px\] {
  min-height: 387.68px;
}
.min-h-\[40\.56px\] {
  min-height: 40.56px;
}
.min-h-\[42px\] {
  min-height: 42px;
}
.min-h-\[443\.57px\] {
  min-height: 443.57px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[45\.56px\] {
  min-height: 45.56px;
}
.min-h-\[45\.63px\] {
  min-height: 45.63px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[501\.22px\] {
  min-height: 501.22px;
}
.min-h-\[52\.728px\] {
  min-height: 52.728px;
}
.min-h-\[54\.6px\] {
  min-height: 54.6px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[57vh\] {
  min-height: 57vh;
}
.min-h-\[58\.08px\] {
  min-height: 58.08px;
}
.min-h-\[58px\] {
  min-height: 58px;
}
.min-h-\[59\.32px\] {
  min-height: 59.32px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[62\.8px\] {
  min-height: 62.8px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[71\.4px\] {
  min-height: 71.4px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.min-h-\[76px\] {
  min-height: 76px;
}
.min-h-\[83px\] {
  min-height: 83px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-\[86\.42px\] {
  min-height: 86.42px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-\[92px\] {
  min-height: 92px;
}
.min-h-\[96\.8px\] {
  min-height: 96.8px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-9 {
  width: 2.25rem !important;
}
.\!w-\[114\.4px\] {
  width: 114.4px !important;
}
.\!w-\[115\.6px\] {
  width: 115.6px !important;
}
.\!w-\[117\.84px\] {
  width: 117.84px !important;
}
.\!w-\[12\.1px\] {
  width: 12.1px !important;
}
.\!w-\[12px\] {
  width: 12px !important;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.\!w-\[15\.6px\] {
  width: 15.6px !important;
}
.\!w-\[15\.717px\] {
  width: 15.717px !important;
}
.\!w-\[15\.7px\] {
  width: 15.7px !important;
}
.\!w-\[16px\] {
  width: 16px !important;
}
.\!w-\[177\.72px\] {
  width: 177.72px !important;
}
.\!w-\[18\.2px\] {
  width: 18.2px !important;
}
.\!w-\[189\.72px\] {
  width: 189.72px !important;
}
.\!w-\[20\.28px\] {
  width: 20.28px !important;
}
.\!w-\[20\.4px\] {
  width: 20.4px !important;
}
.\!w-\[20\.8px\] {
  width: 20.8px !important;
}
.\!w-\[20px\] {
  width: 20px !important;
}
.\!w-\[217\.64px\] {
  width: 217.64px !important;
}
.\!w-\[23\.66px\] {
  width: 23.66px !important;
}
.\!w-\[232\.64px\] {
  width: 232.64px !important;
}
.\!w-\[24px\] {
  width: 24px !important;
}
.\!w-\[268px\] {
  width: 268px !important;
}
.\!w-\[26px\] {
  width: 26px !important;
}
.\!w-\[27\.04px\] {
  width: 27.04px !important;
}
.\!w-\[27px\] {
  width: 27px !important;
}
.\!w-\[29\.9px\] {
  width: 29.9px !important;
}
.\!w-\[30\.76px\] {
  width: 30.76px !important;
}
.\!w-\[30px\] {
  width: 30px !important;
}
.\!w-\[33\.8px\] {
  width: 33.8px !important;
}
.\!w-\[348px\] {
  width: 348px !important;
}
.\!w-\[35\.15px\] {
  width: 35.15px !important;
}
.\!w-\[35\.1px\] {
  width: 35.1px !important;
}
.\!w-\[36\.36px\] {
  width: 36.36px !important;
}
.\!w-\[38\.9px\] {
  width: 38.9px !important;
}
.\!w-\[40\.86px\] {
  width: 40.86px !important;
}
.\!w-\[43\.62px\] {
  width: 43.62px !important;
}
.\!w-\[43\.9px\] {
  width: 43.9px !important;
}
.\!w-\[45\.63px\] {
  width: 45.63px !important;
}
.\!w-\[452px\] {
  width: 452px !important;
}
.\!w-\[53\.12px\] {
  width: 53.12px !important;
}
.\!w-\[588px\] {
  width: 588px !important;
}
.\!w-\[63\.86px\] {
  width: 63.86px !important;
}
.\!w-\[67\.2px\] {
  width: 67.2px !important;
}
.\!w-\[768px\] {
  width: 768px !important;
}
.\!w-\[77\.115px\] {
  width: 77.115px !important;
}
.\!w-\[88\.27px\] {
  width: 88.27px !important;
}
.\!w-\[88\.92px\] {
  width: 88.92px !important;
}
.\!w-\[88px\] {
  width: 88px !important;
}
.\!w-\[9\.3px\] {
  width: 9.3px !important;
}
.\!w-\[90\.8px\] {
  width: 90.8px !important;
}
.\!w-\[auto\] {
  width: auto !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-fit {
  width: -webkit-fit-content !important;
  width: fit-content !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[10\.14px\] {
  width: 10.14px;
}
.w-\[10\.556px\] {
  width: 10.556px;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[1000px\] {
  width: 1000px;
}
.w-\[1001px\] {
  width: 1001px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[101px\] {
  width: 101px;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[107px\] {
  width: 107px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[119px\] {
  width: 119px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[121px\] {
  width: 121px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[127\.4px\] {
  width: 127.4px;
}
.w-\[1278px\] {
  width: 1278px;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[1288px\] {
  width: 1288px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[129px\] {
  width: 129px;
}
.w-\[13\.19px\] {
  width: 13.19px;
}
.w-\[13\.8px\] {
  width: 13.8px;
}
.w-\[131px\] {
  width: 131px;
}
.w-\[133px\] {
  width: 133px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[141px\] {
  width: 141px;
}
.w-\[143px\] {
  width: 143px;
}
.w-\[146px\] {
  width: 146px;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[149px\] {
  width: 149px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150\.8px\] {
  width: 150.8px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[154px\] {
  width: 154px;
}
.w-\[156px\] {
  width: 156px;
}
.w-\[157px\] {
  width: 157px;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[159px\] {
  width: 159px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[161px\] {
  width: 161px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[165\.62px\] {
  width: 165.62px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[166px\] {
  width: 166px;
}
.w-\[169\.2px\] {
  width: 169.2px;
}
.w-\[169px\] {
  width: 169px;
}
.w-\[17\.15px\] {
  width: 17.15px;
}
.w-\[17\.1px\] {
  width: 17.1px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[173px\] {
  width: 173px;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[1760px\] {
  width: 1760px;
}
.w-\[177\.6px\] {
  width: 177.6px;
}
.w-\[178\.1px\] {
  width: 178.1px;
}
.w-\[178px\] {
  width: 178px;
}
.w-\[18\.81px\] {
  width: 18.81px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[187px\] {
  width: 187px;
}
.w-\[188\.4px\] {
  width: 188.4px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[200\.2px\] {
  width: 200.2px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[202\.76px\] {
  width: 202.76px;
}
.w-\[203\.93px\] {
  width: 203.93px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[204\.1px\] {
  width: 204.1px;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[209px\] {
  width: 209px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210\.306px\] {
  width: 210.306px;
}
.w-\[213px\] {
  width: 213px;
}
.w-\[215\.31px\] {
  width: 215.31px;
}
.w-\[215px\] {
  width: 215px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[217px\] {
  width: 217px;
}
.w-\[218px\] {
  width: 218px;
}
.w-\[219px\] {
  width: 219px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22\.3px\] {
  width: 22.3px;
}
.w-\[221px\] {
  width: 221px;
}
.w-\[224\.9px\] {
  width: 224.9px;
}
.w-\[227\.5px\] {
  width: 227.5px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[230\.88px\] {
  width: 230.88px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[234\.5px\] {
  width: 234.5px;
}
.w-\[234px\] {
  width: 234px;
}
.w-\[235px\] {
  width: 235px;
}
.w-\[239\.63px\] {
  width: 239.63px;
}
.w-\[239px\] {
  width: 239px;
}
.w-\[24\.45px\] {
  width: 24.45px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[245px\] {
  width: 245px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\.74\%\] {
  width: 25.74%;
}
.w-\[251px\] {
  width: 251px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[254px\] {
  width: 254px;
}
.w-\[255px\] {
  width: 255px;
}
.w-\[258px\] {
  width: 258px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[26\.40\%\] {
  width: 26.40%;
}
.w-\[260\.26px\] {
  width: 260.26px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[261px\] {
  width: 261px;
}
.w-\[262px\] {
  width: 262px;
}
.w-\[263px\] {
  width: 263px;
}
.w-\[264\.3px\] {
  width: 264.3px;
}
.w-\[264px\] {
  width: 264px;
}
.w-\[265px\] {
  width: 265px;
}
.w-\[266px\] {
  width: 266px;
}
.w-\[268px\] {
  width: 268px;
}
.w-\[269px\] {
  width: 269px;
}
.w-\[275px\] {
  width: 275px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[28\.98px\] {
  width: 28.98px;
}
.w-\[280\.54px\] {
  width: 280.54px;
}
.w-\[282\.7px\] {
  width: 282.7px;
}
.w-\[284px\] {
  width: 284px;
}
.w-\[286px\] {
  width: 286px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[29\.82px\] {
  width: 29.82px;
}
.w-\[292\.37px\] {
  width: 292.37px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[294px\] {
  width: 294px;
}
.w-\[295px\] {
  width: 295px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[297px\] {
  width: 297px;
}
.w-\[298px\] {
  width: 298px;
}
.w-\[300\.14px\] {
  width: 300.14px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[301px\] {
  width: 301px;
}
.w-\[304px\] {
  width: 304px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31\.78px\] {
  width: 31.78px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[311\.32px\] {
  width: 311.32px;
}
.w-\[311px\] {
  width: 311px;
}
.w-\[312px\] {
  width: 312px;
}
.w-\[313px\] {
  width: 313px;
}
.w-\[314px\] {
  width: 314px;
}
.w-\[318\.4px\] {
  width: 318.4px;
}
.w-\[319px\] {
  width: 319px;
}
.w-\[32\.11px\] {
  width: 32.11px;
}
.w-\[32\.63\%\] {
  width: 32.63%;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[326px\] {
  width: 326px;
}
.w-\[328px\] {
  width: 328px;
}
.w-\[329px\] {
  width: 329px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[335\.4px\] {
  width: 335.4px;
}
.w-\[338px\] {
  width: 338px;
}
.w-\[342\.69px\] {
  width: 342.69px;
}
.w-\[343\.2px\] {
  width: 343.2px;
}
.w-\[344\.76px\] {
  width: 344.76px;
}
.w-\[346px\] {
  width: 346px;
}
.w-\[348px\] {
  width: 348px;
}
.w-\[35\.1px\] {
  width: 35.1px;
}
.w-\[35\.5\%\] {
  width: 35.5%;
}
.w-\[356px\] {
  width: 356px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36\.58\%\] {
  width: 36.58%;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[364\.5px\] {
  width: 364.5px;
}
.w-\[368px\] {
  width: 368px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[37\.13\%\] {
  width: 37.13%;
}
.w-\[372px\] {
  width: 372px;
}
.w-\[374px\] {
  width: 374px;
}
.w-\[38\.08\%\] {
  width: 38.08%;
}
.w-\[38\.69\%\] {
  width: 38.69%;
}
.w-\[380\.08px\] {
  width: 380.08px;
}
.w-\[387\.6px\] {
  width: 387.6px;
}
.w-\[387px\] {
  width: 387px;
}
.w-\[389px\] {
  width: 389px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[390\.19px\] {
  width: 390.19px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[391\.3px\] {
  width: 391.3px;
}
.w-\[395px\] {
  width: 395px;
}
.w-\[39px\] {
  width: 39px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[404\.3px\] {
  width: 404.3px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[41\.32px\] {
  width: 41.32px;
}
.w-\[41\.7px\] {
  width: 41.7px;
}
.w-\[414px\] {
  width: 414px;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[426\.4px\] {
  width: 426.4px;
}
.w-\[426px\] {
  width: 426px;
}
.w-\[427px\] {
  width: 427px;
}
.w-\[428px\] {
  width: 428px;
}
.w-\[429\.26px\] {
  width: 429.26px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[436\.02px\] {
  width: 436.02px;
}
.w-\[436px\] {
  width: 436px;
}
.w-\[439\.4px\] {
  width: 439.4px;
}
.w-\[44\.40\%\] {
  width: 44.40%;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[441px\] {
  width: 441px;
}
.w-\[444px\] {
  width: 444px;
}
.w-\[446\.16px\] {
  width: 446.16px;
}
.w-\[446\.3px\] {
  width: 446.3px;
}
.w-\[448\.19px\] {
  width: 448.19px;
}
.w-\[45\.63px\] {
  width: 45.63px;
}
.w-\[45\.69\%\] {
  width: 45.69%;
}
.w-\[452px\] {
  width: 452px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[46\.77\%\] {
  width: 46.77%;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[473px\] {
  width: 473px;
}
.w-\[474px\] {
  width: 474px;
}
.w-\[479px\] {
  width: 479px;
}
.w-\[48\.3\%\] {
  width: 48.3%;
}
.w-\[48\.77\%\] {
  width: 48.77%;
}
.w-\[48\.8\%\] {
  width: 48.8%;
}
.w-\[481px\] {
  width: 481px;
}
.w-\[489px\] {
  width: 489px;
}
.w-\[49\.4px\] {
  width: 49.4px;
}
.w-\[49\.7px\] {
  width: 49.7px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50\.7px\] {
  width: 50.7px;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[503\.2px\] {
  width: 503.2px;
}
.w-\[503px\] {
  width: 503px;
}
.w-\[508\.69px\] {
  width: 508.69px;
}
.w-\[508px\] {
  width: 508px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[517px\] {
  width: 517px;
}
.w-\[518px\] {
  width: 518px;
}
.w-\[522px\] {
  width: 522px;
}
.w-\[525px\] {
  width: 525px;
}
.w-\[53\.3px\] {
  width: 53.3px;
}
.w-\[532px\] {
  width: 532px;
}
.w-\[533px\] {
  width: 533px;
}
.w-\[538px\] {
  width: 538px;
}
.w-\[54\.73\%\] {
  width: 54.73%;
}
.w-\[541px\] {
  width: 541px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[554\.31px\] {
  width: 554.31px;
}
.w-\[554\.32px\] {
  width: 554.32px;
}
.w-\[554px\] {
  width: 554px;
}
.w-\[556px\] {
  width: 556px;
}
.w-\[558\.04px\] {
  width: 558.04px;
}
.w-\[558px\] {
  width: 558px;
}
.w-\[559px\] {
  width: 559px;
}
.w-\[56\.5\%\] {
  width: 56.5%;
}
.w-\[560px\] {
  width: 560px;
}
.w-\[563px\] {
  width: 563px;
}
.w-\[564px\] {
  width: 564px;
}
.w-\[566\.83px\] {
  width: 566.83px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[572px\] {
  width: 572px;
}
.w-\[58\.38\%\] {
  width: 58.38%;
}
.w-\[580\.01px\] {
  width: 580.01px;
}
.w-\[586px\] {
  width: 586px;
}
.w-\[59\.01\%\] {
  width: 59.01%;
}
.w-\[59\.31px\] {
  width: 59.31px;
}
.w-\[59\.32px\] {
  width: 59.32px;
}
.w-\[59\.3px\] {
  width: 59.3px;
}
.w-\[59\.53px\] {
  width: 59.53px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[602px\] {
  width: 602px;
}
.w-\[604px\] {
  width: 604px;
}
.w-\[605px\] {
  width: 605px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[61\%\] {
  width: 61%;
}
.w-\[611px\] {
  width: 611px;
}
.w-\[614px\] {
  width: 614px;
}
.w-\[616px\] {
  width: 616px;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[62\.5\%\] {
  width: 62.5%;
}
.w-\[623px\] {
  width: 623px;
}
.w-\[625px\] {
  width: 625px;
}
.w-\[626px\] {
  width: 626px;
}
.w-\[627px\] {
  width: 627px;
}
.w-\[63\%\] {
  width: 63%;
}
.w-\[63\.4\%\] {
  width: 63.4%;
}
.w-\[630px\] {
  width: 630px;
}
.w-\[632\.74px\] {
  width: 632.74px;
}
.w-\[634px\] {
  width: 634px;
}
.w-\[64\.22px\] {
  width: 64.22px;
}
.w-\[649px\] {
  width: 649px;
}
.w-\[65\.3px\] {
  width: 65.3px;
}
.w-\[65\.6\%\] {
  width: 65.6%;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[659px\] {
  width: 659px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[66\.43\%\] {
  width: 66.43%;
}
.w-\[660px\] {
  width: 660px;
}
.w-\[661\.3px\] {
  width: 661.3px;
}
.w-\[667px\] {
  width: 667px;
}
.w-\[669px\] {
  width: 669px;
}
.w-\[68\.05\%\] {
  width: 68.05%;
}
.w-\[68\.34\%\] {
  width: 68.34%;
}
.w-\[69\.29px\] {
  width: 69.29px;
}
.w-\[698px\] {
  width: 698px;
}
.w-\[702px\] {
  width: 702px;
}
.w-\[704px\] {
  width: 704px;
}
.w-\[717px\] {
  width: 717px;
}
.w-\[720\.2px\] {
  width: 720.2px;
}
.w-\[720\.62px\] {
  width: 720.62px;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[721px\] {
  width: 721px;
}
.w-\[725\.4px\] {
  width: 725.4px;
}
.w-\[734px\] {
  width: 734px;
}
.w-\[736px\] {
  width: 736px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[750px\] {
  width: 750px;
}
.w-\[754px\] {
  width: 754px;
}
.w-\[76\.84\%\] {
  width: 76.84%;
}
.w-\[768px\] {
  width: 768px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[776px\] {
  width: 776px;
}
.w-\[778px\] {
  width: 778px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[79\%\] {
  width: 79%;
}
.w-\[79\.2\%\] {
  width: 79.2%;
}
.w-\[79\.58\%\] {
  width: 79.58%;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[813px\] {
  width: 813px;
}
.w-\[82\.2\%\] {
  width: 82.2%;
}
.w-\[83\.49px\] {
  width: 83.49px;
}
.w-\[84\.1\%\] {
  width: 84.1%;
}
.w-\[84\.68\%\] {
  width: 84.68%;
}
.w-\[84\.9px\] {
  width: 84.9px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[858px\] {
  width: 858px;
}
.w-\[86\.66\%\] {
  width: 86.66%;
}
.w-\[867px\] {
  width: 867px;
}
.w-\[88\.13\%\] {
  width: 88.13%;
}
.w-\[88\.85\%\] {
  width: 88.85%;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[89\.70\%\] {
  width: 89.70%;
}
.w-\[890px\] {
  width: 890px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90\.08px\] {
  width: 90.08px;
}
.w-\[90\.73\%\] {
  width: 90.73%;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[93\.1\%\] {
  width: 93.1%;
}
.w-\[934px\] {
  width: 934px;
}
.w-\[935\.6px\] {
  width: 935.6px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[94\.3\%\] {
  width: 94.3%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[95\.75\%\] {
  width: 95.75%;
}
.w-\[95\.9\%\] {
  width: 95.9%;
}
.w-\[954px\] {
  width: 954px;
}
.w-\[96\%\] {
  width: 96%;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[975px\] {
  width: 975px;
}
.w-\[98px\] {
  width: 98px;
}
.w-\[998px\] {
  width: 998px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -webkit-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[105\.45px\] {
  min-width: 105.45px;
}
.min-w-\[105px\] {
  min-width: 105px;
}
.min-w-\[118\.64px\] {
  min-width: 118.64px;
}
.min-w-\[124px\] {
  min-width: 124px;
}
.min-w-\[127\.4px\] {
  min-width: 127.4px;
}
.min-w-\[130\.13px\] {
  min-width: 130.13px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[139px\] {
  min-width: 139px;
}
.min-w-\[161px\] {
  min-width: 161px;
}
.min-w-\[165\.62px\] {
  min-width: 165.62px;
}
.min-w-\[169\.169px\] {
  min-width: 169.169px;
}
.min-w-\[169px\] {
  min-width: 169px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[181px\] {
  min-width: 181px;
}
.min-w-\[188\.08px\] {
  min-width: 188.08px;
}
.min-w-\[195px\] {
  min-width: 195px;
}
.min-w-\[209px\] {
  min-width: 209px;
}
.min-w-\[215\.31px\] {
  min-width: 215.31px;
}
.min-w-\[234\.5px\] {
  min-width: 234.5px;
}
.min-w-\[235px\] {
  min-width: 235px;
}
.min-w-\[272px\] {
  min-width: 272px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[304px\] {
  min-width: 304px;
}
.min-w-\[311px\] {
  min-width: 311px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[360px\] {
  min-width: 360px;
}
.min-w-\[365px\] {
  min-width: 365px;
}
.min-w-\[404\.3px\] {
  min-width: 404.3px;
}
.min-w-\[414px\] {
  min-width: 414px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[525px\] {
  min-width: 525px;
}
.min-w-\[576px\] {
  min-width: 576px;
}
.min-w-\[62\.8px\] {
  min-width: 62.8px;
}
.min-w-\[768px\] {
  min-width: 768px;
}
.min-w-\[77px\] {
  min-width: 77px;
}
.min-w-\[80\.19px\] {
  min-width: 80.19px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[81\.2px\] {
  min-width: 81.2px;
}
.min-w-\[91\.26px\] {
  min-width: 91.26px;
}
.min-w-\[97\.95px\] {
  min-width: 97.95px;
}
.min-w-\[98px\] {
  min-width: 98px;
}
.min-w-\[99\.4px\] {
  min-width: 99.4px;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[146px\] {
  max-width: 146px;
}
.max-w-\[192\.4px\] {
  max-width: 192.4px;
}
.max-w-\[250\.12px\] {
  max-width: 250.12px;
}
.max-w-\[27px\] {
  max-width: 27px;
}
.max-w-\[296px\] {
  max-width: 296px;
}
.max-w-\[312px\] {
  max-width: 312px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[35\.1px\] {
  max-width: 35.1px;
}
.max-w-\[373\.49px\] {
  max-width: 373.49px;
}
.max-w-\[45\.63px\] {
  max-width: 45.63px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[626px\] {
  max-width: 626px;
}
.max-w-\[674px\] {
  max-width: 674px;
}
.max-w-\[688px\] {
  max-width: 688px;
}
.max-w-\[702px\] {
  max-width: 702px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[872px\] {
  max-width: 872px;
}
.max-w-\[956px\] {
  max-width: 956px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1;
}
.flex-\[0_0_50px\] {
  flex: 0 0 50px;
}
.flex-\[0_0_69\.36\%\] {
  flex: 0 0 69.36%;
}
.flex-\[0_0_69\.39\%\] {
  flex: 0 0 69.39%;
}
.flex-\[0_0_72\.77\%\] {
  flex: 0 0 72.77%;
}
.flex-\[0_0_72\.8\%\] {
  flex: 0 0 72.8%;
}
.flex-\[0_0_80px\] {
  flex: 0 0 80px;
}
.flex-\[1_0_0\] {
  flex: 1 0;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-0 {
  flex-basis: 0px;
}
.basis-\[147px\] {
  flex-basis: 147px;
}
.basis-\[170px\] {
  flex-basis: 170px;
}
.basis-\[50px\] {
  flex-basis: 50px;
}
.basis-auto {
  flex-basis: auto;
}
.basis-full {
  flex-basis: 100%;
}
.-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-\[calc\(100\%\+12px\)\] {
  --tw-translate-y: calc(calc(100% + 12px) * -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));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-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));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --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));
}
.translate-y-\[-43\.5\%\] {
  --tw-translate-y: -43.5%;
  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-\[-60\%\] {
  --tw-translate-y: -60%;
  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-\[45\%\] {
  --tw-translate-y: 45%;
  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-\[65\%\] {
  --tw-translate-y: 65%;
  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-\[75\%\] {
  --tw-translate-y: 75%;
  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-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));
}
.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));
}
.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));
}
.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));
}
@keyframes menuIn {

  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-menu-in {
  animation: menuIn 698ms cubic-bezier(0.34, 1.56, 0.64, 1) 50ms both;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-\[120px\] {
  scroll-margin-top: 120px;
}
.list-outside {
  list-style-position: outside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.content-stretch {
  align-content: stretch;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.\!items-end {
  align-items: flex-end !important;
}
.items-end {
  align-items: flex-end;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.\!items-stretch {
  align-items: stretch !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-\[1\.184px\] {
  gap: 1.184px !important;
}
.\!gap-\[1\.48px\] {
  gap: 1.48px !important;
}
.\!gap-\[1\.924px\] {
  gap: 1.924px !important;
}
.\!gap-\[10px\] {
  gap: 10px !important;
}
.\!gap-\[16px\] {
  gap: 16px !important;
}
.\!gap-\[20\.8px\] {
  gap: 20.8px !important;
}
.\!gap-\[27\.04px\] {
  gap: 27.04px !important;
}
.\!gap-\[35\.15px\] {
  gap: 35.15px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.184px\] {
  gap: 1.184px;
}
.gap-\[1\.48px\] {
  gap: 1.48px;
}
.gap-\[1\.924px\] {
  gap: 1.924px;
}
.gap-\[10\.4px\] {
  gap: 10.4px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[112px\] {
  gap: 112px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13\.52px\] {
  gap: 13.52px;
}
.gap-\[132px\] {
  gap: 132px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16\.9px\] {
  gap: 16.9px;
}
.gap-\[160px\] {
  gap: 160px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[17\.58px\] {
  gap: 17.58px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[2\.502px\] {
  gap: 2.502px;
}
.gap-\[20\.8px\] {
  gap: 20.8px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21\.97px\] {
  gap: 21.97px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[27\.04px\] {
  gap: 27.04px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[300px\] {
  gap: 300px;
}
.gap-\[31\.2px\] {
  gap: 31.2px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[35\.152px\] {
  gap: 35.152px;
}
.gap-\[35\.5px\] {
  gap: 35.5px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5\.2px\] {
  gap: 5.2px;
}
.gap-\[52\.728px\] {
  gap: 52.728px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6\.7px\] {
  gap: 6.7px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[70\.2px\] {
  gap: 70.2px;
}
.gap-\[72px\] {
  gap: 72px;
}
.gap-\[8\.79px\] {
  gap: 8.79px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[96px\] {
  gap: 96px;
}
.gap-paragraph-spacing-2xl {
  gap: 28px;
}
.gap-paragraph-spacing-3xl {
  gap: 32px;
}
.gap-paragraph-spacing-3xs {
  gap: 10px;
}
.gap-paragraph-spacing-4xs {
  gap: 8px;
}
.gap-paragraph-spacing-5xl {
  gap: 40px;
}
.gap-paragraph-spacing-5xs {
  gap: 4px;
}
.gap-paragraph-spacing-6xl {
  gap: 42px;
}
.gap-paragraph-spacing-7xl {
  gap: 54px;
}
.gap-paragraph-spacing-8xl {
  gap: 60px;
}
.gap-paragraph-spacing-lg {
  gap: 24px;
}
.gap-paragraph-spacing-md {
  gap: 20px;
}
.gap-paragraph-spacing-xs {
  gap: 16px;
}
.gap-spacing-2xl {
  gap: 28px;
}
.gap-spacing-2xs {
  gap: 14px;
}
.gap-spacing-3xl {
  gap: 32px;
}
.gap-spacing-3xs {
  gap: 10px;
}
.gap-spacing-4xs {
  gap: 8px;
}
.gap-spacing-5xl {
  gap: 40px;
}
.gap-spacing-5xs {
  gap: 4px;
}
.gap-spacing-l {
  gap: 40px;
}
.gap-spacing-lg {
  gap: 24px;
}
.gap-spacing-md {
  gap: 20px;
}
.gap-spacing-none {
  gap: 0px;
}
.gap-spacing-sm {
  gap: 18px;
}
.gap-spacing-spacing-10 {
  gap: 10px;
}
.gap-spacing-spacing-14 {
  gap: 14px;
}
.gap-spacing-spacing-16 {
  gap: 16px;
}
.gap-spacing-spacing-20 {
  gap: 20px;
}
.gap-spacing-spacing-24 {
  gap: 24px;
}
.gap-spacing-spacing-54 {
  gap: 54px;
}
.gap-spacing-spacing-8 {
  gap: 8px;
}
.gap-spacing-xl {
  gap: 26px;
}
.gap-spacing-xs {
  gap: 4px;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.\!space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.text-balance {
  text-wrap: balance;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[10\.8px\] {
  border-radius: 10.8px !important;
}
.\!rounded-\[13\.52px\] {
  border-radius: 13.52px !important;
}
.\!rounded-\[17\.58px\] {
  border-radius: 17.58px !important;
}
.\!rounded-\[2px\] {
  border-radius: 2px !important;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.\!rounded-lg {
  border-radius: 0.5rem !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10\.8px\] {
  border-radius: 10.8px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[13\.52px\] {
  border-radius: 13.52px;
}
.rounded-\[15\.6px\] {
  border-radius: 15.6px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[17\.58px\] {
  border-radius: 17.58px;
}
.rounded-\[20\.28px\] {
  border-radius: 20.28px;
}
.rounded-\[26\.4px\] {
  border-radius: 26.4px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5\.2px\] {
  border-radius: 5.2px;
}
.rounded-\[6\.76px\] {
  border-radius: 6.76px;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-\[8\.78px\] {
  border-radius: 8.78px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-border-radius-l {
  border-radius: 8px;
}
.rounded-border-radius-lg {
  border-radius: 10px;
}
.rounded-border-radius-md {
  border-radius: 8px;
}
.rounded-border-radius-sm {
  border-radius: 4px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-radius-2xl {
  border-radius: 16px;
}
.rounded-radius-7xl {
  border-radius: 9999px;
}
.rounded-radius-lg {
  border-radius: 10px;
}
.rounded-radius-md {
  border-radius: 8px;
}
.rounded-radius-sm {
  border-radius: 4px;
}
.rounded-radius-xl {
  border-radius: 14px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[10\.4px\] {
  border-bottom-right-radius: 10.4px;
  border-bottom-left-radius: 10.4px;
}
.rounded-b-\[13\.52px\] {
  border-bottom-right-radius: 13.52px;
  border-bottom-left-radius: 13.52px;
}
.rounded-b-\[16px\] {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-b-\[17\.5px\] {
  border-bottom-right-radius: 17.5px;
  border-bottom-left-radius: 17.5px;
}
.rounded-b-\[24px\] {
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.rounded-b-\[8px\] {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-radius-2xl {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-b-radius-lg {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-radius-md {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-radius-xl {
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.rounded-t-\[10\.4px\] {
  border-top-left-radius: 10.4px;
  border-top-right-radius: 10.4px;
}
.rounded-t-\[13\.52px\] {
  border-top-left-radius: 13.52px;
  border-top-right-radius: 13.52px;
}
.rounded-t-\[16px\] {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-t-\[17\.56px\] {
  border-top-left-radius: 17.56px;
  border-top-right-radius: 17.56px;
}
.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-border-radius-xl {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-t-radius-2xl {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.rounded-t-radius-lg {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-radius-md {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-radius-sm {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-radius-xl {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.\!border-2 {
  border-width: 2px !important;
}
.\!border-\[0px\] {
  border-width: 0px !important;
}
.\!border-\[1\.3px\] {
  border-width: 1.3px !important;
}
.\!border-\[1\.69px\] {
  border-width: 1.69px !important;
}
.\!border-\[1px\] {
  border-width: 1px !important;
}
.\!border-\[2\.197px\] {
  border-width: 2.197px !important;
}
.\!border-\[2\.6px\] {
  border-width: 2.6px !important;
}
.\!border-\[3\.38px\] {
  border-width: 3.38px !important;
}
.\!border-\[4\.39px\] {
  border-width: 4.39px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.55px\] {
  border-width: 0.55px;
}
.border-\[0\.6px\] {
  border-width: 0.6px;
}
.border-\[0\.717px\] {
  border-width: 0.717px;
}
.border-\[0\.781px\] {
  border-width: 0.781px;
}
.border-\[0\.89px\] {
  border-width: 0.89px;
}
.border-\[0\.932px\] {
  border-width: 0.932px;
}
.border-\[1\.05px\] {
  border-width: 1.05px;
}
.border-\[1\.163px\] {
  border-width: 1.163px;
}
.border-\[1\.212px\] {
  border-width: 1.212px;
}
.border-\[1\.3px\] {
  border-width: 1.3px;
}
.border-\[1\.4px\] {
  border-width: 1.4px;
}
.border-\[1\.511px\] {
  border-width: 1.511px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[1\.69px\] {
  border-width: 1.69px;
}
.border-\[1\.82px\] {
  border-width: 1.82px;
}
.border-\[1\.965px\] {
  border-width: 1.965px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2\.197px\] {
  border-width: 2.197px;
}
.border-\[2\.36px\] {
  border-width: 2.36px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3\.076px\] {
  border-width: 3.076px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2\.5px\] {
  border-bottom-width: 2.5px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-l-\[3\.5px\] {
  border-left-width: 3.5px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-\[1\.3px\] {
  border-top-width: 1.3px;
}
.border-t-\[1\.5px\] {
  border-top-width: 1.5px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#FF3A35\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 58 53 / var(--tw-border-opacity)) !important;
}
.\!border-active-card-border {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 141 242 / var(--tw-border-opacity)) !important;
}
.\!border-color-border-miniCards-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(54 63 188 / var(--tw-border-opacity)) !important;
}
.\!border-color-border-quick-view-modal-card {
  border-color: rgba(0, 141, 242, 0.40) !important;
}
.\!border-default-card-border {
  border-color: #008DF23D !important;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-\[\#1cadff\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 173 255 / var(--tw-border-opacity));
}
.border-\[\#363fbc00\] {
  border-color: #363fbc00;
}
.border-\[\#363fbc75\] {
  border-color: #363fbc75;
}
.border-\[rgba\(54\2c 63\2c 188\2c 0\.20\)\] {
  border-color: rgba(54,63,188,0.20);
}
.border-\[var\(--color-border-success\)\] {
  border-color: var(--color-border-success);
}
.border-active-card-border {
  --tw-border-opacity: 1;
  border-color: rgb(0 141 242 / var(--tw-border-opacity));
}
.border-active-card-border\/40 {
  border-color: rgb(0 141 242 / 0.4);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-color-Gradients-Border-Card-Outline {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 188 / var(--tw-border-opacity));
}
.border-color-Gradients-Border-sub-tab-border {
  border-color: rgba(54, 63, 188, 0.51);
}
.border-color-background-input-default {
  border-color: rgba(54, 63, 188, 0.32);
}
.border-color-blue-brightBlue100 {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}
.border-color-blue-darkBlue100 {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 188 / var(--tw-border-opacity));
}
.border-color-blue-darkBlue32 {
  border-color: #363fbc52;
}
.border-color-border-Input-positive {
  --tw-border-opacity: 1;
  border-color: rgb(11 170 75 / var(--tw-border-opacity));
}
.border-color-border-button-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-color-border-button-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}
.border-color-border-checkbox-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}
.border-color-border-miniCards-primary {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 188 / var(--tw-border-opacity));
}
.border-color-border-quick-view-modal-card {
  border-color: rgba(0, 141, 242, 0.40);
}
.border-color-border-toast-error {
  --tw-border-opacity: 1;
  border-color: rgb(243 40 54 / var(--tw-border-opacity));
}
.border-color-border-toggle-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(117 117 117 / var(--tw-border-opacity));
}
.border-color-border-toggle-primary {
  --tw-border-opacity: 1;
  border-color: rgb(141 198 63 / var(--tw-border-opacity));
}
.border-color-border-toggle-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(145 0 212 / var(--tw-border-opacity));
}
.border-color-opacity-subtle-card-bg {
  border-color: rgba(54, 63, 188, 0.20);
}
.border-color-red-red {
  --tw-border-opacity: 1;
  border-color: rgb(243 40 54 / var(--tw-border-opacity));
}
.border-color-skeleton-loader {
  border-color: rgba(25,25,112,0.5);
}
.border-default-card-border {
  border-color: #008DF23D;
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-color-background-listHiglight-primary {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.\!bg-color-midnight-blue-midnight100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity)) !important;
}
.bg-Gradient-carts-card-cart-base-color {
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 38 / var(--tw-bg-opacity));
}
.bg-\[\#2e36a3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 54 163 / var(--tw-bg-opacity));
}
.bg-\[\#363FBC52\] {
  background-color: #363FBC52;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-color-background-bottomsheet-priceSummary-desktop {
  background-color: #363fbc52;
}
.bg-color-background-bottomsheet-t-c {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 188 / var(--tw-bg-opacity));
}
.bg-color-background-bottomsheet-total {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-color-background-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity));
}
.bg-color-background-button-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity));
}
.bg-color-background-button-tertiary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-color-background-button-tertiary-8 {
  background-color: #ffffff14;
}
.bg-color-background-icons-bullets-steps-background {
  background-color: #00013a29;
}
.bg-color-background-icons-main-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-color-background-icons-main-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity));
}
.bg-color-background-icons-pagination-white-inactive {
  background-color: #ffffff4d;
}
.bg-color-background-icons-toggle-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity));
}
.bg-color-background-icons-toggle-off {
  --tw-bg-opacity: 1;
  background-color: rgb(70 70 70 / var(--tw-bg-opacity));
}
.bg-color-background-icons-toggle-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(141 198 63 / var(--tw-bg-opacity));
}
.bg-color-background-icons-toggle-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(145 0 212 / var(--tw-bg-opacity));
}
.bg-color-background-input-default {
  background-color: rgba(54, 63, 188, 0.32);
}
.bg-color-background-input-dropdown {
  --tw-bg-opacity: 1;
  background-color: rgb(22 38 123 / var(--tw-bg-opacity));
}
.bg-color-background-input-search {
  --tw-bg-opacity: 1;
  background-color: rgb(22 38 123 / var(--tw-bg-opacity));
}
.bg-color-background-listHiglight-primary {
  background-color: rgba(255, 255, 255, 0.08);
}
.bg-color-background-miniCard-default {
  background-color: #363fbc52;
}
.bg-color-background-miniCard-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity));
}
.bg-color-background-overlay-desktop-primary {
  background-color: #ffffff57;
}
.bg-color-background-overlay-first-bill {
  background-color: #ffffff14;
}
.bg-color-background-overlay-mobile {
  background-color: #000000b3;
}
.bg-color-background-overlay-offer {
  background-color: #9100d466;
}
.bg-color-background-overlay-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity));
}
.bg-color-background-overlay-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 188 / var(--tw-bg-opacity));
}
.bg-color-background-overlay-tertiary-16 {
  background-color: #00013a29;
}
.bg-color-background-overlay-tertiary-50 {
  background-color: #00013a80;
}
.bg-color-background-overlay-tertiary-alpha-16 {
  background-color: rgba(0, 1, 58, 0.16);
}
.bg-color-background-overlay-tertiary-alpha-50 {
  background-color: rgba(0, 1, 58, 0.50);
}
.bg-color-background-page-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity));
}
.bg-color-background-tab-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 188 / var(--tw-bg-opacity));
}
.bg-color-content-text-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-color-midnight-blue-lightMidnight100 {
  --tw-bg-opacity: 1;
  background-color: rgb(11 30 91 / var(--tw-bg-opacity));
}
.bg-color-midnight-blue-lightMidnight70 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 44 109 / var(--tw-bg-opacity));
}
.bg-color-midnight-blue-midnight100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 58 / var(--tw-bg-opacity));
}
.bg-color-neutral-lightestGrey {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
}
.bg-color-opacity-subtle-card-bg {
  background-color: rgba(54, 63, 188, 0.20);
}
.bg-color-skeleton-loader {
  background-color: rgba(25,25,112,0.5);
}
.bg-color-white-almostWhite10 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}
.bg-color-white-white100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-color-white-white100\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.\!bg-Gradients-Background-Header-Sky-header-background {
  background-image: linear-gradient(180deg, #00013A 0%, #00013A 69.81%, rgba(0, 1, 58, 0.00) 99.59%) !important;
}
.\!bg-Gradients-Background-Overlay-Overlay-2 {
  background-image: linear-gradient(186deg, #00013a 0%, #363fbcad 100%) !important;
}
.\!bg-Gradients-Background-Overlay-overlay-4 {
  background-image: linear-gradient(356deg, #00013A 50%, rgba(14, 17, 92, 0.00) 95.53%) !important;
}
.\!bg-Gradients-Sub-Brand-Background-Sky {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 0.01%, rgba(0, 0, 0, 0.20) 13.5%, rgba(0, 0, 0, 0.55) 37%, #000 67.24%, #000 100%) !important;
}
.bg-Gradient-Video-Overlay-Bottom {
  background-image: linear-gradient(180deg, rgba(1, 2, 59, 0.00) 29.95%, #01023B 100%);;
}
.bg-Gradient-carts-card-cart {
  background-image: linear-gradient(100deg, rgba(0, 240, 255, 0.50) 0.78%, rgba(41, 48, 147, 0.38) 65.03%, rgba(0, 1, 58, 0.50) 94.69%);
}
.bg-Gradient-confirmation-details-card {
  background-image: linear-gradient(180deg, #00013A 0%, #00013A 86.31%, rgba(0, 1, 58, 0.00) 123.3%);;
}
.bg-Gradient-divider-line {
  background-image: linear-gradient(90deg, rgba(54, 63, 188, 0) 0%, #2C61EA 49.89%, rgba(54, 63, 188, 0) 100%);
}
.bg-Gradient-divider-line-confirmation-page {
  background-image: linear-gradient(90deg, rgba(54, 63, 188, 0.00) 5.33%, #E21E8A 49.89%, rgba(54, 63, 188, 0.00) 95.99%);;
}
.bg-Gradients-Background-Header-Sky-header-background {
  background-image: linear-gradient(180deg, #00013A 0%, #00013A 69.81%, rgba(0, 1, 58, 0.00) 99.59%);
}
.bg-Gradients-Background-Header-default {
  background-image: linear-gradient(180deg, rgba(1, 2, 59, 0.34) 0%, rgba(1, 2, 59, 0.00) 100%);
}
.bg-Gradients-Background-Lozenge-lozenge-ribbon-1 {
  background-image: linear-gradient(270deg, #9100d40d 5%, #9100d4 95%);
}
.bg-Gradients-Background-Lozenge-lozenge-ribbon-2 {
  background-image: linear-gradient(270deg, #9100d400 5%, #9100d49c 48.28%, #9100d400 95%);
}
.bg-Gradients-Background-Overlay-Overlay-2 {
  background-image: linear-gradient(186deg, #00013a 0%, #363fbcad 100%);
}
.bg-Gradients-Background-Overlay-overlay-3-bg {
  background-image: linear-gradient(90deg, rgba(0, 1, 58, 0.30) 5.64%, rgba(0, 1, 50, 0.30) 23.82%, rgba(0, 0, 0, 0.30) 93.31%);
}
.bg-Gradients-Background-Plan-cards-Sky---Default-card {
  background-image: linear-gradient(180deg, rgba(53, 64, 224, 0.00) 90.23%, rgba(75, 87, 255, 0.20) 100%), linear-gradient(0deg, #00013A 11.97%, #363FBC 100%);
}
.bg-Gradients-Background-Plan-cards-Sky---Recommended-card {
  background-image: linear-gradient(335deg, rgba(145, 0, 212, 0.00) 59.7%, rgba(252, 27, 103, 0.40) 104.88%), linear-gradient(180deg, rgba(53, 64, 224, 0.00) 90.23%, rgba(75, 87, 255, 0.20) 100%), linear-gradient(0deg, #00013A 11.97%, #363FBC 100%);;
}
.bg-Gradients-Background-Sky---Linear-Midnight {
  background-image: linear-gradient(180deg, #00000000 0%, #00013a 100%);
}
.bg-Gradients-Background-bottomsheet-bg-bottomsheet-bg {
  background-image: linear-gradient(198deg, #363FBC 6.12%, #00013A 92.11%), radial-gradient(141.42% 141.42% at 0% 0%, #00013A 0%, #363FBC 100%);
}
.bg-Gradients-Background-bottomsheet-bg-subtle-glow---bottomsheet {
  background-image: radial-gradient(37.67% 59.16% at 50% 50%, #00318B 0%, #00013A 100%);
}
.bg-Gradients-Background-bottomsheet-content-tabs {
  background-image: linear-gradient(198deg, #161a6f 6.12%, #00013A 92.11%), radial-gradient(141.42% 141.42% at 0% 0%, #00013A 0%, #161a6f 100%);
}
.bg-Gradients-Background-tab-Sub-tab-background {
  background-image: linear-gradient(90deg, rgba(0, 1, 58, 0.40) 5.64%, rgba(0, 1, 50, 0.40) 23.82%, rgba(0, 0, 0, 0.40) 93.31%);
}
.bg-Gradients-Background-tab-Sub-tab-bg {
  background-image: linear-gradient(70deg, #00013a 0%, #000132 20.74%, #000000 100%);
}
.bg-Gradients-Primary-Master-Blue-Brand {
  background-image: radial-gradient(199.72% 156.98% at 110.9% -11.1%, #0C97E4 0%, #1A49BA 50%, #163EA7 59%, #0C2277 79%, #01003D 100%);
}
.bg-Gradients-section-divider-default-secondary {
  background-image: linear-gradient(90deg, #363fbc00 0%, #2c61ea 49.89%, #363fbc00 100%);
}
.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\)_49\.88\%\2c \#000_96\.86\%\)\] {
  background-image: linear-gradient(0deg,rgba(0,0,0,0) 49.88%,#000 96.86%);
}
.bg-carousel-progress-dot {
  background-image: url(/skybuystatic/media/progress.cd782249d89810d823fd.svg);
}
.bg-gradient-payment-failure-toast {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(43, 51, 155, 0.35) 4.03%, rgba(43, 51, 155, 0.20) 44.54%, rgba(43, 51, 155, 0.00) 99.25%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradients-background-accordian-full-modal-bg-accordian-cards {
  background-image: radial-gradient(505.99% 220.66% at -2.29% 0%, #13286F 0%, #000 100%);
}
.bg-gradients-background-accordian-full-modal-bg-full-page-modal {
  background-image: radial-gradient(505.99% 220.66% at -2.29% 0%, #13286F 0%, #000 100%);
}
.bg-gradients-background-section-pop-up-subtle-glow-pop-up {
  background-image: radial-gradient(37.67% 59.16% at 50% 50%, #00318B 0%, #00013A 100%);;
}
.bg-gradients-border-popup-card-border {
  background-image: linear-gradient(168deg, #1cadff 0%, #363fbc00 39%, #363fbc00 62%, #363fbc75 100%);
}
.bg-gradients-quick-view-bottom-section {
  background-image: linear-gradient(359deg, #00013A 50%, rgba(14, 17, 92, 0.00) 87.43%);
}
.bg-gradients-section-divider {
  background-image: linear-gradient(90deg, rgba(54, 63, 188, 0.00) 5.33%, #E21E8A 49.89%, rgba(54, 63, 188, 0.00) 95.99%);
}
.bg-none {
  background-image: none;
}
.from-\[\#01023B00\] {
  --tw-gradient-from: #01023B00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 2 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-color-midnight-blue-midnight100\/0 {
  --tw-gradient-from: rgb(0 1 58 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 1 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-color-midnight-blue-midnight100\/90 {
  --tw-gradient-from: rgb(0 1 58 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 1 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[0\%\] {
  --tw-gradient-from-position: 0%;
}
.from-\[13\.95\%\] {
  --tw-gradient-from-position: 13.95%;
}
.from-\[41\.71\%\] {
  --tw-gradient-from-position: 41.71%;
}
.from-\[56\.32\%\] {
  --tw-gradient-from-position: 56.32%;
}
.via-\[\#01023B00\] {
  --tw-gradient-to: rgb(1 2 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #01023B00 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[20\%\] {
  --tw-gradient-via-position: 20%;
}
.to-\[\#01023BF2\] {
  --tw-gradient-to: #01023BF2 var(--tw-gradient-to-position);
}
.to-\[\#01023B\] {
  --tw-gradient-to: #01023B var(--tw-gradient-to-position);
}
.to-\[rgba\(4\2c 12\2c 122\2c 0\.75\)\] {
  --tw-gradient-to: rgba(4,12,122,0.75) var(--tw-gradient-to-position);
}
.to-color-midnight-blue-midnight100\/80 {
  --tw-gradient-to: rgb(0 1 58 / 0.8) var(--tw-gradient-to-position);
}
.to-\[100\%\] {
  --tw-gradient-to-position: 100%;
}
.to-\[60\%\] {
  --tw-gradient-to-position: 60%;
}
.to-\[78\.77\%\] {
  --tw-gradient-to-position: 78.77%;
}
.\!bg-contain {
  background-size: contain !important;
}
.bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.\!fill-color-neutral-darkGrey {
  fill: #464646 !important;
}
.stroke-\[3px\] {
  stroke-width: 3px;
}
.\!object-contain {
  object-fit: contain !important;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-left {
  object-position: left;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-\[3\.9px_20\.8px_3\.9px_10\.4px\] {
  padding: 3.9px 20.8px 3.9px 10.4px !important;
}
.\!p-\[3px_16px_3px_8px\] {
  padding: 3px 16px 3px 8px !important;
}
.\!p-\[5\.07px_27\.04px_5\.07px_13\.52px\] {
  padding: 5.07px 27.04px 5.07px 13.52px !important;
}
.\!p-\[5px\] {
  padding: 5px !important;
}
.\!p-\[6\.59px_35\.15px_6\.59px_17\.57px\] {
  padding: 6.59px 35.15px 6.59px 17.57px !important;
}
.\!p-\[6px\] {
  padding: 6px !important;
}
.\!p-\[8px\] {
  padding: 8px !important;
}
.\!p-\[9px\] {
  padding: 9px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[10px_20px_20px_40px\] {
  padding: 10px 20px 20px 40px;
}
.p-\[12px_20px_24px_60px\] {
  padding: 12px 20px 24px 60px;
}
.p-\[15px_23px_26px_60px\] {
  padding: 15px 23px 26px 60px;
}
.p-\[1px\] {
  padding: 1px;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[3px\] {
  padding: 3px;
}
.p-\[40px\] {
  padding: 40px;
}
.p-\[41\.6px\] {
  padding: 41.6px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[5\.2px\] {
  padding: 5.2px;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6\.76px\] {
  padding: 6.76px;
}
.p-\[7px_11px_16px_20px\] {
  padding: 7px 11px 16px 20px;
}
.p-\[8\.79px\] {
  padding: 8.79px;
}
.p-spacing-5xl {
  padding: 40px;
}
.p-spacing-8xl {
  padding: 60px;
}
.p-spacing-spacing-16 {
  padding: 16px;
}
.p-spacing-spacing-32 {
  padding: 32px;
}
.\!px-\[26px\] {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.\!px-\[33\.8px\] {
  padding-left: 33.8px !important;
  padding-right: 33.8px !important;
}
.\!px-\[43\.98px\] {
  padding-left: 43.98px !important;
  padding-right: 43.98px !important;
}
.\!px-spacing-3xs {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.\!px-spacing-lg {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.\!px-spacing-spacing-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!px-spacing-xl {
  padding-left: 26px !important;
  padding-right: 26px !important;
}
.\!px-spacing-xs {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-\[10\.038px\] {
  padding-top: 10.038px !important;
  padding-bottom: 10.038px !important;
}
.\!py-\[13\.05px\] {
  padding-top: 13.05px !important;
  padding-bottom: 13.05px !important;
}
.\!py-\[16\.9px\] {
  padding-top: 16.9px !important;
  padding-bottom: 16.9px !important;
}
.\!py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.\!py-\[5\.5px\] {
  padding-top: 5.5px !important;
  padding-bottom: 5.5px !important;
}
.\!py-\[6\.5px\] {
  padding-top: 6.5px !important;
  padding-bottom: 6.5px !important;
}
.\!py-\[7\.22px\] {
  padding-top: 7.22px !important;
  padding-bottom: 7.22px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[116px\] {
  padding-left: 116px;
  padding-right: 116px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[131px\] {
  padding-left: 131px;
  padding-right: 131px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[16\.9px\] {
  padding-left: 16.9px;
  padding-right: 16.9px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18\.2px\] {
  padding-left: 18.2px;
  padding-right: 18.2px;
}
.px-\[18\.42px\] {
  padding-left: 18.42px;
  padding-right: 18.42px;
}
.px-\[2\.7px\] {
  padding-left: 2.7px;
  padding-right: 2.7px;
}
.px-\[20\.8px\] {
  padding-left: 20.8px;
  padding-right: 20.8px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22\.97px\] {
  padding-left: 22.97px;
  padding-right: 22.97px;
}
.px-\[229px\] {
  padding-left: 229px;
  padding-right: 229px;
}
.px-\[23\.4px\] {
  padding-left: 23.4px;
  padding-right: 23.4px;
}
.px-\[23\.66px\] {
  padding-left: 23.66px;
  padding-right: 23.66px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[27\.04px\] {
  padding-left: 27.04px;
  padding-right: 27.04px;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.px-\[3\.5px\] {
  padding-left: 3.5px;
  padding-right: 3.5px;
}
.px-\[30\.12px\] {
  padding-left: 30.12px;
  padding-right: 30.12px;
}
.px-\[30\.76px\] {
  padding-left: 30.76px;
  padding-right: 30.76px;
}
.px-\[30\.8px\] {
  padding-left: 30.8px;
  padding-right: 30.8px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[324px\] {
  padding-left: 324px;
  padding-right: 324px;
}
.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
.px-\[35\.152px\] {
  padding-left: 35.152px;
  padding-right: 35.152px;
}
.px-\[35\.15px\] {
  padding-left: 35.15px;
  padding-right: 35.15px;
}
.px-\[36px\] {
  padding-left: 36px;
  padding-right: 36px;
}
.px-\[39\.16px\] {
  padding-left: 39.16px;
  padding-right: 39.16px;
}
.px-\[4\.222px\] {
  padding-left: 4.222px;
  padding-right: 4.222px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[41\.6px\] {
  padding-left: 41.6px;
  padding-right: 41.6px;
}
.px-\[41\.8px\] {
  padding-left: 41.8px;
  padding-right: 41.8px;
}
.px-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}
.px-\[444px\] {
  padding-left: 444px;
  padding-right: 444px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[5\.2px\] {
  padding-left: 5.2px;
  padding-right: 5.2px;
}
.px-\[54\.08px\] {
  padding-left: 54.08px;
  padding-right: 54.08px;
}
.px-\[6\.76px\] {
  padding-left: 6.76px;
  padding-right: 6.76px;
}
.px-\[60px\] {
  padding-left: 60px;
  padding-right: 60px;
}
.px-\[70\.304px\] {
  padding-left: 70.304px;
  padding-right: 70.304px;
}
.px-\[78px\] {
  padding-left: 78px;
  padding-right: 78px;
}
.px-\[8\.79px\] {
  padding-left: 8.79px;
  padding-right: 8.79px;
}
.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-paragraph-spacing-3xl {
  padding-left: 32px;
  padding-right: 32px;
}
.px-paragraph-spacing-5xl {
  padding-left: 40px;
  padding-right: 40px;
}
.px-paragraph-spacing-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.px-paragraph-spacing-xs {
  padding-left: 16px;
  padding-right: 16px;
}
.px-spacing-2xl {
  padding-left: 28px;
  padding-right: 28px;
}
.px-spacing-3xl {
  padding-left: 32px;
  padding-right: 32px;
}
.px-spacing-3xs {
  padding-left: 10px;
  padding-right: 10px;
}
.px-spacing-4xl {
  padding-left: 36px;
  padding-right: 36px;
}
.px-spacing-4xs {
  padding-left: 8px;
  padding-right: 8px;
}
.px-spacing-5xl {
  padding-left: 40px;
  padding-right: 40px;
}
.px-spacing-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.px-spacing-md {
  padding-left: 20px;
  padding-right: 20px;
}
.px-spacing-none {
  padding-left: 0px;
  padding-right: 0px;
}
.px-spacing-sm {
  padding-left: 18px;
  padding-right: 18px;
}
.px-spacing-spacing-14 {
  padding-left: 14px;
  padding-right: 14px;
}
.px-spacing-spacing-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-spacing-spacing-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-spacing-spacing-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-spacing-xl {
  padding-left: 26px;
  padding-right: 26px;
}
.px-spacing-xs {
  padding-left: 4px;
  padding-right: 4px;
}
.px-spacing-xxl {
  padding-left: 32px;
  padding-right: 32px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[0\] {
  padding-top: 0;
  padding-bottom: 0;
}
.py-\[0px\] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-\[10\.4px\] {
  padding-top: 10.4px;
  padding-bottom: 10.4px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13\.05px\] {
  padding-top: 13.05px;
  padding-bottom: 13.05px;
}
.py-\[13\.52px\] {
  padding-top: 13.52px;
  padding-bottom: 13.52px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14\.3px\] {
  padding-top: 14.3px;
  padding-bottom: 14.3px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[16\.9px\] {
  padding-top: 16.9px;
  padding-bottom: 16.9px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[17\.58px\] {
  padding-top: 17.58px;
  padding-bottom: 17.58px;
}
.py-\[18\.59px\] {
  padding-top: 18.59px;
  padding-bottom: 18.59px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[2\.6px\] {
  padding-top: 2.6px;
  padding-bottom: 2.6px;
}
.py-\[2\.7px\] {
  padding-top: 2.7px;
  padding-bottom: 2.7px;
}
.py-\[20\.8px\] {
  padding-top: 20.8px;
  padding-bottom: 20.8px;
}
.py-\[21\.97px\] {
  padding-top: 21.97px;
  padding-bottom: 21.97px;
}
.py-\[24\.167px\] {
  padding-top: 24.167px;
  padding-bottom: 24.167px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3\.38px\] {
  padding-top: 3.38px;
  padding-bottom: 3.38px;
}
.py-\[3\.9px\] {
  padding-top: 3.9px;
  padding-bottom: 3.9px;
}
.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[36px\] {
  padding-top: 36px;
  padding-bottom: 36px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4\.05px\] {
  padding-top: 4.05px;
  padding-bottom: 4.05px;
}
.py-\[4\.39px\] {
  padding-top: 4.39px;
  padding-bottom: 4.39px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5\.07px\] {
  padding-top: 5.07px;
  padding-bottom: 5.07px;
}
.py-\[5\.2px\] {
  padding-top: 5.2px;
  padding-bottom: 5.2px;
}
.py-\[6\.59px\] {
  padding-top: 6.59px;
  padding-bottom: 6.59px;
}
.py-\[6\.76px\] {
  padding-top: 6.76px;
  padding-bottom: 6.76px;
}
.py-\[7\.39px\] {
  padding-top: 7.39px;
  padding-bottom: 7.39px;
}
.py-\[7\.7px\] {
  padding-top: 7.7px;
  padding-bottom: 7.7px;
}
.py-\[8\.78px\] {
  padding-top: 8.78px;
  padding-bottom: 8.78px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9\.8px\] {
  padding-top: 9.8px;
  padding-bottom: 9.8px;
}
.py-paragraph-spacing-2xs {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-paragraph-spacing-4xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-paragraph-spacing-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-paragraph-spacing-xs {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-spacing-2xs {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-spacing-3xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-spacing-4xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-spacing-5xl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-spacing-5xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-spacing-7xl {
  padding-top: 54px;
  padding-bottom: 54px;
}
.py-spacing-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-spacing-md {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-spacing-mxxs {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-spacing-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-spacing-sm {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-spacing-spacing-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-spacing-xl {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-spacing-xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pr-\[52px\] {
  padding-right: 52px !important;
}
.\!pr-\[60px\] {
  padding-right: 60px !important;
}
.\!pr-\[72px\] {
  padding-right: 72px !important;
}
.\!pr-\[92px\] {
  padding-right: 92px !important;
}
.\!pr-spacing-md {
  padding-right: 20px !important;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0\.002px\] {
  padding-bottom: 0.002px;
}
.pb-\[0\.004px\] {
  padding-bottom: 0.004px;
}
.pb-\[0\.02px\] {
  padding-bottom: 0.02px;
}
.pb-\[0\] {
  padding-bottom: 0;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[11\.9px\] {
  padding-bottom: 11.9px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[12\.2px\] {
  padding-bottom: 12.2px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[128px\] {
  padding-bottom: 128px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[14\.3px\] {
  padding-bottom: 14.3px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[16\.9px\] {
  padding-bottom: 16.9px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18\.59px\] {
  padding-bottom: 18.59px;
}
.pb-\[18\.5px\] {
  padding-bottom: 18.5px;
}
.pb-\[20\.8px\] {
  padding-bottom: 20.8px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[21\.97px\] {
  padding-bottom: 21.97px;
}
.pb-\[21px\] {
  padding-bottom: 21px;
}
.pb-\[24\.167px\] {
  padding-bottom: 24.167px;
}
.pb-\[24\.16px\] {
  padding-bottom: 24.16px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[26\.4px\] {
  padding-bottom: 26.4px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pb-\[3\%\] {
  padding-bottom: 3%;
}
.pb-\[3\.753px\] {
  padding-bottom: 3.753px;
}
.pb-\[33\.8px\] {
  padding-bottom: 33.8px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pb-\[44px\] {
  padding-bottom: 44px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[5\.42px\] {
  padding-bottom: 5.42px;
}
.pb-\[54px\] {
  padding-bottom: 54px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[6\.75px\] {
  padding-bottom: 6.75px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[7\.05px\] {
  padding-bottom: 7.05px;
}
.pb-\[7\.3px\] {
  padding-bottom: 7.3px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pb-\[8\.75px\] {
  padding-bottom: 8.75px;
}
.pb-\[8\.9px\] {
  padding-bottom: 8.9px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[9\.17px\] {
  padding-bottom: 9.17px;
}
.pb-\[9\.59px\] {
  padding-bottom: 9.59px;
}
.pb-\[92px\] {
  padding-bottom: 92px;
}
.pb-\[9px\] {
  padding-bottom: 9px;
}
.pb-\[calc\(env\(safe-area-inset-bottom\)\+72px\)\] {
  padding-bottom: calc(env(safe-area-inset-bottom) + 72px);
}
.pb-\[unset\] {
  padding-bottom: 0;
  padding-bottom: initial;
}
.pb-paragraph-spacing-heading-8xl {
  padding-bottom: 54px;
}
.pb-spacing-10xl {
  padding-bottom: 80px;
}
.pb-spacing-2xs {
  padding-bottom: 14px;
}
.pb-spacing-3xs {
  padding-bottom: 10px;
}
.pb-spacing-4xl {
  padding-bottom: 36px;
}
.pb-spacing-4xs {
  padding-bottom: 8px;
}
.pb-spacing-7xl {
  padding-bottom: 54px;
}
.pb-spacing-9xl {
  padding-bottom: 68px;
}
.pb-spacing-lg {
  padding-bottom: 24px;
}
.pb-spacing-md {
  padding-bottom: 20px;
}
.pb-spacing-spacing-10 {
  padding-bottom: 10px;
}
.pb-spacing-spacing-16 {
  padding-bottom: 16px;
}
.pb-spacing-spacing-26 {
  padding-bottom: 26px;
}
.pb-spacing-spacing-40 {
  padding-bottom: 40px;
}
.pb-spacing-xs {
  padding-bottom: 4px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-\[1\.5rem\] {
  padding-left: 1.5rem;
}
.pl-\[10\.4px\] {
  padding-left: 10.4px;
}
.pl-\[13\.52px\] {
  padding-left: 13.52px;
}
.pl-\[13\.5px\] {
  padding-left: 13.5px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[17\.58px\] {
  padding-left: 17.58px;
}
.pl-\[17\.6px\] {
  padding-left: 17.6px;
}
.pl-\[1rem\] {
  padding-left: 1rem;
}
.pl-\[2\.5rem\] {
  padding-left: 2.5rem;
}
.pl-\[20\.8px\] {
  padding-left: 20.8px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pl-\[27\.04px\] {
  padding-left: 27.04px;
}
.pl-\[27\.5px\] {
  padding-left: 27.5px;
}
.pl-\[35\.152px\] {
  padding-left: 35.152px;
}
.pl-\[35\.15px\] {
  padding-left: 35.15px;
}
.pl-\[35\.2px\] {
  padding-left: 35.2px;
}
.pl-\[390px\] {
  padding-left: 390px;
}
.pl-\[3px\] {
  padding-left: 3px;
}
.pl-\[3rem\] {
  padding-left: 3rem;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pl-\[5\.2px\] {
  padding-left: 5.2px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pl-\[6\.76px\] {
  padding-left: 6.76px;
}
.pl-\[6px\] {
  padding-left: 6px;
}
.pl-\[7px\] {
  padding-left: 7px;
}
.pl-\[8\.79px\] {
  padding-left: 8.79px;
}
.pl-\[80px\] {
  padding-left: 80px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.pl-\[8rem\] {
  padding-left: 8rem;
}
.pl-\[9\.1px\] {
  padding-left: 9.1px;
}
.pl-spacing-12xl {
  padding-left: 110px;
}
.pl-spacing-2xl {
  padding-left: 28px;
}
.pl-spacing-3xl {
  padding-left: 32px;
}
.pl-spacing-4xl {
  padding-left: 36px;
}
.pl-spacing-4xs {
  padding-left: 8px;
}
.pl-spacing-7xl {
  padding-left: 54px;
}
.pl-spacing-lg {
  padding-left: 24px;
}
.pl-spacing-md {
  padding-left: 20px;
}
.pl-spacing-xs {
  padding-left: 4px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[11\.9px\] {
  padding-right: 11.9px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[20\.8px\] {
  padding-right: 20.8px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[27\.04px\] {
  padding-right: 27.04px;
}
.pr-\[27px\] {
  padding-right: 27px;
}
.pr-\[31\.2px\] {
  padding-right: 31.2px;
}
.pr-\[32px\] {
  padding-right: 32px;
}
.pr-\[34px\] {
  padding-right: 34px;
}
.pr-\[35\.15px\] {
  padding-right: 35.15px;
}
.pr-\[35\.2px\] {
  padding-right: 35.2px;
}
.pr-\[4\.1px\] {
  padding-right: 4.1px;
}
.pr-\[40\.56px\] {
  padding-right: 40.56px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[41\.6px\] {
  padding-right: 41.6px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pr-\[5\.42px\] {
  padding-right: 5.42px;
}
.pr-\[5\.83px\] {
  padding-right: 5.83px;
}
.pr-\[52\.728px\] {
  padding-right: 52.728px;
}
.pr-\[52\.7px\] {
  padding-right: 52.7px;
}
.pr-\[54\.08px\] {
  padding-right: 54.08px;
}
.pr-\[7\.05px\] {
  padding-right: 7.05px;
}
.pr-\[7\.38px\] {
  padding-right: 7.38px;
}
.pr-\[70\.3px\] {
  padding-right: 70.3px;
}
.pr-\[9\.17px\] {
  padding-right: 9.17px;
}
.pr-spacing-3xl {
  padding-right: 32px;
}
.pr-spacing-3xs {
  padding-right: 10px;
}
.pr-spacing-4xs {
  padding-right: 8px;
}
.pr-spacing-5xl {
  padding-right: 40px;
}
.pr-spacing-7xl {
  padding-right: 54px;
}
.pr-spacing-lg {
  padding-right: 24px;
}
.pr-spacing-xs {
  padding-right: 4px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[0\.15rem\] {
  padding-top: 0.15rem;
}
.pt-\[1\.2rem\] {
  padding-top: 1.2rem;
}
.pt-\[10\.4px\] {
  padding-top: 10.4px;
}
.pt-\[10\.5px\] {
  padding-top: 10.5px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[11\.7px\] {
  padding-top: 11.7px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[13\.2px\] {
  padding-top: 13.2px;
}
.pt-\[13\.52px\] {
  padding-top: 13.52px;
}
.pt-\[14\.3px\] {
  padding-top: 14.3px;
}
.pt-\[149\.9px\] {
  padding-top: 149.9px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[17\.58px\] {
  padding-top: 17.58px;
}
.pt-\[18\.59px\] {
  padding-top: 18.59px;
}
.pt-\[18\.5px\] {
  padding-top: 18.5px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[2\.5\%\] {
  padding-top: 2.5%;
}
.pt-\[20\.8px\] {
  padding-top: 20.8px;
}
.pt-\[24\.167px\] {
  padding-top: 24.167px;
}
.pt-\[24\.16px\] {
  padding-top: 24.16px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[3\%\] {
  padding-top: 3%;
}
.pt-\[3\.518px\] {
  padding-top: 3.518px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[5\.2px\] {
  padding-top: 5.2px;
}
.pt-\[54px\] {
  padding-top: 54px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[6\.76px\] {
  padding-top: 6.76px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[62px\] {
  padding-top: 62px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[8\.1px\] {
  padding-top: 8.1px;
}
.pt-\[8\.79px\] {
  padding-top: 8.79px;
}
.pt-\[8\.9px\] {
  padding-top: 8.9px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.pt-paragraph-spacing-6xl {
  padding-top: 42px;
}
.pt-paragraph-spacing-xs {
  padding-top: 16px;
}
.pt-spacing-3xl {
  padding-top: 32px;
}
.pt-spacing-3xs {
  padding-top: 10px;
}
.pt-spacing-4xs {
  padding-top: 8px;
}
.pt-spacing-5xl {
  padding-top: 40px;
}
.pt-spacing-5xs {
  padding-top: 4px;
}
.pt-spacing-8xl {
  padding-top: 60px;
}
.pt-spacing-none {
  padding-top: 0px;
}
.pt-spacing-spacing-10 {
  padding-top: 10px;
}
.pt-spacing-spacing-16 {
  padding-top: 16px;
}
.pt-spacing-spacing-42 {
  padding-top: 42px;
}
.pt-spacing-spacing-54 {
  padding-top: 54px;
}
.pt-spacing-xs {
  padding-top: 4px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.\!font-font-family-primary {
  font-family: 'Mark Pro' !important;
}
.font-font-family-primary {
  font-family: 'Mark Pro';
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-font-size-black-xs {
  font-size: 22px !important;
}
.\!text-font-size-bold-lg {
  font-size: 20px !important;
}
.\!text-font-size-bold-md {
  font-size: 16px !important;
}
.\!text-font-size-bold-xl {
  font-size: 24px !important;
}
.\!text-font-size-bold-xs {
  font-size: 12px !important;
}
.\!text-font-size-paragraph-bulletPoints-bold-2xl {
  font-size: 32px !important;
}
.\!text-font-size-paragraph-bulletPoints-bold-lg {
  font-size: 20px !important;
}
.\!text-font-size-paragraph-bulletPoints-bold-md {
  font-size: 16px !important;
}
.\!text-font-size-paragraph-bulletPoints-bold-xl {
  font-size: 24px !important;
}
.\!text-font-size-regular-md {
  font-size: 16px !important;
}
.\!text-fontSize-cta-button-md {
  font-size: 20px !important;
}
.\!text-fontSize-paragraph-SubTitle-md {
  font-size: 20px !important;
}
.\!text-fontSize-paragraph-SubTitle-sm {
  font-size: 16px !important;
}
.\!text-fontSize-paragraph-body-lg {
  font-size: 24px !important;
}
.\!text-fontSize-paragraph-body-sm {
  font-size: 16px !important;
}
.\!text-fontSize-paragraph-body-xs {
  font-size: 14px !important;
}
.\!text-fontSize-paragraph-bulletPoints-book-lg {
  font-size: 20px !important;
}
.\!text-fontSize-paragraph-bulletPoints-book-md {
  font-size: 16px !important;
}
.\!text-fontSize-paragraph-bulletPoints-book-xl {
  font-size: 24px !important;
}
.\!text-fontSize-priceBlock-currency-sm {
  font-size: 14px !important;
}
.\!text-fontSize-priceBlock-duration-sm {
  font-size: 12px !important;
}
.\!text-fontSize-priceBlock-duration-xs {
  font-size: 10px !important;
}
.\!text-fontSize-priceBlock-price-4xs {
  font-size: 20px !important;
}
.\!text-fontSize-priceBlock-price-sm {
  font-size: 32px !important;
}
.\!text-fontSize-priceBlock-price-xs {
  font-size: 28px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15\.2px\] {
  font-size: 15.2px;
}
.text-\[15\.6px\] {
  font-size: 15.6px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20\.28px\] {
  font-size: 20.28px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26\.364px\] {
  font-size: 26.364px;
}
.text-\[26\.36px\] {
  font-size: 26.36px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[64px\] {
  font-size: 64px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-font-size-black-2xl {
  font-size: 42px;
}
.text-font-size-black-3xl {
  font-size: 48px;
}
.text-font-size-black-4xl {
  font-size: 56px;
}
.text-font-size-black-5xl {
  font-size: 64px;
}
.text-font-size-black-md {
  font-size: 28px;
}
.text-font-size-black-sm {
  font-size: 24px;
}
.text-font-size-black-xl {
  font-size: 36px;
}
.text-font-size-bold-2xl {
  font-size: 32px;
}
.text-font-size-bold-font-size-10 {
  font-size: 10px;
}
.text-font-size-bold-font-size-12 {
  font-size: 12px;
}
.text-font-size-bold-font-size-14 {
  font-size: 14px;
}
.text-font-size-bold-font-size-16 {
  font-size: 16px;
}
.text-font-size-bold-font-size-20 {
  font-size: 20px;
}
.text-font-size-bold-font-size-24 {
  font-size: 24px;
}
.text-font-size-bold-font-size-32 {
  font-size: 32px;
}
.text-font-size-bold-font-size-6 {
  font-size: 6px;
}
.text-font-size-bold-font-size-8 {
  font-size: 8px;
}
.text-font-size-bold-lg {
  font-size: 20px;
}
.text-font-size-bold-md {
  font-size: 16px;
}
.text-font-size-bold-sm {
  font-size: 14px;
}
.text-font-size-bold-xl {
  font-size: 24px;
}
.text-font-size-bold-xs {
  font-size: 12px;
}
.text-font-size-cta-chips-md {
  font-size: 14px;
}
.text-font-size-cta-chips-sm {
  font-size: 12px;
}
.text-font-size-cta-chips-xl {
  font-size: 20px;
}
.text-font-size-heading-planCardTitle-lg {
  font-size: 20px;
}
.text-font-size-heading-planCardTitle-md {
  font-size: 16px;
}
.text-font-size-heading-planCardTitle-sm {
  font-size: 14px;
}
.text-font-size-heading-planCardTitle-xl {
  font-size: 24px;
}
.text-font-size-heading-sectionTitle-h2-40 {
  font-size: 40px;
}
.text-font-size-heading-sectionTitle-h2-md {
  font-size: 36px;
}
.text-font-size-heading-sectionTitle-h2-sm {
  font-size: 28px;
}
.text-font-size-heading-sectionTitle-h2-xl {
  font-size: 48px;
}
.text-font-size-inputField-md {
  font-size: 20px;
}
.text-font-size-inputField-sm {
  font-size: 16px;
}
.text-font-size-lozenge-lg {
  font-size: 16px;
}
.text-font-size-lozenge-md {
  font-size: 14px;
}
.text-font-size-lozenge-sm {
  font-size: 12px;
}
.text-font-size-lozenge-xl {
  font-size: 20px;
}
.text-font-size-paragraph-SubTitle-lg {
  font-size: 24px;
}
.text-font-size-paragraph-SubTitle-md {
  font-size: 20px;
}
.text-font-size-paragraph-SubTitle-sm {
  font-size: 16px;
}
.text-font-size-paragraph-SubTitle-xs {
  font-size: 14px;
}
.text-font-size-paragraph-body-2xs {
  font-size: 12px;
}
.text-font-size-paragraph-body-lg {
  font-size: 24px;
}
.text-font-size-paragraph-body-md {
  font-size: 20px;
}
.text-font-size-paragraph-body-sm {
  font-size: 16px;
}
.text-font-size-paragraph-body-xs {
  font-size: 14px;
}
.text-font-size-paragraph-bulletPoints-book-lg {
  font-size: 20px;
}
.text-font-size-paragraph-bulletPoints-book-md {
  font-size: 16px;
}
.text-font-size-paragraph-bulletPoints-book-xl {
  font-size: 24px;
}
.text-font-size-paragraph-legal-lg {
  font-size: 16px;
}
.text-font-size-paragraph-legal-md {
  font-size: 12px;
}
.text-font-size-paragraph-legal-sm {
  font-size: 10px;
}
.text-font-size-regular-2xl {
  font-size: 32px;
}
.text-font-size-regular-lg {
  font-size: 20px;
}
.text-font-size-regular-md {
  font-size: 16px;
}
.text-font-size-regular-sm {
  font-size: 14px;
}
.text-font-size-regular-xl {
  font-size: 24px;
}
.text-fontSize-0 {
  font-size: 32px;
}
.text-fontSize-1 {
  font-size: 24px;
}
.text-fontSize-2 {
  font-size: 20px;
}
.text-fontSize-bodyRegular-lg {
  font-size: 20px;
}
.text-fontSize-bodyRegular-md {
  font-size: 16px;
}
.text-fontSize-bodyRegular-xl {
  font-size: 24px;
}
.text-fontSize-bold-font-size-10 {
  font-size: 10px;
}
.text-fontSize-bold-font-size-14 {
  font-size: 14px;
}
.text-fontSize-bold-font-size-20 {
  font-size: 20px;
}
.text-fontSize-bold-font-size-24 {
  font-size: 24px;
}
.text-fontSize-checkBox-lg {
  font-size: 20px;
}
.text-fontSize-checkBox-md {
  font-size: 16px;
}
.text-fontSize-checkBox-sm {
  font-size: 14px;
}
.text-fontSize-checkBox-xl {
  font-size: 24px;
}
.text-fontSize-cta-actionableButton-primary-lg {
  font-size: 20px;
}
.text-fontSize-cta-actionableButton-primary-md {
  font-size: 16px;
}
.text-fontSize-cta-actionableButton-primary-sm {
  font-size: 14px;
}
.text-fontSize-cta-actionableButton-primary-xl {
  font-size: 24px;
}
.text-fontSize-cta-actionableButton-secondary-lg {
  font-size: 16px;
}
.text-fontSize-cta-actionableButton-secondary-md {
  font-size: 14px;
}
.text-fontSize-cta-actionableButton-secondary-sm {
  font-size: 12px;
}
.text-fontSize-cta-actionableButton-secondary-xl {
  font-size: 20px;
}
.text-fontSize-cta-button-lg {
  font-size: 24px;
}
.text-fontSize-cta-button-md {
  font-size: 20px;
}
.text-fontSize-cta-button-sm {
  font-size: 16px;
}
.text-fontSize-cta-button-xl {
  font-size: 32px;
}
.text-fontSize-heading-planCardTitle-lg {
  font-size: 20px;
}
.text-fontSize-heading-planCardTitle-md {
  font-size: 16px;
}
.text-fontSize-heading-planCardTitle-sm {
  font-size: 14px;
}
.text-fontSize-heading-planCardTitle-xl {
  font-size: 24px;
}
.text-fontSize-heading-sectionTitle-lg {
  font-size: 48px;
}
.text-fontSize-heading-sectionTitle-md {
  font-size: 42px;
}
.text-fontSize-heading-sectionTitle-sm {
  font-size: 36px;
}
.text-fontSize-heading-sectionTitle-xl {
  font-size: 64px;
}
.text-fontSize-inputField-lg {
  font-size: 24px;
}
.text-fontSize-inputField-md {
  font-size: 20px;
}
.text-fontSize-inputField-sm {
  font-size: 16px;
}
.text-fontSize-inputField-xl {
  font-size: 32px;
}
.text-fontSize-lozenge-lg {
  font-size: 16px;
}
.text-fontSize-lozenge-md {
  font-size: 14px;
}
.text-fontSize-lozenge-sm {
  font-size: 12px;
}
.text-fontSize-lozenge-xl {
  font-size: 20px;
}
.text-fontSize-paragraph-SubTitle-2xs {
  font-size: 12px;
}
.text-fontSize-paragraph-SubTitle-lg {
  font-size: 24px;
}
.text-fontSize-paragraph-SubTitle-md {
  font-size: 20px;
}
.text-fontSize-paragraph-SubTitle-sm {
  font-size: 16px;
}
.text-fontSize-paragraph-SubTitle-xl {
  font-size: 32px;
}
.text-fontSize-paragraph-SubTitle-xs {
  font-size: 14px;
}
.text-fontSize-paragraph-body-2xs {
  font-size: 12px;
}
.text-fontSize-paragraph-body-3xs {
  font-size: 10px;
}
.text-fontSize-paragraph-body-lg {
  font-size: 24px;
}
.text-fontSize-paragraph-body-md {
  font-size: 20px;
}
.text-fontSize-paragraph-body-sm {
  font-size: 16px;
}
.text-fontSize-paragraph-body-xl {
  font-size: 32px;
}
.text-fontSize-paragraph-body-xs {
  font-size: 14px;
}
.text-fontSize-paragraph-bulletPoints-bold-lg {
  font-size: 20px;
}
.text-fontSize-paragraph-bulletPoints-bold-md {
  font-size: 16px;
}
.text-fontSize-paragraph-bulletPoints-bold-xl {
  font-size: 24px;
}
.text-fontSize-paragraph-bulletPoints-book-2xl {
  font-size: 32px;
}
.text-fontSize-paragraph-bulletPoints-book-lg {
  font-size: 20px;
}
.text-fontSize-paragraph-bulletPoints-book-md {
  font-size: 16px;
}
.text-fontSize-paragraph-bulletPoints-book-sm {
  font-size: 12px;
}
.text-fontSize-paragraph-bulletPoints-book-xl {
  font-size: 24px;
}
.text-fontSize-paragraph-legal-lg {
  font-size: 16px;
}
.text-fontSize-paragraph-legal-md {
  font-size: 12px;
}
.text-fontSize-paragraph-legal-sm {
  font-size: 10px;
}
.text-fontSize-paragraph-legal-xl {
  font-size: 20px;
}
.text-fontSize-paragraph-xs {
  font-size: 12px;
}
.text-fontSize-priceBlock-currency-lg {
  font-size: 20px;
}
.text-fontSize-priceBlock-currency-md {
  font-size: 16px;
}
.text-fontSize-priceBlock-currency-sm {
  font-size: 14px;
}
.text-fontSize-priceBlock-currency-xl {
  font-size: 24px;
}
.text-fontSize-priceBlock-currency-xs {
  font-size: 12px;
}
.text-fontSize-priceBlock-duration-lg {
  font-size: 16px;
}
.text-fontSize-priceBlock-duration-md {
  font-size: 14px;
}
.text-fontSize-priceBlock-duration-sm {
  font-size: 12px;
}
.text-fontSize-priceBlock-duration-xl {
  font-size: 20px;
}
.text-fontSize-priceBlock-price-lg {
  font-size: 56px;
}
.text-fontSize-priceBlock-price-md {
  font-size: 42px;
}
.text-fontSize-priceBlock-price-sm {
  font-size: 32px;
}
.text-fontSize-priceBlock-price-xl {
  font-size: 64px;
}
.text-fontSize-priceStickyfooter-month-md {
  font-size: 16px;
}
.text-fontSize-priceStickyfooter-month-sm {
  font-size: 12px;
}
.text-fontSize-priceStickyfooter-price-md {
  font-size: 32px;
}
.text-fontSize-priceStickyfooter-price-sm {
  font-size: 24px;
}
.text-fontSize-subText-primary-2xl {
  font-size: 28px;
}
.text-fontSize-subText-primary-lg {
  font-size: 20px;
}
.text-fontSize-subText-primary-md {
  font-size: 20px;
}
.text-fontSize-subText-primary-sm {
  font-size: 16px;
}
.text-fontSize-subText-primary-xl {
  font-size: 24px;
}
.text-fontSize-subText-secondary-2xl {
  font-size: 24px;
}
.text-fontSize-subText-secondary-lg {
  font-size: 16px;
}
.text-fontSize-subText-secondary-md {
  font-size: 16px;
}
.text-fontSize-subText-secondary-sm {
  font-size: 16px;
}
.text-fontSize-subText-secondary-xl {
  font-size: 20px;
}
.text-fontSize-tab-lg {
  font-size: 20px;
}
.text-fontSize-tab-md {
  font-size: 16px;
}
.text-fontSize-tab-sm {
  font-size: 12px;
}
.text-fontSize-tab-xl {
  font-size: 24px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-p-fontSize-bold-font-size-14 {
  font-size: 14px;
}
.text-p-fontSize-bold-font-size-20 {
  font-size: 20px;
}
.text-p-fontSize-regular-font-size-14 {
  font-size: 14px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-\[450\] {
  font-weight: 450 !important;
}
.\!font-\[700\] {
  font-weight: 700 !important;
}
.\!font-\[900\] {
  font-weight: 900 !important;
}
.\!font-black {
  font-weight: 900 !important;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-\[450\] {
  font-weight: 450;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[750\] {
  font-weight: 750;
}
.font-\[900\] {
  font-weight: 900;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-skyBook {
  font-weight: 450;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!italic {
  font-style: italic !important;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!leading-\[19\.2px\] {
  line-height: 19.2px !important;
}
.\!leading-\[24px\] {
  line-height: 24px !important;
}
.\!leading-\[27\.5px\] {
  line-height: 27.5px !important;
}
.\!leading-line-height-2xl {
  line-height: 28px !important;
}
.\!leading-line-height-4xl {
  line-height: 36px !important;
}
.\!leading-line-height-lg {
  line-height: 20px !important;
}
.\!leading-line-height-md {
  line-height: 18px !important;
}
.\!leading-line-height-xl {
  line-height: 24px !important;
}
.\!leading-lineHeight-2xl {
  line-height: 28px !important;
}
.\!leading-lineHeight-3xl {
  line-height: 32px !important;
}
.\!leading-lineHeight-4xl {
  line-height: 36px !important;
}
.\!leading-lineHeight-6xl {
  line-height: 42px !important;
}
.\!leading-lineHeight-7xl {
  line-height: 44px !important;
}
.\!leading-lineHeight-lg {
  line-height: 20px !important;
}
.\!leading-lineHeight-md {
  line-height: 18px !important;
}
.\!leading-lineHeight-sm {
  line-height: 16px !important;
}
.\!leading-lineHeight-xl {
  line-height: 24px !important;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[10\.8px\] {
  line-height: 10.8px;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[17\.5px\] {
  line-height: 17.5px;
}
.leading-\[18\.72px\] {
  line-height: 18.72px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19\.2px\] {
  line-height: 19.2px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21\.6px\] {
  line-height: 21.6px;
}
.leading-\[22\.46px\] {
  line-height: 22.46px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[29\.203px\] {
  line-height: 29.203px;
}
.leading-\[29\.20px\] {
  line-height: 29.20px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[31\.2px\] {
  line-height: 31.2px;
}
.leading-\[31\.4px\] {
  line-height: 31.4px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[36\.4px\] {
  line-height: 36.4px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[37\.964px\] {
  line-height: 37.964px;
}
.leading-\[37\.96px\] {
  line-height: 37.96px;
}
.leading-\[43\.2px\] {
  line-height: 43.2px;
}
.leading-\[44\.8px\] {
  line-height: 44.8px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.leading-\[67\.2px\] {
  line-height: 67.2px;
}
.leading-\[72px\] {
  line-height: 72px;
}
.leading-line-height-10xl {
  line-height: 64px;
}
.leading-line-height-11xl {
  line-height: 72px;
}
.leading-line-height-2xl {
  line-height: 28px;
}
.leading-line-height-3xl {
  line-height: 32px;
}
.leading-line-height-4xl {
  line-height: 36px;
}
.leading-line-height-5xl {
  line-height: 38px;
}
.leading-line-height-7xl {
  line-height: 44px;
}
.leading-line-height-8xl {
  line-height: 48px;
}
.leading-line-height-9xl {
  line-height: 56px;
}
.leading-line-height-lg {
  line-height: 20px;
}
.leading-line-height-line-height-12 {
  line-height: 12px;
}
.leading-line-height-line-height-14 {
  line-height: 14px;
}
.leading-line-height-line-height-16 {
  line-height: 16px;
}
.leading-line-height-line-height-18 {
  line-height: 18px;
}
.leading-line-height-line-height-24 {
  line-height: 24px;
}
.leading-line-height-line-height-28 {
  line-height: 28px;
}
.leading-line-height-line-height-36 {
  line-height: 36px;
}
.leading-line-height-md {
  line-height: 18px;
}
.leading-line-height-sm {
  line-height: 16px;
}
.leading-line-height-xl {
  line-height: 24px;
}
.leading-line-height-xs {
  line-height: 14px;
}
.leading-lineHeight-11xl {
  line-height: 72px;
}
.leading-lineHeight-2xl {
  line-height: 28px;
}
.leading-lineHeight-4xl {
  line-height: 36px;
}
.leading-lineHeight-6xl {
  line-height: 42px;
}
.leading-lineHeight-7xl {
  line-height: 44px;
}
.leading-lineHeight-8xl {
  line-height: 48px;
}
.leading-lineHeight-9xl {
  line-height: 56px;
}
.leading-lineHeight-lg {
  line-height: 20px;
}
.leading-lineHeight-md {
  line-height: 18px;
}
.leading-lineHeight-sm {
  line-height: 16px;
}
.leading-lineHeight-xl {
  line-height: 24px;
}
.leading-lineHeight-xs {
  line-height: 14px;
}
.leading-none {
  line-height: 1;
}
.leading-p-lineHeight-line-height-24 {
  line-height: 24px;
}
.leading-p-lineHeight-line-height-28 {
  line-height: 28px;
}
.leading-relaxed {
  line-height: 1.625;
}
.\!tracking-\[0\.4px\] {
  letter-spacing: 0.4px !important;
}
.tracking-\[0px\] {
  letter-spacing: 0px;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1\.6px\] {
  letter-spacing: 1.6px;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.tracking-\[8px\] {
  letter-spacing: 8px;
}
.tracking-spacing-4xs {
  letter-spacing: 8px;
}
.tracking-spacing-5xs {
  letter-spacing: 4px;
}
.tracking-spacing-6xs {
  letter-spacing: 2px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-color-blue-brightBlue100 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 87 255 / var(--tw-text-opacity)) !important;
}
.\!text-color-content-text-inverse-inverse-midnight {
  --tw-text-opacity: 1 !important;
  color: rgb(0 1 58 / var(--tw-text-opacity)) !important;
}
.\!text-color-content-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-color-content-text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(178 178 214 / var(--tw-text-opacity)) !important;
}
.\!text-color-content-text-secondary-link {
  --tw-text-opacity: 1 !important;
  color: rgb(0 177 235 / var(--tw-text-opacity)) !important;
}
.\!text-color-content-text-tertiary {
  --tw-text-opacity: 1 !important;
  color: rgb(166 166 166 / var(--tw-text-opacity)) !important;
}
.\!text-color-white-almostWhite10 {
  --tw-text-opacity: 1 !important;
  color: rgb(251 251 251 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#FF3A35\] {
  --tw-text-opacity: 1;
  color: rgb(255 58 53 / var(--tw-text-opacity));
}
.text-\[var\(--color-content-success\2c \#8dc63f\)\] {
  color: #8dc63f;
  color: var(--color-content-success,#8dc63f);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-color-background-icons-bullets-steps-active {
  --tw-text-opacity: 1;
  color: rgb(141 198 63 / var(--tw-text-opacity));
}
.text-color-background-icons-main-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-color-background-icons-primary-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-color-background-logo-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-color-blue-brightBlue100 {
  --tw-text-opacity: 1;
  color: rgb(0 87 255 / var(--tw-text-opacity));
}
.text-color-blue-daylightBlue100 {
  --tw-text-opacity: 1;
  color: rgb(0 177 235 / var(--tw-text-opacity));
}
.text-color-border-checkbox-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 87 255 / var(--tw-text-opacity));
}
.text-color-content-text-inverse-midnight {
  color: rgba(0, 1, 58, 1);
}
.text-color-content-text-offer {
  --tw-text-opacity: 1;
  color: rgb(141 198 63 / var(--tw-text-opacity));
}
.text-color-content-text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-color-content-text-secondary {
  --tw-text-opacity: 1;
  color: rgb(178 178 214 / var(--tw-text-opacity));
}
.text-color-content-text-secondary-link {
  --tw-text-opacity: 1;
  color: rgb(0 177 235 / var(--tw-text-opacity));
}
.text-color-content-text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}
.text-color-green-lime {
  --tw-text-opacity: 1;
  color: rgb(11 170 75 / var(--tw-text-opacity));
}
.text-color-midnight-blue-midnight100 {
  --tw-text-opacity: 1;
  color: rgb(0 1 58 / var(--tw-text-opacity));
}
.text-color-purple-lavenderGray100 {
  --tw-text-opacity: 1;
  color: rgb(178 178 214 / var(--tw-text-opacity));
}
.text-color-red-red {
  --tw-text-opacity: 1;
  color: rgb(243 40 54 / var(--tw-text-opacity));
}
.text-color-white-almostWhite10 {
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity));
}
.text-color-white-white100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-color-white-whiteDaylight20 {
  --tw-text-opacity: 1;
  color: rgb(224 244 252 / var(--tw-text-opacity));
}
.text-color-white-whiteMidnight20 {
  --tw-text-opacity: 1;
  color: rgb(226 228 236 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.decoration-color-border-button-tertiary {
  -webkit-text-decoration-color: #0057ff;
          text-decoration-color: #0057ff;
}
.decoration-solid {
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
}
.decoration-\[3px\] {
  text-decoration-thickness: 3px;
}
.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}
.underline-offset-auto {
  text-underline-offset: auto;
}
.\!opacity-50 {
  opacity: 0.5 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[0\.9\] {
  opacity: 0.9;
}
.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: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_5\.2px_44\.2px_0_rgba\(0\2c 0\2c 0\2c 0\.67\)\] {
  --tw-shadow: 0 5.2px 44.2px 0 rgba(0,0,0,0.67);
  --tw-shadow-colored: 0 5.2px 44.2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 2px 4px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_7px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 3px 7px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 3px 7px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-cartBottomDialogShadow {
  --tw-shadow: 0 6px 16.9px 0 rgba(0, 1, 58, 0.16);
  --tw-shadow-colored: 0 6px 16.9px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sectiondividerShadow {
  --tw-shadow: 5px -10px 32.6px 0 rgba(54, 63, 188, 0.09) inset, -8px 21px 45.5px 0 rgba(54, 63, 188, 0.08) inset, 0 4px 17.8px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 5px -10px 32.6px 0 var(--tw-shadow-color), inset -8px 21px 45.5px 0 var(--tw-shadow-color), 0 4px 17.8px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-addon-card-lg {
  --tw-shadow: 8.45px -16.9px 55.094px 0 rgba(54, 63, 188, 0.09) inset, -13.52px 35.49px 76.895px 0 rgba(54, 63, 188, 0.08) inset, 0 6.76px 30.082px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 8.45px -16.9px 55.094px 0 var(--tw-shadow-color), inset -13.52px 35.49px 76.895px 0 var(--tw-shadow-color), 0 6.76px 30.082px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-addon-card-md {
  --tw-shadow: 6.5px -13px 42.38px 0 rgba(54, 63, 188, 0.09) inset, -10.4px 27.3px 59.15px 0 rgba(54, 63, 188, 0.08) inset, 0 5.2px 23.14px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 6.5px -13px 42.38px 0 var(--tw-shadow-color), inset -10.4px 27.3px 59.15px 0 var(--tw-shadow-color), 0 5.2px 23.14px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-addon-card-sm {
  --tw-shadow: 5px -10px 32.6px 0 rgba(54, 63, 188, 0.09) inset, -8px 21px 45.5px 0 rgba(54, 63, 188, 0.08) inset, 0 4px 17.8px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 5px -10px 32.6px 0 var(--tw-shadow-color), inset -8px 21px 45.5px 0 var(--tw-shadow-color), 0 4px 17.8px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-addon-card-xl {
  --tw-shadow: 10.985px -21.97px 71.622px 0 rgba(54, 63, 188, 0.09) inset, -17.576px 46.137px 99.964px 0 rgba(54, 63, 188, 0.08) inset, 0 8.788px 39.107px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 10.985px -21.97px 71.622px 0 var(--tw-shadow-color), inset -17.576px 46.137px 99.964px 0 var(--tw-shadow-color), 0 8.788px 39.107px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-circle-icon-desktop {
  --tw-shadow: 5.07px 8.45px 36.166px 0 rgba(0, 0, 0, 0.16) inset;
  --tw-shadow-colored: inset 5.07px 8.45px 36.166px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-circle-icon-mobile {
  --tw-shadow: 3.9px 6.5px 27.82px 0 rgba(0, 0, 0, 0.16) inset;
  --tw-shadow-colored: inset 3.9px 6.5px 27.82px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-compare-card {
  --tw-shadow: 0 2.529px 9.862px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2.529px 9.862px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-divider-line {
  --tw-shadow: inset 5px -10px 32.6px rgba(54, 63, 188, 0.09), inset -8px 21px 45.5px rgba(54, 63, 188, 0.08), 0 4px 17.8px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: inset 5px -10px 32.6px var(--tw-shadow-color), inset -8px 21px 45.5px var(--tw-shadow-color), 0 4px 17.8px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-payment-fail-toast {
  --tw-shadow: 0 2px 4.5px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2px 4.5px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-price-bottomsheet-sm {
  --tw-shadow: 0 -9px 47.3px 0 rgba(0, 0, 0, 0.32);
  --tw-shadow-colored: 0 -9px 47.3px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-save-popup-sm {
  --tw-shadow: 35px 29px 70.6px 0 rgba(0, 0, 0, 0.25) inset, -31px -57px 114.1px 10px rgba(54, 63, 188, 0.12) inset, 0 4px 25.5px 0 rgba(0, 0, 0, 0.45);
  --tw-shadow-colored: inset 35px 29px 70.6px 0 var(--tw-shadow-color), inset -31px -57px 114.1px 10px var(--tw-shadow-color), 0 4px 25.5px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-seMenu-xl {
  --tw-shadow: 45.5px 37.7px 91.78px 0 rgba(0, 0, 0, 0.25) inset, -40.3px -74.1px 148.33px 13px rgba(54, 63, 188, 0.12) inset, 0 5.2px 33.15px 0 rgba(0, 0, 0, 0.45);
  --tw-shadow-colored: inset 45.5px 37.7px 91.78px 0 var(--tw-shadow-color), inset -40.3px -74.1px 148.33px 13px var(--tw-shadow-color), 0 5.2px 33.15px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-tabbtn-lg {
  --tw-shadow: 0 3.38px 7.605px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 3.38px 7.605px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-tabbtn-md {
  --tw-shadow: 0 2.6px 5.85px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2.6px 5.85px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-tabbtn-sm {
  --tw-shadow: 0 2px 4.5px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 2px 4.5px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-shadow-tabbtn-xl {
  --tw-shadow: 0 4.394px 9.887px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 4.394px 9.887px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#8DC63F\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(141 198 63 / var(--tw-ring-opacity));
}
.ring-\[rgba\(255\2c 255\2c 255\2c 0\.30\)\] {
  --tw-ring-color: rgba(255,255,255,0.30);
}
.ring-color-blue-brightBlue100\/20 {
  --tw-ring-color: rgb(0 87 255 / 0.2);
}
.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);
}
.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);
}
.backdrop-blur-\[4px\] {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[box-shadow\2c border-color\2c background-color\] {
  transition-property: box-shadow,border-color,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\!will-change-auto {
  will-change: auto !important;
}
.will-change-transform {
  will-change: transform;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-100 {
  animation-duration: 100ms;
}
.duration-150 {
  animation-duration: 150ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.duration-75 {
  animation-duration: 75ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
.\!shadow-button-sm {
  box-shadow: 0px 2px 4.5px 0px #00000040 !important;
}
.\!shadow-button-md {
  box-shadow: 0px 2.6000001430511475px 5.850000381469727px 0px #00000040 !important;
}
.\!shadow-button-lg {
  box-shadow: 0px 3.380000352859497px 7.605000972747803px 0px #00000040 !important;
}
.\!shadow-button-xl {
  box-shadow: 0px 4.39400053024292px 9.886502265930176px 0px #00000040 !important;
}
.shadow-cart-cards-sm {
  box-shadow: inset 5px -10px 32.599998474121094px 0px #363fbc17, inset -8px 21px 45.5px 0px #363fbc14, 0px 4px 17.799999237060547px 0px #00000040;
}
.shadow-cart-cards-md {
  box-shadow: inset 6.500000476837158px -13.000000953674316px 42.380001068115234px 0px #363fbc17, inset -10.40000057220459px 27.30000114440918px 59.150001525878906px 0px #363fbc14, 0px 5.200000286102295px 23.139999389648438px 0px #00000040;
}
.shadow-cart-cards-lg {
  box-shadow: inset 8.450000762939453px -16.900001525878906px 55.0940055847168px 0px #363fbc17, inset -13.520001411437988px 35.4900016784668px 76.89500427246094px 0px #363fbc14, 0px 6.760000705718994px 30.082000732421875px 0px #00000040;
}
.shadow-cart-cards-xl {
  box-shadow: inset 10.985001564025879px -21.970003128051758px 71.62220764160156px 0px #363fbc17, inset -17.57600212097168px 46.13700485229492px 99.96350860595703px 0px #363fbc14, 0px 8.78800106048584px 39.10660171508789px 0px #00000040;
}
.custom-backdrop-blur {
  -webkit-backdrop-filter: blur(calc(100px / 2));
          backdrop-filter: blur(calc(100px / 2));
}
.image-bg-confirmation-details-card {
  border-image-slice: 1;
  background-image: linear-gradient(180deg, rgba(0, 1, 58, 0.00) 50.14%, #00013A 100%), url(/skybuystatic/media/confirmation-page-card-image.2430f6c16294a9d0ce5b.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
}
.bg-section-gradient {
  background-image: url(/skybuystatic/media/sectionBg.7a0f7c3f0497dc255e48.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
@keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
.animate-slideUp {
    animation: slideUp 0.3s ease-out;
  }
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
.animate-fadeIn {
    animation: fadeIn 0.25s ease-out;
  }
.reserve-bold-width {
    position: relative;
    display: inline-block;
  }
.reserve-bold-width::before,
  .reserve-bold-width::after {
    content: attr(data-text);
    visibility: hidden;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    display: block;
  }
.reserve-bold-width::before {
    font-weight: 700;
  }
.reserve-bold-width::after {
    font-weight: 900;
  }
.content-inside-sidebar {
    height: 100vh;
    height: 100dvh;
  }
.\[scrollbar-color\:\#D9D9D9_transparent\] {
  scrollbar-color: #D9D9D9 transparent;
}
.\[scrollbar-width\:thin\] {
  scrollbar-width: thin;
}
.\[text-decoration-skip-ink\:none\] {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.\[text-underline-position\:from-font\] {
  text-underline-position: from-font;
}

/* Custom Animations */
@font-face {
  font-family: 'Mark Pro';
  font-weight: 300;
  src: url(/skybuystatic/media/MarkPro-Light.581109a1db9b3d73a94b.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  font-weight: 400;
  src: url(/skybuystatic/media/MarkPro-Book.6762a6a8abaed3c232f8.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  font-weight: 700;
  src: url(/skybuystatic/media/MarkPro-Bold.9e523d0c11e37e10f707.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  font-weight: 900;
  src: url(/skybuystatic/media/MarkPro-Black.c83fb4079e3c4da43828.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Mark Pro';
  src: url(/skybuystatic/media/MarkPro.4beb1b1e91b40f84a58c.OTF) format('truetype');
  font-display: swap;
}

body,
#root {
  margin: 0;
  font-family: 'Mark Pro';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html,
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  box-shadow: 0 0 0 0 transparent inset;
  -webkit-transition: background-color 9999s ease-out;
  transition: background-color 9999s ease-out;
}

input.bg-color-background-input-default:-webkit-autofill,
textarea.bg-color-background-input-default:-webkit-autofill,
select.bg-color-background-input-default:-webkit-autofill {
  background-color: rgba(54, 63, 188, 0.32) !important;
  -webkit-text-fill-color: #fff;
}

.video-player > .brightcove-react-player-loader {
  width: 100%;
  height: 100%;
}

.video-player > .brightcove-react-player-loader > .video-js {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-player > .brightcove-react-player-loader > .video-js > .vjs-tech {
  object-fit: fill;
}

/* Auto Sugesstion for address validator css */
.react-autosuggest__container {
  position: relative;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 51px;
  width: 100%;
  border: 1px solid #aaa;
  color: #060606;
  background-color: #fff;
  font-weight: 300;
  font-size: 14px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 8px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

.bg-cart {
  -webkit-backdrop-filter: blur(47.775001525878906px);
          backdrop-filter: blur(47.775001525878906px);
  box-shadow: 0px -9px 47.3px 0px #00000052;
  background: linear-gradient(0deg, #00013a, #00013a),
    linear-gradient(90.18deg, #ffffff 0.18%, #ffffff 99.89%),
    linear-gradient(
      180deg,
      rgba(43, 51, 155, 0) 12.69%,
      rgba(43, 51, 155, 0.2) 60.41%,
      rgba(43, 51, 155, 0.35) 95.74%,
      rgba(255, 255, 255, 0.5) 99.25%
    );
}

.bg-cart-price {
  background: linear-gradient(290.93deg, rgba(212, 214, 235, 0.12) 10.49%, #cacde8 59.14%);
}

.react-datepicker-wrapper {
  width: 100%;
}

.react-datepicker-popper {
  z-index: 60;
}

.rectangle-1989 {
  box-sizing: border-box;

  position: absolute;
  left: -18.92%;
  right: -6.43%;
  top: 64.94%;
  bottom: -1%;

  background: linear-gradient(87.92deg, #e95dff -1.65%, #ae00ff 74.51%, #ff00e6 100.08%);
  box-shadow: 0.686462px 2.74585px 7.5px rgba(0, 0, 0, 0.23);
  transform: matrix(0.78, -0.63, 0.63, 0.77, 0, 0);
}

@media (max-width: 400px) {
  .quickIconPadding {
    padding-right: 3rem;
  }

  .quickViewModalPadding {
    margin-bottom: -6rem;
  }
}

@media (min-width: 1024px) and (max-width: 1026px) {
  .addressMax {
    margin-left: 0rem;
  }

  .infoAdress {
    padding-left: 0rem;
  }

  .addOnsMax {
    margin-left: 1.5rem;
  }

  .bbaddressMax {
    margin-left: 1rem;
  }

  .checkboxMax {
    margin-right: 0rem;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .error-msg {
    margin-left: 2rem;
  }
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, and Opera */
}

@media (min-width: 768px) {
  .mediumScreenPadding {
    padding-left: 1rem;
  }
}

@media (min-width: 390px) {
  .dialog-close-icon {
    top: -5rem;
  }
}

@media (max-width: 639px) {
  /* Tailwind's sm breakpoint */
  .hide-scrollbar {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
  }

  .hide-scrollbar::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }
}

@media (max-width: 1024px) {
  .maxScreen {
    margin-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .maxScreenform {
    margin-left: 14rem;
  }

  .flexIndex {
    display: flex;
    flex-direction: column;
  }

  .accountIndex {
    margin: auto;
  }

  .providerSection {
    margin-left: 2.5rem;
  }

  .currentProvider {
    margin-top: 2rem;
  }
}

.dialog {
  transform: scale(calc(100vw / 1400));
  /* Adjust 1400 to your base screen width */
  transform-origin: top left;
}

/*embla css*/

.embla {
  max-width: 100vw;
  margin: auto;
  --slide-height: 19rem;
  --slide-spacing: 1rem;
  --slide-size: 33%;
}

.embla__viewport {
  overflow: hidden;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(var(--slide-spacing) * -1);
}

.embla__slide {
  transform: translate3d(0, 0, 0);
  min-width: 0;
  padding-left: var(--slide-spacing);
}

.embla__slide__number {
  box-shadow: inset 0 0 0 0.2rem var(--detail-medium-contrast);
  border-radius: 1.8rem;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--slide-height);
  -webkit-user-select: none;
          user-select: none;
  border: 2px solid rebeccapurple;
}

/* This targets the entire calendar popup */
.custom-datepicker-calendar {
  background-color: #00013a !important;
  /* Example: dark blue background */
  color: white !important;
  /* Text color inside the calendar */
  border-radius: 0.5rem;
}

/* Optional: style days */
.custom-datepicker-calendar .react-datepicker__day {
  color: white;
}

/* Optional: highlight selected day */
.custom-datepicker-calendar .react-datepicker__day--selected,
.custom-datepicker-calendar .react-datepicker__day--keyboard-selected {
  background-color: #1e40af !important;
  /* Indigo-800 */
  color: white;
}

/* Optional: hover effect */
.custom-datepicker-calendar .react-datepicker__day:hover {
  background-color: #00013a !important;
  /* Indigo-900 */
  color: white;
}

.custom-datepicker-calendar .react-datepicker__current-month,
.custom-datepicker-calendar .react-datepicker__header {
  background-color: #00013a !important;
  /* Slate-800 */
  color: white;
}

.custom-datepicker-calendar .react-datepicker__day-name {
  background-color: #00013a;
  /* Your chosen background color */
  color: white;
  /* Replace with the text color you want */
}

.custom-datepicker-calendar .react-datepicker__day--disabled {
  color: gray !important;
  /* Tailwind text-gray-400 */
  background-color: #00013a !important;
  /* Light background */
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 1 !important;
}

/* Year dropdown container */
.custom-datepicker-calendar .react-datepicker__year-dropdown {
  background-color: #00013a !important;
  /* Dark blue background */
  color: white !important;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  overflow-y: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* Each year option */
.custom-datepicker-calendar .react-datepicker__year-option {
  padding: 0.5rem 1rem;
  color: white !important;
  cursor: pointer;
}

/* Hover effect */
.custom-datepicker-calendar .react-datepicker__year-option:hover {
  background-color: #1a1a5e !important;
}

/* Optional: Selected year */
.custom-datepicker-calendar .react-datepicker__year-option--selected {
  background-color: #16267b !important;
  font-weight: bold;
}

.custom-datepicker-calendar .react-datepicker__month-option {
  background-color: #00013a !important;
  /* Dark blue background */
  font-weight: bold;
}

.carouselView > div {
  overflow: visible !important;
}

/* Hide scrollbar in WebKit browsers (Chrome, Safari) */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar in Firefox */
.scrollbar-hide {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

/* ==========================
   Chat Implement
========================== */

.helpButton {
  position: fixed !important;
  bottom: 50px !important;
  right: 0px !important;
  padding: 0 !important;
  min-width: -webkit-fit-content !important;
  min-width: fit-content !important;
  min-height: -webkit-fit-content !important;
  min-height: fit-content !important;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  display: flex !important;
  flex-direction: column-reverse !important;
  margin: 0 !important;
  padding: 13.5px !important;
  border-radius: 13.52px 0 0 13.52px !important;
  background-color: #00013a !important;
  border-color: #000;
  border-style: solid;
  border-width: 1px 0 1px 1px;
  gap: 6.76px !important;
  justify-content: center !important;
  align-items: center !important;
  /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04) !important; */
  box-shadow: none !important;
  box-shadow: initial !important;
  height: auto !important;
  height: initial !important;
  min-width: 0 !important;
  min-width: initial !important;
  min-height: 0 !important;
  min-height: initial !important;
}

.embeddedServiceHelpButton .embeddedServiceIcon {
  content: url(/skybuystatic/media/chat.77812793422690765523.svg) !important;
  padding: 2.54px 2.53px 2.53px 2.54px !important;
  width: 35.5px !important;
  height: 35.5px !important;
}

.embeddedServiceIcon {
  margin: 0 !important;
}

.embeddedServiceHelpButton
  .helpButton
  .helpButtonEnabled.uiButton
  .helpButtonLabel
  .message::after {
  content: 'Chat' !important;
  font-size: 16px !important;
  line-height: 125% !important;
  font-weight: 700 !important;
  font-style: normal !important;
  text-align: center !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.embeddedServiceHelpButton .uiButton.helpButtonDisabled {
  display: none !important;
}

.embeddedServiceHelpButton .helpButton .uiButton.helpButtonEnabled .embeddedServiceIcon {
  display: inline-block !important;
}

@media (min-width: 360px) {
  body.route-build-my-plan-checkout #embedded-messaging {
    z-index: 1000 !important;
  }

  body.route-build-my-plan-checkout #embedded-messaging .embeddedMessagingConversationButton {
    bottom: 85px !important;
    right: 15px !important;
  }
}

#embedded-messaging .embeddedMessagingConversationButton {
  background-color: rgb(11 30 91 / 80%) !important;
  transition: background-color 160ms ease !important;
}

#embedded-messaging .embeddedMessagingConversationButton:hover,
#embedded-messaging .embeddedMessagingConversationButton:focus-visible {
  background-color: rgb(11 30 91) !important;
}

@media (min-width: 768px) {
  body.route-build-my-plan-checkout #embedded-messaging .embeddedMessagingConversationButton {
    bottom: 115px !important;
    right: 15px !important;
  }
}

@media (min-width: 1024px) {
  body.route-build-my-plan-checkout #embedded-messaging .embeddedMessagingConversationButton {
    bottom: 102px !important;
    right: 16px !important;
  }
}

@media (min-width: 1440px) {
  body.route-build-my-plan-checkout #embedded-messaging .embeddedMessagingConversationButton {
    bottom: 125px !important;
    right: 16px !important;
  }
}

@media (min-width: 1920px) {
  body.route-build-my-plan-checkout #embedded-messaging .embeddedMessagingConversationButton {
    bottom: 25px !important;
    right: 16px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .embeddedServiceHelpButton .helpButton .uiButton {
    padding: 10.4px !important;
    border-radius: 10.4px 0 0 10.4px !important;
    gap: 5.2px !important;
  }

  .embeddedServiceHelpButton
    .helpButton
    .helpButtonEnabled.uiButton
    .helpButtonLabel
    .message::after {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .embeddedServiceHelpButton .embeddedServiceIcon {
    padding: 1.95px !important;
    width: 27.3px !important;
    height: 27.3px !important;
  }
}

@media (max-width: 768px) {
  .embeddedServiceHelpButton .helpButton .uiButton {
    padding: 8px !important;
    border-radius: 8px 0 0 8px !important;
    gap: 4px !important;
  }

  .embeddedServiceHelpButton
    .helpButton
    .helpButtonEnabled.uiButton
    .helpButtonLabel
    .message::after {
    font-size: 10px !important;
    line-height: 12px !important;
  }

  .embeddedServiceHelpButton .embeddedServiceIcon {
    padding: 1.5px !important;
    width: 21px !important;
    height: 21px !important;
  }
}

/* ==========================
   Chat Implement End
========================== */

.placeholder\:text-color-purple-lavenderGray100::placeholder {
  --tw-text-opacity: 1;
  color: rgb(178 178 214 / var(--tw-text-opacity));
}

.first\:ml-\[32px\]:first-child {
  margin-left: 32px;
}

.first\:ml-\[40px\]:first-child {
  margin-left: 40px;
}

.first\:ml-\[54px\]:first-child {
  margin-left: 54px;
}

.first\:ml-\[60px\]:first-child {
  margin-left: 60px;
}

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

.first\:pl-4:first-child {
  padding-left: 1rem;
}

.last\:mr-\[32px\]:last-child {
  margin-right: 32px;
}

.last\:mr-\[40px\]:last-child {
  margin-right: 40px;
}

.last\:mr-\[54px\]:last-child {
  margin-right: 54px;
}

.last\:mr-\[60px\]:last-child {
  margin-right: 60px;
}

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

.checked\:border-0:checked {
  border-width: 0px;
}

.checked\:bg-color-background-icons-checkbox-active-Square:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity));
}

.checked\:text-color-background-icons-primary-primary:checked {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.checked\:text-color-content-text-primary:checked {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus-within\:border-\[1px\]:focus-within {
  border-width: 1px;
}

.focus-within\:border-\[\#FF3A35\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(255 58 53 / var(--tw-border-opacity));
}

.focus-within\:border-color-border-Input-focused:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}

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

.hover\:\!border-0:hover {
  border-width: 0px !important;
}

.hover\:border-color-blue-brightBlue100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}

.hover\:border-color-white-almostWhite10:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}

.hover\:bg-\[\#2a2a5a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 90 / var(--tw-bg-opacity));
}

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

.hover\:bg-color-background-overlay-tertiary-alpha-50:hover {
  background-color: rgba(0, 1, 58, 0.50);
}

.hover\:bg-color-blue-brightBlue100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity));
}

.hover\:bg-color-midnight-blue-lightMidnight100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 30 91 / var(--tw-bg-opacity));
}

.hover\:bg-color-midnight-blue-lightMidnight70:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 44 109 / var(--tw-bg-opacity));
}

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

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:font-\[700\]:hover {
  font-weight: 700;
}

.hover\:font-\[900\]:hover {
  font-weight: 900;
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-color-blue-brightBlue100:hover {
  --tw-text-opacity: 1;
  color: rgb(0 87 255 / var(--tw-text-opacity));
}

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

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

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.focus\:border-\[1\.3px\]:focus {
  border-width: 1.3px;
}

.focus\:border-\[1\.69px\]:focus {
  border-width: 1.69px;
}

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

.focus\:border-\[2\.197px\]:focus {
  border-width: 2.197px;
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.focus\:border-color-blue-brightBlue100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}

.focus\:border-color-border-Input-focused:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 87 255 / var(--tw-border-opacity));
}

.focus\:border-color-red-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 40 54 / var(--tw-border-opacity));
}

.focus\:text-color-content-text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.focus\:outline-0:focus {
  outline-width: 0px;
}

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

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

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

.active\:\!bg-color-background-listHiglight-primary:active {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.active\:bg-color-background-overlay-tertiary-alpha-50:active {
  background-color: rgba(0, 1, 58, 0.50);
}

.active\:text-fontSize-paragraph-SubTitle-md:active {
  font-size: 20px;
}

.active\:leading-lineHeight-2xl:active {
  line-height: 28px;
}

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

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

.disabled\:bg-color-midnight-blue-lightMidnight70:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(26 44 109 / var(--tw-bg-opacity));
}

.disabled\:bg-color-neutral-lightestGrey:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
}

.disabled\:text-color-content-text-tertiary:disabled {
  --tw-text-opacity: 1;
  color: rgb(166 166 166 / var(--tw-text-opacity));
}

.disabled\:text-color-neutral-darkGrey:disabled {
  --tw-text-opacity: 1;
  color: rgb(70 70 70 / var(--tw-text-opacity));
}

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

.disabled\:opacity-100:disabled {
  opacity: 1;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:checked ~ .peer-checked\:block {
  display: block;
}

.peer\/owner:checked ~ .peer-checked\/owner\:bg-color-background-icons-toggle-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(145 0 212 / var(--tw-bg-opacity));
}

.peer\/tenant:checked ~ .peer-checked\/tenant\:bg-color-background-icons-toggle-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(145 0 212 / var(--tw-bg-opacity));
}

.peer\/owner:checked ~ .peer-checked\/owner\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer\/tenant:checked ~ .peer-checked\/tenant\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.data-\[state\=open\]\:z-\[9999\][data-state="open"] {
  z-index: 9999;
}

.data-\[state\=open\]\:flex[data-state="open"] {
  display: flex;
}

.data-\[state\=open\]\:min-h-screen[data-state="open"] {
  min-height: 100vh;
}

.data-\[state\=closed\]\:-translate-x-full[data-state="closed"] {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=open\]\:-translate-x-0[data-state="open"] {
  --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));
}

.data-\[state\=open\]\:translate-x-0[data-state="open"] {
  --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));
}

.data-\[state\=open\]\:flex-col[data-state="open"] {
  flex-direction: column;
}

.data-\[state\=open\]\:items-start[data-state="open"] {
  align-items: flex-start;
}

.data-\[state\=open\]\:justify-start[data-state="open"] {
  justify-content: flex-start;
}

.data-\[state\=open\]\:overflow-y-auto[data-state="open"] {
  overflow-y: auto;
}

.data-\[state\=active\]\:border-0[data-state="active"] {
  border-width: 0px;
}

.data-\[state\=active\]\:border-2[data-state="active"] {
  border-width: 2px;
}

.data-\[state\=active\]\:border-none[data-state="active"] {
  border-style: none;
}

.data-\[state\=active\]\:border-color-white-almostWhite10[data-state="active"] {
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}

.data-\[state\=active\]\:bg-color-background-tab-primary[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:bg-color-background-tab-secondary[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 188 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:bg-color-blue-brightBlue100[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 255 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:bg-color-white-almostWhite10[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:bg-transparent[data-state="active"] {
  background-color: transparent;
}

.data-\[state\=active\]\:font-bold[data-state="active"] {
  font-weight: 700;
}

.data-\[state\=active\]\:text-color-blue-brightBlue100[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(0 87 255 / var(--tw-text-opacity));
}

.data-\[state\=active\]\:text-color-white-almostWhite10[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity));
}

.data-\[state\=active\]\:text-color-white-white100[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.data-\[state\=active\]\:text-white[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.data-\[state\=active\]\:underline[data-state="active"] {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=active\]\:hover\:border-color-blue-darkBlue100:hover[data-state="active"] {
  --tw-border-opacity: 1;
  border-color: rgb(54 63 188 / var(--tw-border-opacity));
}

.data-\[state\=active\]\:hover\:border-color-white-almostWhite10:hover[data-state="active"] {
  --tw-border-opacity: 1;
  border-color: rgb(251 251 251 / var(--tw-border-opacity));
}

.data-\[state\=active\]\:hover\:bg-color-blue-darkBlue100:hover[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 63 188 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:hover\:bg-color-white-almostWhite10:hover[data-state="active"] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
}

.data-\[state\=active\]\:hover\:bg-transparent:hover[data-state="active"] {
  background-color: transparent;
}

.data-\[state\=active\]\:hover\:text-color-blue-brightBlue100:hover[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(0 87 255 / var(--tw-text-opacity));
}

.data-\[state\=active\]\:hover\:text-color-white-almostWhite10:hover[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity));
}

@media (min-width: 360px) {

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-\[2\.5rem\] {
    right: 2.5rem;
  }

  .sm\:-ml-\[105px\] {
    margin-left: -105px;
  }

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

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

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:h-40 {
    height: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:h-auto {
    height: auto;
  }

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

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

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

  .sm\:\!w-full {
    width: 100% !important;
  }

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

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

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

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

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

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

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

  .sm\:w-\[87\.06\%\] {
    width: 87.06%;
  }

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

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

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

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

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

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

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

  .sm\:basis-auto {
    flex-basis: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-\[10\.5px\] {
    padding-bottom: 10.5px;
  }

  .sm\:pb-\[4\.5px\] {
    padding-bottom: 4.5px;
  }

  .sm\:pb-spacing-3xs {
    padding-bottom: 10px;
  }

  .sm\:pe-spacing-spacing-8 {
    -webkit-padding-end: 8px;
            padding-inline-end: 8px;
  }

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

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

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

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

  .sm\:pr-\[11rem\] {
    padding-right: 11rem;
  }

  .sm\:pr-\[13rem\] {
    padding-right: 13rem;
  }

  .sm\:pr-\[2\.85px\] {
    padding-right: 2.85px;
  }

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

  .sm\:ps-spacing-spacing-16 {
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }

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

  .sm\:pt-\[2rem\] {
    padding-top: 2rem;
  }

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

  .sm\:pt-paragraph-spacing-2xs {
    padding-top: 14px;
  }

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

  .sm\:text-font-size-black-xl {
    font-size: 36px;
  }

  .sm\:text-font-size-bold-md {
    font-size: 16px;
  }

  .sm\:text-font-size-regular-md {
    font-size: 16px;
  }

  .sm\:text-font-size-regular-sm {
    font-size: 14px;
  }

  .sm\:text-fontSize-subText-primary-sm {
    font-size: 16px;
  }

  .sm\:text-fontSize-subText-secondary-sm {
    font-size: 16px;
  }

  .sm\:leading-\[120\%\] {
    line-height: 120%;
  }

  .sm\:leading-line-height-lg {
    line-height: 20px;
  }

  .sm\:leading-line-height-xl {
    line-height: 24px;
  }

  .sm\:first\:pl-0:first-child {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:-right-\[10px\] {
    right: -10px;
  }

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

  .md\:left-3 {
    left: 0.75rem;
  }

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

  .md\:left-\[306px\] {
    left: 306px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

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

  .md\:right-\[3rem\] {
    right: 3rem;
  }

  .md\:right-\[4px\] {
    right: 4px;
  }

  .md\:right-\[50px\] {
    right: 50px;
  }

  .md\:top-0 {
    top: 0px;
  }

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

  .md\:top-\[15\%\] {
    top: 15%;
  }

  .md\:top-\[168px\] {
    top: 168px;
  }

  .md\:top-\[198px\] {
    top: 198px;
  }

  .md\:top-auto {
    top: auto;
  }

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

  .md\:-ml-\[136px\] {
    margin-left: -136px;
  }

  .md\:-mr-paragraph-spacing-3xl {
    margin-right: -32px;
  }

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

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

  .md\:mb-spacing-spacing-10 {
    margin-bottom: 10px;
  }

  .md\:mb-spacing-spacing-16 {
    margin-bottom: 16px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:ml-\[10\%\] {
    margin-left: 10%;
  }

  .md\:mr-\[10\%\] {
    margin-right: 10%;
  }

  .md\:mr-\[6\.5px\] {
    margin-right: 6.5px;
  }

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

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

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

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

  .md\:mt-\[50\.3px\] {
    margin-top: 50.3px;
  }

  .md\:mt-spacing-4xs {
    margin-top: 8px;
  }

  .md\:mt-spacing-5xl {
    margin-top: 40px;
  }

  .md\:mt-spacing-spacing-28 {
    margin-top: 28px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:\!size-\[35px\] {
    width: 35px !important;
    height: 35px !important;
  }

  .md\:\!size-\[80px\] {
    width: 80px !important;
    height: 80px !important;
  }

  .md\:size-\[14\.857px\] {
    width: 14.857px;
    height: 14.857px;
  }

  .md\:size-\[35\.1px\] {
    width: 35.1px;
    height: 35.1px;
  }

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

  .md\:h-0 {
    height: 0px;
  }

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

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

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

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

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

  .md\:h-\[15\.203px\] {
    height: 15.203px;
  }

  .md\:h-\[17\.15px\] {
    height: 17.15px;
  }

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

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

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

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

  .md\:h-\[22\.752px\] {
    height: 22.752px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-h-56 {
    max-height: 14rem;
  }

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

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

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

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

  .md\:min-h-\[fit-content\] {
    min-height: -webkit-fit-content;
    min-height: fit-content;
  }

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

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

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

  .md\:w-\[13\.683px\] {
    width: 13.683px;
  }

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

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

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

  .md\:w-\[160x\] {
    width: 160x;
  }

  .md\:w-\[17\.15px\] {
    width: 17.15px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:min-w-fit {
    min-width: -webkit-fit-content;
    min-width: fit-content;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

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

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

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

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

  .md\:basis-\[220px\] {
    flex-basis: 220px;
  }

  .md\:basis-\[80px\] {
    flex-basis: 80px;
  }

  .md\:basis-auto {
    flex-basis: auto;
  }

  .md\:scroll-mt-\[132px\] {
    scroll-margin-top: 132px;
  }

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

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

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

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

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

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

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

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

  .md\:gap-\[250px\] {
    gap: 250px;
  }

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

  .md\:gap-\[54px\] {
    gap: 54px;
  }

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

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

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

  .md\:gap-spacing-5xl {
    gap: 40px;
  }

  .md\:gap-spacing-lg {
    gap: 24px;
  }

  .md\:gap-spacing-md {
    gap: 20px;
  }

  .md\:gap-spacing-spacing-16 {
    gap: 16px;
  }

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

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

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

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

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

  .md\:border-\[1\.3px\] {
    border-width: 1.3px;
  }

  .md\:bg-color-background-listHiglight-primary {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .md\:\!p-\[4px\] {
    padding: 4px !important;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-\[5\.2px_31\.2px\] {
    padding: 5.2px 31.2px;
  }

  .md\:p-spacing-9xl {
    padding: 68px;
  }

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

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

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

  .md\:px-Height-line-height-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

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

  .md\:px-\[5\.473px\] {
    padding-left: 5.473px;
    padding-right: 5.473px;
  }

  .md\:px-\[unset\] {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }

  .md\:px-paragraph-spacing-3xl {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-paragraph-spacing-xs {
    padding-left: 16px;
    padding-right: 16px;
  }

  .md\:px-spacing-3xl {
    padding-left: 32px;
    padding-right: 32px;
  }

  .md\:px-spacing-5xl {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-spacing-lg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .md\:px-spacing-none {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

  .md\:pb-\[4\.866px\] {
    padding-bottom: 4.866px;
  }

  .md\:pb-\[5\.75px\] {
    padding-bottom: 5.75px;
  }

  .md\:pb-\[calc\(env\(safe-area-inset-bottom\)\+92px\)\] {
    padding-bottom: calc(env(safe-area-inset-bottom) + 92px);
  }

  .md\:pb-spacing-9xl {
    padding-bottom: 68px;
  }

  .md\:pe-spacing-spacing-24 {
    -webkit-padding-end: 24px;
            padding-inline-end: 24px;
  }

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

  .md\:pl-\[2\.6px\] {
    padding-left: 2.6px;
  }

  .md\:pl-\[5\.2px\] {
    padding-left: 5.2px;
  }

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

  .md\:pl-spacing-3xl {
    padding-left: 32px;
  }

  .md\:pl-spacing-lg {
    padding-left: 24px;
  }

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

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

  .md\:pr-\[15rem\] {
    padding-right: 15rem;
  }

  .md\:pr-\[17rem\] {
    padding-right: 17rem;
  }

  .md\:pr-\[3\.71px\] {
    padding-right: 3.71px;
  }

  .md\:pr-\[6\.4px\] {
    padding-right: 6.4px;
  }

  .md\:ps-spacing-spacing-24 {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
  }

  .md\:pt-\[3rem\] {
    padding-top: 3rem;
  }

  .md\:pt-\[4\.56px\] {
    padding-top: 4.56px;
  }

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

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

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

  .md\:pt-spacing-8xl {
    padding-top: 60px;
  }

  .md\:pt-spacing-lg {
    padding-top: 24px;
  }

  .md\:pt-spacing-spacing-16 {
    padding-top: 16px;
  }

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

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

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

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

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

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

  .md\:text-font-size-bold-lg {
    font-size: 20px;
  }

  .md\:text-font-size-heading-planCardTitle-md {
    font-size: 16px;
  }

  .md\:text-font-size-heading-sectionTitle-h2-lg {
    font-size: 42px;
  }

  .md\:text-font-size-heading-sectionTitle-h2-md {
    font-size: 36px;
  }

  .md\:text-font-size-lozenge-md {
    font-size: 14px;
  }

  .md\:text-font-size-paragraph-legal-md {
    font-size: 12px;
  }

  .md\:text-font-size-regular-lg {
    font-size: 20px;
  }

  .md\:text-font-size-regular-md {
    font-size: 16px;
  }

  .md\:text-fontSize-bold-font-size-16 {
    font-size: 16px;
  }

  .md\:text-fontSize-heading-planCardTitle-md {
    font-size: 16px;
  }

  .md\:text-fontSize-paragraph-body-md {
    font-size: 20px;
  }

  .md\:text-fontSize-paragraph-body-sm {
    font-size: 16px;
  }

  .md\:text-fontSize-subText-primary-md {
    font-size: 20px;
  }

  .md\:text-fontSize-subText-secondary-md {
    font-size: 16px;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }

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

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

  .md\:leading-\[120\%\] {
    line-height: 120%;
  }

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

  .md\:leading-line-height-2xl {
    line-height: 28px;
  }

  .md\:leading-line-height-7xl {
    line-height: 44px;
  }

  .md\:leading-line-height-md {
    line-height: 18px;
  }

  .md\:leading-line-height-xl {
    line-height: 24px;
  }

  .md\:leading-lineHeight-xl {
    line-height: 24px;
  }

  .md\:tracking-\[1\.6px\] {
    letter-spacing: 1.6px;
  }

  .md\:tracking-\[1\.8px\] {
    letter-spacing: 1.8px;
  }

  .md\:\[scrollbar-color\:auto\] {
    scrollbar-color: auto;
  }

  .md\:\[scrollbar-width\:auto\] {
    scrollbar-width: auto;
  }

  .md\:first\:pl-\[4\.25rem\]:first-child {
    padding-left: 4.25rem;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:-right-\[8rem\] {
    right: -8rem;
  }

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

  .lg\:bottom-\[unset\] {
    bottom: auto;
    bottom: initial;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

  .lg\:left-\[18px\] {
    left: 18px;
  }

  .lg\:left-\[1rem\] {
    left: 1rem;
  }

  .lg\:left-\[355px\] {
    left: 355px;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-7 {
    right: 1.75rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-\[10px\] {
    right: 10px;
  }

  .lg\:right-\[1rem\] {
    right: 1rem;
  }

  .lg\:right-\[45px\] {
    right: 45px;
  }

  .lg\:right-\[4rem\] {
    right: 4rem;
  }

  .lg\:top-\[16px\] {
    top: 16px;
  }

  .lg\:top-\[172px\] {
    top: 172px;
  }

  .lg\:top-\[209px\] {
    top: 209px;
  }

  .lg\:top-\[4rem\] {
    top: 4rem;
  }

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

  .lg\:top-\[88px\] {
    top: 88px;
  }

  .lg\:top-\[unset\] {
    top: auto;
    top: initial;
  }

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

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

  .lg\:\!mb-spacing-spacing-32 {
    margin-bottom: 32px !important;
  }

  .lg\:-ml-\[176px\] {
    margin-left: -176px;
  }

  .lg\:-mr-paragraph-spacing-5xl {
    margin-right: -40px;
  }

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

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

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

  .lg\:mb-spacing-spacing-20 {
    margin-bottom: 20px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-\[3\.5rem\] {
    margin-left: 3.5rem;
  }

  .lg\:mr-32 {
    margin-right: 8rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

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

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

  .lg\:mt-\[4rem\] {
    margin-top: 4rem;
  }

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

  .lg\:mt-\[64\.3px\] {
    margin-top: 64.3px;
  }

  .lg\:mt-spacing-2xl {
    margin-top: 28px;
  }

  .lg\:mt-spacing-7xl {
    margin-top: 54px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!size-\[45px\] {
    width: 45px !important;
    height: 45px !important;
  }

  .lg\:size-\[18\.571px\] {
    width: 18.571px;
    height: 18.571px;
  }

  .lg\:size-\[45\.63px\] {
    width: 45.63px;
    height: 45.63px;
  }

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

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

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

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

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

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

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

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

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

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

  .lg\:h-\[19\.547px\] {
    height: 19.547px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[75\%\] {
    height: 75%;
  }

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

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

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

  .lg\:h-auto {
    height: auto;
  }

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

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

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

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

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

  .lg\:min-h-8 {
    min-height: 2rem;
  }

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

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

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

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

  .lg\:min-h-\[78\.08px\] {
    min-height: 78.08px;
  }

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

  .lg\:min-h-\[unset\] {
    min-height: 0;
    min-height: initial;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

  .lg\:w-\[23\.066px\] {
    width: 23.066px;
  }

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

  .lg\:w-\[246\.74px\] {
    width: 246.74px;
  }

  .lg\:w-\[250\.12px\] {
    width: 250.12px;
  }

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

  .lg\:w-\[263\.63px\] {
    width: 263.63px;
  }

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

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

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

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

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

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

  .lg\:w-\[33\.8px\] {
    width: 33.8px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-\[45\.63px\] {
    width: 45.63px;
  }

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

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

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

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

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

  .lg\:w-\[503\.2px\] {
    width: 503.2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[83\.37\%\] {
    width: 83.37%;
  }

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

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

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

  .lg\:w-fit {
    width: -webkit-fit-content;
    width: fit-content;
  }

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

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

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

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

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

  .lg\:max-w-Breakpoints-mdDesktop {
    max-width: 1024px;
  }

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

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

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

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

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

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

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

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

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:basis-\[300px\] {
    flex-basis: 300px;
  }

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

  .lg\:cursor-auto {
    cursor: auto;
  }

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .lg\:gap-\[13\.52px\] {
    gap: 13.52px;
  }

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

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

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

  .lg\:gap-\[27\.04px\] {
    gap: 27.04px;
  }

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

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

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

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

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

  .lg\:gap-\[unset\] {
    gap: initial;
  }

  .lg\:gap-spacing-10xl {
    gap: 80px;
  }

  .lg\:gap-spacing-2xl {
    gap: 28px;
  }

  .lg\:gap-spacing-3xl {
    gap: 32px;
  }

  .lg\:gap-spacing-5xl {
    gap: 40px;
  }

  .lg\:gap-spacing-lg {
    gap: 24px;
  }

  .lg\:gap-spacing-spacing-10 {
    gap: 10px;
  }

  .lg\:gap-spacing-spacing-24 {
    gap: 24px;
  }

  .lg\:gap-spacing-xl {
    gap: 26px;
  }

  .lg\:gap-spacing-xs {
    gap: 4px;
  }

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

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

  .lg\:bg-Gradient-Hero-Video-Desktop {
    background-image: linear-gradient(180deg, rgba(0, 1, 58, 0.75) 3.08%, rgba(0, 1, 58, 0.00) 25.28%), linear-gradient(90deg, rgba(0, 1, 58, 0.95) 30.52%, rgba(0, 1, 58, 0.00) 56.93%), linear-gradient(2deg, rgba(0, 1, 58, 0.30) 10.81%, rgba(0, 1, 58, 0.00) 26.37%);
  }

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

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

  .lg\:p-\[6\.76px_40\.56px\] {
    padding: 6.76px 40.56px;
  }

  .lg\:p-spacing-10xl {
    padding: 80px;
  }

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

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

  .lg\:px-Height-line-height-42 {
    padding-left: 42px;
    padding-right: 42px;
  }

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

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

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

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

  .lg\:px-\[unset\] {
    padding-left: 0;
    padding-left: initial;
    padding-right: 0;
    padding-right: initial;
  }

  .lg\:px-paragraph-spacing-5xl {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-spacing-5xl {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lg\:px-spacing-8xl {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-spacing-9xl {
    padding-left: 68px;
    padding-right: 68px;
  }

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

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

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

  .lg\:py-\[27\.03px\] {
    padding-top: 27.03px;
    padding-bottom: 27.03px;
  }

  .lg\:py-\[27\.08px\] {
    padding-top: 27.08px;
    padding-bottom: 27.08px;
  }

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

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

  .lg\:\!pr-spacing-2xl {
    padding-right: 28px !important;
  }

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

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

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

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

  .lg\:pb-60 {
    padding-bottom: 15rem;
  }

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

  .lg\:pb-\[18\.5px\] {
    padding-bottom: 18.5px;
  }

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

  .lg\:pb-\[unset\] {
    padding-bottom: 0;
    padding-bottom: initial;
  }

  .lg\:pe-\[60px\] {
    -webkit-padding-end: 60px;
            padding-inline-end: 60px;
  }

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

  .lg\:pl-\[6\.76px\] {
    padding-left: 6.76px;
  }

  .lg\:pl-\[unset\] {
    padding-left: 0;
    padding-left: initial;
  }

  .lg\:pl-spacing-5xl {
    padding-left: 40px;
  }

  .lg\:pr-\[21rem\] {
    padding-right: 21rem;
  }

  .lg\:pr-\[23rem\] {
    padding-right: 23rem;
  }

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

  .lg\:pr-\[4\.82px\] {
    padding-right: 4.82px;
  }

  .lg\:pr-\[8\.45px\] {
    padding-right: 8.45px;
  }

  .lg\:ps-\[60px\] {
    -webkit-padding-start: 60px;
            padding-inline-start: 60px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-60 {
    padding-top: 15rem;
  }

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

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

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

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

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

  .lg\:pt-spacing-3xl {
    padding-top: 32px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-font-size-heading-planCardTitle-lg {
    font-size: 20px;
  }

  .lg\:text-font-size-heading-sectionTitle-h2-lg {
    font-size: 42px;
  }

  .lg\:text-font-size-heading-sectionTitle-h2-xl {
    font-size: 48px;
  }

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

  .lg\:text-font-size-paragraph-legal-lg {
    font-size: 16px;
  }

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

  .lg\:text-font-size-regular-xl {
    font-size: 24px;
  }

  .lg\:text-fontSize-bold-font-size-20 {
    font-size: 20px;
  }

  .lg\:text-fontSize-heading-planCardTitle-lg {
    font-size: 20px;
  }

  .lg\:text-fontSize-paragraph-body-lg {
    font-size: 24px;
  }

  .lg\:text-fontSize-paragraph-body-md {
    font-size: 20px;
  }

  .lg\:text-fontSize-subText-primary-lg {
    font-size: 20px;
  }

  .lg\:text-fontSize-subText-secondary-lg {
    font-size: 16px;
  }

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

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

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

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

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

  .lg\:leading-\[120\%\] {
    line-height: 120%;
  }

  .lg\:leading-\[130\%\] {
    line-height: 130%;
  }

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

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

  .lg\:leading-line-height-2xl {
    line-height: 28px;
  }

  .lg\:leading-line-height-3xl {
    line-height: 32px;
  }

  .lg\:leading-line-height-4xl {
    line-height: 36px;
  }

  .lg\:leading-line-height-8xl {
    line-height: 48px;
  }

  .lg\:leading-line-height-9xl {
    line-height: 56px;
  }

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

  .lg\:leading-line-height-xl {
    line-height: 24px;
  }

  .lg\:leading-lineHeight-2xl {
    line-height: 28px;
  }

  .lg\:tracking-\[1\.8px\] {
    letter-spacing: 1.8px;
  }

  .lg\:text-color-content-text-primary {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .lg\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .lg\:first\:pl-8:first-child {
    padding-left: 2rem;
  }

  .lg\:last\:pr-8:last-child {
    padding-right: 2rem;
  }

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

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1440px) {

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

  .xl\:left-\[23px\] {
    left: 23px;
  }

  .xl\:left-\[455px\] {
    left: 455px;
  }

  .xl\:right-7 {
    right: 1.75rem;
  }

  .xl\:right-\[10px\] {
    right: 10px;
  }

  .xl\:top-\[19px\] {
    top: 19px;
  }

  .xl\:top-\[219px\] {
    top: 219px;
  }

  .xl\:top-\[261px\] {
    top: 261px;
  }

  .xl\:-ml-\[180px\] {
    margin-left: -180px;
  }

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

  .xl\:mt-\[1rem\] {
    margin-top: 1rem;
  }

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

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

  .xl\:h-\[25\.629px\] {
    height: 25.629px;
  }

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

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

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

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

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

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

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

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

  .xl\:max-h-fit {
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }

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

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

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

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

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

  .xl\:w-1\/4 {
    width: 25%;
  }

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

  .xl\:w-\[23\.066px\] {
    width: 23.066px;
  }

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

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

  .xl\:w-\[45\.63px\] {
    width: 45.63px;
  }

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

  .xl\:w-\[503\.2px\] {
    width: 503.2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:basis-\[300px\] {
    flex-basis: 300px;
  }

  .xl\:scroll-mt-\[140px\] {
    scroll-margin-top: 140px;
  }

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

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

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

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

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[160\] {
    gap: 160;
  }

  .xl\:gap-\[160px\] {
    gap: 160px;
  }

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

  .xl\:gap-\[36px\] {
    gap: 36px;
  }

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

  .xl\:gap-\[70px\] {
    gap: 70px;
  }

  .xl\:gap-\[72px\] {
    gap: 72px;
  }

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

  .xl\:gap-spacing-10xl {
    gap: 80px;
  }

  .xl\:bg-cover {
    background-size: cover;
  }

  .xl\:p-spacing-11xl {
    padding: 88px;
  }

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

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

  .xl\:px-spacing-10xl {
    padding-left: 80px;
    padding-right: 80px;
  }

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

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

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

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

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

  .xl\:pe-\[80px\] {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }

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

  .xl\:pr-\[21rem\] {
    padding-right: 21rem;
  }

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

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

  .xl\:ps-\[80px\] {
    -webkit-padding-start: 80px;
            padding-inline-start: 80px;
  }

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

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

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

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

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

  .xl\:text-font-size-heading-sectionTitle-h1-xl {
    font-size: 64px;
  }

  .xl\:text-fontSize-subText-primary-xl {
    font-size: 24px;
  }

  .xl\:text-fontSize-subText-secondary-xl {
    font-size: 20px;
  }

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

  .xl\:leading-\[120\%\] {
    line-height: 120%;
  }

  .xl\:leading-\[130\%\] {
    line-height: 130%;
  }

  .xl\:leading-line-height-11xl {
    line-height: 72px;
  }

  .xl\:tracking-\[1\.8px\] {
    letter-spacing: 1.8px;
  }

  .xl\:first\:pl-0:first-child {
    padding-left: 0px;
  }

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

@media (min-width: 1920px) {

  .\32xl\:right-9 {
    right: 2.25rem;
  }

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

  .\32xl\:right-\[26px\] {
    right: 26px;
  }

  .\32xl\:right-\[57px\] {
    right: 57px;
  }

  .\32xl\:right-\[6rem\] {
    right: 6rem;
  }

  .\32xl\:top-\[10\%\] {
    top: 10%;
  }

  .\32xl\:top-\[104px\] {
    top: 104px;
  }

  .\32xl\:top-\[5rem\] {
    top: 5rem;
  }

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

  .\32xl\:-ml-\[20px\] {
    margin-left: -20px;
  }

  .\32xl\:-ml-\[230px\] {
    margin-left: -230px;
  }

  .\32xl\:-mt-\[350px\] {
    margin-top: -350px;
  }

  .\32xl\:-mt-\[430px\] {
    margin-top: -430px;
  }

  .\32xl\:mb-spacing-3xs {
    margin-bottom: 10px;
  }

  .\32xl\:mb-spacing-spacing-16 {
    margin-bottom: 16px;
  }

  .\32xl\:ml-\[4rem\] {
    margin-left: 4rem;
  }

  .\32xl\:ml-\[5rem\] {
    margin-left: 5rem;
  }

  .\32xl\:ml-spacing-2xs {
    margin-left: 14px;
  }

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

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-\[182px\] {
    margin-top: 182px;
  }

  .\32xl\:mt-spacing-spacing-24 {
    margin-top: 24px;
  }

  .\32xl\:h-\[159\.8px\] {
    height: 159.8px;
  }

  .\32xl\:h-\[222\.92px\] {
    height: 222.92px;
  }

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

  .\32xl\:h-\[59\.319px\] {
    height: 59.319px;
  }

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

  .\32xl\:h-\[59\.3px\] {
    height: 59.3px;
  }

  .\32xl\:h-\[67\.6px\] {
    height: 67.6px;
  }

  .\32xl\:h-\[75vh\] {
    height: 75vh;
  }

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

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

  .\32xl\:max-h-72 {
    max-height: 18rem;
  }

  .\32xl\:max-h-\[calc\(100vh-182px\)\] {
    max-height: calc(100vh - 182px);
  }

  .\32xl\:max-h-fit {
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }

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

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

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

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

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

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

  .\32xl\:min-h-\[98\.3px\] {
    min-height: 98.3px;
  }

  .\32xl\:w-\[108\%\] {
    width: 108%;
  }

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

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

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

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

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

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

  .\32xl\:w-\[325\.16px\] {
    width: 325.16px;
  }

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

  .\32xl\:w-\[373\.49px\] {
    width: 373.49px;
  }

  .\32xl\:w-\[43\.94px\] {
    width: 43.94px;
  }

  .\32xl\:w-\[59\.319px\] {
    width: 59.319px;
  }

  .\32xl\:w-\[59\.32px\] {
    width: 59.32px;
  }

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

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

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

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

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

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

  .\32xl\:w-\[84\%\] {
    width: 84%;
  }

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

  .\32xl\:min-w-\[204\.1px\] {
    min-width: 204.1px;
  }

  .\32xl\:min-w-\[234px\] {
    min-width: 234px;
  }

  .\32xl\:min-w-\[373px\] {
    min-width: 373px;
  }

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

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

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

  .\32xl\:basis-\[420px\] {
    flex-basis: 420px;
  }

  .\32xl\:scroll-mt-\[160px\] {
    scroll-margin-top: 160px;
  }

  .\32xl\:items-end {
    align-items: flex-end;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:gap-2 {
    gap: 0.5rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

  .\32xl\:gap-\[13\.52px\] {
    gap: 13.52px;
  }

  .\32xl\:gap-\[17\.576px\] {
    gap: 17.576px;
  }

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

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

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

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

  .\32xl\:gap-spacing-10xl {
    gap: 80px;
  }

  .\32xl\:gap-spacing-2xs {
    gap: 14px;
  }

  .\32xl\:gap-spacing-8xl {
    gap: 60px;
  }

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

  .\32xl\:overflow-visible {
    overflow: visible;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:p-\[8\.788px_52\.728px\] {
    padding: 8.788px 52.728px;
  }

  .\32xl\:p-spacing-12xl {
    padding: 110px;
  }

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

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

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

  .\32xl\:px-spacing-10xl {
    padding-left: 80px;
    padding-right: 80px;
  }

  .\32xl\:px-spacing-spacing-54 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .\32xl\:py-\[14\.3px\] {
    padding-top: 14.3px;
    padding-bottom: 14.3px;
  }

  .\32xl\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .\32xl\:py-\[327px\] {
    padding-top: 327px;
    padding-bottom: 327px;
  }

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

  .\32xl\:py-\[35\.15px\] {
    padding-top: 35.15px;
    padding-bottom: 35.15px;
  }

  .\32xl\:py-\[35\.5px\] {
    padding-top: 35.5px;
    padding-bottom: 35.5px;
  }

  .\32xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .\32xl\:py-\[8\.79px\] {
    padding-top: 8.79px;
    padding-bottom: 8.79px;
  }

  .\32xl\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .\32xl\:\!pr-spacing-4xl {
    padding-right: 36px !important;
  }

  .\32xl\:\!pt-4 {
    padding-top: 1rem !important;
  }

  .\32xl\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .\32xl\:pb-\[65px\] {
    padding-bottom: 65px;
  }

  .\32xl\:pe-\[191px\] {
    -webkit-padding-end: 191px;
            padding-inline-end: 191px;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pl-\[191px\] {
    padding-left: 191px;
  }

  .\32xl\:pl-\[8\.79px\] {
    padding-left: 8.79px;
  }

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

  .\32xl\:pr-\[11px\] {
    padding-right: 11px;
  }

  .\32xl\:pr-\[29rem\] {
    padding-right: 29rem;
  }

  .\32xl\:pr-\[32rem\] {
    padding-right: 32rem;
  }

  .\32xl\:pr-\[6\.27px\] {
    padding-right: 6.27px;
  }

  .\32xl\:ps-\[191px\] {
    -webkit-padding-start: 191px;
            padding-inline-start: 191px;
  }

  .\32xl\:pt-\[14px\] {
    padding-top: 14px;
  }

  .\32xl\:pt-\[16px\] {
    padding-top: 16px;
  }

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

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

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

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

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

  .\32xl\:text-font-size-black-md {
    font-size: 28px;
  }

  .\32xl\:text-font-size-heading-planCardTitle-xl {
    font-size: 24px;
  }

  .\32xl\:text-font-size-heading-sectionTitle-h2-xl {
    font-size: 48px;
  }

  .\32xl\:text-font-size-lozenge-xl {
    font-size: 20px;
  }

  .\32xl\:text-font-size-paragraph-body-xl {
    font-size: 28px;
  }

  .\32xl\:text-font-size-paragraph-legal-xl {
    font-size: 20px;
  }

  .\32xl\:text-font-size-regular-2xl {
    font-size: 32px;
  }

  .\32xl\:text-fontSize-bold-font-size-24 {
    font-size: 24px;
  }

  .\32xl\:text-fontSize-heading-planCardTitle-xl {
    font-size: 24px;
  }

  .\32xl\:text-fontSize-paragraph-body-lg {
    font-size: 24px;
  }

  .\32xl\:text-fontSize-paragraph-body-xl {
    font-size: 32px;
  }

  .\32xl\:text-fontSize-subText-primary-2xl {
    font-size: 28px;
  }

  .\32xl\:text-fontSize-subText-secondary-2xl {
    font-size: 24px;
  }

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

  .\32xl\:leading-\[120\%\] {
    line-height: 120%;
  }

  .\32xl\:leading-\[130\%\] {
    line-height: 130%;
  }

  .\32xl\:leading-line-height-2xl {
    line-height: 28px;
  }

  .\32xl\:leading-line-height-3xl {
    line-height: 32px;
  }

  .\32xl\:leading-line-height-4xl {
    line-height: 36px;
  }

  .\32xl\:leading-line-height-7xl {
    line-height: 44px;
  }

  .\32xl\:leading-line-height-9xl {
    line-height: 56px;
  }

  .\32xl\:leading-line-height-xl {
    line-height: 24px;
  }

  .\32xl\:leading-lineHeight-4xl {
    line-height: 36px;
  }

  .\32xl\:tracking-\[1\.8px\] {
    letter-spacing: 1.8px;
  }

  .\32xl\:shadow-modal-xl {
    box-shadow: inset 45.500003814697266px 37.70000076293945px 91.7800064086914px 0px #00000040, inset -40.30000305175781px -74.10000610351562px 148.3300018310547px 13.000000953674316px #363fbc1f, 0px 5.200000286102295px 33.150001525878906px 0px #00000073;
  }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-\[9999px\]::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:border-0::-webkit-scrollbar-thumb {
  border-width: 0px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#D9D9D9\]::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track\]\:rounded-\[9999px\]::-webkit-scrollbar-track {
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track {
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:w-\[7px\]::-webkit-scrollbar {
  width: 7px;
}

@media (min-width: 768px) {

  .md\:\[\&\:\:-webkit-scrollbar\]\:w-0::-webkit-scrollbar {
    width: 0px;
  }
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --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));
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-10 svg {
  width: 2.5rem;
  height: 2.5rem;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:size-6 svg {
  width: 1.5rem;
  height: 1.5rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

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


/*# sourceMappingURL=main.5c0c2062.css.map*/