*, ::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: #E9EBED;
  /* 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: Open Sans, 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: #9FA4A9;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9FA4A9;
  /* 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;
  }
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

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

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

.left-\[-17\.5px\] {
  left: -17.5px;
}

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

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

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

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

.right-0 {
  right: 0px;
}

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

.right-4 {
  right: 1rem;
}

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

.right-\[-17\.5px\] {
  right: -17.5px;
}

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

.z-\[30\] {
  z-index: 30;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-\[0_calc\(50\%_-_50vw\)\] {
  margin: 0 calc(50% - 50vw);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

.mr-\[50\%\] {
  margin-right: 50%;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

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

.w-6 {
  width: 1.5rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-74px\)\] {
  width: calc(100% - 74px);
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.grid-cols-\[1fr_2fr\] {
  grid-template-columns: 1fr 2fr;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.rounded-\[0\.5px\] {
  border-radius: 0.5px;
}

.rounded-\[0px_30px_30px_0px\] {
  border-radius: 0px 30px 30px 0px;
}

.rounded-\[22\.5px\] {
  border-radius: 22.5px;
}

.rounded-\[30px_0px_0px_30px\] {
  border-radius: 30px 0px 0px 30px;
}

.rounded-customLg {
  border-radius: 32px;
}

.rounded-customMd {
  border-radius: 22px;
}

.rounded-customSm {
  border-radius: 15px;
}

.rounded-customXl {
  border-radius: 60px;
}

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

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

.border {
  border-width: 1px;
}

.border-\[4px\] {
  border-width: 4px;
}

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

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

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

.border-b-\[4px\] {
  border-bottom-width: 4px;
}

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

.border-r-\[4px\] {
  border-right-width: 4px;
}

.border-t-\[4px\] {
  border-top-width: 4px;
}

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

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

.border-\[\#272437\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 36 55 / var(--tw-border-opacity, 1));
}

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

.border-\[rgba\(10\2c 20\2c 33\2c 0\.25\)\] {
  border-color: rgba(10,20,33,0.25);
}

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

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

.bg-\[\#6B9EDC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 158 220 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CACDD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(202 205 210 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9DBE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 219 233 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[rgba\(14\2c 46\2c 151\2c 0\.15\)\] {
  background-color: rgba(14,46,151,0.15);
}

.bg-foritPeony {
  --tw-bg-opacity: 1;
  background-color: rgb(240 19 100 / var(--tw-bg-opacity, 1));
}

.bg-foritRose {
  --tw-bg-opacity: 1;
  background-color: rgb(240 19 71 / var(--tw-bg-opacity, 1));
}

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

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

.bg-neutrals-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 108 144 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[linear-gradient\(180deg\2c \#fff_0\%\2c \#fff_3\%\2c \#F4F3F8_3\%\2c \#F4F3F8_10\%\2c \#F7F7FB_10\%\2c \#F7F7FB_22\%\2c \#F4F3F8_29\%\2c \#F4F3F8_29\%\2c \#F7F7FB_41\%\2c \#F7F7FB_47\%\2c \#F4F3F8_47\%\2c \#F4F3F8_54\%\2c \#F7F7FB_54\%\2c \#F7F7FB_61\%\2c \#F4F3F8_61\%\2c \#F4F3F8_100\%\)\] {
  background-image: linear-gradient(180deg,#fff 0%,#fff 3%,#F4F3F8 3%,#F4F3F8 10%,#F7F7FB 10%,#F7F7FB 22%,#F4F3F8 29%,#F4F3F8 29%,#F7F7FB 41%,#F7F7FB 47%,#F4F3F8 47%,#F4F3F8 54%,#F7F7FB 54%,#F7F7FB 61%,#F4F3F8 61%,#F4F3F8 100%);
}

.bg-\[url\(\'\/assets\/img\/cont-end-bg_sp\.webp\'\)\] {
  background-image: url('/assets/img/cont-end-bg_sp.webp');
}

.bg-bgGradient1 {
  background-image: linear-gradient(88deg, #48159C 1.7%, #8E61D7 120.08%);
}

.bg-bgGradient2 {
  background-image: linear-gradient(88deg, #FFC446 1.7%, #FF5A44 120.08%);
}

.bg-bgGradient3 {
  background-image: linear-gradient(88deg, #52C5A2 1.7%, #447CFF 120.08%);
}

.bg-buttonGradient {
  background-image: linear-gradient(109deg, #F8335C 37.44%, #800B8A 111.77%);
}

.bg-\[size\:100\%_auto\] {
  background-size: 100% auto;
}

.bg-\[position\:left_top\] {
  background-position: left top;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

.pr-\[22px\] {
  padding-right: 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.font-fredoka {
  font-family: Fredoka One, cursive;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-body2xs {
  font-size: 6px;
  line-height: 10px;
}

.text-bodyMd {
  font-size: 18px;
  line-height: 30px;
}

.text-bodySm {
  font-size: 14px;
  line-height: 24px;
}

.text-bodyXs {
  font-size: 10px;
  line-height: 1.2;
}

.text-header2xl {
  font-size: 32px;
  line-height: 1.2;
}

.text-headerLg {
  font-size: 24px;
  line-height: 1.2;
}

.text-headerMd {
  font-size: 20px;
  line-height: 1.2;
}

.text-headerSm {
  font-size: 18px;
  line-height: 1.2;
}

.text-headerXl {
  font-size: 28px;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.not-italic {
  font-style: normal;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

.leading-relaxed {
  line-height: 1.625;
}

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

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

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

.text-foritPeony {
  --tw-text-opacity: 1;
  color: rgb(240 19 100 / var(--tw-text-opacity, 1));
}

.text-foritRose {
  --tw-text-opacity: 1;
  color: rgb(240 19 71 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(202 205 210 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 120 126 / var(--tw-text-opacity, 1));
}

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(38 40 43 / var(--tw-text-opacity, 1));
}

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

.text-neutrals-700 {
  --tw-text-opacity: 1;
  color: rgb(81 79 110 / var(--tw-text-opacity, 1));
}

.text-neutrals-800 {
  --tw-text-opacity: 1;
  color: rgb(14 29 49 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(10 20 33 / var(--tw-text-opacity, 1));
}

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

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

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

.text-yoyoOrange {
  --tw-text-opacity: 1;
  color: rgb(234 151 63 / var(--tw-text-opacity, 1));
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-50 {
  opacity: 0.5;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.shadow-\[0px_0px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 0px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_3px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 3px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_6px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  --tw-shadow: 0px 6px 8px 0px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0px 6px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-customLg {
  --tw-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0 3px 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-customMd {
  --tw-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-customSm {
  --tw-shadow: 0 0 6px 0 rgba(0, 0, 0, .15);
  --tw-shadow-colored: 0 0 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-fvCta {
  --tw-shadow: 0px 2.508px 2.508px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 2.508px 2.508px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-headerCta {
  --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur-\[200px\] {
  --tw-blur: blur(200px);
  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-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;
}

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

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

/* Fredoka One Regular (400) の定義 */

