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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-top-\[11\.6px\] {
  top: -11.6px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

.top-20 {
  top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.mb-\[11\.4px\] {
  margin-bottom: 11.4px;
}

.mb-\[117\.5px\] {
  margin-bottom: 117.5px;
}

.mb-\[14\.1px\] {
  margin-bottom: 14.1px;
}

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[25\.3px\] {
  margin-bottom: 25.3px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[42\.3px\] {
  margin-bottom: 42.3px;
}

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

.mb-\[5\.9px\] {
  margin-bottom: 5.9px;
}

.mb-\[58px\] {
  margin-bottom: 58px;
}

.mb-\[6\.1px\] {
  margin-bottom: 6.1px;
}

.mb-\[76px\] {
  margin-bottom: 76px;
}

.ml-\[17\.6px\] {
  margin-left: 17.6px;
}

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

.mr-\[11\.2px\] {
  margin-right: 11.2px;
}

.mr-\[15\.8px\] {
  margin-right: 15.8px;
}

.mr-\[19px\] {
  margin-right: 19px;
}

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

.mt-\[126\.4px\] {
  margin-top: 126.4px;
}

.mt-\[17\.8px\] {
  margin-top: 17.8px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

.mb-\[40px\] {
  margin-bottom: 40px;
}

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

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

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

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

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

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

.mr-10 {
  margin-right: 2.5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-0 {
  height: 0px;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[53\.836px\] {
  height: 53.836px;
}

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

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

.h-\[calc\(100\%-113px\)\] {
  height: calc(100% - 113px);
}

.h-full {
  height: 100%;
}

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-1 {
  width: 0.25rem;
}

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

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

.animate-marquee {
  animation: marquee 20s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-\[96\.94px\] {
  gap: 96.94px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-keep {
  word-break: keep-all;
}

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

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

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

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

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

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

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

.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}

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

.border {
  border-width: 1px;
}

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

.border-\[\#3EA998\] {
  --tw-border-opacity: 1;
  border-color: rgb(62 169 152 / var(--tw-border-opacity, 1));
}

.border-\[\#3FA898\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 168 152 / var(--tw-border-opacity, 1));
}

.bg-\[\#3DAA98\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 170 152 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3EA998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 169 152 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3FA898\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 168 152 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DEB2B3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 178 179 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E56667\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 102 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E66567\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 101 103 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F07273\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 114 115 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6C952\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 201 82 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[122\.6px\] {
  padding-bottom: 122.6px;
}

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

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

.pb-\[21\.11px\] {
  padding-bottom: 21.11px;
}

.pb-\[33\.6px\] {
  padding-bottom: 33.6px;
}

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

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

.pb-\[76\.2px\] {
  padding-bottom: 76.2px;
}

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

.pt-\[101\.9px\] {
  padding-top: 101.9px;
}

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

.pt-\[109\.3px\] {
  padding-top: 109.3px;
}

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

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

.pt-\[34\.1px\] {
  padding-top: 34.1px;
}

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

.pt-\[55\.2px\] {
  padding-top: 55.2px;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-9 {
  padding-right: 2.25rem;
}

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

.font-didot {
  font-family: "GFS Didot", serif;
}

.font-sansJP {
  font-family: "Noto Sans JP", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[6vw\] {
  font-size: 6vw;
}

.text-\[2vw\] {
  font-size: 2vw;
}

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

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

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.text-\[\#3EA998\] {
  --tw-text-opacity: 1;
  color: rgb(62 169 152 / var(--tw-text-opacity, 1));
}

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

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

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

.text-\[\#E66567\] {
  --tw-text-opacity: 1;
  color: rgb(230 101 103 / var(--tw-text-opacity, 1));
}

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

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

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

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

.outline {
  outline-style: solid;
}

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

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

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

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

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

@media (min-width: 768px) {
  .md\:-bottom-60 {
    bottom: -15rem;
  }

  .md\:-top-\[14\.1px\] {
    top: -14.1px;
  }

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

  .md\:top-20 {
    top: 5rem;
  }

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

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

  .md\:mb-\[108px\] {
    margin-bottom: 108px;
  }

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

  .md\:mb-\[136px\] {
    margin-bottom: 136px;
  }

  .md\:mb-\[167px\] {
    margin-bottom: 167px;
  }

  .md\:mb-\[185\.8px\] {
    margin-bottom: 185.8px;
  }

  .md\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .md\:mb-\[22\.8px\] {
    margin-bottom: 22.8px;
  }

  .md\:mb-\[28\.1px\] {
    margin-bottom: 28.1px;
  }

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

  .md\:mb-\[4px\] {
    margin-bottom: 4px;
  }

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

  .md\:mb-\[86px\] {
    margin-bottom: 86px;
  }

  .md\:mb-\[96px\] {
    margin-bottom: 96px;
  }

  .md\:ml-\[23\.8px\] {
    margin-left: 23.8px;
  }

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

  .md\:mr-\[14px\] {
    margin-right: 14px;
  }

  .md\:mr-\[22\.2px\] {
    margin-right: 22.2px;
  }

  .md\:mr-\[67px\] {
    margin-right: 67px;
  }

  .md\:mr-\[96\.9px\] {
    margin-right: 96.9px;
  }

  .md\:mr-\[97\.9px\] {
    margin-right: 97.9px;
  }

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

  .md\:mt-\[121\.4px\] {
    margin-top: 121.4px;
  }

  .md\:mt-\[171\.1px\] {
    margin-top: 171.1px;
  }

  .md\:mt-\[25\.5px\] {
    margin-top: 25.5px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:h-\[193\.66px\] {
    height: 193.66px;
  }

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

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

  .md\:h-\[282\.63px\] {
    height: 282.63px;
  }

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

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

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

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

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

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

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

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

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

  .md\:h-\[calc\(100\%-171px\)\] {
    height: calc(100% - 171px);
  }

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

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

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

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

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

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

  .md\:w-\[142\.57px\] {
    width: 142.57px;
  }

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

  .md\:w-\[224\.6px\] {
    width: 224.6px;
  }

  .md\:w-\[227\.09px\] {
    width: 227.09px;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-\[73\.53px\] {
    width: 73.53px;
  }

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

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

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

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

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

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

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

  .md\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-\[123\.8px\] {
    padding-bottom: 123.8px;
  }

  .md\:pb-\[20\.92px\] {
    padding-bottom: 20.92px;
  }

  .md\:pb-\[202\.4px\] {
    padding-bottom: 202.4px;
  }

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

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

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

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

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

  .md\:pt-\[111\.8px\] {
    padding-top: 111.8px;
  }

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

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

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

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

  .md\:pt-\[72\.8px\] {
    padding-top: 72.8px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .xl\:-bottom-60 {
    bottom: -15rem;
  }

  .xl\:-top-\[14\.1px\] {
    top: -14.1px;
  }

  .xl\:left-\[50px\] {
    left: 50px;
  }

  .xl\:-bottom-20 {
    bottom: -5rem;
  }

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:top-\[64px\] {
    top: 64px;
  }

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

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

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-\[108px\] {
    margin-bottom: 108px;
  }

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

  .xl\:mb-\[136px\] {
    margin-bottom: 136px;
  }

  .xl\:mb-\[167px\] {
    margin-bottom: 167px;
  }

  .xl\:mb-\[185\.8px\] {
    margin-bottom: 185.8px;
  }

  .xl\:mb-\[21px\] {
    margin-bottom: 21px;
  }

  .xl\:mb-\[22\.8px\] {
    margin-bottom: 22.8px;
  }

  .xl\:mb-\[28\.1px\] {
    margin-bottom: 28.1px;
  }

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

  .xl\:mb-\[4px\] {
    margin-bottom: 4px;
  }

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

  .xl\:mb-\[86px\] {
    margin-bottom: 86px;
  }

  .xl\:mb-\[96px\] {
    margin-bottom: 96px;
  }

  .xl\:ml-\[23\.8px\] {
    margin-left: 23.8px;
  }

  .xl\:ml-\[25px\] {
    margin-left: 25px;
  }

  .xl\:mr-\[14px\] {
    margin-right: 14px;
  }

  .xl\:mr-\[22\.2px\] {
    margin-right: 22.2px;
  }

  .xl\:mr-\[67px\] {
    margin-right: 67px;
  }

  .xl\:mr-\[96\.9px\] {
    margin-right: 96.9px;
  }

  .xl\:mr-\[97\.9px\] {
    margin-right: 97.9px;
  }

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

  .xl\:mt-\[121\.4px\] {
    margin-top: 121.4px;
  }

  .xl\:mt-\[171\.1px\] {
    margin-top: 171.1px;
  }

  .xl\:mt-\[25\.5px\] {
    margin-top: 25.5px;
  }

  .xl\:mb-\[306px\] {
    margin-bottom: 306px;
  }

  .xl\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

  .xl\:h-\[193\.66px\] {
    height: 193.66px;
  }

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

  .xl\:h-\[282\.63px\] {
    height: 282.63px;
  }

  .xl\:h-\[32\.38px\] {
    height: 32.38px;
  }

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

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

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

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

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

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

  .xl\:h-\[75\.56px\] {
    height: 75.56px;
  }

  .xl\:h-\[calc\(100\%-171px\)\] {
    height: calc(100% - 171px);
  }

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

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

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

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

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

  .xl\:w-\[142\.57px\] {
    width: 142.57px;
  }

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

  .xl\:w-\[224\.6px\] {
    width: 224.6px;
  }

  .xl\:w-\[227\.09px\] {
    width: 227.09px;
  }

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

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

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

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

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

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

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

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

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

  .xl\:w-\[73\.53px\] {
    width: 73.53px;
  }

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

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

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

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

  .xl\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

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

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

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

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

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

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

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

  .xl\:gap-\[147px\] {
    gap: 147px;
  }

  .xl\:gap-\[17px\] {
    gap: 17px;
  }

  .xl\:gap-\[68px\] {
    gap: 68px;
  }

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

  .xl\:px-\[106px\] {
    padding-left: 106px;
    padding-right: 106px;
  }

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

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

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

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

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

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

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

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

  .xl\:pb-\[123\.8px\] {
    padding-bottom: 123.8px;
  }

  .xl\:pb-\[20\.92px\] {
    padding-bottom: 20.92px;
  }

  .xl\:pb-\[202\.4px\] {
    padding-bottom: 202.4px;
  }

  .xl\:pb-\[306px\] {
    padding-bottom: 306px;
  }

  .xl\:pb-\[336px\] {
    padding-bottom: 336px;
  }

  .xl\:pb-\[44px\] {
    padding-bottom: 44px;
  }

  .xl\:pb-\[71px\] {
    padding-bottom: 71px;
  }

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

  .xl\:pt-\[111\.8px\] {
    padding-top: 111.8px;
  }

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

  .xl\:pt-\[210px\] {
    padding-top: 210px;
  }

  .xl\:pt-\[288px\] {
    padding-top: 288px;
  }

  .xl\:pt-\[72\.8px\] {
    padding-top: 72.8px;
  }

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

  .xl\:pt-\[86px\] {
    padding-top: 86px;
  }

  .xl\:pt-\[97px\] {
    padding-top: 97px;
  }

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

  .xl\:pt-\[150px\] {
    padding-top: 150px;
  }

  .xl\:pl-\[320px\] {
    padding-left: 320px;
  }

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

  .xl\:pl-\[532px\] {
    padding-left: 532px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-normal {
    line-height: 1.5;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }
}
