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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-4 {
  right: 16rem;
}

.right-8 {
  right: 32rem;
}

.top-40 {
  top: 160rem;
}

.top-8 {
  top: 32rem;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.col-auto {
  grid-column: auto;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-mx-6 {
  margin-left: -24rem;
  margin-right: -24rem;
}

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

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

.my-40 {
  margin-top: 160rem;
  margin-bottom: 160rem;
}

.mb-10 {
  margin-bottom: 40rem;
}

.mb-20 {
  margin-bottom: 80rem;
}

.mb-25 {
  margin-bottom: 100rem;
}

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

.mb-5 {
  margin-bottom: 20rem;
}

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

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

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

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

.mt-12 {
  margin-top: 48rem;
}

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

.mt-15 {
  margin-top: 60rem;
}

.mt-18 {
  margin-top: 72rem;
}

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

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

.mt-25 {
  margin-top: 100rem;
}

.mt-30 {
  margin-top: 120rem;
}

.mt-35 {
  margin-top: 140rem;
}

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

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

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

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

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

.box-content {
  box-sizing: content-box;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[534\/400\] {
  aspect-ratio: 534/400;
}

.aspect-\[566\/396\] {
  aspect-ratio: 566/396;
}

.aspect-\[653\/443\] {
  aspect-ratio: 653/443;
}

.aspect-\[7\/6\] {
  aspect-ratio: 7/6;
}

.aspect-\[716\/501\] {
  aspect-ratio: 716/501;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-100 {
  height: 400rem;
}

.h-12 {
  height: 48rem;
}

.h-129 {
  height: 516rem;
}

.h-150 {
  height: 600rem;
}

.h-200 {
  height: 800rem;
}

.h-3 {
  height: 12rem;
}

.h-300 {
  height: 1200rem;
}

.h-400 {
  height: 1600rem;
}

.h-60 {
  height: 240rem;
}

.h-8 {
  height: 32rem;
}

.h-80 {
  height: 320rem;
}

.h-full {
  height: 100%;
}

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

.min-h-150 {
  min-height: 600rem;
}

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

.w-10 {
  width: 40rem;
}

.w-100 {
  width: 400rem;
}

.w-110 {
  width: 440rem;
}

.w-120 {
  width: 480rem;
}

.w-125 {
  width: 500rem;
}

.w-150 {
  width: 600rem;
}

.w-17 {
  width: 68rem;
}

.w-197 {
  width: 788rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 80rem;
}

.w-200 {
  width: 800rem;
}

.w-231 {
  width: 924rem;
}

.w-25 {
  width: 100rem;
}

.w-250 {
  width: 1000rem;
}

.w-28 {
  width: 112rem;
}

.w-3\/5 {
  width: 60%;
}

.w-30 {
  width: 120rem;
}

.w-300 {
  width: 1200rem;
}

.w-350 {
  width: 1400rem;
}

.w-4 {
  width: 16rem;
}

.w-400 {
  width: 1600rem;
}

.w-45 {
  width: 180rem;
}

.w-48 {
  width: 192rem;
}

.w-6 {
  width: 24rem;
}

.w-60 {
  width: 240rem;
}

.w-62 {
  width: 248rem;
}

.w-8 {
  width: 32rem;
}

.w-80 {
  width: 320rem;
}

.w-95 {
  width: 380rem;
}

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

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-0 {
  min-width: 0;
}

.max-w-129 {
  max-width: 516rem;
}

.max-w-150 {
  max-width: 600rem;
}

.max-w-164 {
  max-width: 656rem;
}

.max-w-197 {
  max-width: 788rem;
}

.max-w-218 {
  max-width: 872rem;
}

.max-w-96 {
  max-width: 384rem;
}

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

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

.flex-none {
  flex: none;
}

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

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

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

.cursor-zoom-in {
  cursor: zoom-in;
}

.resize {
  resize: both;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

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

.gap-1 {
  gap: 4rem;
}

.gap-10 {
  gap: 40rem;
}

.gap-14 {
  gap: 56rem;
}

.gap-16 {
  gap: 64rem;
}

.gap-18 {
  gap: 72rem;
}

.gap-2 {
  gap: 8rem;
}

.gap-22 {
  gap: 88rem;
}

.gap-3 {
  gap: 12rem;
}

.gap-4 {
  gap: 16rem;
}

.gap-45 {
  gap: 180rem;
}

.gap-5 {
  gap: 20rem;
}

.gap-6 {
  gap: 24rem;
}

.gap-7 {
  gap: 28rem;
}

.gap-8 {
  gap: 32rem;
}

.gap-x-10 {
  -moz-column-gap: 40rem;
       column-gap: 40rem;
}

.gap-x-12 {
  -moz-column-gap: 48rem;
       column-gap: 48rem;
}

.gap-x-15 {
  -moz-column-gap: 60rem;
       column-gap: 60rem;
}

.gap-x-6 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-y-14 {
  row-gap: 56rem;
}

.gap-y-15 {
  row-gap: 60rem;
}

.gap-y-3 {
  row-gap: 12rem;
}

.gap-y-30 {
  row-gap: 120rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded-2 {
  border-radius: 8rem;
}

.rounded-4 {
  border-radius: 16rem;
}

.rounded-6 {
  border-radius: 24rem;
}

.rounded-\[var\(--rounded-16\)\] {
  border-radius: var(--rounded-16);
}

.rounded-\[var\(--rounded-24\)\] {
  border-radius: var(--rounded-24);
}

.rounded-\[var\(--rounded-ten\)\] {
  border-radius: var(--rounded-ten);
}

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

.rounded-tr-4 {
  border-top-right-radius: 16rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-t {
  border-top-width: 1px;
}

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

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

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

.border-color-ddd {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

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

.border-color-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}

.border-color-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(190 190 190 / var(--tw-border-opacity, 1));
}

.border-color-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(130 182 77 / var(--tw-border-opacity, 1));
}

.bg-\[\#FAE100\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 225 0 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-color-fff\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-color-fff\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

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

.bg-color-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}

.bg-color-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 106 178 / var(--tw-bg-opacity, 1));
}

.bg-color-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(130 182 77 / var(--tw-bg-opacity, 1));
}

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

.p-1 {
  padding: 4rem;
}

.p-10 {
  padding: 40rem;
}

.p-4 {
  padding: 16rem;
}

.p-6 {
  padding: 24rem;
}

.p-8 {
  padding: 32rem;
}

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

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

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

.px-6 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.px-8 {
  padding-left: 32rem;
  padding-right: 32rem;
}

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

.py-18 {
  padding-top: 72rem;
  padding-bottom: 72rem;
}

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

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

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

.py-40 {
  padding-top: 160rem;
  padding-bottom: 160rem;
}

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

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

.\!pb-0 {
  padding-bottom: 0 !important;
}

.\!pb-2 {
  padding-bottom: 8rem !important;
}

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

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

.pb-15 {
  padding-bottom: 60rem;
}

.pb-25 {
  padding-bottom: 100rem;
}

.pb-40 {
  padding-bottom: 160rem;
}

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

.pb-50 {
  padding-bottom: 200rem;
}

.pb-8 {
  padding-bottom: 32rem;
}

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

.pl-8 {
  padding-left: 32rem;
}

.pr-10 {
  padding-right: 40rem;
}

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

.pt-10 {
  padding-top: 40rem;
}

.pt-15 {
  padding-top: 60rem;
}

.pt-20 {
  padding-top: 80rem;
}

.pt-25 {
  padding-top: 100rem;
}

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

.pt-65 {
  padding-top: 260rem;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-1 {
  line-height: 1;
}

.leading-1-3 {
  line-height: 1.3;
}

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

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

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

.text-color-fff\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-color-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity, 1));
}