@font-face {
  font-family: 'Fredoka One';

  /* CSSで使うフォント名 */

  src: url('../fonts/FredokaOne-Regular.woff') format('woff');

  font-weight: 400;

  /* Fredoka Oneは通常400 */

  font-style: normal;

  font-display: swap;

  /* フォントの表示戦略。推奨 */
}

/* Open Sans Regular (400) の定義 */

@font-face {
  font-family: 'Open Sans';

  /* CSSで使用するフォント名 */

  src: url('../fonts/OpenSans-Regular.woff') format('woff');

  font-weight: 400;

  /* Regular ウェイト */

  font-style: normal;

  font-display: swap;

  /* フォントの読み込み戦略。表示の遅延を防ぐために推奨 */
}

/* Open Sans Regular (600) の定義 */

@font-face {
  font-family: 'Open Sans';

  /* CSSで使用するフォント名 */

  src: url('../fonts/OpenSans-SemiBold.woff') format('woff');

  font-weight: 600;

  /* Regular ウェイト */

  font-style: normal;

  font-display: swap;

  /* フォントの読み込み戦略。表示の遅延を防ぐために推奨 */
}

/* Open Sans Bold (700) の定義 */

@font-face {
  font-family: 'Open Sans';

  src: url('../fonts/OpenSans-Bold.woff') format('woff');

  font-weight: 700;

  /* Bold ウェイト */

  font-style: normal;

  font-display: swap;
}

