/*
! tailwindcss v3.0.24 | 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.
*/

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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 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='reset'],
[type='submit'] {
  -webkit-appearance: button;
  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;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
  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;
  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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
  /* vertical-align: middle; */
}

/*
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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Bebas';

  src: url('../fonts/bebas-neue/bebasneue_regular-webfont.woff2') format('woff2'),
            url('../fonts/bebas-neue/bebasneue_regular-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Ohio';

  src: url('../fonts/billy-ohio/billy_ohio-webfont.woff2') format('woff2'),
            url('../fonts/billy-ohio/billy_ohio-webfont.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

*, ::before, ::after {
  --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-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%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1700px) {
  .container {
    max-width: 1620px;
  }
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.top-0 {
  top: 0px !important;
}

.right-3 {
  right: 0.75rem !important;
}

.top-3 {
  top: 0.75rem !important;
}

.top-\[75px\] {
  top: 75px !important;
}

.left-1\/2 {
  left: 50% !important;
}

.top-10 {
  top: 2.5rem !important;
}

.left-\[135px\] {
  left: 135px !important;
}

.bottom-5 {
  bottom: 1.25rem !important;
}

.-top-\[45px\] {
  top: -45px !important;
}

.-left-20 {
  left: -5rem !important;
}

.-top-20 {
  top: -5rem !important;
}

.-top-\[15px\] {
  top: -15px !important;
}

.top-\[15px\] {
  top: 15px !important;
}

.right-0 {
  right: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.top-\[75px\] {
  top: 75px !important;
}

.left-1\/2 {
  left: 50% !important;
}

.left-0 {
  left: 0px !important;
}

.top-12 {
  top: 3rem !important;
}

.-top-2 {
  top: -0.5rem !important;
}

.-right-2 {
  right: -0.5rem !important;
}

.top-\[0px\] {
  top: 0px !important;
}

.top-\[75px\] {
  top: 75px !important;
}

.left-1\/2 {
  left: 50% !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.-z-10 {
  z-index: -10 !important;
}

.z-30 {
  z-index: 30 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-50 {
  z-index: 50 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.m-0 {
  margin: 0px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-\[71px\] {
  margin-top: 71px !important;
  margin-bottom: 71px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-\[114px\] {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

.mx-12 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-\[50px\] {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-\[50px\] {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-\[50px\] {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-\[50px\] {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.mx-5 {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-\[50px\] {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-0\.5 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mt-\[40px\] {
  margin-top: 40px !important;
}

.mt-\[14px\] {
  margin-top: 14px !important;
}

.mb-\[21px\] {
  margin-bottom: 21px !important;
}

.mb-\[8px\] {
  margin-bottom: 8px !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.mt-\[30px\] {
  margin-top: 30px !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mt-\[18px\] {
  margin-top: 18px !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-8 {
  margin-left: 2rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.-mt-10 {
  margin-top: -2.5rem !important;
}

.mt-\[23px\] {
  margin-top: 23px !important;
}

.-mt-\[2px\] {
  margin-top: -2px !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.mt-\[26px\] {
  margin-top: 26px !important;
}

.mt-\[22px\] {
  margin-top: 22px !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-\[53px\] {
  margin-top: 53px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-\[15px\] {
  margin-bottom: 15px !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-\[15px\] {
  margin-bottom: 15px !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ml-5 {
  margin-left: 1.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-\[15px\] {
  margin-bottom: 15px !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-\[50px\] {
  margin-top: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.-mt-\[985px\] {
  margin-top: -985px !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mr-10 {
  margin-right: 2.5rem !important;
}

.block {
  display: block !important;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}

.list-item {
  display: list-item !important;
}

.hidden {
  display: none !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[154px\] {
  height: 154px !important;
}

.h-\[48px\] {
  height: 48px !important;
}

.h-\[52px\] {
  height: 52px !important;
}

.h-\[30px\] {
  height: 30px !important;
}

.h-\[47px\] {
  height: 47px !important;
}

.h-\[51px\] {
  height: 51px !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-\[380px\] {
  height: 380px !important;
}

.h-\[500px\] {
  height: 500px !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-\[45px\] {
  height: 45px !important;
}

.h-\[149px\] {
  height: 149px !important;
}

.h-\[73px\] {
  height: 73px !important;
}

.h-96 {
  height: 24rem !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-\[18px\] {
  height: 18px !important;
}

.h-\[40px\] {
  height: 40px !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-\[149px\] {
  height: 149px !important;
}

.h-20 {
  height: 5rem !important;
}

.h-\[60px\] {
  height: 60px !important;
}

.h-auto {
  height: auto !important;
}

.h-4 {
  height: 1rem !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-screen {
  height: 100vh !important;
}

.h-full {
  height: 100% !important;
}

.h-\[40\.5rem\] {
  height: 40.5rem !important;
}

.h-\[10\.88rem\] {
  height: 10.88rem !important;
}

.h-\[6\.4rem\] {
  height: 6.4rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-\[149px\] {
  height: 149px !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-\[231px\] {
  width: 231px !important;
}

.w-2\/3 {
  width: 66.666667% !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-\[470px\] {
  width: 470px !important;
}

.w-\[142px\] {
  width: 142px !important;
}

.w-\[55px\] {
  width: 55px !important;
}

.w-\[43px\] {
  width: 43px !important;
}

.w-\[47px\] {
  width: 47px !important;
}

.w-\[51px\] {
  width: 51px !important;
}

.w-\[180px\] {
  width: 180px !important;
}

.w-\[402px\] {
  width: 402px !important;
}

.w-\[311px\] {
  width: 311px !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-\[75px\] {
  width: 75px !important;
}

.w-\[65px\] {
  width: 65px !important;
}

.w-\[149px\] {
  width: 149px !important;
}

.w-\[73px\] {
  width: 73px !important;
}

.w-\[123px\] {
  width: 123px !important;
}

.w-\[200px\] {
  width: 200px !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-\[6px\] {
  width: 6px !important;
}

.w-\[120px\] {
  width: 120px !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-\[149px\] {
  width: 149px !important;
}

.w-full {
  width: 100% !important;
}

.w-\[50px\] {
  width: 50px !important;
}

.w-60 {
  width: 15rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-\[25px\] {
  width: 25px !important;
}

.w-screen {
  width: 100vw !important;
}

.w-auto {
  width: auto !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-28 {
  width: 7rem !important;
}

.w-11\/12 {
  width: 91.666667% !important;
}

.w-\[149px\] {
  width: 149px !important;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

.list-inside {
  list-style-position: inside !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.list-none {
  list-style-type: none !important;
}

.list-disc {
  list-style-type: disc !important;
}

.columns-2 {
  -moz-columns: 2 !important;
       columns: 2 !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-end {
  align-items: flex-end !important;
}

.items-center {
  align-items: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-\[17px\] {
  gap: 17px !important;
}

.gap-10 {
  gap: 2.5rem !important;
}

.gap-6 {
  gap: 1.5rem !important;
}

.gap-\[50px\] {
  gap: 50px !important;
}

.gap-\[10px\] {
  gap: 10px !important;
}

.gap-3 {
  gap: 0.75rem !important;
}

.gap-\[3px\] {
  gap: 3px !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-5 {
  gap: 1.25rem !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.scroll-smooth {
  scroll-behavior: smooth !important;
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.border {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-l {
  border-left-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-b-2 {
  border-bottom-width: 2px !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#dddddd\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(221 221 221 / var(--tw-border-opacity)) !important;
}

.border-\[\#D3D3D3\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(211 211 211 / var(--tw-border-opacity)) !important;
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity)) !important;
}

.border-\[\#F98C10\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(249 140 16 / var(--tw-border-opacity)) !important;
}

.border-\[\#C9C9C9\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 201 201 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-\[\#E0EAF0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(224 234 240 / var(--tw-border-opacity)) !important;
}

.border-\[\#b6cbd6b6\] {
  border-color: #b6cbd6b6 !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-\[\#CDCDCD\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 205 205 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-red-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 230 230 / var(--tw-border-opacity)) !important;
}

.border-\[\#419625\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

.border-transparent {
  border-color: transparent !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F98C10\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EC3C3C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 60 60 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F7FBFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 251 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#C9C9C9\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-red-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EC3C3C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 60 60 / var(--tw-bg-opacity)) !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity)) !important;
}

.bg-custom-dark-yellow {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#419625\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.bg-yellow-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#F6FAFF\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 250 255 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#155D84\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 93 132 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#EC3C3C\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 60 60 / var(--tw-bg-opacity)) !important;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8 !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-contain {
  background-size: contain !important;
}

.bg-cover {
  background-size: cover !important;
}

.bg-center {
  background-position: center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.p-0 {
  padding: 0px !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-\[139px\] {
  padding-top: 139px !important;
  padding-bottom: 139px !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-\[25px\] {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.px-\[67px\] {
  padding-left: 67px !important;
  padding-right: 67px !important;
}

.py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-\[17px\] {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.py-\[40px\] {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-\[28px\] {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.px-\[60px\] {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-\[42px\] {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.px-\[32px\] {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-\[52px\] {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

.py-\[140px\] {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.px-\[37px\] {
  padding-left: 37px !important;
  padding-right: 37px !important;
}

.py-\[18px\] {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.px-\[41px\] {
  padding-left: 41px !important;
  padding-right: 41px !important;
}

.px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-11 {
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.px-\[43px\] {
  padding-left: 43px !important;
  padding-right: 43px !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.px-2\.5 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-\[18px\] {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.py-\[11px\] {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.px-\[45px\] {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-\[26px\] {
  padding-left: 26px !important;
  padding-right: 26px !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-\[33px\] {
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-\[100px\] {
  padding-bottom: 100px !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.pl-\[30px\] {
  padding-left: 30px !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.pl-6 {
  padding-left: 1.5rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-\[1095px\] {
  padding-top: 1095px !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-fjalla {
  font-family: Fjalla, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.font-bebas {
  font-family: Bebas, sans-serif !important;
}

.font-poppins {
  font-family: Poppins, sans-serif !important;
}

.font-ohio {
  font-family: Ohio, sans-serif !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[120px\] {
  font-size: 120px !important;
}

.text-\[17px\] {
  font-size: 17px !important;
}

.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.text-\[28px\] {
  font-size: 28px !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.text-\[18px\] {
  font-size: 18px !important;
}

.text-\[15px\] {
  font-size: 15px !important;
}

.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.text-\[60px\] {
  font-size: 60px !important;
}

.text-\[30px\] {
  font-size: 30px !important;
}

.text-\[260px\] {
  font-size: 260px !important;
}

.text-\[42px\] {
  font-size: 42px !important;
}

.text-\[20px\] {
  font-size: 20px !important;
}

.text-\[35px\] {
  font-size: 35px !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-\[26px\] {
  font-size: 26px !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-\[26px\] {
  font-size: 26px !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-\[26px\] {
  font-size: 26px !important;
}

.text-\[120px\] {
  font-size: 120px !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[80px\] {
  font-size: 80px !important;
}

.text-\[40px\] {
  font-size: 40px !important;
}

.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem !important;
}

.text-\[26px\] {
  font-size: 26px !important;
}

.text-\[120px\] {
  font-size: 120px !important;
}

.text-\[22px\] {
  font-size: 22px !important;
}

.font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-extrabold {
  font-weight: 800 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-\[22px\] {
  line-height: 22px !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-\[22px\] {
  line-height: 22px !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-\[22px\] {
  line-height: 22px !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-\[\#838383\] {
  --tw-text-opacity: 1 !important;
  color: rgb(131 131 131 / var(--tw-text-opacity)) !important;
}

.text-\[\#777777\] {
  --tw-text-opacity: 1 !important;
  color: rgb(119 119 119 / var(--tw-text-opacity)) !important;
}

.text-\[\#419625\] {
  --tw-text-opacity: 1 !important;
  color: rgb(65 150 37 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#EC3C3C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(236 60 60 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(185 28 28 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-\[\#EC3C3C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(236 60 60 / var(--tw-text-opacity)) !important;
}

.text-\[\#838383\] {
  --tw-text-opacity: 1 !important;
  color: rgb(131 131 131 / var(--tw-text-opacity)) !important;
}

.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-\[\#155D84\] {
  --tw-text-opacity: 1 !important;
  color: rgb(21 93 132 / var(--tw-text-opacity)) !important;
}

.text-\[\#F98C10\] {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.text-\[\#419625\] {
  --tw-text-opacity: 1 !important;
  color: rgb(65 150 37 / var(--tw-text-opacity)) !important;
}

.text-\[\#33B1C4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(51 177 196 / var(--tw-text-opacity)) !important;
}

.text-\[\#EC3C3C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(236 60 60 / var(--tw-text-opacity)) !important;
}

.text-\[\#838383\] {
  --tw-text-opacity: 1 !important;
  color: rgb(131 131 131 / var(--tw-text-opacity)) !important;
}

.line-through {
  -webkit-text-decoration-line: line-through !important;
          text-decoration-line: line-through !important;
}

.accent-\[\#155D84\] {
  accent-color: #155D84 !important;
}

.opacity-\[0\.05\] {
  opacity: 0.05 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-\[0\.05\] {
  opacity: 0.05 !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.ring-3 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #419625) !important;
}

.ring-\[\#155D84\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(21 93 132 / var(--tw-ring-opacity)) !important;
}

.ring-\[\#419625\] {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(65 150 37 / var(--tw-ring-opacity)) !important;
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)) !important;
  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) !important;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08)) !important;
  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) !important;
}

.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.line-clamp-3 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.line-clamp-2 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.normal-transition {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-category-card {
  margin-left: 1rem;
  margin-right: 1rem;
  display: flex;
  height: 91px;
  width: 91px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 1024px) {
  .product-category-card {
    height: 182px;
    width: 182px;
  }
}

.product-category-card + .product-category-card-title {
  margin-top: 14px;
  text-align: center;
  font-family: Bebas, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.active-nav {
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity));
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.breadcrumb-shadow-text::before {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 656px;
  font-family: Ohio, sans-serif;
  font-size: 120px;
  line-height: 1;
  content: var(--tw-content);
  opacity: 0.05;
}

@media (min-width: 768px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1024px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 180px;
  }
}

@media (min-width: 1280px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 250px;
  }
}

@media (min-width: 1536px) {
  .breadcrumb-shadow-text::before {
    content: var(--tw-content);
    font-size: 280px;
  }
}

.privacy-policy h1 {
  margin-bottom: 0.75rem;
  margin-top: 51px;
  font-family: Fjalla, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.privacy-policy p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.privacy-policy ul li {
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
  font-family: Poppins, sans-serif;
  font-size: 17px;
}

.active-pagination {
  --tw-bg-opacity: 1;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blog-details {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
  padding-bottom: 54px;
}

.blog-details p {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

.wishlist.active i {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.about-us-content p {
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

[x-cloak] {
  display: none;
}

/* price range picker */

