/*
! tailwindcss v3.3.6 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::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:  ;
}.container {
  width: 100%;
}@media (min-width: 375px) {

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

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

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

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

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

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

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

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

  .container {
    max-width: 1600px;
  }
}.pointer-events-none {
  pointer-events: none;
}.visible {
  visibility: visible;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.inset-0 {
  inset: 0px;
}.bottom-0 {
  bottom: 0px;
}.bottom-3 {
  bottom: 0.75rem;
}.bottom-4 {
  bottom: 1rem;
}.bottom-6 {
  bottom: 1.5rem;
}.bottom-8 {
  bottom: 2rem;
}.bottom-\[-12px\] {
  bottom: -12px;
}.bottom-\[100px\] {
  bottom: 100px;
}.bottom-\[16px\] {
  bottom: 16px;
}.bottom-\[20px\] {
  bottom: 20px;
}.bottom-\[40px\] {
  bottom: 40px;
}.bottom-\[48px\] {
  bottom: 48px;
}.bottom-\[56px\] {
  bottom: 56px;
}.bottom-\[80px\] {
  bottom: 80px;
}.bottom-\[88px\] {
  bottom: 88px;
}.left-0 {
  left: 0px;
}.left-1\/2 {
  left: 50%;
}.left-6 {
  left: 1.5rem;
}.left-\[-12px\] {
  left: -12px;
}.left-\[-13px\] {
  left: -13px;
}.left-\[-20px\] {
  left: -20px;
}.left-\[-4px\] {
  left: -4px;
}.left-\[-6px\] {
  left: -6px;
}.left-\[12px\] {
  left: 12px;
}.left-\[16px\] {
  left: 16px;
}.left-\[177px\] {
  left: 177px;
}.left-\[24px\] {
  left: 24px;
}.left-\[28px\] {
  left: 28px;
}.left-\[50\%\] {
  left: 50%;
}.left-\[7px\] {
  left: 7px;
}.right-0 {
  right: 0px;
}.right-3 {
  right: 0.75rem;
}.right-5 {
  right: 1.25rem;
}.right-\[-12px\] {
  right: -12px;
}.right-\[-15px\] {
  right: -15px;
}.right-\[-20px\] {
  right: -20px;
}.right-\[-4px\] {
  right: -4px;
}.right-\[-6px\] {
  right: -6px;
}.right-\[-7px\] {
  right: -7px;
}.right-\[10px\] {
  right: 10px;
}.right-\[16px\] {
  right: 16px;
}.right-\[24px\] {
  right: 24px;
}.right-\[50\%\] {
  right: 50%;
}.right-\[58px\] {
  right: 58px;
}.right-\[5px\] {
  right: 5px;
}.right-\[65px\] {
  right: 65px;
}.top-0 {
  top: 0px;
}.top-2 {
  top: 0.5rem;
}.top-3 {
  top: 0.75rem;
}.top-5 {
  top: 1.25rem;
}.top-8 {
  top: 2rem;
}.top-\[-10px\] {
  top: -10px;
}.top-\[-12px\] {
  top: -12px;
}.top-\[-20px\] {
  top: -20px;
}.top-\[-28px\] {
  top: -28px;
}.top-\[-30px\] {
  top: -30px;
}.top-\[-33px\] {
  top: -33px;
}.top-\[-40px\] {
  top: -40px;
}.top-\[-47px\] {
  top: -47px;
}.top-\[-50px\] {
  top: -50px;
}.top-\[-90px\] {
  top: -90px;
}.top-\[12px\] {
  top: 12px;
}.top-\[16px\] {
  top: 16px;
}.top-\[25\%\] {
  top: 25%;
}.top-\[50\%\] {
  top: 50%;
}.top-\[50px\] {
  top: 50px;
}.top-\[56px\] {
  top: 56px;
}.top-\[60\%\] {
  top: 60%;
}.top-\[60px\] {
  top: 60px;
}.top-\[7px\] {
  top: 7px;
}.top-\[90px\] {
  top: 90px;
}.top-\[93px\] {
  top: 93px;
}.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-\[-1\] {
  z-index: -1;
}.z-\[10000\] {
  z-index: 10000;
}.z-\[1000\] {
  z-index: 1000;
}.z-\[1001\] {
  z-index: 1001;
}.z-\[100\] {
  z-index: 100;
}.z-\[101\] {
  z-index: 101;
}.z-\[10\] {
  z-index: 10;
}.z-\[1900\] {
  z-index: 1900;
}.z-\[1\] {
  z-index: 1;
}.z-\[200\] {
  z-index: 200;
}.z-\[20\] {
  z-index: 20;
}.z-\[2\] {
  z-index: 2;
}.z-\[998\] {
  z-index: 998;
}.z-\[999\] {
  z-index: 999;
}.m-0 {
  margin: 0px;
}.m-5 {
  margin: 1.25rem;
}.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}.mx-\[19px\] {
  margin-left: 19px;
  margin-right: 19px;
}.mx-\[35px\] {
  margin-left: 35px;
  margin-right: 35px;
}.mx-\[6px\] {
  margin-left: 6px;
  margin-right: 6px;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.my-\[22px\] {
  margin-top: 22px;
  margin-bottom: 22px;
}.my-\[44px\] {
  margin-top: 44px;
  margin-bottom: 44px;
}.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}.my-\[56px\] {
  margin-top: 56px;
  margin-bottom: 56px;
}.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}.mb-1 {
  margin-bottom: 0.25rem;
}.mb-10 {
  margin-bottom: 2.5rem;
}.mb-2 {
  margin-bottom: 0.5rem;
}.mb-3 {
  margin-bottom: 0.75rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-5 {
  margin-bottom: 1.25rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-7 {
  margin-bottom: 1.75rem;
}.mb-8 {
  margin-bottom: 2rem;
}.mb-\[18px\] {
  margin-bottom: 18px;
}.mb-\[20px\] {
  margin-bottom: 20px;
}.mb-\[2px\] {
  margin-bottom: 2px;
}.mb-\[30px\] {
  margin-bottom: 30px;
}.mb-\[44px\] {
  margin-bottom: 44px;
}.mb-\[48px\] {
  margin-bottom: 48px;
}.mb-\[50px\] {
  margin-bottom: 50px;
}.mb-\[56px\] {
  margin-bottom: 56px;
}.mb-\[60px\] {
  margin-bottom: 60px;
}.mb-\[6px\] {
  margin-bottom: 6px;
}.mb-\[86px\] {
  margin-bottom: 86px;
}.mb-\[88px\] {
  margin-bottom: 88px;
}.mb-\[8px\] {
  margin-bottom: 8px;
}.ml-12 {
  margin-left: 3rem;
}.ml-14 {
  margin-left: 3.5rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-2\.5 {
  margin-left: 0.625rem;
}.ml-3 {
  margin-left: 0.75rem;
}.ml-4 {
  margin-left: 1rem;
}.ml-5 {
  margin-left: 1.25rem;
}.ml-6 {
  margin-left: 1.5rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-\[-150px\] {
  margin-left: -150px;
}.ml-\[-48px\] {
  margin-left: -48px;
}.ml-\[24px\] {
  margin-left: 24px;
}.mr-1 {
  margin-right: 0.25rem;
}.mr-1\.5 {
  margin-right: 0.375rem;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-5 {
  margin-right: 1.25rem;
}.mr-\[18px\] {
  margin-right: 18px;
}.mr-\[4px\] {
  margin-right: 4px;
}.mt-0 {
  margin-top: 0px;
}.mt-1 {
  margin-top: 0.25rem;
}.mt-1\.5 {
  margin-top: 0.375rem;
}.mt-10 {
  margin-top: 2.5rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-2\.5 {
  margin-top: 0.625rem;
}.mt-3 {
  margin-top: 0.75rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-5 {
  margin-top: 1.25rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-7 {
  margin-top: 1.75rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-9 {
  margin-top: 2.25rem;
}.mt-\[100px\] {
  margin-top: 100px;
}.mt-\[107px\] {
  margin-top: 107px;
}.mt-\[120px\] {
  margin-top: 120px;
}.mt-\[130px\] {
  margin-top: 130px;
}.mt-\[140px\] {
  margin-top: 140px;
}.mt-\[148px\] {
  margin-top: 148px;
}.mt-\[14px\] {
  margin-top: 14px;
}.mt-\[150px\] {
  margin-top: 150px;
}.mt-\[155px\] {
  margin-top: 155px;
}.mt-\[16px\] {
  margin-top: 16px;
}.mt-\[18px\] {
  margin-top: 18px;
}.mt-\[194px\] {
  margin-top: 194px;
}.mt-\[1px\] {
  margin-top: 1px;
}.mt-\[20px\] {
  margin-top: 20px;
}.mt-\[24px\] {
  margin-top: 24px;
}.mt-\[270px\] {
  margin-top: 270px;
}.mt-\[27px\] {
  margin-top: 27px;
}.mt-\[28px\] {
  margin-top: 28px;
}.mt-\[2px\] {
  margin-top: 2px;
}.mt-\[30px\] {
  margin-top: 30px;
}.mt-\[32px\] {
  margin-top: 32px;
}.mt-\[36px\] {
  margin-top: 36px;
}.mt-\[3px\] {
  margin-top: 3px;
}.mt-\[40px\] {
  margin-top: 40px;
}.mt-\[42px\] {
  margin-top: 42px;
}.mt-\[44px\] {
  margin-top: 44px;
}.mt-\[45px\] {
  margin-top: 45px;
}.mt-\[48px\] {
  margin-top: 48px;
}.mt-\[50px\] {
  margin-top: 50px;
}.mt-\[55px\] {
  margin-top: 55px;
}.mt-\[56px\] {
  margin-top: 56px;
}.mt-\[5px\] {
  margin-top: 5px;
}.mt-\[60px\] {
  margin-top: 60px;
}.mt-\[62px\] {
  margin-top: 62px;
}.mt-\[64px\] {
  margin-top: 64px;
}.mt-\[6px\] {
  margin-top: 6px;
}.mt-\[70px\] {
  margin-top: 70px;
}.mt-\[72px\] {
  margin-top: 72px;
}.mt-\[73px\] {
  margin-top: 73px;
}.mt-\[75px\] {
  margin-top: 75px;
}.mt-\[78px\] {
  margin-top: 78px;
}.mt-\[80px\] {
  margin-top: 80px;
}.mt-\[85px\] {
  margin-top: 85px;
}.mt-\[88px\] {
  margin-top: 88px;
}.mt-\[90px\] {
  margin-top: 90px;
}.mt-\[94px\] {
  margin-top: 94px;
}.mt-\[9px\] {
  margin-top: 9px;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-2 {
  height: 0.5rem;
}.h-3 {
  height: 0.75rem;
}.h-4 {
  height: 1rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-8 {
  height: 2rem;
}.h-9 {
  height: 2.25rem;
}.h-\[100px\] {
  height: 100px;
}.h-\[105px\] {
  height: 105px;
}.h-\[108px\] {
  height: 108px;
}.h-\[113px\] {
  height: 113px;
}.h-\[114px\] {
  height: 114px;
}.h-\[117px\] {
  height: 117px;
}.h-\[118px\] {
  height: 118px;
}.h-\[120px\] {
  height: 120px;
}.h-\[123px\] {
  height: 123px;
}.h-\[132px\] {
  height: 132px;
}.h-\[14px\] {
  height: 14px;
}.h-\[154px\] {
  height: 154px;
}.h-\[170px\] {
  height: 170px;
}.h-\[176px\] {
  height: 176px;
}.h-\[182px\] {
  height: 182px;
}.h-\[184px\] {
  height: 184px;
}.h-\[185px\] {
  height: 185px;
}.h-\[18px\] {
  height: 18px;
}.h-\[1px\] {
  height: 1px;
}.h-\[20\%\] {
  height: 20%;
}.h-\[220px\] {
  height: 220px;
}.h-\[230px\] {
  height: 230px;
}.h-\[250px\] {
  height: 250px;
}.h-\[29px\] {
  height: 29px;
}.h-\[31px\] {
  height: 31px;
}.h-\[32px\] {
  height: 32px;
}.h-\[34px\] {
  height: 34px;
}.h-\[399px\] {
  height: 399px;
}.h-\[400px\] {
  height: 400px;
}.h-\[440px\] {
  height: 440px;
}.h-\[44px\] {
  height: 44px;
}.h-\[450px\] {
  height: 450px;
}.h-\[46px\] {
  height: 46px;
}.h-\[47px\] {
  height: 47px;
}.h-\[48px\] {
  height: 48px;
}.h-\[50\%\] {
  height: 50%;
}.h-\[50px\] {
  height: 50px;
}.h-\[51px\] {
  height: 51px;
}.h-\[52px\] {
  height: 52px;
}.h-\[53px\] {
  height: 53px;
}.h-\[54px\] {
  height: 54px;
}.h-\[56px\] {
  height: 56px;
}.h-\[60px\] {
  height: 60px;
}.h-\[61px\] {
  height: 61px;
}.h-\[62px\] {
  height: 62px;
}.h-\[64px\] {
  height: 64px;
}.h-\[68px\] {
  height: 68px;
}.h-\[69px\] {
  height: 69px;
}.h-\[71px\] {
  height: 71px;
}.h-\[72px\] {
  height: 72px;
}.h-\[78px\] {
  height: 78px;
}.h-\[80px\] {
  height: 80px;
}.h-\[83vh\] {
  height: 83vh;
}.h-\[85\%\] {
  height: 85%;
}.h-\[85px\] {
  height: 85px;
}.h-\[87px\] {
  height: 87px;
}.h-\[8px\] {
  height: 8px;
}.h-\[90px\] {
  height: 90px;
}.h-\[93\%\] {
  height: 93%;
}.h-\[95px\] {
  height: 95px;
}.h-\[calc\(100\%-var\(--position\)\)\] {
  height: calc(100% - var(--position));
}.h-auto {
  height: auto;
}.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}.h-full {
  height: 100%;
}.h-screen {
  height: 100vh;
}.min-h-screen {
  min-height: 100vh;
}.w-1 {
  width: 0.25rem;
}.w-10 {
  width: 2.5rem;
}.w-2 {
  width: 0.5rem;
}.w-3 {
  width: 0.75rem;
}.w-4 {
  width: 1rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-8 {
  width: 2rem;
}.w-9 {
  width: 2.25rem;
}.w-\[100px\] {
  width: 100px;
}.w-\[104px\] {
  width: 104px;
}.w-\[105px\] {
  width: 105px;
}.w-\[106px\] {
  width: 106px;
}.w-\[108px\] {
  width: 108px;
}.w-\[109px\] {
  width: 109px;
}.w-\[110px\] {
  width: 110px;
}.w-\[111px\] {
  width: 111px;
}.w-\[112px\] {
  width: 112px;
}.w-\[113px\] {
  width: 113px;
}.w-\[114px\] {
  width: 114px;
}.w-\[117px\] {
  width: 117px;
}.w-\[118px\] {
  width: 118px;
}.w-\[120px\] {
  width: 120px;
}.w-\[121px\] {
  width: 121px;
}.w-\[124px\] {
  width: 124px;
}.w-\[128px\] {
  width: 128px;
}.w-\[130px\] {
  width: 130px;
}.w-\[132px\] {
  width: 132px;
}.w-\[133px\] {
  width: 133px;
}.w-\[136px\] {
  width: 136px;
}.w-\[138px\] {
  width: 138px;
}.w-\[140px\] {
  width: 140px;
}.w-\[144px\] {
  width: 144px;
}.w-\[150px\] {
  width: 150px;
}.w-\[152px\] {
  width: 152px;
}.w-\[154px\] {
  width: 154px;
}.w-\[160px\] {
  width: 160px;
}.w-\[162px\] {
  width: 162px;
}.w-\[164px\] {
  width: 164px;
}.w-\[170px\] {
  width: 170px;
}.w-\[172px\] {
  width: 172px;
}.w-\[175px\] {
  width: 175px;
}.w-\[178px\] {
  width: 178px;
}.w-\[180px\] {
  width: 180px;
}.w-\[181px\] {
  width: 181px;
}.w-\[186px\] {
  width: 186px;
}.w-\[188px\] {
  width: 188px;
}.w-\[190px\] {
  width: 190px;
}.w-\[192px\] {
  width: 192px;
}.w-\[194px\] {
  width: 194px;
}.w-\[1px\] {
  width: 1px;
}.w-\[200px\] {
  width: 200px;
}.w-\[205px\] {
  width: 205px;
}.w-\[206px\] {
  width: 206px;
}.w-\[207px\] {
  width: 207px;
}.w-\[208px\] {
  width: 208px;
}.w-\[209px\] {
  width: 209px;
}.w-\[210px\] {
  width: 210px;
}.w-\[212px\] {
  width: 212px;
}.w-\[213px\] {
  width: 213px;
}.w-\[214px\] {
  width: 214px;
}.w-\[215px\] {
  width: 215px;
}.w-\[216px\] {
  width: 216px;
}.w-\[219px\] {
  width: 219px;
}.w-\[220px\] {
  width: 220px;
}.w-\[224px\] {
  width: 224px;
}.w-\[22px\] {
  width: 22px;
}.w-\[234px\] {
  width: 234px;
}.w-\[235px\] {
  width: 235px;
}.w-\[23px\] {
  width: 23px;
}.w-\[240px\] {
  width: 240px;
}.w-\[242px\] {
  width: 242px;
}.w-\[246px\] {
  width: 246px;
}.w-\[247px\] {
  width: 247px;
}.w-\[248px\] {
  width: 248px;
}.w-\[249px\] {
  width: 249px;
}.w-\[24px\] {
  width: 24px;
}.w-\[250px\] {
  width: 250px;
}.w-\[253px\] {
  width: 253px;
}.w-\[254px\] {
  width: 254px;
}.w-\[255px\] {
  width: 255px;
}.w-\[256px\] {
  width: 256px;
}.w-\[259px\] {
  width: 259px;
}.w-\[25px\] {
  width: 25px;
}.w-\[260px\] {
  width: 260px;
}.w-\[262px\] {
  width: 262px;
}.w-\[264px\] {
  width: 264px;
}.w-\[26px\] {
  width: 26px;
}.w-\[270px\] {
  width: 270px;
}.w-\[276px\] {
  width: 276px;
}.w-\[279px\] {
  width: 279px;
}.w-\[280px\] {
  width: 280px;
}.w-\[284px\] {
  width: 284px;
}.w-\[28px\] {
  width: 28px;
}.w-\[290px\] {
  width: 290px;
}.w-\[295px\] {
  width: 295px;
}.w-\[29px\] {
  width: 29px;
}.w-\[2px\] {
  width: 2px;
}.w-\[300px\] {
  width: 300px;
}.w-\[302px\] {
  width: 302px;
}.w-\[307px\] {
  width: 307px;
}.w-\[30px\] {
  width: 30px;
}.w-\[310px\] {
  width: 310px;
}.w-\[311px\] {
  width: 311px;
}.w-\[313px\] {
  width: 313px;
}.w-\[319px\] {
  width: 319px;
}.w-\[31px\] {
  width: 31px;
}.w-\[320px\] {
  width: 320px;
}.w-\[327px\] {
  width: 327px;
}.w-\[330px\] {
  width: 330px;
}.w-\[334px\] {
  width: 334px;
}.w-\[340px\] {
  width: 340px;
}.w-\[344px\] {
  width: 344px;
}.w-\[34px\] {
  width: 34px;
}.w-\[36px\] {
  width: 36px;
}.w-\[37px\] {
  width: 37px;
}.w-\[40px\] {
  width: 40px;
}.w-\[43px\] {
  width: 43px;
}.w-\[44px\] {
  width: 44px;
}.w-\[46px\] {
  width: 46px;
}.w-\[48px\] {
  width: 48px;
}.w-\[4px\] {
  width: 4px;
}.w-\[50px\] {
  width: 50px;
}.w-\[51px\] {
  width: 51px;
}.w-\[52px\] {
  width: 52px;
}.w-\[54px\] {
  width: 54px;
}.w-\[56px\] {
  width: 56px;
}.w-\[60\%\] {
  width: 60%;
}.w-\[60px\] {
  width: 60px;
}.w-\[62px\] {
  width: 62px;
}.w-\[64px\] {
  width: 64px;
}.w-\[65px\] {
  width: 65px;
}.w-\[66\%\] {
  width: 66%;
}.w-\[68px\] {
  width: 68px;
}.w-\[69px\] {
  width: 69px;
}.w-\[75px\] {
  width: 75px;
}.w-\[76px\] {
  width: 76px;
}.w-\[80\%\] {
  width: 80%;
}.w-\[80px\] {
  width: 80px;
}.w-\[85px\] {
  width: 85px;
}.w-\[88px\] {
  width: 88px;
}.w-\[90\%\] {
  width: 90%;
}.w-\[90px\] {
  width: 90px;
}.w-\[92px\] {
  width: 92px;
}.w-\[95px\] {
  width: 95px;
}.w-\[96px\] {
  width: 96px;
}.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}.w-full {
  width: 100%;
}.w-max {
  width: -moz-max-content;
  width: max-content;
}.w-screen {
  width: 100vw;
}.min-w-\[311px\] {
  min-width: 311px;
}.max-w-\[102px\] {
  max-width: 102px;
}.max-w-\[108px\] {
  max-width: 108px;
}.max-w-\[140px\] {
  max-width: 140px;
}.max-w-\[184px\] {
  max-width: 184px;
}.max-w-\[186px\] {
  max-width: 186px;
}.max-w-\[190px\] {
  max-width: 190px;
}.max-w-\[198px\] {
  max-width: 198px;
}.max-w-\[200px\] {
  max-width: 200px;
}.max-w-\[210px\] {
  max-width: 210px;
}.max-w-\[213px\] {
  max-width: 213px;
}.max-w-\[217px\] {
  max-width: 217px;
}.max-w-\[218px\] {
  max-width: 218px;
}.max-w-\[221px\] {
  max-width: 221px;
}.max-w-\[229px\] {
  max-width: 229px;
}.max-w-\[230px\] {
  max-width: 230px;
}.max-w-\[240px\] {
  max-width: 240px;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[254px\] {
  max-width: 254px;
}.max-w-\[257px\] {
  max-width: 257px;
}.max-w-\[260px\] {
  max-width: 260px;
}.max-w-\[282px\] {
  max-width: 282px;
}.max-w-\[290px\] {
  max-width: 290px;
}.max-w-\[300px\] {
  max-width: 300px;
}.max-w-\[310px\] {
  max-width: 310px;
}.max-w-\[313px\] {
  max-width: 313px;
}.max-w-\[320px\] {
  max-width: 320px;
}.max-w-\[322px\] {
  max-width: 322px;
}.max-w-\[330px\] {
  max-width: 330px;
}.max-w-\[332px\] {
  max-width: 332px;
}.max-w-\[334px\] {
  max-width: 334px;
}.max-w-\[340px\] {
  max-width: 340px;
}.max-w-\[346px\] {
  max-width: 346px;
}.max-w-\[350px\] {
  max-width: 350px;
}.max-w-\[364px\] {
  max-width: 364px;
}.max-w-\[366px\] {
  max-width: 366px;
}.max-w-\[370px\] {
  max-width: 370px;
}.max-w-\[375px\] {
  max-width: 375px;
}.max-w-\[382px\] {
  max-width: 382px;
}.max-w-\[386px\] {
  max-width: 386px;
}.max-w-\[400px\] {
  max-width: 400px;
}.max-w-\[410px\] {
  max-width: 410px;
}.max-w-\[420px\] {
  max-width: 420px;
}.max-w-\[428px\] {
  max-width: 428px;
}.max-w-\[430px\] {
  max-width: 430px;
}.max-w-\[440px\] {
  max-width: 440px;
}.max-w-\[450px\] {
  max-width: 450px;
}.max-w-\[468px\] {
  max-width: 468px;
}.max-w-\[500px\] {
  max-width: 500px;
}.max-w-\[540px\] {
  max-width: 540px;
}.max-w-\[75\%\] {
  max-width: 75%;
}.max-w-\[90\%\] {
  max-width: 90%;
}.flex-shrink {
  flex-shrink: 1;
}.shrink-0 {
  flex-shrink: 0;
}.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  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-\[37\%\] {
  --tw-translate-x: 37%;
  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-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));
}.scale-x-\[-1\] {
  --tw-scale-x: -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));
}.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 pulse {

  50% {
    opacity: .5;
  }
}.animate-\[pulse_0\.7s_cubic-bezier\(0\.4\2c 0\2c 0\.6\2c 1\)_infinite\] {
  animation: pulse 0.7s cubic-bezier(0.4,0,0.6,1) infinite;
}@keyframes scroll {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}.animate-scroll {
  animation: scroll 20s linear infinite;
}@keyframes scrollBackwards {

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

  100% {
    transform: translateX(0);
  }
}.animate-scrollBackwards {
  animation: scrollBackwards 20s linear infinite;
}.cursor-default {
  cursor: default;
}.cursor-pointer {
  cursor: pointer;
}.touch-manipulation {
  touch-action: manipulation;
}.resize {
  resize: both;
}.list-disc {
  list-style-type: disc;
}.grid-cols-\[113px_113px_113px\] {
  grid-template-columns: 113px 113px 113px;
}.grid-cols-\[50\%_50\%\] {
  grid-template-columns: 50% 50%;
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.flex-nowrap {
  flex-wrap: nowrap;
}.content-center {
  align-content: center;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.items-stretch {
  align-items: stretch;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.justify-around {
  justify-content: space-around;
}.gap-1 {
  gap: 0.25rem;
}.gap-1\.5 {
  gap: 0.375rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-2\.5 {
  gap: 0.625rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-\[2\.5px\] {
  gap: 2.5px;
}.gap-\[2px\] {
  gap: 2px;
}.gap-\[4px\] {
  gap: 4px;
}.gap-\[7px\] {
  gap: 7px;
}.gap-\[9px\] {
  gap: 9px;
}.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.gap-y-1 {
  row-gap: 0.25rem;
}.gap-y-10 {
  row-gap: 2.5rem;
}.gap-y-2 {
  row-gap: 0.5rem;
}.gap-y-3 {
  row-gap: 0.75rem;
}.gap-y-4 {
  row-gap: 1rem;
}.gap-y-5 {
  row-gap: 1.25rem;
}.gap-y-6 {
  row-gap: 1.5rem;
}.gap-y-8 {
  row-gap: 2rem;
}.gap-y-\[48px\] {
  row-gap: 48px;
}.gap-y-\[6px\] {
  row-gap: 6px;
}.gap-y-\[8px\] {
  row-gap: 8px;
}.overflow-hidden {
  overflow: hidden;
}.overflow-x-auto {
  overflow-x: auto;
}.overflow-x-hidden {
  overflow-x: hidden;
}.overflow-y-hidden {
  overflow-y: hidden;
}.whitespace-nowrap {
  white-space: nowrap;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-\[10px\] {
  border-radius: 10px;
}.rounded-\[12px\] {
  border-radius: 12px;
}.rounded-\[14px\] {
  border-radius: 14px;
}.rounded-\[16px\] {
  border-radius: 16px;
}.rounded-\[18px\] {
  border-radius: 18px;
}.rounded-\[20px\] {
  border-radius: 20px;
}.rounded-\[24px\] {
  border-radius: 24px;
}.rounded-\[25px\] {
  border-radius: 25px;
}.rounded-\[28px\] {
  border-radius: 28px;
}.rounded-\[32px\] {
  border-radius: 32px;
}.rounded-\[36px\] {
  border-radius: 36px;
}.rounded-\[40px\] {
  border-radius: 40px;
}.rounded-\[44px\] {
  border-radius: 44px;
}.rounded-\[48px\] {
  border-radius: 48px;
}.rounded-\[50\%\] {
  border-radius: 50%;
}.rounded-\[50px\] {
  border-radius: 50px;
}.rounded-\[51px\] {
  border-radius: 51px;
}.rounded-\[55px\] {
  border-radius: 55px;
}.rounded-\[60px\] {
  border-radius: 60px;
}.rounded-\[64px\] {
  border-radius: 64px;
}.rounded-\[72px\] {
  border-radius: 72px;
}.rounded-\[8px\] {
  border-radius: 8px;
}.rounded-\[99px\] {
  border-radius: 99px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}.border {
  border-width: 1px;
}.border-\[0\.5px\] {
  border-width: 0.5px;
}.border-\[1\.5px\] {
  border-width: 1.5px;
}.border-\[1px\] {
  border-width: 1px;
}.border-\[2px\] {
  border-width: 2px;
}.border-\[3px\] {
  border-width: 3px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-l-\[3px\] {
  border-left-width: 3px;
}.border-r-\[1px\] {
  border-right-width: 1px;
}.border-solid {
  border-style: solid;
}.border-\[\#2f356b\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 53 107 / var(--tw-border-opacity));
}.border-\[\#3f4259\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 66 89 / var(--tw-border-opacity));
}.border-\[\#8A8FFB\] {
  --tw-border-opacity: 1;
  border-color: rgb(138 143 251 / var(--tw-border-opacity));
}.border-\[\#A5A1CE\] {
  --tw-border-opacity: 1;
  border-color: rgb(165 161 206 / var(--tw-border-opacity));
}.border-\[\#A7A7A7\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 167 167 / var(--tw-border-opacity));
}.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}.border-\[\#F2F4F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}.border-\[\#F3F3F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}.border-\[\#FFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-\[\#b9bec331\] {
  border-color: #b9bec331;
}.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}.border-\[rgb\(255\2c 255\2c 255\2c 0\.2\)\] {
  border-color: rgb(255,255,255,0.2);
}.border-\[rgba\(170\2c 180\2c 191\2c 0\.4\)\] {
  border-color: rgba(170,180,191,0.4);
}.border-b-\[\#8E8E92\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(142 142 146 / var(--tw-border-opacity));
}.border-b-\[\#D5D5D7\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 215 / var(--tw-border-opacity));
}.border-l-\[\#000\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-r-\[\#8E8E92\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(142 142 146 / var(--tw-border-opacity));
}.bg-\[\#000000b3\] {
  background-color: #000000b3;
}.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-\[\#007AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity));
}.bg-\[\#009AFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 255 / var(--tw-bg-opacity));
}.bg-\[\#00E660\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 230 96 / var(--tw-bg-opacity));
}.bg-\[\#011A5B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 26 91 / var(--tw-bg-opacity));
}.bg-\[\#02041B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 4 27 / var(--tw-bg-opacity));
}.bg-\[\#040521\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 5 33 / var(--tw-bg-opacity));
}.bg-\[\#040C2E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 12 46 / var(--tw-bg-opacity));
}.bg-\[\#0584FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 132 255 / var(--tw-bg-opacity));
}.bg-\[\#080A1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 10 28 / var(--tw-bg-opacity));
}.bg-\[\#081223\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 18 35 / var(--tw-bg-opacity));
}.bg-\[\#0B0B0D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 11 13 / var(--tw-bg-opacity));
}.bg-\[\#0C0F1E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 15 30 / var(--tw-bg-opacity));
}.bg-\[\#0C2046\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 32 70 / var(--tw-bg-opacity));
}.bg-\[\#0E0E0E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 14 / var(--tw-bg-opacity));
}.bg-\[\#101639\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 22 57 / var(--tw-bg-opacity));
}.bg-\[\#106EFE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 110 254 / var(--tw-bg-opacity));
}.bg-\[\#111423\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 20 35 / var(--tw-bg-opacity));
}.bg-\[\#121212\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}.bg-\[\#121423\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 35 / var(--tw-bg-opacity));
}.bg-\[\#121929\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 25 41 / var(--tw-bg-opacity));
}.bg-\[\#14D032\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 208 50 / var(--tw-bg-opacity));
}.bg-\[\#15172D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 45 / var(--tw-bg-opacity));
}.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
}.bg-\[\#171717\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}.bg-\[\#171C27\] {
  --tw-bg-opacity: 1;
  background-color: rgb(23 28 39 / var(--tw-bg-opacity));
}.bg-\[\#191B34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 52 / var(--tw-bg-opacity));
}.bg-\[\#1A1A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}.bg-\[\#1D23AA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 35 170 / var(--tw-bg-opacity));
}.bg-\[\#1F2236\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 54 / var(--tw-bg-opacity));
}.bg-\[\#208BFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(32 139 255 / var(--tw-bg-opacity));
}.bg-\[\#212731\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 39 49 / var(--tw-bg-opacity));
}.bg-\[\#232038\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 32 56 / var(--tw-bg-opacity));
}.bg-\[\#24284B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 40 75 / var(--tw-bg-opacity));
}.bg-\[\#27293B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 41 59 / var(--tw-bg-opacity));
}.bg-\[\#273246\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 50 70 / var(--tw-bg-opacity));
}.bg-\[\#2A0EB0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 14 176 / var(--tw-bg-opacity));
}.bg-\[\#2EC4B6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(46 196 182 / var(--tw-bg-opacity));
}.bg-\[\#3478F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 120 246 / var(--tw-bg-opacity));
}.bg-\[\#3940E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 64 232 / var(--tw-bg-opacity));
}.bg-\[\#3E50E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 80 232 / var(--tw-bg-opacity));
}.bg-\[\#4B47FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(75 71 255 / var(--tw-bg-opacity));
}.bg-\[\#4CAF50\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 80 / var(--tw-bg-opacity));
}.bg-\[\#4F75FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 117 255 / var(--tw-bg-opacity));
}.bg-\[\#4c4c4c74\] {
  background-color: #4c4c4c74;
}.bg-\[\#ADB8BA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 184 186 / var(--tw-bg-opacity));
}.bg-\[\#BAC9D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(186 201 208 / var(--tw-bg-opacity));
}.bg-\[\#C0DCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 220 255 / var(--tw-bg-opacity));
}.bg-\[\#C0F4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 244 255 / var(--tw-bg-opacity));
}.bg-\[\#C6C6C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(198 198 200 / var(--tw-bg-opacity));
}.bg-\[\#CAFF86\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 255 134 / var(--tw-bg-opacity));
}.bg-\[\#D5FAD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 250 210 / var(--tw-bg-opacity));
}.bg-\[\#DBDEFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 222 252 / var(--tw-bg-opacity));
}.bg-\[\#DBF651\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 246 81 / var(--tw-bg-opacity));
}.bg-\[\#E0DDDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 221 221 / var(--tw-bg-opacity));
}.bg-\[\#E0F5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 245 250 / var(--tw-bg-opacity));
}.bg-\[\#E0FF22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 34 / var(--tw-bg-opacity));
}.bg-\[\#E3F0FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 240 255 / var(--tw-bg-opacity));
}.bg-\[\#E5F0FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 240 254 / var(--tw-bg-opacity));
}.bg-\[\#EAEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity));
}.bg-\[\#ECF4FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 252 / var(--tw-bg-opacity));
}.bg-\[\#ED3A4A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 58 74 / var(--tw-bg-opacity));
}.bg-\[\#EDEBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 255 / var(--tw-bg-opacity));
}.bg-\[\#EDF6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 246 255 / var(--tw-bg-opacity));
}.bg-\[\#F1F4F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 248 / var(--tw-bg-opacity));
}.bg-\[\#F22252\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 34 82 / var(--tw-bg-opacity));
}.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}.bg-\[\#F2F2F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 247 / var(--tw-bg-opacity));
}.bg-\[\#F2F3F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 248 / var(--tw-bg-opacity));
}.bg-\[\#F2F4F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 248 / var(--tw-bg-opacity));
}.bg-\[\#F2F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 255 / var(--tw-bg-opacity));
}.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-\[\#F6F7FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 255 / var(--tw-bg-opacity));
}.bg-\[\#F6FCFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 252 255 / var(--tw-bg-opacity));
}.bg-\[\#F7F8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 255 / var(--tw-bg-opacity));
}.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}.bg-\[\#FA573F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 87 63 / var(--tw-bg-opacity));
}.bg-\[\#FAD24C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 210 76 / var(--tw-bg-opacity));
}.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}.bg-\[\#FBFBFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 255 / var(--tw-bg-opacity));
}.bg-\[\#FF9F1C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 159 28 / var(--tw-bg-opacity));
}.bg-\[\#FFDEF8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 248 / var(--tw-bg-opacity));
}.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#c9c9c9c0\] {
  background-color: #c9c9c9c0;
}.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#ffffff39\] {
  background-color: #ffffff39;
}.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[rgba\(171\2c _171\2c _171\2c _0\.07\)\] {
  background-color: rgba(171, 171, 171, 0.07);
}.bg-\[rgba\(255\2c _255\2c _255\2c _0\.05\)\] {
  background-color: rgba(255, 255, 255, 0.05);
}.bg-\[rgba\(86\2c 94\2c 138\2c 0\.50\)\] {
  background-color: rgba(86,94,138,0.50);
}.bg-\[rgba\(89\2c _85\2c _122\2c _0\.7\)\] {
  background-color: rgba(89, 85, 122, 0.7);
}.bg-\[rgba\(89\2c _85\2c _122\2c _0\.70\)\] {
  background-color: rgba(89, 85, 122, 0.70);
}.bg-\[rgba\(96\2c _101\2c _121\2c _0\.50\)\] {
  background-color: rgba(96, 101, 121, 0.50);
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[linear-gradient\(161deg\2c _\#FFF_-32\.45\%\2c _\#00349A_48\.97\%\2c _\#001236_128\.78\%\)\] {
  background-image: linear-gradient(161deg, #FFF -32.45%, #00349A 48.97%, #001236 128.78%);
}.bg-\[linear-gradient\(164deg\2c _\#F4F4F4_1\.73\%\2c _rgba\(196\2c _196\2c _196\2c _0\.89\)_138\.55\%\)\] {
  background-image: linear-gradient(164deg, #F4F4F4 1.73%, rgba(196, 196, 196, 0.89) 138.55%);
}.bg-\[linear-gradient\(165deg\2c _\#00132A_8\.37\%\2c _\#000_95\.76\%\)\] {
  background-image: linear-gradient(165deg, #00132A 8.37%, #000 95.76%);
}.bg-\[linear-gradient\(166deg\2c _\#E8E0E5_8\.7\%\2c _\#E6A3A3_90\.28\%\)\] {
  background-image: linear-gradient(166deg, #E8E0E5 8.7%, #E6A3A3 90.28%);
}.bg-\[linear-gradient\(168deg\2c _\#E1EEF2_6\.36\%\2c _\#A6D2DC_38\.49\%\2c _\#F7D259_96\.82\%\)\] {
  background-image: linear-gradient(168deg, #E1EEF2 6.36%, #A6D2DC 38.49%, #F7D259 96.82%);
}.bg-\[linear-gradient\(180deg\2c _rgba\(2\2c _4\2c _27\2c _0\.00\)_5\.28\%\2c _\#02041B_60\.67\%\)\] {
  background-image: linear-gradient(180deg, rgba(2, 4, 27, 0.00) 5.28%, #02041B 60.67%);
}.bg-\[linear-gradient\(192deg\2c _\#031543_-7\.93\%\2c _\#01081B_81\.98\%\)\] {
  background-image: linear-gradient(192deg, #031543 -7.93%, #01081B 81.98%);
}.bg-\[linear-gradient\(344deg\2c _\#020202_19\.44\%\2c _\#263843_167\.16\%\)\] {
  background-image: linear-gradient(344deg, #020202 19.44%, #263843 167.16%);
}.bg-\[linear-gradient\(89\.96deg\2c _\#FFFFFF_-350\.38\%\2c _\#1554F5_97\.04\%\)\] {
  background-image: linear-gradient(89.96deg, #FFFFFF -350.38%, #1554F5 97.04%);
}.bg-\[linear-gradient\(90deg\2c _\#316ECA_0\%\2c _\#096AFF_100\%\)\] {
  background-image: linear-gradient(90deg, #316ECA 0%, #096AFF 100%);
}.bg-\[linear-gradient\(to_right\2c _\#02041B_0\%\2c _rgba\(2\2c _4\2c _27\2c _0\)_100\%\)\] {
  background-image: linear-gradient(to right, #02041B 0%, rgba(2, 4, 27, 0) 100%);
}.bg-\[radial-gradient\(146\.4\%_29\.14\%_at_-27\.56\%_46\.49\%\2c \#4010FF_0\%\2c \#11117F_33\.69\%\2c \#050621_100\%\)\] {
  background-image: radial-gradient(146.4% 29.14% at -27.56% 46.49%,#4010FF 0%,#11117F 33.69%,#050621 100%);
}.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}.from-\[\#0C0F1E\] {
  --tw-gradient-from: #0C0F1E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 15 30 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[\#4277FF\] {
  --tw-gradient-from: #4277FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 119 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[rgba\(16\2c 145\2c 255\2c 0\.15\)\] {
  --tw-gradient-from: rgba(16,145,255,0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(16, 145, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[rgba\(237\2c 246\2c 255\2c 0\)\] {
  --tw-gradient-from: rgba(237,246,255,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(237, 246, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.from-\[0\.36\%\] {
  --tw-gradient-from-position: 0.36%;
}.via-\[rgba\(152\2c 113\2c 249\2c 0\.15\)\] {
  --tw-gradient-to: rgba(152, 113, 249, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(152,113,249,0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}.to-\[\#0C0F1E\] {
  --tw-gradient-to: #0C0F1E var(--tw-gradient-to-position);
}.to-\[\#4E3CFF\] {
  --tw-gradient-to: #4E3CFF var(--tw-gradient-to-position);
}.to-\[\#EDF6FF\] {
  --tw-gradient-to: #EDF6FF var(--tw-gradient-to-position);
}.to-\[rgba\(152\2c 113\2c 249\2c 0\.15\)\] {
  --tw-gradient-to: rgba(152,113,249,0.15) var(--tw-gradient-to-position);
}.to-\[54\.22\%\] {
  --tw-gradient-to-position: 54.22%;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.p-2 {
  padding: 0.5rem;
}.p-3 {
  padding: 0.75rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.p-\[11px\] {
  padding: 11px;
}.p-\[2px\] {
  padding: 2px;
}.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.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-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}.px-\[31px\] {
  padding-left: 31px;
  padding-right: 31px;
}.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}.px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}.px-\[37px\] {
  padding-left: 37px;
  padding-right: 37px;
}.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}.px-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}.px-\[47px\] {
  padding-left: 47px;
  padding-right: 47px;
}.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}.px-\[53px\] {
  padding-left: 53px;
  padding-right: 53px;
}.px-\[56px\] {
  padding-left: 56px;
  padding-right: 56px;
}.px-\[58px\] {
  padding-left: 58px;
  padding-right: 58px;
}.px-\[62px\] {
  padding-left: 62px;
  padding-right: 62px;
}.px-\[64px\] {
  padding-left: 64px;
  padding-right: 64px;
}.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}.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-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}.py-\[17\.5px\] {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
}.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}.pb-10 {
  padding-bottom: 2.5rem;
}.pb-14 {
  padding-bottom: 3.5rem;
}.pb-2 {
  padding-bottom: 0.5rem;
}.pb-2\.5 {
  padding-bottom: 0.625rem;
}.pb-3 {
  padding-bottom: 0.75rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-5 {
  padding-bottom: 1.25rem;
}.pb-6 {
  padding-bottom: 1.5rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pb-\[100px\] {
  padding-bottom: 100px;
}.pb-\[108px\] {
  padding-bottom: 108px;
}.pb-\[111px\] {
  padding-bottom: 111px;
}.pb-\[120px\] {
  padding-bottom: 120px;
}.pb-\[150px\] {
  padding-bottom: 150px;
}.pb-\[170px\] {
  padding-bottom: 170px;
}.pb-\[26px\] {
  padding-bottom: 26px;
}.pb-\[55px\] {
  padding-bottom: 55px;
}.pb-\[56px\] {
  padding-bottom: 56px;
}.pb-\[6px\] {
  padding-bottom: 6px;
}.pb-\[90px\] {
  padding-bottom: 90px;
}.pl-10 {
  padding-left: 2.5rem;
}.pl-2 {
  padding-left: 0.5rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pl-9 {
  padding-left: 2.25rem;
}.pl-\[14px\] {
  padding-left: 14px;
}.pl-\[18px\] {
  padding-left: 18px;
}.pl-\[47px\] {
  padding-left: 47px;
}.pl-\[6px\] {
  padding-left: 6px;
}.pr-5 {
  padding-right: 1.25rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pr-\[20px\] {
  padding-right: 20px;
}.pt-1 {
  padding-top: 0.25rem;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-3 {
  padding-top: 0.75rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-5 {
  padding-top: 1.25rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-9 {
  padding-top: 2.25rem;
}.pt-\[104px\] {
  padding-top: 104px;
}.pt-\[105px\] {
  padding-top: 105px;
}.pt-\[108px\] {
  padding-top: 108px;
}.pt-\[115px\] {
  padding-top: 115px;
}.pt-\[120px\] {
  padding-top: 120px;
}.pt-\[124px\] {
  padding-top: 124px;
}.pt-\[126px\] {
  padding-top: 126px;
}.pt-\[138px\] {
  padding-top: 138px;
}.pt-\[140px\] {
  padding-top: 140px;
}.pt-\[14px\] {
  padding-top: 14px;
}.pt-\[150px\] {
  padding-top: 150px;
}.pt-\[160px\] {
  padding-top: 160px;
}.pt-\[200px\] {
  padding-top: 200px;
}.pt-\[245px\] {
  padding-top: 245px;
}.pt-\[24px\] {
  padding-top: 24px;
}.pt-\[2px\] {
  padding-top: 2px;
}.pt-\[30px\] {
  padding-top: 30px;
}.pt-\[32px\] {
  padding-top: 32px;
}.pt-\[41px\] {
  padding-top: 41px;
}.pt-\[48px\] {
  padding-top: 48px;
}.pt-\[49px\] {
  padding-top: 49px;
}.pt-\[50px\] {
  padding-top: 50px;
}.pt-\[51px\] {
  padding-top: 51px;
}.pt-\[52px\] {
  padding-top: 52px;
}.pt-\[56px\] {
  padding-top: 56px;
}.pt-\[60px\] {
  padding-top: 60px;
}.pt-\[62px\] {
  padding-top: 62px;
}.pt-\[64px\] {
  padding-top: 64px;
}.pt-\[70px\] {
  padding-top: 70px;
}.pt-\[72px\] {
  padding-top: 72px;
}.pt-\[80px\] {
  padding-top: 80px;
}.pt-\[84px\] {
  padding-top: 84px;
}.pt-\[85px\] {
  padding-top: 85px;
}.pt-\[89px\] {
  padding-top: 89px;
}.pt-\[90px\] {
  padding-top: 90px;
}.pt-\[95px\] {
  padding-top: 95px;
}.pt-\[96px\] {
  padding-top: 96px;
}.pt-\[98px\] {
  padding-top: 98px;
}.text-center {
  text-align: center;
}.text-end {
  text-align: end;
}.font-caveat-regular {
  font-family: Caveat Regular, sans-serif;
}.font-francisco {
  font-family: SF UI Text Regular, sans-serif;
}.font-francisco-bold {
  font-family: SF UI Text Bold, sans-serif;
}.font-francisco-display {
  font-family: SF Pro Display Regular, sans-serif;
}.font-francisco-heavy {
  font-family: SF UI Text Heavy, sans-serif;
}.font-francisco-light {
  font-family: SF UI Text Light, sans-serif;
}.font-francisco-medium {
  font-family: SF UI Text Medium, sans-serif;
}.font-francisco-pro-black {
  font-family: SF Pro Display Black, sans-serif;
}.font-francisco-regular-italic {
  font-family: SF UI Text Italic, sans-serif;
}.font-francisco-rounded-semibold {
  font-family: SF Pro Rounded Semibold, sans-serif;
}.font-francisco-semibold {
  font-family: SF UI Text Semibold, sans-serif;
}.font-francisco-thin {
  font-family: SF UI Text Thin, sans-serif;
}.font-gilroy-bold {
  font-family: Gilroy Bold, sans-serif;
}.font-gilroy-medium {
  font-family: Gilroy Medium, sans-serif;
}.font-gilroy-regular {
  font-family: Gilroy Regular, sans-serif;
}.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}.text-\[10px\] {
  font-size: 10px;
}.text-\[11px\] {
  font-size: 11px;
}.text-\[12px\] {
  font-size: 12px;
}.text-\[13px\] {
  font-size: 13px;
}.text-\[14px\] {
  font-size: 14px;
}.text-\[15px\] {
  font-size: 15px;
}.text-\[16px\] {
  font-size: 16px;
}.text-\[17px\] {
  font-size: 17px;
}.text-\[18px\] {
  font-size: 18px;
}.text-\[19px\] {
  font-size: 19px;
}.text-\[20px\] {
  font-size: 20px;
}.text-\[22px\] {
  font-size: 22px;
}.text-\[23px\] {
  font-size: 23px;
}.text-\[24px\] {
  font-size: 24px;
}.text-\[26px\] {
  font-size: 26px;
}.text-\[28px\] {
  font-size: 28px;
}.text-\[30px\] {
  font-size: 30px;
}.text-\[32px\] {
  font-size: 32px;
}.text-\[33px\] {
  font-size: 33px;
}.text-\[34px\] {
  font-size: 34px;
}.text-\[36px\] {
  font-size: 36px;
}.text-\[37px\] {
  font-size: 37px;
}.text-\[38px\] {
  font-size: 38px;
}.text-\[40px\] {
  font-size: 40px;
}.text-\[43px\] {
  font-size: 43px;
}.text-\[48px\] {
  font-size: 48px;
}.text-\[50px\] {
  font-size: 50px;
}.text-\[60px\] {
  font-size: 60px;
}.text-\[66px\] {
  font-size: 66px;
}.text-\[8px\] {
  font-size: 8px;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-\[300\] {
  font-weight: 300;
}.font-\[500\] {
  font-weight: 500;
}.font-\[700\] {
  font-weight: 700;
}.font-bold {
  font-weight: 700;
}.font-medium {
  font-weight: 500;
}.uppercase {
  text-transform: uppercase;
}.italic {
  font-style: italic;
}.leading-3 {
  line-height: .75rem;
}.leading-4 {
  line-height: 1rem;
}.leading-5 {
  line-height: 1.25rem;
}.leading-6 {
  line-height: 1.5rem;
}.leading-\[100\%\] {
  line-height: 100%;
}.leading-\[10px\] {
  line-height: 10px;
}.leading-\[110\%\] {
  line-height: 110%;
}.leading-\[114\%\] {
  line-height: 114%;
}.leading-\[115\%\] {
  line-height: 115%;
}.leading-\[120\%\] {
  line-height: 120%;
}.leading-\[125\%\] {
  line-height: 125%;
}.leading-\[12px\] {
  line-height: 12px;
}.leading-\[130\%\] {
  line-height: 130%;
}.leading-\[138\%\] {
  line-height: 138%;
}.leading-\[13px\] {
  line-height: 13px;
}.leading-\[140\%\] {
  line-height: 140%;
}.leading-\[145\%\] {
  line-height: 145%;
}.leading-\[14px\] {
  line-height: 14px;
}.leading-\[15px\] {
  line-height: 15px;
}.leading-\[16\.8px\] {
  line-height: 16.8px;
}.leading-\[16px\] {
  line-height: 16px;
}.leading-\[177\%\] {
  line-height: 177%;
}.leading-\[17px\] {
  line-height: 17px;
}.leading-\[18px\] {
  line-height: 18px;
}.leading-\[190\%\] {
  line-height: 190%;
}.leading-\[19px\] {
  line-height: 19px;
}.leading-\[20px\] {
  line-height: 20px;
}.leading-\[21\.6px\] {
  line-height: 21.6px;
}.leading-\[21px\] {
  line-height: 21px;
}.leading-\[22px\] {
  line-height: 22px;
}.leading-\[23px\] {
  line-height: 23px;
}.leading-\[24px\] {
  line-height: 24px;
}.leading-\[25px\] {
  line-height: 25px;
}.leading-\[26px\] {
  line-height: 26px;
}.leading-\[27px\] {
  line-height: 27px;
}.leading-\[28px\] {
  line-height: 28px;
}.leading-\[29px\] {
  line-height: 29px;
}.leading-\[30px\] {
  line-height: 30px;
}.leading-\[31px\] {
  line-height: 31px;
}.leading-\[32px\] {
  line-height: 32px;
}.leading-\[33px\] {
  line-height: 33px;
}.leading-\[34px\] {
  line-height: 34px;
}.leading-\[35px\] {
  line-height: 35px;
}.leading-\[36px\] {
  line-height: 36px;
}.leading-\[38px\] {
  line-height: 38px;
}.leading-\[40px\] {
  line-height: 40px;
}.leading-\[42px\] {
  line-height: 42px;
}.leading-\[44px\] {
  line-height: 44px;
}.leading-\[46px\] {
  line-height: 46px;
}.leading-\[47px\] {
  line-height: 47px;
}.leading-\[48px\] {
  line-height: 48px;
}.leading-\[51px\] {
  line-height: 51px;
}.leading-\[52px\] {
  line-height: 52px;
}.leading-\[54px\] {
  line-height: 54px;
}.leading-\[58px\] {
  line-height: 58px;
}.leading-\[65px\] {
  line-height: 65px;
}.leading-\[66px\] {
  line-height: 66px;
}.leading-\[68px\] {
  line-height: 68px;
}.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}.tracking-\[-0\.06em\] {
  letter-spacing: -0.06em;
}.tracking-\[-0\.07em\] {
  letter-spacing: -0.07em;
}.tracking-\[-0\.08em\] {
  letter-spacing: -0.08em;
}.tracking-\[-0\.099px\] {
  letter-spacing: -0.099px;
}.tracking-\[-0\.11px\] {
  letter-spacing: -0.11px;
}.tracking-\[-0\.15px\] {
  letter-spacing: -0.15px;
}.tracking-\[-0\.22px\] {
  letter-spacing: -0.22px;
}.tracking-\[-0\.323px\] {
  letter-spacing: -0.323px;
}.tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}.tracking-\[-0\.36px\] {
  letter-spacing: -0.36px;
}.tracking-\[-0\.384px\] {
  letter-spacing: -0.384px;
}.tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}.tracking-\[-0\.41px\] {
  letter-spacing: -0.41px;
}.tracking-\[-0\.422px\] {
  letter-spacing: -0.422px;
}.tracking-\[-0\.43px\] {
  letter-spacing: -0.43px;
}.tracking-\[-0\.442px\] {
  letter-spacing: -0.442px;
}.tracking-\[-0\.452px\] {
  letter-spacing: -0.452px;
}.tracking-\[-0\.45px\] {
  letter-spacing: -0.45px;
}.tracking-\[-0\.46px\] {
  letter-spacing: -0.46px;
}.tracking-\[-0\.47px\] {
  letter-spacing: -0.47px;
}.tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}.tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}.tracking-\[-0\.64px\] {
  letter-spacing: -0.64px;
}.tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}.tracking-\[-0\.70px\] {
  letter-spacing: -0.70px;
}.tracking-\[-0\.7px\] {
  letter-spacing: -0.7px;
}.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}.tracking-\[-0\.96px\] {
  letter-spacing: -0.96px;
}.tracking-\[-0\.9px\] {
  letter-spacing: -0.9px;
}.tracking-\[-1\%\] {
  letter-spacing: -1%;
}.tracking-\[-2\%\] {
  letter-spacing: -2%;
}.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}.tracking-\[0\.113px\] {
  letter-spacing: 0.113px;
}.tracking-\[0\.18px\] {
  letter-spacing: 0.18px;
}.tracking-\[0\.26px\] {
  letter-spacing: 0.26px;
}.tracking-\[0\.288px\] {
  letter-spacing: 0.288px;
}.tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}.tracking-\[0\.34px\] {
  letter-spacing: 0.34px;
}.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}.tracking-\[0\.37px\] {
  letter-spacing: 0.37px;
}.tracking-\[0\.384px\] {
  letter-spacing: 0.384px;
}.tracking-\[0\.38px\] {
  letter-spacing: 0.38px;
}.tracking-\[0\.41px\] {
  letter-spacing: 0.41px;
}.tracking-\[0\.44px\] {
  letter-spacing: 0.44px;
}.tracking-\[0\.46px\] {
  letter-spacing: 0.46px;
}.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}.tracking-\[1\.293px\] {
  letter-spacing: 1.293px;
}.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}.tracking-\[1\.3\%\] {
  letter-spacing: 1.3%;
}.tracking-\[2\.4\%\] {
  letter-spacing: 2.4%;
}.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#020202\] {
  --tw-text-opacity: 1;
  color: rgb(2 2 2 / var(--tw-text-opacity));
}.text-\[\#0584FF\] {
  --tw-text-opacity: 1;
  color: rgb(5 132 255 / var(--tw-text-opacity));
}.text-\[\#0A0B13\] {
  --tw-text-opacity: 1;
  color: rgb(10 11 19 / var(--tw-text-opacity));
}.text-\[\#0B79FE\] {
  --tw-text-opacity: 1;
  color: rgb(11 121 254 / var(--tw-text-opacity));
}.text-\[\#0C12A9\] {
  --tw-text-opacity: 1;
  color: rgb(12 18 169 / var(--tw-text-opacity));
}.text-\[\#0E0E0E\] {
  --tw-text-opacity: 1;
  color: rgb(14 14 14 / var(--tw-text-opacity));
}.text-\[\#101010\] {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}.text-\[\#111453\] {
  --tw-text-opacity: 1;
  color: rgb(17 20 83 / var(--tw-text-opacity));
}.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}.text-\[\#161616\] {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}.text-\[\#17181B\] {
  --tw-text-opacity: 1;
  color: rgb(23 24 27 / var(--tw-text-opacity));
}.text-\[\#191919\] {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}.text-\[\#19191A\] {
  --tw-text-opacity: 1;
  color: rgb(25 25 26 / var(--tw-text-opacity));
}.text-\[\#191E3C\] {
  --tw-text-opacity: 1;
  color: rgb(25 30 60 / var(--tw-text-opacity));
}.text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}.text-\[\#1B1A22\] {
  --tw-text-opacity: 1;
  color: rgb(27 26 34 / var(--tw-text-opacity));
}.text-\[\#1B1B1B\] {
  --tw-text-opacity: 1;
  color: rgb(27 27 27 / var(--tw-text-opacity));
}.text-\[\#1B1E30\] {
  --tw-text-opacity: 1;
  color: rgb(27 30 48 / var(--tw-text-opacity));
}.text-\[\#1C2140\] {
  --tw-text-opacity: 1;
  color: rgb(28 33 64 / var(--tw-text-opacity));
}.text-\[\#1D1E21\] {
  --tw-text-opacity: 1;
  color: rgb(29 30 33 / var(--tw-text-opacity));
}.text-\[\#202020\] {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}.text-\[\#208BFF\] {
  --tw-text-opacity: 1;
  color: rgb(32 139 255 / var(--tw-text-opacity));
}.text-\[\#24284B\] {
  --tw-text-opacity: 1;
  color: rgb(36 40 75 / var(--tw-text-opacity));
}.text-\[\#258C62\] {
  --tw-text-opacity: 1;
  color: rgb(37 140 98 / var(--tw-text-opacity));
}.text-\[\#292929\] {
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
}.text-\[\#2A0EB0\] {
  --tw-text-opacity: 1;
  color: rgb(42 14 176 / var(--tw-text-opacity));
}.text-\[\#32394F\] {
  --tw-text-opacity: 1;
  color: rgb(50 57 79 / var(--tw-text-opacity));
}.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#344054\] {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}.text-\[\#3478F6\] {
  --tw-text-opacity: 1;
  color: rgb(52 120 246 / var(--tw-text-opacity));
}.text-\[\#3478f6\] {
  --tw-text-opacity: 1;
  color: rgb(52 120 246 / var(--tw-text-opacity));
}.text-\[\#3787FF\] {
  --tw-text-opacity: 1;
  color: rgb(55 135 255 / var(--tw-text-opacity));
}.text-\[\#383A4E\] {
  --tw-text-opacity: 1;
  color: rgb(56 58 78 / var(--tw-text-opacity));
}.text-\[\#393939\] {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}.text-\[\#397DFF\] {
  --tw-text-opacity: 1;
  color: rgb(57 125 255 / var(--tw-text-opacity));
}.text-\[\#3B3A3A\] {
  --tw-text-opacity: 1;
  color: rgb(59 58 58 / var(--tw-text-opacity));
}.text-\[\#3E3E3E\] {
  --tw-text-opacity: 1;
  color: rgb(62 62 62 / var(--tw-text-opacity));
}.text-\[\#3E83F6\] {
  --tw-text-opacity: 1;
  color: rgb(62 131 246 / var(--tw-text-opacity));
}.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}.text-\[\#4A4A4D\] {
  --tw-text-opacity: 1;
  color: rgb(74 74 77 / var(--tw-text-opacity));
}.text-\[\#4D5274\] {
  --tw-text-opacity: 1;
  color: rgb(77 82 116 / var(--tw-text-opacity));
}.text-\[\#555C8A\] {
  --tw-text-opacity: 1;
  color: rgb(85 92 138 / var(--tw-text-opacity));
}.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}.text-\[\#6B6B6B\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}.text-\[\#6E6E73\] {
  --tw-text-opacity: 1;
  color: rgb(110 110 115 / var(--tw-text-opacity));
}.text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}.text-\[\#78B6FF\] {
  --tw-text-opacity: 1;
  color: rgb(120 182 255 / var(--tw-text-opacity));
}.text-\[\#828799\] {
  --tw-text-opacity: 1;
  color: rgb(130 135 153 / var(--tw-text-opacity));
}.text-\[\#8395B7\] {
  --tw-text-opacity: 1;
  color: rgb(131 149 183 / var(--tw-text-opacity));
}.text-\[\#84848A\] {
  --tw-text-opacity: 1;
  color: rgb(132 132 138 / var(--tw-text-opacity));
}.text-\[\#86858C\] {
  --tw-text-opacity: 1;
  color: rgb(134 133 140 / var(--tw-text-opacity));
}.text-\[\#8A898E\] {
  --tw-text-opacity: 1;
  color: rgb(138 137 142 / var(--tw-text-opacity));
}.text-\[\#8A8A8D\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 141 / var(--tw-text-opacity));
}.text-\[\#8E8D92\] {
  --tw-text-opacity: 1;
  color: rgb(142 141 146 / var(--tw-text-opacity));
}.text-\[\#8E8E92\] {
  --tw-text-opacity: 1;
  color: rgb(142 142 146 / var(--tw-text-opacity));
}.text-\[\#919195\] {
  --tw-text-opacity: 1;
  color: rgb(145 145 149 / var(--tw-text-opacity));
}.text-\[\#99999C\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 156 / var(--tw-text-opacity));
}.text-\[\#9F9FA2\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 162 / var(--tw-text-opacity));
}.text-\[\#A0A8D4\] {
  --tw-text-opacity: 1;
  color: rgb(160 168 212 / var(--tw-text-opacity));
}.text-\[\#A5A1CE\] {
  --tw-text-opacity: 1;
  color: rgb(165 161 206 / var(--tw-text-opacity));
}.text-\[\#A7A7A7\] {
  --tw-text-opacity: 1;
  color: rgb(167 167 167 / var(--tw-text-opacity));
}.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}.text-\[\#AAFD5A\] {
  --tw-text-opacity: 1;
  color: rgb(170 253 90 / var(--tw-text-opacity));
}.text-\[\#B4B4B8\] {
  --tw-text-opacity: 1;
  color: rgb(180 180 184 / var(--tw-text-opacity));
}.text-\[\#C090FF\] {
  --tw-text-opacity: 1;
  color: rgb(192 144 255 / var(--tw-text-opacity));
}.text-\[\#DCB03D\] {
  --tw-text-opacity: 1;
  color: rgb(220 176 61 / var(--tw-text-opacity));
}.text-\[\#DDDFEC\] {
  --tw-text-opacity: 1;
  color: rgb(221 223 236 / var(--tw-text-opacity));
}.text-\[\#ECEEF7\] {
  --tw-text-opacity: 1;
  color: rgb(236 238 247 / var(--tw-text-opacity));
}.text-\[\#F2F2F2\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}.text-\[\#F3F3F3\] {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}.text-\[\#F4F4F4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}.text-\[\#F5F5F5\] {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}.text-\[\#F8F8F8\] {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}.text-\[\#FFAD06\] {
  --tw-text-opacity: 1;
  color: rgb(255 173 6 / var(--tw-text-opacity));
}.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#f4f4f4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}.text-\[19\] {
  color: 19;
}.text-\[rgba\(255\2c _255\2c _255\2c _0\.60\)\] {
  color: rgba(255, 255, 255, 0.60);
}.text-\[rgba\(38\2c _56\2c _84\2c _0\.50\)\] {
  color: rgba(38, 56, 84, 0.50);
}.text-\[rgba\(47\2c _54\2c _91\2c _0\.80\)\] {
  color: rgba(47, 54, 91, 0.80);
}.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-transparent {
  color: transparent;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline {
  text-decoration-line: underline;
}.opacity-50 {
  opacity: 0.5;
}.opacity-\[0\.8\] {
  opacity: 0.8;
}.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_3px_8px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 3px 8px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 3px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_8px_24px_\#68686866\] {
  --tw-shadow: 0 8px 24px #68686866;
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_12px_0px_rgba\(72\2c 72\2c 72\2c 0\.25\)\] {
  --tw-shadow: 0px 0px 12px 0px rgba(72,72,72,0.25);
  --tw-shadow-colored: 0px 0px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_20px_0px_rgba\(73\2c _73\2c _73\2c _0\.10\)\] {
  --tw-shadow: 0px 0px 20px 0px rgba(73, 73, 73, 0.10);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_23\.642px_0px_rgba\(104\2c _104\2c _104\2c _0\.40\)\] {
  --tw-shadow: 0px 0px 23.642px 0px rgba(104, 104, 104, 0.40);
  --tw-shadow-colored: 0px 0px 23.642px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_24px_rgba\(104\2c 104\2c 104\2c 0\.4\)\] {
  --tw-shadow: 0px 0px 24px rgba(104,104,104,0.4);
  --tw-shadow-colored: 0px 0px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_30px_0px_\#C0133B\] {
  --tw-shadow: 0px 0px 30px 0px #C0133B;
  --tw-shadow-colored: 0px 0px 30px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_48px_0px_\#5DD1FE\] {
  --tw-shadow: 0px 0px 48px 0px #5DD1FE;
  --tw-shadow-colored: 0px 0px 48px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_0px_5px_\#666666\] {
  --tw-shadow: 0px 0px 5px #666666;
  --tw-shadow-colored: 0px 0px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_14px_18px_0px_rgba\(0\2c _0\2c _0\2c _0\.26\)\] {
  --tw-shadow: 0px 14px 18px 0px rgba(0, 0, 0, 0.26);
  --tw-shadow-colored: 0px 14px 18px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_2px_8px_0px_\#1F2695\] {
  --tw-shadow: 0px 2px 8px 0px #1F2695;
  --tw-shadow-colored: 0px 2px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[inset_4px_4px_12px_0px_rgba\(4\2c 12\2c 46\2c 0\.5\)\] {
  --tw-shadow: inset 4px 4px 12px 0px rgba(4,12,46,0.5);
  --tw-shadow-colored: inset 4px 4px 12px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline {
  outline-style: solid;
}.blur {
  --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);
}.drop-shadow-\[0_8px_20px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0 8px 20px rgba(0,0,0,0.25));
  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);
}.drop-shadow-\[4px_6px_10px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(4px 6px 10px rgba(0,0,0,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.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-\[0\.5px\] {
  --tw-backdrop-blur: blur(0.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);
}.backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  -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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-\[1s\] {
  transition-property: 1s;
  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-500 {
  transition-duration: 500ms;
}.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.\[transform\:rotateY\(180deg\)\] {
  transform: rotateY(180deg);
}body{margin:0;padding:0;font-family:"SF UI Text","Helvetica Neue",sans-serif}body *{box-sizing:border-box}body a{-webkit-tap-highlight-color:rgba(0,0,0,0)}.body-scroll-none body{position:fixed}.root{width:100vw;height:100vh}.nav-hidden{transform:translateY(-40px)}.nav-block{transform:translateY(0)}.transition{transition:transform .2s}.content{position:absolute;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;transform:translate(-50%, -50%)}.content::-webkit-scrollbar{width:0}.backgraund-space{background:url(a2e99a59a6b423361395.webp) center/contain no-repeat;background-size:430px 100%}.gradient-bg-color{background:url(59e160d8e6db0b9a3e3f.png) center/contain no-repeat;background-size:430px 950px}@media screen and (min-width: 600px){.gradient-bg-color{background:url(59e160d8e6db0b9a3e3f.png) no-repeat}}.pulse-btn{animation:pulse 1s linear infinite}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.2)}}.pulse-blue-button{animation:pulse 1s linear infinite}@keyframes pulse{0%,100%{transform:scale(1)}70%{transform:scale(1.1)}}.trans-bg-globe{background:url(e79fcd6bcea1d196f374.png) center/contain no-repeat;background-size:430px 950px}@media screen and (min-width: 600px){.trans-bg-globe{background:url(e79fcd6bcea1d196f374.png) no-repeat center}}.gradient-blue{background:url(0a28d2c421b9c0877045.webp) center/contain no-repeat;background-size:100% 100%}@media screen and (max-width: 600px){.gradient-blue{background:url(0a28d2c421b9c0877045.webp) center/contain no-repeat;background-size:430px 950px}}.gradient-bg-purple{background:url(c654394ad4f20e117709.webp) center/contain no-repeat;background-size:430px 950px}@media screen and (min-width: 600px){.gradient-bg-purple{background:url(c654394ad4f20e117709.webp) no-repeat}}.back-for-cleaner-39{background:url(30755d90d11491105a8b.webp) center/contain no-repeat;background-size:430px 100%}.get-free-shadow{box-shadow:0px 0px 23.64179px 0px rgba(104,104,104,.4)}.long-bg{background:url(df0f59eddfe5157ee010.png) center/contain no-repeat;background-size:430px 1385px}.bg-black{background:url(27992374d8dfed823d4b.png) center/contain no-repeat;background-size:430px 565px}.bg-assist-text{background:url(19118262fc39f7b32bc4.png) center/contain no-repeat;background-size:430px 100%}.container-sec{display:grid;place-items:center;height:-moz-fit-content;height:fit-content}.container-wrapper{display:grid;place-content:center;position:relative;overflow:hidden;--position: 50%}.image-container{width:100%;height:100%}.slider-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}.image-before{position:absolute;inset:0;width:var(--position)}.slider{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:100%}.slider-line{position:absolute;inset:0;width:.2rem;height:100%;left:var(--position);transform:translateX(-50%);pointer-events:none}.after-text{position:absolute;display:grid;place-items:center;top:10%;left:var(--position);transform:translate(30%, -90%);pointer-events:none}.before-text{position:absolute;display:grid;place-items:center;top:10%;left:var(--position);transform:translate(-135%, -90%);pointer-events:none}.spinner-wrap{position:relative}.spinner-item{border:1px solid #1b2058;border-radius:50%;height:300px;width:300px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);opacity:0;animation:zoom 2s linear .75s infinite}.spinner-item--2{animation-delay:1.25s}.spinner-item--3{animation-delay:1.75s}@keyframes zoom{0%{transform:translate(-50%, -50%) scale(0.2);opacity:0}50%{opacity:.9}100%{transform:translate(-50%, -50%) scale(1);opacity:0}}.background-scan-11{background:url(ca3ffa106d50bc559d1c.webp) center/contain no-repeat;background-size:cover;position:relative}.dots{position:absolute;bottom:10px;left:0;color:#787878;width:100%;margin:0;padding:0;display:flex;justify-content:center}.dots li{list-style:none;width:6px;height:6px;background-color:#787878;margin:8px;border-radius:20px;transition:.5s}.slider-review .dots li.active{background:#106efe}.dots-101{position:absolute;bottom:10px;left:0;color:rgba(88,88,88,.2);width:100%;margin:0;padding:0;display:flex;justify-content:center}.dots-101 li{list-style:none;width:6px;height:6px;background-color:rgba(88,88,88,.2);margin:8px;border-radius:20px;transition:.3s}.slider-review-101 .dots-101 li.active{background:#1b1e30;width:36px}.slider-container{width:315px;text-align:center}.slider-container input[type=range]{width:310px;-webkit-appearance:none;height:52px;background:url(d9a2c22aa0123955fd20.webp) center center no-repeat;background-size:100%;outline:none;-webkit-transition:.2s}.slider-container input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;width:64px;height:64px;border-radius:50%;background:url(be2c48307b999cb11c67.svg) center/contain no-repeat;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}#percentage{font-size:20px;margin-top:10px}.bg-blue-assist-31{background:url(9a79c5fc86995ef20332.webp) center/contain no-repeat;background-size:430px 100%}.slider-wrapper{width:327px}.slider-wrapper input[type=range]{width:327px;-webkit-appearance:none;height:45px;background:url(89e8cdbcbe04097d04a8.webp) center center no-repeat;background-size:100%;outline:none;-webkit-transition:.2s;transform:rotate(-90deg)}.slider-wrapper input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;width:64px;height:64px;border-radius:50%;background:url(d1cbeefb28099eb0334f.svg) center/contain no-repeat;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer;transform:rotate(90deg)}#percentage{font-size:20px;margin-top:10px}.slider-scale{position:relative;margin:0 auto;width:80%}.slider-scale #slider{position:relative;width:100%;max-width:400px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:10px;border-radius:5px;background:linear-gradient(to right, #1DD1A1, #ffb70e, #ffd26f, #ff4e4e);outline:none;opacity:1;transition:opacity .2s}.slider-scale #slider:after{content:"";border-radius:0px 40px 40px 0px;overflow:hidden;height:10px;position:absolute;top:0;right:0;bottom:0;background:#adadad;z-index:1;width:calc((1 - var(--slider-value))*88.4%)}.slider-scale #slider:hover{opacity:1}.slider-scale input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;width:32px;height:32px;border-radius:50%;background:#3787ff;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.slider-scale #scale{display:flex;justify-content:space-between;margin-top:10px}.slider-scale .scale-number{flex:1;text-align:center;opacity:.4;transition:opacity .2s}.slider-scale #slider:hover+#scale .scale-number{opacity:.4}.slider-scale #slider+#scale .scale-number:hover,.slider-scale #slider:active+#scale .scale-number{opacity:1}.nion-bg{background:url(c823d4ce8ce4b72184ab.webp) center/contain no-repeat;background-size:430px 100%}.gray-gradient-bg{background:url(c4064a3f9814ab5d8751.webp) center/contain no-repeat;background-size:430px 100%}.box-shadow-green-btn{box-shadow:0px 3px 6px 0px rgba(0,0,0,.2),0px 11px 11px 0px rgba(0,0,0,.17),0px 25px 15px 0px rgba(0,0,0,.1),0px 45px 18px 0px rgba(0,0,0,.03),0px 70px 20px 0px rgba(0,0,0,0)}.shadow-for-block{box-shadow:0px 7px 16px 0px rgba(0,0,0,.05),0px 29px 29px 0px rgba(0,0,0,.04),0px 65px 39px 0px rgba(0,0,0,.03),0px 115px 46px 0px rgba(0,0,0,.01),0px 180px 50px 0px rgba(0,0,0,0)}.nion-blue-black-bg{background:url(cc8ed302341ae3210e25.webp) center/contain no-repeat;background-size:430px 100%}.matrix-bg-assist-quiz{background:url(725aaa9d8d72dce369bd.png) center/contain no-repeat;background-size:430px 100%}.progress-bar-container-quiz{position:fixed;bottom:0;left:0;right:0;height:8px;background:rgba(255,255,255,.13)}.progress-bar-quiz{height:100%;background:linear-gradient(90deg, #2AE3CD 0%, #0F6 100%);width:0%;transition:width .2s ease-in-out;border-radius:0px 4px 4px 0px}.bg-cleaner-v100{background:radial-gradient(29.14% 146.4% at -27.56% 46.49%, #4010FF 0%, #11117F 33.69%, #050621 100%)}.progress-bar-container-quiz-cleaner{height:6px;background:#f2f4f7;border-radius:12px}.progress-bar-quiz-cleaner{height:100%;background:#4d42ff;width:0%;transition:width .4s ease-in-out;border-radius:12px}.progress-bar-container-quiz-cleaner[style*="display: none"]{opacity:0}#circle-progress-bg{stroke:rgba(241,244,248,.2);stroke-width:1}#circle-progress{stroke:#fff;stroke-width:2;stroke-linecap:round;transition:stroke-dasharray .1s linear}.progress-circle-bg{background:url(e30ec366975819bd1cfa.png) center/contain no-repeat;background-size:100% 100%}.bg-artica-smoke{background:url(df7c961f0482b026bd4e.webp) center/contain no-repeat;background-size:430px 100%}.bg-artica-cloud{background:url(c70b3584973b56646021.webp) center/contain no-repeat;background-size:430px 100%;position:fixed;top:-4px;left:0}.slider-half-img{position:absolute;inset:0;z-index:30;cursor:pointer;opacity:0;width:100%;height:100%}.slider-half-img input[type=range]{margin:0 auto;width:310px;-webkit-appearance:none;height:100%;outline:none;-webkit-transition:.2s}.handle-icon{position:absolute;display:grid;place-items:center;bottom:5%;left:var(--position);transform:translate(-50%, -30%);pointer-events:none;width:32px}.store-review-slider .swiper-pagination-bullet{background-color:rgba(0,0,255,.099);width:8px;height:8px;opacity:1}.store-review-slider .swiper-pagination-bullet-active{background-color:blue}.cleaner-blue-theme .blue-bg-gradient{background:linear-gradient(to bottom, #4E90E6 0%, #357FDE 100%)}.cleaner-blue-theme .dots-for-blue-bg{position:absolute;bottom:10px;left:0;color:rgba(255,255,255,.5);width:100%;margin:0;padding:0;display:flex;justify-content:center}.cleaner-blue-theme .dots-for-blue-bg li{list-style:none;width:6px;height:6px;background-color:rgba(255,255,255,.5);margin:8px;border-radius:20px;transition:.5s}.cleaner-blue-theme .dots-for-blue-bg li.active{background:#fff}.slider-container-cleaner75{width:336px;text-align:center}.slider-container-cleaner75 input[type=range]{width:336px;-webkit-appearance:none;height:60px;outline:none;-webkit-transition:.2s}.slider-container-cleaner75 input[type=range]::-webkit-slider-thumb{-webkit-appearance:none !important;z-index:50 !important;width:44px;height:44px;border-radius:10px;background:url(1d0b3587e7e5fe8eb190.gif) center/contain no-repeat;-webkit-transition:all .5s ease;transition:all .5s ease;cursor:pointer}.slider-container-cleaner75 .text-swiper{transition:opacity .3s,visibility .3s}#percentage-cleaner{font-size:20px;margin-top:10px}.pagination-dots{position:absolute;bottom:10px;left:0;color:rgba(88,88,88,.2588235294);width:100%;margin:0;padding:0;display:flex;justify-content:center}.pagination-dots li{list-style:none;width:6px;height:6px;background-color:rgba(88,88,88,.2588235294);margin:4px;border-radius:20px;transition:.5s}.pagination-dots li.active{background:#1b1b1b;width:36px}.pagination-dots-white{position:absolute;bottom:10px;left:0;color:rgba(88,88,88,.2588235294);width:100%;margin:0;padding:0;display:flex;justify-content:center}.pagination-dots-white li{list-style:none;width:6px;height:6px;background-color:rgba(88,88,88,.2588235294);margin:4px;border-radius:20px;transition:.5s}.pagination-dots-white li.active{background:#fff;width:36px}.gradient-bg-cleaner-v90{background:linear-gradient(180deg, rgba(16, 145, 255, 0.15) 0%, rgba(152, 113, 249, 0.15) 100%),#fff}.slider-cleaner-v103{position:absolute;inset:0;cursor:pointer;opacity:0;width:100%;height:100%}.slider-line-cleaner-v103{position:absolute;inset:0;width:.2rem;height:100%;left:var(--position);transform:translateX(-50%);pointer-events:none}.bg-cleaner-v103{background:url(a8ff4836cab7da67b05c.png) center/contain no-repeat;background-size:430px 100%}.after-text-cleaner-v103{position:absolute;display:grid;place-items:center;top:9%;left:var(--position);transform:translate(25%, -90%);pointer-events:none}.before-text-cleaner-v103{position:absolute;display:grid;place-items:center;top:9%;left:var(--position);transform:translate(-130%, -90%);pointer-events:none}.top-dot-cleaner-v103{position:absolute;display:grid;place-items:center;top:0;left:var(--position);transform:translateX(-50%);pointer-events:none;z-index:1000}.bottom-dot-cleaner-v103{position:absolute;display:grid;place-items:center;bottom:0;left:var(--position);transform:translateX(-50%);pointer-events:none;z-index:1000}.cleaner-v104-bg{background:url(345ef43a24c53a8a8a37.png) center/contain no-repeat;background-size:440px 100%}.work-sans-700{font-weight:700;font-family:"Work Sans",sans-serif;font-style:normal;font-optical-sizing:auto}.work-sans-600{font-weight:600;font-family:"Work Sans",sans-serif;font-style:normal;font-optical-sizing:auto}.space-grotesk-700{font-weight:700;font-family:"Space Grotesk",sans-serif;font-style:normal;font-optical-sizing:auto}.space-grotesk-400{font-weight:400;font-family:"Space Grotesk",sans-serif;font-style:normal;font-optical-sizing:auto}@font-face{font-weight:normal;font-family:"SF Pro Display Thin";font-style:normal;src:local("SF Pro Display Thin"),url(0aba569e14e40e63c27d.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Regular";font-style:normal;src:local("SF UI Text Regular"),url(865a0aa36162c98f6462.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Italic";font-style:normal;src:local("SF UI Text Italic"),url(5708945771a33a4da9de.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Light";font-style:normal;src:local("SF UI Text Light"),url(7ead58b47e4f7d5663db.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Light Italic";font-style:normal;src:local("SF UI Text Light Italic"),url(a6b8e069ebb73ce9f91f.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Medium";font-style:normal;src:local("SF UI Text Medium"),url(80fd80db3637e9129f9e.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Medium Italic";font-style:normal;src:local("SF UI Text Medium Italic"),url(4af4094c8320d6a9e87c.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Semibold";font-style:normal;src:local("SF UI Text Semibold"),url(3dc9a14973d194d05354.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF Pro Rounded Semibold";font-style:normal;src:local("SF Pro Rounded Semibold"),url(03b3999a110f3ebe67a4.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Semibold Italic";font-style:normal;src:local("SF UI Text Semibold Italic"),url(ba5ad6503677d55750e7.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Bold";font-style:normal;src:local("SF UI Text Bold"),url(c391f8c2d9c43e5b06a6.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Bold Italic";font-style:normal;src:local("SF UI Text Bold Italic"),url(cab88e259de6d6a898fe.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Heavy";font-style:normal;src:local("SF UI Text Heavy"),url(93c7834d787b520529dc.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF UI Text Heavy Italic";font-style:normal;src:local("SF UI Text Heavy Italic"),url(b5380b2c6d727e1960e4.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF Pro Display Regular";font-style:normal;src:local("SF Pro Display Regular"),url(1697e9d735f84eb287b3.woff) format("woff")}@font-face{font-weight:normal;font-family:"SF Pro Display Black";font-style:normal;src:local("SF Pro Display Black"),url(42ecff731aba4a99bb32.woff) format("woff")}@font-face{font-weight:normal;font-family:"Caveat Regular";font-style:normal;src:local("Caveat Regular"),url(ee3cc8f00ac5356530c2.woff) format("woff")}@font-face{font-weight:normal;font-family:"Gilroy Regular";font-style:normal;src:local("Gilroy Regular"),url(f7ea3daa0f9af84a44c1.woff) format("woff")}@font-face{font-weight:normal;font-family:"Gilroy Medium";font-style:normal;src:local("Gilroy Medium"),url(60860927fde700fcf615.woff) format("woff")}@font-face{font-weight:normal;font-family:"Gilroy Heavy";font-style:normal;src:local("Gilroy Heavy"),url(951d0c3e0460a0f03ec3.woff) format("woff")}@font-face{font-weight:normal;font-family:"Gilroy Bold";font-style:normal;src:local("Gilroy Bold"),url(ea8841489daadc20f562.woff) format("woff")}.lato-thin{font-family:"Lato",sans-serif;font-weight:100;font-style:normal}.lato-light{font-family:"Lato",sans-serif;font-weight:300;font-style:normal}.lato-regular{font-family:"Lato",sans-serif;font-weight:400;font-style:normal}.lato-medium{font-family:"Lato",sans-serif;font-weight:500;font-style:normal}.lato-bold{font-family:"Lato",sans-serif;font-weight:700;font-style:normal}.lato-extra-bold{font-family:"Lato",sans-serif;font-weight:800;font-style:normal}.lato-black{font-family:"Lato",sans-serif;font-weight:900;font-style:normal}.lato-thin-italic{font-family:"Lato",sans-serif;font-weight:100;font-style:italic}.lato-light-italic{font-family:"Lato",sans-serif;font-weight:300;font-style:italic}.lato-regular-italic{font-family:"Lato",sans-serif;font-weight:400;font-style:italic}:is([dir="ltr"] .ltr\:ml-3) {
  margin-left: 0.75rem;
}:is([dir="rtl"] .rtl\:mr-3) {
  margin-right: 0.75rem;
}@media (min-width: 375px) {

  .small-mobile\:fixed {
    position: fixed;
  }

  .small-mobile\:bottom-0 {
    bottom: 0px;
  }

  .small-mobile\:bottom-6 {
    bottom: 1.5rem;
  }

  .small-mobile\:bottom-\[12px\] {
    bottom: 12px;
  }

  .small-mobile\:bottom-\[15px\] {
    bottom: 15px;
  }

  .small-mobile\:bottom-\[20px\] {
    bottom: 20px;
  }

  .small-mobile\:bottom-\[24px\] {
    bottom: 24px;
  }

  .small-mobile\:bottom-\[8px\] {
    bottom: 8px;
  }

  .small-mobile\:left-0 {
    left: 0px;
  }

  .small-mobile\:right-\[130px\] {
    right: 130px;
  }

  .small-mobile\:right-\[46px\] {
    right: 46px;
  }

  .small-mobile\:right-\[68px\] {
    right: 68px;
  }

  .small-mobile\:top-\[30px\] {
    top: 30px;
  }

  .small-mobile\:top-\[45\%\] {
    top: 45%;
  }

  .small-mobile\:top-\[53px\] {
    top: 53px;
  }

  .small-mobile\:top-\[80px\] {
    top: 80px;
  }

  .small-mobile\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .small-mobile\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .small-mobile\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

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

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

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

  .small-mobile\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .small-mobile\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .small-mobile\:mb-\[26px\] {
    margin-bottom: 26px;
  }

  .small-mobile\:ml-6 {
    margin-left: 1.5rem;
  }

  .small-mobile\:ml-7 {
    margin-left: 1.75rem;
  }

  .small-mobile\:ml-8 {
    margin-left: 2rem;
  }

  .small-mobile\:ml-\[50px\] {
    margin-left: 50px;
  }

  .small-mobile\:ml-\[60px\] {
    margin-left: 60px;
  }

  .small-mobile\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .small-mobile\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

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

  .small-mobile\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .small-mobile\:mt-\[21px\] {
    margin-top: 21px;
  }

  .small-mobile\:mt-\[32px\] {
    margin-top: 32px;
  }

  .small-mobile\:mt-\[50px\] {
    margin-top: 50px;
  }

  .small-mobile\:mt-\[70px\] {
    margin-top: 70px;
  }

  .small-mobile\:mt-\[72px\] {
    margin-top: 72px;
  }

  .small-mobile\:mt-\[90px\] {
    margin-top: 90px;
  }

  .small-mobile\:h-8 {
    height: 2rem;
  }

  .small-mobile\:h-\[160px\] {
    height: 160px;
  }

  .small-mobile\:h-\[172px\] {
    height: 172px;
  }

  .small-mobile\:h-\[182px\] {
    height: 182px;
  }

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

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

  .small-mobile\:h-\[230px\] {
    height: 230px;
  }

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

  .small-mobile\:h-\[240px\] {
    height: 240px;
  }

  .small-mobile\:h-\[255px\] {
    height: 255px;
  }

  .small-mobile\:h-\[270px\] {
    height: 270px;
  }

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

  .small-mobile\:h-\[480px\] {
    height: 480px;
  }

  .small-mobile\:h-\[488px\] {
    height: 488px;
  }

  .small-mobile\:h-\[498px\] {
    height: 498px;
  }

  .small-mobile\:h-\[64px\] {
    height: 64px;
  }

  .small-mobile\:h-\[667px\] {
    height: 667px;
  }

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

  .small-mobile\:h-\[78px\] {
    height: 78px;
  }

  .small-mobile\:w-8 {
    width: 2rem;
  }

  .small-mobile\:w-\[100px\] {
    width: 100px;
  }

  .small-mobile\:w-\[103px\] {
    width: 103px;
  }

  .small-mobile\:w-\[110px\] {
    width: 110px;
  }

  .small-mobile\:w-\[112px\] {
    width: 112px;
  }

  .small-mobile\:w-\[114px\] {
    width: 114px;
  }

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

  .small-mobile\:w-\[130px\] {
    width: 130px;
  }

  .small-mobile\:w-\[132px\] {
    width: 132px;
  }

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

  .small-mobile\:w-\[145px\] {
    width: 145px;
  }

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

  .small-mobile\:w-\[180px\] {
    width: 180px;
  }

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

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

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

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

  .small-mobile\:w-\[205px\] {
    width: 205px;
  }

  .small-mobile\:w-\[220px\] {
    width: 220px;
  }

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

  .small-mobile\:w-\[251px\] {
    width: 251px;
  }

  .small-mobile\:w-\[252px\] {
    width: 252px;
  }

  .small-mobile\:w-\[25px\] {
    width: 25px;
  }

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

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

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

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

  .small-mobile\:w-\[310px\] {
    width: 310px;
  }

  .small-mobile\:w-\[315px\] {
    width: 315px;
  }

  .small-mobile\:w-\[340px\] {
    width: 340px;
  }

  .small-mobile\:w-\[347px\] {
    width: 347px;
  }

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

  .small-mobile\:w-\[375px\] {
    width: 375px;
  }

  .small-mobile\:w-\[54px\] {
    width: 54px;
  }

  .small-mobile\:w-\[60px\] {
    width: 60px;
  }

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

  .small-mobile\:w-\[75px\] {
    width: 75px;
  }

  .small-mobile\:w-\[78px\] {
    width: 78px;
  }

  .small-mobile\:w-\[95px\] {
    width: 95px;
  }

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

  .small-mobile\:max-w-\[166px\] {
    max-width: 166px;
  }

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

  .small-mobile\:max-w-\[250px\] {
    max-width: 250px;
  }

  .small-mobile\:max-w-\[280px\] {
    max-width: 280px;
  }

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

  .small-mobile\:max-w-\[311px\] {
    max-width: 311px;
  }

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

  .small-mobile\:max-w-\[327px\] {
    max-width: 327px;
  }

  .small-mobile\:max-w-\[340px\] {
    max-width: 340px;
  }

  .small-mobile\:max-w-\[350px\] {
    max-width: 350px;
  }

  .small-mobile\:justify-end {
    justify-content: flex-end;
  }

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

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

  .small-mobile\:p-\[16px\] {
    padding: 16px;
  }

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

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

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

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

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

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

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

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

  .small-mobile\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

  .small-mobile\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

  .small-mobile\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .small-mobile\:text-\[26px\] {
    font-size: 26px;
  }

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

  .small-mobile\:text-\[30px\] {
    font-size: 30px;
  }

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

  .small-mobile\:text-\[46px\] {
    font-size: 46px;
  }

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

  .small-mobile\:leading-\[14px\] {
    line-height: 14px;
  }

  .small-mobile\:leading-\[16px\] {
    line-height: 16px;
  }

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

  .small-mobile\:leading-\[22px\] {
    line-height: 22px;
  }

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

  .small-mobile\:leading-\[26px\] {
    line-height: 26px;
  }

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

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

  .small-mobile\:leading-\[31px\] {
    line-height: 31px;
  }

  .small-mobile\:leading-\[32px\] {
    line-height: 32px;
  }

  .small-mobile\:leading-\[34px\] {
    line-height: 34px;
  }

  .small-mobile\:leading-\[36px\] {
    line-height: 36px;
  }

  .small-mobile\:leading-\[38px\] {
    line-height: 38px;
  }

  .small-mobile\:tracking-\[-0\.3px\] {
    letter-spacing: -0.3px;
  }
}@media (min-width: 390px) {

  .iphone12-mobile\:static {
    position: static;
  }

  .iphone12-mobile\:bottom-0 {
    bottom: 0px;
  }

  .iphone12-mobile\:bottom-6 {
    bottom: 1.5rem;
  }

  .iphone12-mobile\:bottom-9 {
    bottom: 2.25rem;
  }

  .iphone12-mobile\:bottom-\[-36px\] {
    bottom: -36px;
  }

  .iphone12-mobile\:bottom-\[38px\] {
    bottom: 38px;
  }

  .iphone12-mobile\:bottom-\[58px\] {
    bottom: 58px;
  }

  .iphone12-mobile\:right-\[110px\] {
    right: 110px;
  }

  .iphone12-mobile\:right-\[26px\] {
    right: 26px;
  }

  .iphone12-mobile\:right-\[48px\] {
    right: 48px;
  }

  .iphone12-mobile\:top-\[118px\] {
    top: 118px;
  }

  .iphone12-mobile\:top-\[28px\] {
    top: 28px;
  }

  .iphone12-mobile\:top-\[61px\] {
    top: 61px;
  }

  .iphone12-mobile\:top-\[87px\] {
    top: 87px;
  }

  .iphone12-mobile\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .iphone12-mobile\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .iphone12-mobile\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .iphone12-mobile\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

  .iphone12-mobile\:mb-\[64px\] {
    margin-bottom: 64px;
  }

  .iphone12-mobile\:ml-8 {
    margin-left: 2rem;
  }

  .iphone12-mobile\:ml-9 {
    margin-left: 2.25rem;
  }

  .iphone12-mobile\:ml-\[38px\] {
    margin-left: 38px;
  }

  .iphone12-mobile\:ml-\[44px\] {
    margin-left: 44px;
  }

  .iphone12-mobile\:ml-\[64px\] {
    margin-left: 64px;
  }

  .iphone12-mobile\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .iphone12-mobile\:mt-3 {
    margin-top: 0.75rem;
  }

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

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

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

  .iphone12-mobile\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .iphone12-mobile\:mt-9 {
    margin-top: 2.25rem;
  }

  .iphone12-mobile\:mt-\[100px\] {
    margin-top: 100px;
  }

  .iphone12-mobile\:mt-\[130px\] {
    margin-top: 130px;
  }

  .iphone12-mobile\:mt-\[18px\] {
    margin-top: 18px;
  }

  .iphone12-mobile\:mt-\[1px\] {
    margin-top: 1px;
  }

  .iphone12-mobile\:mt-\[22px\] {
    margin-top: 22px;
  }

  .iphone12-mobile\:mt-\[44px\] {
    margin-top: 44px;
  }

  .iphone12-mobile\:mt-\[48px\] {
    margin-top: 48px;
  }

  .iphone12-mobile\:mt-\[52px\] {
    margin-top: 52px;
  }

  .iphone12-mobile\:mt-\[54px\] {
    margin-top: 54px;
  }

  .iphone12-mobile\:mt-\[56px\] {
    margin-top: 56px;
  }

  .iphone12-mobile\:mt-\[60px\] {
    margin-top: 60px;
  }

  .iphone12-mobile\:mt-\[70px\] {
    margin-top: 70px;
  }

  .iphone12-mobile\:block {
    display: block;
  }

  .iphone12-mobile\:hidden {
    display: none;
  }

  .iphone12-mobile\:h-10 {
    height: 2.5rem;
  }

  .iphone12-mobile\:h-\[176px\] {
    height: 176px;
  }

  .iphone12-mobile\:h-\[182px\] {
    height: 182px;
  }

  .iphone12-mobile\:h-\[210px\] {
    height: 210px;
  }

  .iphone12-mobile\:h-\[226px\] {
    height: 226px;
  }

  .iphone12-mobile\:h-\[235px\] {
    height: 235px;
  }

  .iphone12-mobile\:h-\[240px\] {
    height: 240px;
  }

  .iphone12-mobile\:h-\[245px\] {
    height: 245px;
  }

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

  .iphone12-mobile\:h-\[250px\] {
    height: 250px;
  }

  .iphone12-mobile\:h-\[265px\] {
    height: 265px;
  }

  .iphone12-mobile\:h-\[280px\] {
    height: 280px;
  }

  .iphone12-mobile\:h-\[485px\] {
    height: 485px;
  }

  .iphone12-mobile\:h-\[510px\] {
    height: 510px;
  }

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

  .iphone12-mobile\:h-\[540px\] {
    height: 540px;
  }

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

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

  .iphone12-mobile\:h-\[844px\] {
    height: 844px;
  }

  .iphone12-mobile\:h-\[90px\] {
    height: 90px;
  }

  .iphone12-mobile\:w-10 {
    width: 2.5rem;
  }

  .iphone12-mobile\:w-\[100px\] {
    width: 100px;
  }

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

  .iphone12-mobile\:w-\[114px\] {
    width: 114px;
  }

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

  .iphone12-mobile\:w-\[122px\] {
    width: 122px;
  }

  .iphone12-mobile\:w-\[130px\] {
    width: 130px;
  }

  .iphone12-mobile\:w-\[132px\] {
    width: 132px;
  }

  .iphone12-mobile\:w-\[138px\] {
    width: 138px;
  }

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

  .iphone12-mobile\:w-\[147px\] {
    width: 147px;
  }

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

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

  .iphone12-mobile\:w-\[162px\] {
    width: 162px;
  }

  .iphone12-mobile\:w-\[164px\] {
    width: 164px;
  }

  .iphone12-mobile\:w-\[173px\] {
    width: 173px;
  }

  .iphone12-mobile\:w-\[175px\] {
    width: 175px;
  }

  .iphone12-mobile\:w-\[192px\] {
    width: 192px;
  }

  .iphone12-mobile\:w-\[201px\] {
    width: 201px;
  }

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

  .iphone12-mobile\:w-\[206px\] {
    width: 206px;
  }

  .iphone12-mobile\:w-\[210px\] {
    width: 210px;
  }

  .iphone12-mobile\:w-\[215px\] {
    width: 215px;
  }

  .iphone12-mobile\:w-\[217px\] {
    width: 217px;
  }

  .iphone12-mobile\:w-\[219px\] {
    width: 219px;
  }

  .iphone12-mobile\:w-\[227px\] {
    width: 227px;
  }

  .iphone12-mobile\:w-\[235px\] {
    width: 235px;
  }

  .iphone12-mobile\:w-\[237px\] {
    width: 237px;
  }

  .iphone12-mobile\:w-\[243px\] {
    width: 243px;
  }

  .iphone12-mobile\:w-\[24px\] {
    width: 24px;
  }

  .iphone12-mobile\:w-\[259px\] {
    width: 259px;
  }

  .iphone12-mobile\:w-\[260px\] {
    width: 260px;
  }

  .iphone12-mobile\:w-\[264px\] {
    width: 264px;
  }

  .iphone12-mobile\:w-\[276px\] {
    width: 276px;
  }

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

  .iphone12-mobile\:w-\[307px\] {
    width: 307px;
  }

  .iphone12-mobile\:w-\[310px\] {
    width: 310px;
  }

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

  .iphone12-mobile\:w-\[330px\] {
    width: 330px;
  }

  .iphone12-mobile\:w-\[334px\] {
    width: 334px;
  }

  .iphone12-mobile\:w-\[340px\] {
    width: 340px;
  }

  .iphone12-mobile\:w-\[357px\] {
    width: 357px;
  }

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

  .iphone12-mobile\:w-\[390px\] {
    width: 390px;
  }

  .iphone12-mobile\:w-\[39px\] {
    width: 39px;
  }

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

  .iphone12-mobile\:w-\[43px\] {
    width: 43px;
  }

  .iphone12-mobile\:w-\[46px\] {
    width: 46px;
  }

  .iphone12-mobile\:w-\[47px\] {
    width: 47px;
  }

  .iphone12-mobile\:w-\[53px\] {
    width: 53px;
  }

  .iphone12-mobile\:w-\[56px\] {
    width: 56px;
  }

  .iphone12-mobile\:w-\[67px\] {
    width: 67px;
  }

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

  .iphone12-mobile\:w-\[78px\] {
    width: 78px;
  }

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

  .iphone12-mobile\:w-\[88px\] {
    width: 88px;
  }

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

  .iphone12-mobile\:w-\[96px\] {
    width: 96px;
  }

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

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

  .iphone12-mobile\:max-w-\[175px\] {
    max-width: 175px;
  }

  .iphone12-mobile\:max-w-\[250px\] {
    max-width: 250px;
  }

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

  .iphone12-mobile\:max-w-\[310px\] {
    max-width: 310px;
  }

  .iphone12-mobile\:max-w-\[316px\] {
    max-width: 316px;
  }

  .iphone12-mobile\:max-w-\[326px\] {
    max-width: 326px;
  }

  .iphone12-mobile\:max-w-\[330px\] {
    max-width: 330px;
  }

  .iphone12-mobile\:max-w-\[334px\] {
    max-width: 334px;
  }

  .iphone12-mobile\:max-w-\[338px\] {
    max-width: 338px;
  }

  .iphone12-mobile\:max-w-\[342px\] {
    max-width: 342px;
  }

  .iphone12-mobile\:max-w-\[350px\] {
    max-width: 350px;
  }

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

  .iphone12-mobile\:max-w-\[370px\] {
    max-width: 370px;
  }

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

  .iphone12-mobile\:max-w-\[430px\] {
    max-width: 430px;
  }

  .iphone12-mobile\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .iphone12-mobile\:gap-x-\[18px\] {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

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

  .iphone12-mobile\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

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

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

  .iphone12-mobile\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .iphone12-mobile\:px-\[48px\] {
    padding-left: 48px;
    padding-right: 48px;
  }

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

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

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

  .iphone12-mobile\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .iphone12-mobile\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .iphone12-mobile\:pt-10 {
    padding-top: 2.5rem;
  }

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

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

  .iphone12-mobile\:pt-7 {
    padding-top: 1.75rem;
  }

  .iphone12-mobile\:pt-8 {
    padding-top: 2rem;
  }

  .iphone12-mobile\:pt-9 {
    padding-top: 2.25rem;
  }

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

  .iphone12-mobile\:pt-\[170px\] {
    padding-top: 170px;
  }

  .iphone12-mobile\:pt-\[200px\] {
    padding-top: 200px;
  }

  .iphone12-mobile\:pt-\[32px\] {
    padding-top: 32px;
  }

  .iphone12-mobile\:pt-\[46px\] {
    padding-top: 46px;
  }

  .iphone12-mobile\:pt-\[52px\] {
    padding-top: 52px;
  }

  .iphone12-mobile\:pt-\[66px\] {
    padding-top: 66px;
  }

  .iphone12-mobile\:pt-\[84px\] {
    padding-top: 84px;
  }

  .iphone12-mobile\:pt-\[90px\] {
    padding-top: 90px;
  }

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

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

  .iphone12-mobile\:text-\[15px\] {
    font-size: 15px;
  }

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

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

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

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

  .iphone12-mobile\:text-\[23px\] {
    font-size: 23px;
  }

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

  .iphone12-mobile\:text-\[25px\] {
    font-size: 25px;
  }

  .iphone12-mobile\:text-\[26px\] {
    font-size: 26px;
  }

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

  .iphone12-mobile\:text-\[30px\] {
    font-size: 30px;
  }

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

  .iphone12-mobile\:text-\[36px\] {
    font-size: 36px;
  }

  .iphone12-mobile\:text-\[40px\] {
    font-size: 40px;
  }

  .iphone12-mobile\:text-\[64px\] {
    font-size: 64px;
  }

  .iphone12-mobile\:leading-\[14px\] {
    line-height: 14px;
  }

  .iphone12-mobile\:leading-\[15px\] {
    line-height: 15px;
  }

  .iphone12-mobile\:leading-\[16\.8px\] {
    line-height: 16.8px;
  }

  .iphone12-mobile\:leading-\[17px\] {
    line-height: 17px;
  }

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

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

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

  .iphone12-mobile\:leading-\[26px\] {
    line-height: 26px;
  }

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

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

  .iphone12-mobile\:leading-\[31px\] {
    line-height: 31px;
  }

  .iphone12-mobile\:leading-\[32px\] {
    line-height: 32px;
  }

  .iphone12-mobile\:leading-\[34px\] {
    line-height: 34px;
  }

  .iphone12-mobile\:leading-\[36px\] {
    line-height: 36px;
  }

  .iphone12-mobile\:leading-\[38px\] {
    line-height: 38px;
  }

  .iphone12-mobile\:leading-\[40px\] {
    line-height: 40px;
  }

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

  .iphone12-mobile\:leading-\[44px\] {
    line-height: 44px;
  }

  .iphone12-mobile\:leading-\[52px\] {
    line-height: 52px;
  }
}@media (min-width: 400px) {

  .medium-mobile\:bottom-\[23px\] {
    bottom: 23px;
  }

  .medium-mobile\:bottom-\[65px\] {
    bottom: 65px;
  }

  .medium-mobile\:bottom-\[77px\] {
    bottom: 77px;
  }

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

  .medium-mobile\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .medium-mobile\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

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

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

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

  .medium-mobile\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .medium-mobile\:mb-\[44px\] {
    margin-bottom: 44px;
  }

  .medium-mobile\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .medium-mobile\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .medium-mobile\:ml-10 {
    margin-left: 2.5rem;
  }

  .medium-mobile\:ml-8 {
    margin-left: 2rem;
  }

  .medium-mobile\:ml-\[38px\] {
    margin-left: 38px;
  }

  .medium-mobile\:ml-\[46px\] {
    margin-left: 46px;
  }

  .medium-mobile\:ml-\[62px\] {
    margin-left: 62px;
  }

  .medium-mobile\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

  .medium-mobile\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .medium-mobile\:mt-9 {
    margin-top: 2.25rem;
  }

  .medium-mobile\:mt-\[100px\] {
    margin-top: 100px;
  }

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

  .medium-mobile\:mt-\[48px\] {
    margin-top: 48px;
  }

  .medium-mobile\:mt-\[57px\] {
    margin-top: 57px;
  }

  .medium-mobile\:mt-\[60px\] {
    margin-top: 60px;
  }

  .medium-mobile\:mt-\[64px\] {
    margin-top: 64px;
  }

  .medium-mobile\:mt-\[90px\] {
    margin-top: 90px;
  }

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

  .medium-mobile\:h-\[178px\] {
    height: 178px;
  }

  .medium-mobile\:h-\[182px\] {
    height: 182px;
  }

  .medium-mobile\:h-\[240px\] {
    height: 240px;
  }

  .medium-mobile\:h-\[250px\] {
    height: 250px;
  }

  .medium-mobile\:h-\[515px\] {
    height: 515px;
  }

  .medium-mobile\:h-\[550px\] {
    height: 550px;
  }

  .medium-mobile\:h-\[560px\] {
    height: 560px;
  }

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

  .medium-mobile\:h-\[896px\] {
    height: 896px;
  }

  .medium-mobile\:h-\[95px\] {
    height: 95px;
  }

  .medium-mobile\:w-\[132px\] {
    width: 132px;
  }

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

  .medium-mobile\:w-\[175px\] {
    width: 175px;
  }

  .medium-mobile\:w-\[208px\] {
    width: 208px;
  }

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

  .medium-mobile\:w-\[319px\] {
    width: 319px;
  }

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

  .medium-mobile\:w-\[330px\] {
    width: 330px;
  }

  .medium-mobile\:w-\[340px\] {
    width: 340px;
  }

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

  .medium-mobile\:w-\[354px\] {
    width: 354px;
  }

  .medium-mobile\:w-\[364px\] {
    width: 364px;
  }

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

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

  .medium-mobile\:w-\[414px\] {
    width: 414px;
  }

  .medium-mobile\:w-\[88px\] {
    width: 88px;
  }

  .medium-mobile\:w-\[95px\] {
    width: 95px;
  }

  .medium-mobile\:max-w-\[185px\] {
    max-width: 185px;
  }

  .medium-mobile\:max-w-\[350px\] {
    max-width: 350px;
  }

  .medium-mobile\:max-w-\[354px\] {
    max-width: 354px;
  }

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

  .medium-mobile\:max-w-\[366px\] {
    max-width: 366px;
  }

  .medium-mobile\:max-w-\[375px\] {
    max-width: 375px;
  }

  .medium-mobile\:max-w-\[380px\] {
    max-width: 380px;
  }

  .medium-mobile\:gap-6 {
    gap: 1.5rem;
  }

  .medium-mobile\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .medium-mobile\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

  .medium-mobile\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .medium-mobile\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

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

  .medium-mobile\:pt-8 {
    padding-top: 2rem;
  }

  .medium-mobile\:pt-\[112px\] {
    padding-top: 112px;
  }

  .medium-mobile\:pt-\[64px\] {
    padding-top: 64px;
  }

  .medium-mobile\:pt-\[66px\] {
    padding-top: 66px;
  }

  .medium-mobile\:text-\[15px\] {
    font-size: 15px;
  }

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

  .medium-mobile\:text-\[17px\] {
    font-size: 17px;
  }

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

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

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

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

  .medium-mobile\:text-\[25px\] {
    font-size: 25px;
  }

  .medium-mobile\:text-\[26px\] {
    font-size: 26px;
  }

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

  .medium-mobile\:text-\[30px\] {
    font-size: 30px;
  }

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

  .medium-mobile\:leading-\[26px\] {
    line-height: 26px;
  }

  .medium-mobile\:leading-\[36px\] {
    line-height: 36px;
  }
}@media (min-width: 427px) {

  @media (min-width: 390px) {

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

  .mobile\:bottom-\[105px\] {
    bottom: 105px;
  }

  .mobile\:bottom-\[27px\] {
    bottom: 27px;
  }

  .mobile\:bottom-\[60px\] {
    bottom: 60px;
  }

  .mobile\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mobile\:my-\[48px\] {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

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

  .mobile\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .mobile\:ml-10 {
    margin-left: 2.5rem;
  }

  .mobile\:ml-\[38px\] {
    margin-left: 38px;
  }

  .mobile\:ml-\[44px\] {
    margin-left: 44px;
  }

  .mobile\:ml-\[48px\] {
    margin-left: 48px;
  }

  .mobile\:ml-\[50px\] {
    margin-left: 50px;
  }

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

  .mobile\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:gap-y-9 {
    row-gap: 2.25rem;
  }

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

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

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

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

  .mobile\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mobile\:tracking-\[-0\.7px\] {
    letter-spacing: -0.7px;
  }
}@media (min-width: 768px) {

  .small-tablet\:absolute {
    position: absolute;
  }

  .small-tablet\:bottom-0 {
    bottom: 0px;
  }

  .small-tablet\:left-\[50\%\] {
    left: 50%;
  }

  .small-tablet\:right-\[50\%\] {
    right: 50%;
  }

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

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

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

  .small-tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}@media (min-width: 900px) {

  .tablet\:static {
    position: static;
  }

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

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

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

  .tablet\:h-screen {
    height: 100vh;
  }

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

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

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

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

  .tablet\:justify-center {
    justify-content: center;
  }
}@media (min-width: 1300px) {

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

  .medium-desktop\:block {
    display: block;
  }

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