.hover\:bg-foritRoseDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 15 57 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-buttonGradientDark:hover {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(109deg, #F8335C 37.44%, #800B8A 111.77%);
}

.hover\:text-foritRose:hover {
  --tw-text-opacity: 1;
  color: rgb(240 19 71 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(10 20 33 / var(--tw-text-opacity, 1));
}

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

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

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

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

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

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

@media (min-width: 768px) {
  .md\:left-\[-7\.5px\] {
    left: -7.5px;
  }

  .md\:right-\[-7\.5px\] {
    right: -7.5px;
  }

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

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

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

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:grid-cols-\[1fr_0\.4fr\] {
    grid-template-columns: 1fr 0.4fr;
  }

  .md\:grid-cols-\[1fr_1\.5fr\] {
    grid-template-columns: 1fr 1.5fr;
  }

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

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

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

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

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

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

  .md\:gap-14 {
    gap: 3.5rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:rounded-customSm {
    border-radius: 15px;
  }

  .md\:border-b-\[2px\] {
    border-bottom-width: 2px;
  }

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

  .md\:bg-pearlWhite {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 254 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-\[url\(\'\/assets\/img\/cont-end-bg_pc\.webp\'\)\] {
    background-image: url('/assets/img/cont-end-bg_pc.webp');
  }

  .md\:bg-\[position\:100\%_23\%\] {
    background-position: 100% 23%;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pr-\[53px\] {
    padding-right: 53px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

  .md\:text-bodyMd {
    font-size: 18px;
    line-height: 30px;
  }

  .md\:text-header2xl {
    font-size: 32px;
    line-height: 1.2;
  }

  .md\:text-header3xl {
    font-size: 36px;
    line-height: 1.2;
  }

  .md\:text-headerXl {
    font-size: 28px;
    line-height: 1.2;
  }

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

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

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

  .md\:shadow-\[0px_3px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
    --tw-shadow: 0px 3px 3px 0px rgba(0,0,0,0.15);
    --tw-shadow-colored: 0px 3px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-customLg {
    --tw-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    --tw-shadow-colored: 0 3px 3px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:bottom-\[-10\%\] {
    bottom: -10%;
  }

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

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

  .lg\:left-\[-97px\] {
    left: -97px;
  }

  .lg\:right-\[-20px\] {
    right: -20px;
  }

  .lg\:right-\[24px\] {
    right: 24px;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:order-1 {
    order: 1;
  }

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

  .lg\:order-3 {
    order: 3;
  }

  .lg\:m-0 {
    margin: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[0\.8fr_1\.48fr\] {
    grid-template-columns: 0.8fr 1.48fr;
  }

  .lg\:grid-cols-\[1\.3fr_1fr\] {
    grid-template-columns: 1.3fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1fr_1\.48fr\] {
    grid-template-columns: 1fr 1.48fr;
  }

  .lg\:grid-cols-\[315px_1fr_315px\] {
    grid-template-columns: 315px 1fr 315px;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .lg\:gap-\[200px\] {
    gap: 200px;
  }

  .lg\:gap-\[75px\] {
    gap: 75px;
  }

  .lg\:rounded-bl-\[80px\] {
    border-bottom-left-radius: 80px;
  }

  .lg\:rounded-tr-\[80px\] {
    border-top-right-radius: 80px;
  }

  .lg\:bg-pearlWhite {
    --tw-bg-opacity: 1;
    background-color: rgb(248 249 254 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-\[position\:100\%_16\%\] {
    background-position: 100% 16%;
  }

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

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

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

  .lg\:pr-\[52px\] {
    padding-right: 52px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

  .lg\:text-bodyLg {
    font-size: 20px;
    line-height: 36px;
  }

  .lg\:text-bodyMd {
    font-size: 18px;
    line-height: 30px;
  }

  .lg\:text-bodyXl {
    font-size: 22px;
    line-height: 37px;
  }

  .lg\:text-header2xl {
    font-size: 32px;
    line-height: 1.2;
  }

  .lg\:text-header3xl {
    font-size: 36px;
    line-height: 1.2;
  }

  .lg\:text-header5xl {
    font-size: 60px;
    line-height: 80px;
  }

  .lg\:text-headerXl {
    font-size: 28px;
    line-height: 1.2;
  }

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

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

  .lg\:leading-\[80px\] {
    line-height: 80px;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

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

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

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

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

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

  .xl\:right-\[28px\] {
    right: 28px;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:grid-cols-\[1fr_687px\] {
    grid-template-columns: 1fr 687px;
  }

  .xl\:grid-cols-\[464px_621px\] {
    grid-template-columns: 464px 621px;
  }

  .xl\:grid-cols-\[546px_392px\] {
    grid-template-columns: 546px 392px;
  }

  .xl\:grid-cols-\[546px_618px\] {
    grid-template-columns: 546px 618px;
  }

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

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

  .xl\:bg-\[position\:100\%_0\%\] {
    background-position: 100% 0%;
  }

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

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

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

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

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

  .xl\:pr-\[110px\] {
    padding-right: 110px;
  }

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

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

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