@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");@keyframes transitionDot {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(100);
      opacity: 0;
    }
  }
  
  .animate-transitionDot {
    animation: transitionDot 1.5s ease-out forwards;
  }
  

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

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

.-left-2{
  left: -0.5rem;
}

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

.-right-20{
  right: -5rem;
}

.-top-1\.5{
  top: -0.375rem;
}

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

.bottom-0{
  bottom: 0px;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-32{
  bottom: 8rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

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

.left-0{
  left: 0px;
}

.left-11{
  left: 2.75rem;
}

.left-3{
  left: 0.75rem;
}

.left-5{
  left: 1.25rem;
}

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

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.right-\[0rem\]{
  right: 0rem;
}

.right-\[2px\]{
  right: 2px;
}

.top-0{
  top: 0px;
}

.top-16{
  top: 4rem;
}

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-5{
  top: 1.25rem;
}

.top-80{
  top: 20rem;
}

.top-\[-20rem\]{
  top: -20rem;
}

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

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

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

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

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

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

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

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

.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-\[100px\]{
  margin-bottom: 100px;
}

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

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-20{
  margin-left: 5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

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

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

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

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

.mt-1\.5{
  margin-top: 0.375rem;
}

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

.mt-28{
  margin-top: 7rem;
}

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

.mt-3\.5{
  margin-top: 0.875rem;
}

.mt-36{
  margin-top: 9rem;
}

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

.mt-40{
  margin-top: 10rem;
}

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

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

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.hidden{
  display: none;
}

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

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

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

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\/5{
  height: 40%;
}

.h-20{
  height: 5rem;
}

.h-3\.5{
  height: 0.875rem;
}

.h-4{
  height: 1rem;
}

.h-40{
  height: 10rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-60{
  height: 15rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

.max-h-0{
  max-height: 0px;
}

.max-h-36{
  max-height: 9rem;
}

.max-h-96{
  max-height: 24rem;
}

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

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

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

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

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

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

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

.max-h-screen{
  max-height: 100vh;
}

.min-h-0{
  min-height: 0px;
}

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

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

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

.min-h-screen{
  min-height: 100vh;
}

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

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

.\!w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}

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

.w-0{
  width: 0px;
}

.w-1{
  width: 0.25rem;
}

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

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\.5{
  width: 0.625rem;
}

.w-28{
  width: 7rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-4{
  width: 1rem;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-56{
  width: 14rem;
}

.w-6{
  width: 1.5rem;
}

.w-60{
  width: 15rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

.w-\[130\.2px\]{
  width: 130.2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[33\.7px\]{
  width: 33.7px;
}

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

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

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

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

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

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

.w-\[54\.47px\]{
  width: 54.47px;
}

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

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

.w-\[63\.08px\]{
  width: 63.08px;
}

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

.max-w-0{
  max-width: 0px;
}

.max-w-2xl{
  max-width: 42rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[25\%\]{
  max-width: 25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow{
  flex-grow: 1;
}

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

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

.translate-x-80{
  --tw-translate-x: 20rem;
  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-\[100\%\]{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

.-skew-x-\[20deg\]{
  --tw-skew-x: -20deg;
  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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-100{
  --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));
}

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

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

.scale-y-\[1\.12\]{
  --tw-scale-y: 1.12;
  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));
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

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

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

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

.\!items-center{
  align-items: center !important;
}

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

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

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

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

.\!justify-center{
  justify-content: center !important;
}

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

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

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

.\!gap-x-10{
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.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-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

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

.gap-y-5{
  row-gap: 1.25rem;
}

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.whitespace-pre-line{
  white-space: pre-line;
}

.text-nowrap{
  text-wrap: nowrap;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-2lg{
  border-radius: 10px;
}

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

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

.rounded-2xxl{
  border-radius: 20px;
}

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

.rounded-5xl{
  border-radius: 36px;
}

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

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

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

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

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

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

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

.rounded-tl-\[80px\]{
  border-top-left-radius: 80px;
}

.border{
  border-width: 1px;
}

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

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

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

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

.border-l-2{
  border-left-width: 2px;
}

.border-l-4{
  border-left-width: 4px;
}

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

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

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

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

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

.border-\[\#02A9F7\]{
  --tw-border-opacity: 1;
  border-color: rgb(2 169 247 / var(--tw-border-opacity, 1));
}

.border-\[\#CECED1\]{
  --tw-border-opacity: 1;
  border-color: rgb(206 206 209 / var(--tw-border-opacity, 1));
}

.border-\[\#DFE7F2\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 231 242 / var(--tw-border-opacity, 1));
}

.border-\[\#E9ECEF\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
}

.border-\[\#EAEAEA\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}

.border-border-primary{
  border-color: var(--border-primary);
}

.border-border-secondary{
  border-color: var(--border-secondary);
}

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

.border-light{
  border-color: var(--light);
}

.border-muted{
  border-color: var(--muted);
}

.border-primary{
  border-color: var(--primary);
}

.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

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

.bg-\[\#00B67A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 182 122 / var(--tw-bg-opacity, 1));
}

.bg-\[\#01303F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 48 63 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-\[\#0E1D34\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 29 52 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#DFE7F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 231 242 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

.bg-background-dark{
  background-color: var(--background-dark);
}

.bg-background-light{
  background-color: var(--background-light);
}

.bg-background-primary{
  background-color: var(--background-primary);
}

.bg-background-secondary{
  background-color: var(--background-secondary);
}

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

.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}

.bg-dark{
  background-color: var(--dark);
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-light{
  background-color: var(--light);
}

.bg-lightSecondary{
  background-color: var(--light-secondary);
}

.bg-light_gradient{
  background-color: var(--light-gradient);
}

.bg-primary{
  background-color: var(--primary);
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-secondary{
  background-color: var(--secondary);
}

.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}

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

.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-background-light{
  --tw-gradient-from: var(--background-light) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-border-primary{
  --tw-gradient-from: var(--border-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary{
  --tw-gradient-from: var(--primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.to-black{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-secondary{
  --tw-gradient-to: var(--secondary) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

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

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

.bg-bottom{
  background-position: bottom;
}

.bg-center{
  background-position: center;
}

.bg-left{
  background-position: left;
}

.bg-left-top{
  background-position: left top;
}

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

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

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

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

.p-0{
  padding: 0px;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-10{
  padding: 2.5rem;
}

.p-2{
  padding: 0.5rem;
}

.p-2\.5{
  padding: 0.625rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-7{
  padding: 1.75rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.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-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.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-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

.\!pr-14{
  padding-right: 3.5rem !important;
}

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

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

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

.pb-2{
  padding-bottom: 0.5rem;
}

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

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

.pb-3{
  padding-bottom: 0.75rem;
}

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

.pb-\[8rem\]{
  padding-bottom: 8rem;
}

.pl-1{
  padding-left: 0.25rem;
}

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

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

.pl-6{
  padding-left: 1.5rem;
}

.pr-12{
  padding-right: 3rem;
}

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

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

.pr-6{
  padding-right: 1.5rem;
}

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

.pt-2\.5{
  padding-top: 0.625rem;
}

.pt-28{
  padding-top: 7rem;
}

.pt-3{
  padding-top: 0.75rem;
}

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

.pt-5{
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-8xl{
  font-size: 6rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.font-black{
  font-weight: 900;
}

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

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

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

.\!text-dark{
  color: var(--dark) !important;
}

.text-\[\#01303F\]{
  --tw-text-opacity: 1;
  color: rgb(1 48 63 / var(--tw-text-opacity, 1));
}

.text-\[\#02A9F7\]{
  --tw-text-opacity: 1;
  color: rgb(2 169 247 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#30363D\]{
  --tw-text-opacity: 1;
  color: rgb(48 54 61 / var(--tw-text-opacity, 1));
}

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

.text-\[\#394149\]{
  --tw-text-opacity: 1;
  color: rgb(57 65 73 / var(--tw-text-opacity, 1));
}

.text-\[\#495057\]{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}

.text-\[\#4F6E9D\]{
  --tw-text-opacity: 1;
  color: rgb(79 110 157 / var(--tw-text-opacity, 1));
}

.text-\[\#576574\]{
  --tw-text-opacity: 1;
  color: rgb(87 101 116 / var(--tw-text-opacity, 1));
}

.text-\[\#586470\]{
  --tw-text-opacity: 1;
  color: rgb(88 100 112 / var(--tw-text-opacity, 1));
}

.text-\[\#606A73\]{
  --tw-text-opacity: 1;
  color: rgb(96 106 115 / var(--tw-text-opacity, 1));
}

.text-\[\#647DA3\]{
  --tw-text-opacity: 1;
  color: rgb(100 125 163 / var(--tw-text-opacity, 1));
}

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

.text-\[\#808E9C\]{
  --tw-text-opacity: 1;
  color: rgb(128 142 156 / var(--tw-text-opacity, 1));
}

.text-\[\#878C99\]{
  --tw-text-opacity: 1;
  color: rgb(135 140 153 / var(--tw-text-opacity, 1));
}

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

.text-\[\#9DA3B2\]{
  --tw-text-opacity: 1;
  color: rgb(157 163 178 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-dark{
  color: var(--dark);
}

.text-decent{
  color: var(--decent);
}

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

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

.text-light{
  color: var(--light);
}

.text-muted{
  color: var(--muted);
}

.text-neutral{
  color: var(--neutral);
}

.text-neutral4{
  color: var(--neutral4);
}

.text-primary{
  color: var(--primary);
}

.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

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

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

.text-secondary{
  color: var(--secondary);
}

.text-transparent{
  color: transparent;
}

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

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

.placeholder-red-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-15{
  opacity: 0.15;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-35{
  opacity: 0.35;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-80{
  opacity: 0.8;
}

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

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.ring-red-400{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.blur-xl{
  --tw-blur: blur(24px);
  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-2xl{
  --tw-backdrop-blur: blur(40px);
  -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-lg{
  --tw-backdrop-blur: blur(16px);
  -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-none{
  --tw-backdrop-blur:  ;
  -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-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

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

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

.delay-75{
  transition-delay: 75ms;
}

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

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

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

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

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

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

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

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

:root {
  --background-dark: #000000;
  --background-light: #ffffff;
  --background-primary: #011a3f;
  --background-secondary: #f5fbff;
  --primary: #02a9f7;
  --secondary: #01303f;
  --decent: #394149;
  --muted: #586470;
  --light: #ffffff;
  --light-secondary: #f2f4fa;
  --dark: #000000;
  --darkLight: #647da3;
  --border-primary: #02a9f7;
  --border-secondary: #e7e8eb;
  --neutral: #576574;
  --neutral4: #dfe7f2;
  --light-gradient: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.8) 100%
  );
}

[data-theme="dark"] {
  --background-dark: #ffffff;
  --background-light: #000000;
  --background-primary: #011a3f;
  --background-secondary: #f5fbff;
  --primary: #02a9f7;
  --secondary: #01303f;
  --decent: #394149;
  --muted: #586470;
  --light: #1a202c;
  --light-secondary: #f2f4fa;
  --darkLight: #ffffff;
  --neutral: #ffffff;
  --neutral4: #dfe7f2;
  --dark: #000000;
  --border-primary: #02a9f7;
  --border-secondary: #e7e8eb;

  --light-gradient: linear-gradient(
    180deg,
    rgba(26, 26, 26, 0) 0%,
    rgba(26, 26, 26, 0.8) 100%
  );
}

body {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: normal;
}

.react-tel-input .selected-flag:hover,
.react-tel-input .selected-flag:focus {
  background-color: transparent !important;
}

.react-tel-input .flag-dropdown.open .selected-flag {
  background-color: transparent !important;
}

.h1-tag{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 480px){

  .h1-tag{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){

  .h1-tag{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1536px){

  .h1-tag{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.h2-tag{
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 480px){

  .h2-tag{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){

  .h2-tag{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px){

  .h2-tag{
    font-size: 3rem;
    line-height: 1;
  }
}

.h3-tag{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){

  .h3-tag{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px){

  .h3-tag{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1536px){

  .h3-tag{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.h4-tag{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){

  .h4-tag{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){

  .h4-tag{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1536px){

  .h4-tag{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.h5-tag{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){

  .h5-tag{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){

  .h5-tag{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.h6-tag{
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){

  .h6-tag{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){

  .h6-tag{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.p-tag{
  font-size: 1rem;
  line-height: 1.5rem;
}

.span-tag{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.gradient-text {
  background: linear-gradient(
    92.74deg,
    #5433ff -51.04%,
    #2b6efb 1.42%,
    #02a9f7 54.33%,
    #a5fecb 159.69%
  ); /* Define your gradient colors */
  -webkit-background-clip: text; /* Clipping background to the text */
  -webkit-text-fill-color: transparent; /* Make the fill transparent */
  background-clip: text; /* Add compatibility for non-Webkit browsers */
  color: transparent; /* Ensure text appears transparent for gradient effect */
}

.truncate-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3; /* limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

input[type="radio"] {
  accent-color: #02A9F7; /* custom blue */
}

::-webkit-scrollbar {
  width: 2px;   /* thinner width */
  height: 2px;  /* thinner height for horizontal scrollbars */
}

::-webkit-scrollbar-track {
  background: inherit; /* keep default look */
}

::-webkit-scrollbar-thumb {
  background: auto;    /* let browser keep default color */
}

::-webkit-scrollbar-button {
  width: 2px;
  height: 2px;
  background: inherit; /* keep it default */
}

/* Works in Firefox */

* {
  scrollbar-width: thin;       /* makes it thinner */
  scrollbar-color: auto auto;  /* default colors */
}

.swiper-button-prev{
  color: white;
}

.swiper-button-prev:after{
  font-size: 30px !important;

}

.swiper-button-next{
  color: white;
}

.swiper-button-next:after{
  font-size: 30px !important;

}

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

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

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[0\.98\]:hover{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.hover\:bg-\[\#02A7F51A\]:hover{
  background-color: #02A7F51A;
}

.hover\:bg-background-light:hover{
  background-color: var(--background-light);
}

.hover\:bg-background-primary:hover{
  background-color: var(--background-primary);
}

.hover\:bg-white\/75:hover{
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-opacity-75:hover{
  --tw-bg-opacity: 0.75;
}

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

.hover\:bg-gradient-to-br:hover{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

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

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.group:hover .group-hover\:-bottom-2{
  bottom: -0.5rem;
}

.group:hover .group-hover\:-right-10{
  right: -2.5rem;
}

.group:hover .group-hover\:left-3{
  left: 0.75rem;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:text-light{
  color: var(--light);
}

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

.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}

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

.peer:checked ~ .peer-checked\:translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:bg-primary{
  background-color: var(--primary);
}

@media not all and (min-width: 1024px){

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

  .max-lg\:flex{
    display: flex;
  }

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

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

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

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

  .max-lg\:text-center{
    text-align: center;
  }
}

@media not all and (min-width: 768px){

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

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

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

@media not all and (min-width: 480px){

  .max-sm\:bottom-11{
    bottom: 2.75rem;
  }

  .max-sm\:bottom-20{
    bottom: 5rem;
  }

  .max-sm\:left-0{
    left: 0px;
  }

  .max-sm\:top-5{
    top: 1.25rem;
  }

  .max-sm\:top-8{
    top: 2rem;
  }

  .max-sm\:my-\[30px\]{
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

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

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

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

  .max-sm\:mt-3{
    margin-top: 0.75rem;
  }

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

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

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

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

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

  .max-sm\:hidden{
    display: none;
  }

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

  .max-sm\:h-3{
    height: 0.75rem;
  }

  .max-sm\:h-4{
    height: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-sm\:w-10{
    width: 2.5rem;
  }

  .max-sm\:w-12{
    width: 3rem;
  }

  .max-sm\:w-3{
    width: 0.75rem;
  }

  .max-sm\:w-36{
    width: 9rem;
  }

  .max-sm\:w-4{
    width: 1rem;
  }

  .max-sm\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

  .max-sm\:w-\[33\.33\%\]{
    width: 33.33%;
  }

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

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

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

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

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

  .max-sm\:w-\[80vw\]{
    width: 80vw;
  }

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

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

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

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

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

  .max-sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .max-sm\:items-center{
    align-items: center;
  }

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

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

  .max-sm\:gap-1{
    gap: 0.25rem;
  }

  .max-sm\:gap-2{
    gap: 0.5rem;
  }

  .max-sm\:gap-3{
    gap: 0.75rem;
  }

  .max-sm\:gap-5{
    gap: 1.25rem;
  }

  .max-sm\:gap-7{
    gap: 1.75rem;
  }

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

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

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

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

  .max-sm\:p-1{
    padding: 0.25rem;
  }

  .max-sm\:p-2{
    padding: 0.5rem;
  }

  .max-sm\:p-3{
    padding: 0.75rem;
  }

  .max-sm\:p-4{
    padding: 1rem;
  }

  .max-sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .max-sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .max-sm\:text-\[9px\]{
    font-size: 9px;
  }

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

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

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

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

  .max-sm\:leading-3{
    line-height: .75rem;
  }

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

  .max-sm\:leading-\[15px\]{
    line-height: 15px;
  }
}

@media (max-width: 425px){

  .max-\[425px\]\:w-\[100\%\]{
    width: 100%;
  }

  .max-\[425px\]\:w-\[33\.33\%\]{
    width: 33.33%;
  }
}

@media (max-width: 380px){

  .max-\[380px\]\:flex{
    display: flex;
  }

  .max-\[380px\]\:h-3{
    height: 0.75rem;
  }

  .max-\[380px\]\:w-3{
    width: 0.75rem;
  }
}

@media (max-width: 375px){

  .max-\[375px\]\:w-\[100\%\]{
    width: 100%;
  }

  .max-\[375px\]\:w-\[33\.33\%\]{
    width: 33.33%;
  }

  .max-\[375px\]\:p-0{
    padding: 0px;
  }
}

@media (max-width: 290px){

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

  .max-\[290px\]\:text-\[8\.5px\]{
    font-size: 8.5px;
  }
}

@media (min-width: 380px){

  .min-\[380px\]\:mb-1{
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 480px){

  .sm\:absolute{
    position: absolute;
  }

  .sm\:-bottom-10{
    bottom: -2.5rem;
  }

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

  .sm\:top-16{
    top: 4rem;
  }

  .sm\:top-20{
    top: 5rem;
  }

  .sm\:top-6{
    top: 1.5rem;
  }

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

  .sm\:my-\[40px\]{
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

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

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

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-5{
    height: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-1\/2{
    width: 50%;
  }

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

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

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-40{
    width: 10rem;
  }

  .sm\:w-5{
    width: 1.25rem;
  }

  .sm\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[50vw\]{
    width: 50vw;
  }

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

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

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

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

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

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

  .sm\:max-w-md{
    max-width: 28rem;
  }

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

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

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

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

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

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

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

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

  .sm\:gap-3{
    gap: 0.75rem;
  }

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

  .sm\:gap-5{
    gap: 1.25rem;
  }

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

  .sm\:gap-9{
    gap: 2.25rem;
  }

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

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

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

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

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

  .sm\:px-2\.5{
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

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

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

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

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

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

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

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

  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px){

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mt-11{
    margin-top: 2.75rem;
  }

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:h-5{
    height: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!w-\[50\%\]{
    width: 50% !important;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-12{
    width: 3rem;
  }

  .md\:w-5{
    width: 1.25rem;
  }

  .md\:w-7{
    width: 1.75rem;
  }

  .md\:w-9{
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[50vw\]{
    width: 50vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-9{
    gap: 2.25rem;
  }

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

  .md\:rounded-5xl{
    border-radius: 36px;
  }

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

  .md\:p-10{
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){

  .lg\:visible{
    visibility: visible;
  }

  .lg\:sticky{
    position: sticky;
  }

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

  .lg\:top-36{
    top: 9rem;
  }

  .lg\:top-5{
    top: 1.25rem;
  }

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

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

  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

  .lg\:\!w-\[45\%\]{
    width: 45% !important;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

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

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

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

  .lg\:w-80{
    width: 20rem;
  }

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

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

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

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

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

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

  .lg\:w-\[30\.33\%\]{
    width: 30.33%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-20{
    gap: 5rem;
  }

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

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

  .lg\:gap-32{
    gap: 8rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

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

  .lg\:rounded-5xl{
    border-radius: 36px;
  }

  .lg\:p-14{
    padding: 3.5rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

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

  .lg\:pt-36{
    padding-top: 9rem;
  }

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

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

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

  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

@media (min-width: 1280px){

  .xl\:left-\[5\%\]{
    left: 5%;
  }

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

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

  .xl\:top-5{
    top: 1.25rem;
  }

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

  .xl\:my-\[100px\]{
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

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

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

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

  .xl\:mt-11{
    margin-top: 2.75rem;
  }

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

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

  .xl\:mt-28{
    margin-top: 7rem;
  }

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

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

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

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:w-\[10\%\]{
    width: 10%;
  }

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

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

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

  .xl\:w-\[20\%\]{
    width: 20%;
  }

  .xl\:w-\[27vw\]{
    width: 27vw;
  }

  .xl\:w-\[30\%\]{
    width: 30%;
  }

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

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

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

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

  .xl\:w-\[40vw\]{
    width: 40vw;
  }

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

  .xl\:w-\[50vw\]{
    width: 50vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-14{
    gap: 3.5rem;
  }

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

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

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

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

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

  .xl\:rounded-5xl{
    border-radius: 36px;
  }

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

  .xl\:p-10{
    padding: 2.5rem;
  }

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

  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

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

  .xl\:pl-\[200px\]{
    padding-left: 200px;
  }

  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

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

@media (min-width: 1536px){

  .\32xl\:bottom-10{
    bottom: 2.5rem;
  }

  .\32xl\:left-\[10\%\]{
    left: 10%;
  }

  .\32xl\:top-12{
    top: 3rem;
  }

  .\32xl\:top-4{
    top: 1rem;
  }

  .\32xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:hidden{
    display: none;
  }

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

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

  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:w-\[15\%\]{
    width: 15%;
  }

  .\32xl\:w-\[16\%\]{
    width: 16%;
  }

  .\32xl\:w-\[18\%\]{
    width: 18%;
  }

  .\32xl\:w-\[20\%\]{
    width: 20%;
  }

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

  .\32xl\:w-\[30\%\]{
    width: 30%;
  }

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

  .\32xl\:w-\[46vw\]{
    width: 46vw;
  }

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

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

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

  .\32xl\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .\32xl\:gap-20{
    gap: 5rem;
  }

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

  .\32xl\:gap-40{
    gap: 10rem;
  }

  .\32xl\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .\32xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:pb-20{
    padding-bottom: 5rem;
  }

  .\32xl\:pl-\[240px\]{
    padding-left: 240px;
  }

  .\32xl\:text-left{
    text-align: left;
  }

  .\32xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1720px){

  .\33xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .\33xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\33xl\:pb-16{
    padding-bottom: 4rem;
  }

  .\33xl\:pl-80{
    padding-left: 20rem;
  }

  .\33xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.peer:checked ~ .rtl\:peer-checked\:-translate-x-full:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


 