.text-color-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(154 159 169 / var(--tw-text-opacity, 1));
}

.text-color-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-color-primary {
  --tw-text-opacity: 1;
  color: rgb(15 106 178 / var(--tw-text-opacity, 1));
}

.text-color-secondary {
  --tw-text-opacity: 1;
  color: rgb(130 182 77 / var(--tw-text-opacity, 1));
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-5 {
  --tw-backdrop-blur: blur(20rem);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:aspect-square::before {
  content: var(--tw-content);
  aspect-ratio: 1 / 1;
}

.before\:w-2::before {
  content: var(--tw-content);
  width: 8rem;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:bg-color-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(15 106 178 / var(--tw-bg-opacity, 1));
}

.before\:bg-color-secondary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(130 182 77 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-color-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 106 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-color-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 182 77 / var(--tw-bg-opacity, 1));
}

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

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.group:hover .group-hover\:animate-bounce {
  animation: bounce 1s infinite;
}

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

.group:hover .group-hover\:before\:opacity-100::before {
  content: var(--tw-content);
  opacity: 1;
}

@media (max-width: 1280px) {
  ._xl\:hidden {
    display: none;
  }

  ._xl\:w-3\/5 {
    width: 60%;
  }

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

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

  ._xl\:gap-10 {
    gap: 40rem;
  }

  ._xl\:gap-16 {
    gap: 64rem;
  }

  ._xl\:gap-30 {
    gap: 120rem;
  }

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

@media (max-width: 1024px) {
  ._lg\:static {
    position: static;
  }

  ._lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  ._lg\:my-30 {
    margin-top: 120rem;
    margin-bottom: 120rem;
  }

  ._lg\:mb-16 {
    margin-bottom: 64rem;
  }

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

  ._lg\:mt-12 {
    margin-top: 48rem;
  }

  ._lg\:mt-13 {
    margin-top: 52rem;
  }

  ._lg\:mt-14 {
    margin-top: 56rem;
  }

  ._lg\:mt-20 {
    margin-top: 80rem;
  }

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

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

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

  ._lg\:mt-8 {
    margin-top: 32rem;
  }

  ._lg\:hidden {
    display: none;
  }

  ._lg\:min-h-125 {
    min-height: 500rem;
  }

  ._lg\:w-14 {
    width: 56rem;
  }

  ._lg\:w-2\/5 {
    width: 40%;
  }

  ._lg\:w-40 {
    width: 160rem;
  }

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

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

  ._lg\:max-w-197 {
    max-width: 788rem;
  }

  ._lg\:max-w-74 {
    max-width: 296rem;
  }

  ._lg\:max-w-none {
    max-width: none;
  }

  ._lg\:flex-none {
    flex: none;
  }

  ._lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

  ._lg\:gap-10 {
    gap: 40rem;
  }

  ._lg\:gap-12 {
    gap: 48rem;
  }

  ._lg\:gap-14 {
    gap: 56rem;
  }

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

  ._lg\:gap-5 {
    gap: 20rem;
  }

  ._lg\:gap-6 {
    gap: 24rem;
  }

  ._lg\:gap-7 {
    gap: 28rem;
  }

  ._lg\:gap-8 {
    gap: 32rem;
  }

  ._lg\:gap-x-10 {
    -moz-column-gap: 40rem;
         column-gap: 40rem;
  }

  ._lg\:gap-x-8 {
    -moz-column-gap: 32rem;
         column-gap: 32rem;
  }

  ._lg\:gap-y-12 {
    row-gap: 48rem;
  }

  ._lg\:gap-y-20 {
    row-gap: 80rem;
  }

  ._lg\:self-auto {
    align-self: auto;
  }

  ._lg\:rounded-3 {
    border-radius: 12rem;
  }

  ._lg\:rounded-5 {
    border-radius: 20rem;
  }

  ._lg\:rounded-tr-3 {
    border-top-right-radius: 12rem;
  }

  ._lg\:p-6 {
    padding: 24rem;
  }

  ._lg\:p-8 {
    padding: 32rem;
  }

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

  ._lg\:px-6 {
    padding-left: 24rem;
    padding-right: 24rem;
  }

  ._lg\:px-8 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  ._lg\:py-14 {
    padding-top: 56rem;
    padding-bottom: 56rem;
  }

  ._lg\:py-30 {
    padding-top: 120rem;
    padding-bottom: 120rem;
  }

  ._lg\:py-5 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  ._lg\:pb-0 {
    padding-bottom: 0;
  }

  ._lg\:pb-30 {
    padding-bottom: 120rem;
  }

  ._lg\:pb-32 {
    padding-bottom: 128rem;
  }

  ._lg\:pl-0 {
    padding-left: 0;
  }

  ._lg\:pr-0 {
    padding-right: 0;
  }

  ._lg\:pt-52 {
    padding-top: 208rem;
  }

  ._lg\:pt-8 {
    padding-top: 32rem;
  }

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

@media (max-width: 800px) {
  ._md\:mt-0 {
    margin-top: 0;
  }

  ._md\:flex {
    display: flex;
  }

  ._md\:hidden {
    display: none;
  }

  ._md\:min-h-0 {
    min-height: 0;
  }

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

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

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

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

  ._md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  ._md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  ._md\:grid-rows-none {
    grid-template-rows: none;
  }

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

  ._md\:gap-0 {
    gap: 0;
  }

  ._md\:gap-10 {
    gap: 40rem;
  }

  ._md\:gap-5 {
    gap: 20rem;
  }

  ._md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  ._md\:pt-0 {
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  ._sm\:relative {
    position: relative;
  }

  ._sm\:bottom-0 {
    bottom: 0;
  }

  ._sm\:left-0 {
    left: 0;
  }

  ._sm\:order-2 {
    order: 2;
  }

  ._sm\:col-auto {
    grid-column: auto;
  }

  ._sm\:float-none {
    float: none;
  }

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

  ._sm\:my-22 {
    margin-top: 88rem;
    margin-bottom: 88rem;
  }

  ._sm\:mb-14 {
    margin-bottom: 56rem;
  }

  ._sm\:mb-4 {
    margin-bottom: 16rem;
  }

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

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

  ._sm\:mt-11 {
    margin-top: 44rem;
  }

  ._sm\:mt-12 {
    margin-top: 48rem;
  }

  ._sm\:mt-14 {
    margin-top: 56rem;
  }

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

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

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

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

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

  ._sm\:mt-8 {
    margin-top: 32rem;
  }

  ._sm\:block {
    display: block;
  }

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

  ._sm\:hidden {
    display: none;
  }

  ._sm\:aspect-video {
    aspect-ratio: 16 / 9;
  }

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

  ._sm\:h-7 {
    height: 28rem;
  }

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

  ._sm\:min-h-100 {
    min-height: 400rem;
  }

  ._sm\:w-11 {
    width: 44rem;
  }

  ._sm\:w-21 {
    width: 84rem;
  }

  ._sm\:w-24 {
    width: 96rem;
  }

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

  ._sm\:w-36 {
    width: 144rem;
  }

  ._sm\:w-4\/5 {
    width: 80%;
  }

  ._sm\:w-5 {
    width: 20rem;
  }

  ._sm\:w-56 {
    width: 224rem;
  }

  ._sm\:w-7 {
    width: 28rem;
  }

  ._sm\:w-8 {
    width: 32rem;
  }

  ._sm\:w-auto {
    width: auto;
  }

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

  ._sm\:min-w-0 {
    min-width: 0;
  }

  ._sm\:max-w-none {
    max-width: none;
  }

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

  ._sm\:flex-none {
    flex: none;
  }

  ._sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  ._sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

  ._sm\:gap-0 {
    gap: 0;
  }

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

  ._sm\:gap-10 {
    gap: 40rem;
  }

  ._sm\:gap-12 {
    gap: 48rem;
  }

  ._sm\:gap-2 {
    gap: 8rem;
  }

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

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

  ._sm\:gap-5 {
    gap: 20rem;
  }

  ._sm\:gap-6 {
    gap: 24rem;
  }

  ._sm\:gap-8 {
    gap: 32rem;
  }

  ._sm\:gap-x-0 {
    -moz-column-gap: 0;
         column-gap: 0;
  }

  ._sm\:gap-x-6 {
    -moz-column-gap: 24rem;
         column-gap: 24rem;
  }

  ._sm\:gap-y-10 {
    row-gap: 40rem;
  }

  ._sm\:gap-y-14 {
    row-gap: 56rem;
  }

  ._sm\:self-auto {
    align-self: auto;
  }

  ._sm\:rounded-2 {
    border-radius: 8rem;
  }

  ._sm\:rounded-4 {
    border-radius: 16rem;
  }

  ._sm\:rounded-tr-2 {
    border-top-right-radius: 8rem;
  }

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

  ._sm\:border-r-0 {
    border-right-width: 0px;
  }

  ._sm\:p-3 {
    padding: 12rem;
  }

  ._sm\:p-4 {
    padding: 16rem;
  }

  ._sm\:p-5 {
    padding: 20rem;
  }

  ._sm\:p-6 {
    padding: 24rem;
  }

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

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

  ._sm\:px-4 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

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

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

  ._sm\:py-22 {
    padding-top: 88rem;
    padding-bottom: 88rem;
  }

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

  ._sm\:py-4 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  ._sm\:py-5 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  ._sm\:py-6 {
    padding-top: 24rem;
    padding-bottom: 24rem;
  }

  ._sm\:py-8 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  ._sm\:\!pb-0 {
    padding-bottom: 0 !important;
  }

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

  ._sm\:pb-0 {
    padding-bottom: 0;
  }

  ._sm\:pb-22 {
    padding-bottom: 88rem;
  }

  ._sm\:pb-25 {
    padding-bottom: 100rem;
  }

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

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

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

  ._sm\:pb-8 {
    padding-bottom: 32rem;
  }

  ._sm\:pl-4 {
    padding-left: 16rem;
  }

  ._sm\:pl-6 {
    padding-left: 24rem;
  }

  ._sm\:pr-0 {
    padding-right: 0;
  }

  ._sm\:pr-5 {
    padding-right: 20rem;
  }

  ._sm\:pt-12 {
    padding-top: 48rem;
  }

  ._sm\:pt-22 {
    padding-top: 88rem;
  }

  ._sm\:pt-40 {
    padding-top: 160rem;
  }

  ._sm\:pt-5 {
    padding-top: 20rem;
  }

  ._sm\:pt-6 {
    padding-top: 24rem;
  }

  ._sm\:pt-8 {
    padding-top: 32rem;
  }
}

@media (max-width: 445px) {
  ._xs\:relative {
    position: relative;
  }

  ._xs\:right-0 {
    right: 0;
  }

  ._xs\:mt-8 {
    margin-top: 32rem;
  }

  ._xs\:block {
    display: block;
  }

  ._xs\:hidden {
    display: none;
  }

  ._xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

  ._xs\:gap-2 {
    gap: 8rem;
  }
}