.range-wrapper {
  position: relative;
  width: 100%;
  border-radius: 10px;
}

.range-container {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 9px;
}

input[type='range'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

input[type='range']::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
}

input[type='range']::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  height: 5px;
}

input[type='range']::-ms-track {
  appearance: none;
  height: 5px;
}

input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  background-color: #ffff;
  border: 1px solid #f98c10;
  cursor: pointer;
  margin-top: -7px;
  pointer-events: auto;
  border-radius: 50%;
}

input[type='range']::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffff;
  border: 1px solid #f98c10;
  pointer-events: auto;
}

input[type='range']::-ms-thumb {
  appearance: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffff;
  border: 1px solid #f98c10;
  pointer-events: auto;
}

input[type='range']:active::-webkit-slider-thumb {
  background-color: #ffffff;
  border: 3px solid #ffff;
  border: 1px solid #f98c10;
}

.values {
  background-color: #f98c10;
  width: 32%;
  position: relative;
  margin: auto;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  color: #ffffff;
}

.values:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-top: 15px solid #f98c10;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: auto;
  bottom: -14px;
  left: 0;
  right: 0;
}

.after\:absolute::after {
  content: var(--tw-content) !important;
  position: absolute !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:-bottom-4::after {
  content: var(--tw-content) !important;
  bottom: -1rem !important;
}

.after\:left-0::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.after\:h-1::after {
  content: var(--tw-content) !important;
  height: 0.25rem !important;
}

.after\:w-\[35px\]::after {
  content: var(--tw-content) !important;
  width: 35px !important;
}

.after\:bg-\[\#33B1C4\]::after {
  content: var(--tw-content) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 177 196 / var(--tw-bg-opacity)) !important;
}

.hover\:ml-2:hover {
  margin-left: 0.5rem !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.hover\:border-red-700:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(185 28 28 / var(--tw-border-opacity)) !important;
}

.hover\:border-\[\#419625\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 150 37 / var(--tw-border-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#F98C10\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 140 16 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-custom-yellow:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-\[\#419625\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(65 150 37 / var(--tw-bg-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.hover\:text-\[\#F98C10\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(249 140 16 / var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(250 204 21 / var(--tw-text-opacity)) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-90:active {
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-100:active {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:scale-110:active {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.active\:bg-custom-yellow:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 216 0 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:block {
  display: block !important;
}

.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25 !important;
  --tw-scale-y: 1.25 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:ml-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .rtl\:mr-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem !important;
}

[dir="rtl"] .rtl\:text-right {
  text-align: right !important;
}

@media (min-width: 640px) {
  .sm\:-mt-\[10px\] {
    margin-top: -10px !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 768px) {
  .md\:top-\[50px\] {
    top: 50px !important;
  }

  .md\:top-\[145px\] {
    top: 145px !important;
  }

  .md\:top-\[50px\] {
    top: 50px !important;
  }

  .md\:top-\[145px\] {
    top: 145px !important;
  }

  .md\:top-\[50px\] {
    top: 50px !important;
  }

  .md\:top-\[145px\] {
    top: 145px !important;
  }

  .md\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:mt-\[124px\] {
    margin-top: 124px !important;
  }

  .md\:mr-auto {
    margin-right: auto !important;
  }

  .md\:mt-\[124px\] {
    margin-top: 124px !important;
  }

  .md\:w-\[60\%\] {
    width: 60% !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[80px\] {
    font-size: 80px !important;
  }

  .md\:text-\[180px\] {
    font-size: 180px !important;
  }

  .md\:text-\[60px\] {
    font-size: 60px !important;
  }

  .md\:text-\[42px\] {
    font-size: 42px !important;
  }

  .md\:text-\[40px\] {
    font-size: 40px !important;
  }

  .md\:text-\[100px\] {
    font-size: 100px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[180px\] {
    font-size: 180px !important;
  }

  .md\:text-\[125px\] {
    font-size: 125px !important;
  }

  .md\:text-\[70px\] {
    font-size: 70px !important;
  }

  .md\:text-\[180px\] {
    font-size: 180px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:left-0 {
    left: 0px !important;
  }

  .lg\:-top-\[75px\] {
    top: -75px !important;
  }

  .lg\:top-\[200px\] {
    top: 200px !important;
  }

  .lg\:top-20 {
    top: 5rem !important;
  }

  .lg\:left-1\/2 {
    left: 50% !important;
  }

  .lg\:bottom-0 {
    bottom: 0px !important;
  }

  .lg\:top-\[30px\] {
    top: 30px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:top-\[200px\] {
    top: 200px !important;
  }

  .lg\:left-auto {
    left: auto !important;
  }

  .lg\:right-0 {
    right: 0px !important;
  }

  .lg\:top-8 {
    top: 2rem !important;
  }

  .lg\:-top-\[30px\] {
    top: -30px !important;
  }

  .lg\:top-\[200px\] {
    top: 200px !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:mx-\[61px\] {
    margin-left: 61px !important;
    margin-right: 61px !important;
  }

  .lg\:my-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .lg\:my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:mt-\[74px\] {
    margin-top: 74px !important;
  }

  .lg\:mr-\[21px\] {
    margin-right: 21px !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem !important;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .lg\:mb-96 {
    margin-bottom: 24rem !important;
  }

  .lg\:ml-\[18px\] {
    margin-left: 18px !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px !important;
  }

  .lg\:mt-\[150px\] {
    margin-top: 150px !important;
  }

  .lg\:-mt-\[14px\] {
    margin-top: -14px !important;
  }

  .lg\:-mt-\[360px\] {
    margin-top: -360px !important;
  }

  .lg\:mt-12 {
    margin-top: 3rem !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:ml-auto {
    margin-left: auto !important;
  }

  .lg\:mt-0 {
    margin-top: 0px !important;
  }

  .lg\:mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:-mt-\[0px\] {
    margin-top: -0px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:flex {
    display: flex !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-\[58px\] {
    height: 58px !important;
  }

  .lg\:h-20 {
    height: 5rem !important;
  }

  .lg\:h-\[672px\] {
    height: 672px !important;
  }

  .lg\:h-\[91px\] {
    height: 91px !important;
  }

  .lg\:h-\[97px\] {
    height: 97px !important;
  }

  .lg\:h-\[1185px\] {
    height: 1185px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-\[67px\] {
    height: 67px !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:h-auto {
    height: auto !important;
  }

  .lg\:h-\[100px\] {
    height: 100px !important;
  }

  .lg\:h-\[34px\] {
    height: 34px !important;
  }

  .lg\:h-\[19px\] {
    height: 19px !important;
  }

  .lg\:h-full {
    height: 100% !important;
  }

  .lg\:min-h-\[45\.25rem\] {
    min-height: 45.25rem !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[70\%\] {
    width: 70% !important;
  }

  .lg\:w-\[491px\] {
    width: 491px !important;
  }

  .lg\:w-\[807px\] {
    width: 807px !important;
  }

  .lg\:w-\[262px\] {
    width: 262px !important;
  }

  .lg\:w-\[150px\] {
    width: 150px !important;
  }

  .lg\:w-\[137px\] {
    width: 137px !important;
  }

  .lg\:w-\[546px\] {
    width: 546px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-\[380px\] {
    width: 380px !important;
  }

  .lg\:w-\[188px\] {
    width: 188px !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:w-auto {
    width: auto !important;
  }

  .lg\:w-\[80px\] {
    width: 80px !important;
  }

  .lg\:w-\[37px\] {
    width: 37px !important;
  }

  .lg\:w-\[23px\] {
    width: 23px !important;
  }

  .lg\:w-\[6\.688rem\] {
    width: 6.688rem !important;
  }

  .lg\:w-7\/12 {
    width: 58.333333% !important;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: -0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:flex-row {
    flex-direction: row !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:items-start {
    align-items: flex-start !important;
  }

  .lg\:items-end {
    align-items: flex-end !important;
  }

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

  .lg\:gap-40 {
    gap: 10rem !important;
  }

  .lg\:border-r {
    border-right-width: 1px !important;
  }

  .lg\:border-gray-400 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-\[15px\] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-\[35px\] {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .lg\:py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-\[4\.56rem\] {
    padding-left: 4.56rem !important;
    padding-right: 4.56rem !important;
  }

  .lg\:py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem !important;
  }

  .lg\:pt-\[389px\] {
    padding-top: 389px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-\[100px\] {
    font-size: 100px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-\[55px\] {
    font-size: 55px !important;
  }

  .lg\:text-\[25px\] {
    font-size: 25px !important;
  }

  .lg\:text-\[33px\] {
    font-size: 33px !important;
  }

  .lg\:text-\[44px\] {
    font-size: 44px !important;
  }

  .lg\:text-\[180px\] {
    font-size: 180px !important;
  }

  .lg\:text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-\[40px\] {
    font-size: 40px !important;
  }

  .lg\:text-\[17px\] {
    font-size: 17px !important;
  }

  .lg\:text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }

  .lg\:text-\[54px\] {
    font-size: 54px !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[120px\] {
    font-size: 120px !important;
  }

  .lg\:text-\[80px\] {
    font-size: 80px !important;
  }

  .lg\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .lg\:text-\[26px\] {
    font-size: 26px !important;
  }

  .lg\:text-\[42px\] {
    font-size: 42px !important;
  }

  .lg\:text-\[58px\] {
    font-size: 58px !important;
  }

  .lg\:text-\[29px\] {
    font-size: 29px !important;
  }

  .lg\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:text-\[72px\] {
    font-size: 72px !important;
  }

  .lg\:text-\[130px\] {
    font-size: 130px !important;
  }

  .lg\:text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[180px\] {
    font-size: 180px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[150px\] {
    font-size: 150px !important;
  }

  .lg\:text-\[90px\] {
    font-size: 90px !important;
  }

  .lg\:text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }

  .lg\:text-\[22px\] {
    font-size: 22px !important;
  }

  .lg\:text-\[180px\] {
    font-size: 180px !important;
  }

  .lg\:text-\[38px\] {
    font-size: 38px !important;
  }

  .lg\:leading-\[55px\] {
    line-height: 55px !important;
  }

  .lg\:leading-\[25px\] {
    line-height: 25px !important;
  }

  .lg\:leading-\[33px\] {
    line-height: 33px !important;
  }

  .lg\:leading-\[44px\] {
    line-height: 44px !important;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px !important;
  }
}

@media (min-width: 1280px) {
  .xl\:-top-\[45px\] {
    top: -45px !important;
  }

  .xl\:top-\[160px\] {
    top: 160px !important;
  }

  .xl\:-top-\[88px\] {
    top: -88px !important;
  }

  .xl\:-top-\[25px\] {
    top: -25px !important;
  }

  .xl\:-top-\[45px\] {
    top: -45px !important;
  }

  .xl\:top-\[160px\] {
    top: 160px !important;
  }

  .xl\:-top-\[45px\] {
    top: -45px !important;
  }

  .xl\:top-\[160px\] {
    top: 160px !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4 !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:h-\[124px\] {
    height: 124px !important;
  }

  .xl\:h-\[440px\] {
    height: 440px !important;
  }

  .xl\:w-\[102px\] {
    width: 102px !important;
  }

  .xl\:w-\[560px\] {
    width: 560px !important;
  }

  .xl\:w-\[102px\] {
    width: 102px !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-\[280px\] {
    font-size: 280px !important;
  }

  .xl\:text-\[250px\] {
    font-size: 250px !important;
  }

  .xl\:text-\[42px\] {
    font-size: 42px !important;
  }

  .xl\:text-\[140px\] {
    font-size: 140px !important;
  }

  .xl\:text-\[100px\] {
    font-size: 100px !important;
  }

  .xl\:text-\[180px\] {
    font-size: 180px !important;
  }

  .xl\:text-\[75px\] {
    font-size: 75px !important;
  }

  .xl\:text-\[161px\] {
    font-size: 161px !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-\[250px\] {
    font-size: 250px !important;
  }

  .xl\:text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .xl\:text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .xl\:text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

  .xl\:text-\[250px\] {
    font-size: 250px !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-\[65px\] {
    top: 65px !important;
  }

  .\32xl\:top-\[145px\] {
    top: 145px !important;
  }

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .\32xl\:text-\[280px\] {
    font-size: 280px !important;
  }

  .\32xl\:text-\[160px\] {
    font-size: 160px !important;
  }

  .\32xl\:text-\[100px\] {
    font-size: 100px !important;
  }

  .\32xl\:text-\[200px\] {
    font-size: 200px !important;
  }

  .\32xl\:text-\[280px\] {
    font-size: 280px !important;
  }
}
