html {
  scroll-behavior: smooth
}

/*
! tailwindcss v3.2.4 | 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: currentColor;
  /* 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

button,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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-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:  
}

::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

.container {
  width: 100%
}

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

.top-0 {
  top: 0px
}

.left-0 {
  left: 0px
}

.right-0 {
  right: 0px
}

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

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

.bottom-2 {
  bottom: 0.5rem
}

.left-full {
  left: 100%
}

.right-\[40\%\] {
  right: 40%
}

.top-\[6\.625rem\] {
  top: 6.625rem
}

.right-4 {
  right: 1rem
}

.top-24 {
  top: 6rem
}

.right-\[12\%\] {
  right: 12%
}

.-top-8 {
  top: -2rem
}

.top-\[1\.25rem\] {
  top: 1.25rem
}

.bottom-\[1\.25rem\] {
  bottom: 1.25rem
}

.top-\[3\.625rem\] {
  top: 3.625rem
}

.bottom-0 {
  bottom: 0px
}

.z-\[500\] {
  z-index: 500
}

.z-50 {
  z-index: 50
}

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

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

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

.ml-1 {
  margin-left: 0.25rem
}

.ml-auto {
  margin-left: auto
}

.mr-\[2\.75rem\] {
  margin-right: 2.75rem
}

.mb-\[2\.125rem\] {
  margin-bottom: 2.125rem
}

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

.mt-12 {
  margin-top: 3rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

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

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

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

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

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

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

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

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

.ml-2 {
  margin-left: 0.5rem
}

.mt-\[1\.75rem\] {
  margin-top: 1.75rem
}

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

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

.mt-\[2\.75rem\] {
  margin-top: 2.75rem
}

.mt-\[1\.25rem\] {
  margin-top: 1.25rem
}

.mt-\[1\.875rem\] {
  margin-top: 1.875rem
}

.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem
}

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

.mr-4 {
  margin-right: 1rem
}

.mb-\[2\.938rem\] {
  margin-bottom: 2.938rem
}

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

.ml-\[1\.25rem\] {
  margin-left: 1.25rem
}

.mb-\[0\.875rem\] {
  margin-bottom: 0.875rem
}

.mt-\[5\.5rem\] {
  margin-top: 5.5rem
}

.mr-6 {
  margin-right: 1.5rem
}

.mt-\[4\.125rem\] {
  margin-top: 4.125rem
}

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

.mt-\[0\.625rem\] {
  margin-top: 0.625rem
}

.mt-\[2\.25rem\] {
  margin-top: 2.25rem
}

.mt-\[4\.563rem\] {
  margin-top: 4.563rem
}

.mr-3 {
  margin-right: 0.75rem
}

.mb-\[1\.625rem\] {
  margin-bottom: 1.625rem
}

.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem
}

.mb-\[2\.313rem\] {
  margin-bottom: 2.313rem
}

.mb-\[2\.625rem\] {
  margin-bottom: 2.625rem
}

.mb-\[2\.813rem\] {
  margin-bottom: 2.813rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.inline {
  display: inline
}

.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.h-screen {
  height: 100vh
}

.h-\[45px\] {
  height: 45px
}

.h-\[4px\] {
  height: 4px
}

.h-\[34\.375rem\] {
  height: 34.375rem
}

.h-full {
  height: 100%
}

.h-\[19px\] {
  height: 19px
}

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

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

.h-\[3\.688rem\] {
  height: 3.688rem
}

.h-0 {
  height: 0px
}

.h-\[1100px\] {
  height: 1100px
}

.w-screen {
  width: 100vw
}

.w-\[45px\] {
  width: 45px
}

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

.w-full {
  width: 100%
}

.w-\[2\.35rem\] {
  width: 2.35rem
}

.w-\[19px\] {
  width: 19px
}

.w-\[10px\] {
  width: 10px
}

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

.w-\[38\%\] {
  width: 38%
}

.w-\[57\%\] {
  width: 57%
}

.w-\[89px\] {
  width: 89px
}

.max-w-\[20rem\] {
  max-width: 20rem
}

.max-w-5xl {
  max-width: 64rem
}

.max-w-sm {
  max-width: 24rem
}

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

.max-w-\[42rem\] {
  max-width: 42rem
}

.max-w-xs {
  max-width: 20rem
}

.max-w-4xl {
  max-width: 56rem
}

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

.basis-36 {
  flex-basis: 9rem
}

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

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

.cursor-pointer {
  cursor: pointer
}

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

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

.flex-row {
  flex-direction: row
}

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

.flex-col {
  flex-direction: column
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

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

.gap-3 {
  gap: 0.75rem
}

.gap-\[4\.375rem\] {
  gap: 4.375rem
}

.gap-4 {
  gap: 1rem
}

.gap-\[2\.188rem\] {
  gap: 2.188rem
}

.gap-2 {
  gap: 0.5rem
}

.gap-10 {
  gap: 2.5rem
}

.gap-8 {
  gap: 2rem
}

.gap-6 {
  gap: 1.5rem
}

.gap-\[1\.313rem\] {
  gap: 1.313rem
}

.gap-y-\[1\.188rem\] {
  row-gap: 1.188rem
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden
}

.rounded-30 {
  border-radius: 1.875rem
}

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

.rounded-20 {
  border-radius: 1.25rem
}

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

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

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

.border {
  border-width: 1px
}

.border-b-4 {
  border-bottom-width: 4px
}

.border-pink-bold {
  --tw-border-opacity: 1;
  border-color: rgb(217 129 142 / var(--tw-border-opacity))
}

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

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

.bg-pink-bold {
  --tw-bg-opacity: 1;
  background-color: rgb(217 129 142 / var(--tw-bg-opacity))
}

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

.bg-pink-light {
  --tw-bg-opacity: 1;
  background-color: rgb(249 238 240 / var(--tw-bg-opacity))
}

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

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

.p-button {
  padding: 1.188rem 1.563rem 1.25rem 1.688rem
}

.p-\[1\.938rem_0\.75rem_2\.125rem_1\.313rem\] {
  padding: 1.938rem 0.75rem 2.125rem 1.313rem
}

.p-12 {
  padding: 3rem
}

.p-\[1\.313rem_1\.813rem_2\.313rem_1\.625rem\] {
  padding: 1.313rem 1.813rem 2.313rem 1.625rem
}

.p-\[0\.688rem_3\.375rem_0\.75rem\] {
  padding: 0.688rem 3.375rem 0.75rem
}

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

.py-\[5\.188rem\] {
  padding-top: 5.188rem;
  padding-bottom: 5.188rem
}

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

.py-\[3\.125rem\] {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem
}

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

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

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

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

.py-\[3\.625rem\] {
  padding-top: 3.625rem;
  padding-bottom: 3.625rem
}

.px-\[0\.875rem\] {
  padding-left: 0.875rem;
  padding-right: 0.875rem
}

.py-\[2\.938rem\] {
  padding-top: 2.938rem;
  padding-bottom: 2.938rem
}

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

.py-\[4\.375rem\] {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem
}

.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem
}

.px-\[1\.813rem\] {
  padding-left: 1.813rem;
  padding-right: 1.813rem
}

.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem
}

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

.pb-\[2\.1888rem\] {
  padding-bottom: 2.1888rem
}

.pt-24 {
  padding-top: 6rem
}

.pt-36 {
  padding-top: 9rem
}

.pb-6 {
  padding-bottom: 1.5rem
}

.pt-\[5\.5rem\] {
  padding-top: 5.5rem
}

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

.pb-\[51\.28\%\] {
  padding-bottom: 51.28%
}

.pl-2 {
  padding-left: 0.5rem
}

.pt-\[3\.5rem\] {
  padding-top: 3.5rem
}

.pl-\[2\.25rem\] {
  padding-left: 2.25rem
}

.pt-\[2\.188rem\] {
  padding-top: 2.188rem
}

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

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

.pb-\[5\.625rem\] {
  padding-bottom: 5.625rem
}

.pb-\[2\.313rem\] {
  padding-bottom: 2.313rem
}

.pr-4 {
  padding-right: 1rem
}

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

.pt-\[0\.875rem\] {
  padding-top: 0.875rem
}

.pb-\[0\.938rem\] {
  padding-bottom: 0.938rem
}

.pb-\[3\.875rem\] {
  padding-bottom: 3.875rem
}

.pt-10 {
  padding-top: 2.5rem
}

.pb-\[3\.563rem\] {
  padding-bottom: 3.563rem
}

.pt-\[4\.938rem\] {
  padding-top: 4.938rem
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.align-middle {
  vertical-align: middle
}

.font-barlow {
  font-family: 'Barlow', sans-serif
}

.font-eupharia {
  font-family: 'Euphoria Script', cursive
}

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

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

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

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

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

.text-\[2\.5rem\] {
  font-size: 2.5rem
}

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

.text-\[1\.563rem\] {
  font-size: 1.563rem
}

.text-\[0\.875rem\] {
  font-size: 0.875rem
}

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

.text-\[0\.5rem\] {
  font-size: 0.5rem
}

.text-\[2\.75rem\] {
  font-size: 2.75rem
}

.text-\[1\.875rem\] {
  font-size: 1.875rem
}

.text-\[6\.25rem\] {
  font-size: 6.25rem
}

.font-bold {
  font-weight: 700
}

.font-extrabold {
  font-weight: 800
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.leading-17 {
  line-height: 1.7
}

.leading-12 {
  line-height: 1.2
}

.leading-09 {
  line-height: 0.9
}

.leading-11 {
  line-height: 1.1
}

.leading-\[1\.7\] {
  line-height: 1.7
}

.tracking-\[0\.5px\] {
  letter-spacing: 0.5px
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em
}

.tracking-\[2px\] {
  letter-spacing: 2px
}

.tracking-\[-\.03em\] {
  letter-spacing: -.03em
}

.tracking-\[-\.04em\] {
  letter-spacing: -.04em
}

.tracking-\[1px\] {
  letter-spacing: 1px
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px
}

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

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

.text-pink-bold {
  --tw-text-opacity: 1;
  color: rgb(217 129 142 / var(--tw-text-opacity))
}

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

.text-lake {
  --tw-text-opacity: 1;
  color: rgb(12 49 51 / var(--tw-text-opacity))
}

.text-gray {
  --tw-text-opacity: 1;
  color: rgb(86 89 105 / var(--tw-text-opacity))
}

.underline {
  text-decoration-line: underline
}

.opacity-0 {
  opacity: 0
}

.drop-shadow-button {
  --tw-drop-shadow: drop-shadow(0 4px 4px rgba(0,0,0,.25));
  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)
}

.drop-shadow-dropdown {
  --tw-drop-shadow: drop-shadow(0 4px 20px rgba(0,0,0,.06));
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

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

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

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

#cookies-eu-banner.displayed {
  display: block;
}

@media screen and (min-width: 1024px) {
  #cookies-eu-banner.displayed {
    display: flex;
  }
}

@media (min-width: 640px) {
  .sm\:static {
    position: static
  }

  .sm\:top-\[2\.188rem\] {
    top: 2.188rem
  }

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

  .sm\:mt-\[3\.75rem\] {
    margin-top: 3.75rem
  }

  .sm\:mt-2 {
    margin-top: 0.5rem
  }

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

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

  .sm\:mb-2 {
    margin-bottom: 0.5rem
  }

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

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

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

  .sm\:h-\[6\.5rem\] {
    height: 6.5rem
  }

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

  .sm\:w-20 {
    width: 5rem
  }

  .sm\:w-\[26px\] {
    width: 26px
  }

  .sm\:w-\[19px\] {
    width: 19px
  }

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

  .sm\:max-w-\[35rem\] {
    max-width: 35rem
  }

  .sm\:max-w-lg {
    max-width: 32rem
  }

  .sm\:gap-\[1\.25rem\] {
    gap: 1.25rem
  }

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

  .sm\:p-\[2\.625rem_1\.875rem_1\.813rem_3\.125rem\] {
    padding: 2.625rem 1.875rem 1.813rem 3.125rem
  }

  .sm\:pl-2 {
    padding-left: 0.5rem
  }

  .sm\:pl-0 {
    padding-left: 0px
  }

  .sm\:pl-\[5\.25rem\] {
    padding-left: 5.25rem
  }

  .sm\:text-17 {
    font-size: 1.063rem
  }

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

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

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

  .sm\:text-\[1\.625rem\] {
    font-size: 1.625rem
  }

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

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

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

  .sm\:leading-12 {
    line-height: 1.2
  }
}

@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: 3rem
  }

  .md\:mb-\[6\.25rem\] {
    margin-bottom: 6.25rem
  }

  .md\:mb-\[3\.375rem\] {
    margin-bottom: 3.375rem
  }

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

  .md\:flex {
    display: flex
  }

  .md\:w-28 {
    width: 7rem
  }

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

  .md\:text-\[3\.25rem\] {
    font-size: 3.25rem
  }
}

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

  .lg\:absolute {
    position: absolute
  }

  .lg\:bottom-4 {
    bottom: 1rem
  }

  .lg\:bottom-10 {
    bottom: 2.5rem
  }

  .lg\:left-\[2\.125rem\] {
    left: 2.125rem
  }

  .lg\:bottom-\[1\.688rem\] {
    bottom: 1.688rem
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px
  }

  .lg\:ml-4 {
    margin-left: 1rem
  }

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

  .lg\:mt-\[7\.5rem\] {
    margin-top: 7.5rem
  }

  .lg\:mb-0 {
    margin-bottom: 0px
  }

  .lg\:ml-auto {
    margin-left: auto
  }

  .lg\:mr-3 {
    margin-right: 0.75rem
  }

  .lg\:mt-\[6\.563rem\] {
    margin-top: 6.563rem
  }

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

  .lg\:mt-3 {
    margin-top: 0.75rem
  }

  .lg\:mt-\[1\.688rem\] {
    margin-top: 1.688rem
  }

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

  .lg\:mt-\[7\.813rem\] {
    margin-top: 7.813rem
  }

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

  .lg\:mt-\[3\.25rem\] {
    margin-top: 3.25rem
  }

  .lg\:mt-\[4\.125rem\] {
    margin-top: 4.125rem
  }

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

  .lg\:mb-\[1\.25rem\] {
    margin-bottom: 1.25rem
  }

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

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

  .lg\:-mt-\[35px\] {
    margin-top: -35px
  }

  .lg\:block {
    display: block
  }

  .lg\:flex {
    display: flex
  }

  .lg\:inline-flex {
    display: inline-flex
  }

  .lg\:grid {
    display: grid
  }

  .lg\:hidden {
    display: none
  }

  .lg\:h-2 {
    height: 0.5rem
  }

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

  .lg\:h-10 {
    height: 2.5rem
  }

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

  .lg\:min-h-\[50rem\] {
    min-height: 50rem
  }

  .lg\:w-\[6\.25rem\] {
    width: 6.25rem
  }

  .lg\:w-32 {
    width: 8rem
  }

  .lg\:w-2 {
    width: 0.5rem
  }

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

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

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

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

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

  .lg\:w-10 {
    width: 2.5rem
  }

  .lg\:w-\[62rem\] {
    width: 62rem
  }

  .lg\:w-\[39\.125rem\] {
    width: 39.125rem
  }

  .lg\:min-w-\[28\.125rem\] {
    min-width: 28.125rem
  }

  .lg\:max-w-7xl {
    max-width: 80rem
  }

  .lg\:max-w-none {
    max-width: none
  }

  .lg\:max-w-\[38rem\] {
    max-width: 38rem
  }

  .lg\:max-w-\[36\.25rem\] {
    max-width: 36.25rem
  }

  .lg\:max-w-lg {
    max-width: 32rem
  }

  .lg\:basis-52 {
    flex-basis: 13rem
  }

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

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

  .lg\:gap-\[5\.188rem\] {
    gap: 5.188rem
  }

  .lg\:gap-\[1\.25rem\] {
    gap: 1.25rem
  }

  .lg\:gap-16 {
    gap: 4rem
  }

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

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

  .lg\:rounded-20 {
    border-radius: 1.25rem
  }

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

  .lg\:p-\[2rem_1\.875rem_1\.938rem_5\.688rem\] {
    padding: 2rem 1.875rem 1.938rem 5.688rem
  }

  .lg\:px-\[3\.125rem\] {
    padding-left: 3.125rem;
    padding-right: 3.125rem
  }

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

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

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem
  }

  .lg\:px-\[1\.125rem\] {
    padding-left: 1.125rem;
    padding-right: 1.125rem
  }

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

  .lg\:py-\[8\.125rem\] {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem
  }

  .lg\:py-\[7\.375rem\] {
    padding-top: 7.375rem;
    padding-bottom: 7.375rem
  }

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

  .lg\:py-\[4\.3rem\] {
    padding-top: 4.3rem;
    padding-bottom: 4.3rem
  }

  .lg\:px-\[1\.563rem\] {
    padding-left: 1.563rem;
    padding-right: 1.563rem
  }

  .lg\:py-\[1\.438rem\] {
    padding-top: 1.438rem;
    padding-bottom: 1.438rem
  }

  .lg\:pt-\[4\.4rem\] {
    padding-top: 4.4rem
  }

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

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

  .lg\:pt-\[4\.5rem\] {
    padding-top: 4.5rem
  }

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

  .lg\:pt-\[4\.125rem\] {
    padding-top: 4.125rem
  }

  .lg\:pr-16 {
    padding-right: 4rem
  }

  .lg\:pt-\[8\.125rem\] {
    padding-top: 8.125rem
  }

  .lg\:pb-\[4\.688rem\] {
    padding-bottom: 4.688rem
  }

  .lg\:pr-\[1\.75rem\] {
    padding-right: 1.75rem
  }

  .lg\:pl-0 {
    padding-left: 0px
  }

  .lg\:pt-\[7\.875rem\] {
    padding-top: 7.875rem
  }

  .lg\:pb-\[13\.438rem\] {
    padding-bottom: 13.438rem
  }

  .lg\:pt-\[7\.25rem\] {
    padding-top: 7.25rem
  }

  .lg\:pt-\[3\.375rem\] {
    padding-top: 3.375rem
  }

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

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

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

  .lg\:pt-\[2\.625rem\] {
    padding-top: 2.625rem
  }

  .lg\:pb-\[7\.875rem\] {
    padding-bottom: 7.875rem
  }

  .lg\:text-right {
    text-align: right
  }

  .lg\:text-\[1\.875rem\] {
    font-size: 1.875rem
  }

  .lg\:text-\[3\.75rem\] {
    font-size: 3.75rem
  }

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

  .lg\:text-\[2\.813rem\] {
    font-size: 2.813rem
  }

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

  .lg\:text-\[3rem\] {
    font-size: 3rem
  }

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem
  }

  .lg\:text-\[3\.125rem\] {
    font-size: 3.125rem
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem
  }

  .lg\:text-\[4\.375rem\] {
    font-size: 4.375rem
  }

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

  .lg\:text-\[5rem\] {
    font-size: 5rem
  }

  .lg\:text-17 {
    font-size: 1.063rem
  }

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

  .lg\:text-\[0\.938rem\] {
    font-size: 0.938rem
  }

  .lg\:text-\[1\.563rem\] {
    font-size: 1.563rem
  }

  .lg\:leading-12 {
    line-height: 1.2
  }

  .lg\:leading-11 {
    line-height: 1.1
  }
}

@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto
  }

  .xl\:inline {
    display: inline
  }

  .xl\:gap-\[3\.75rem\] {
    gap: 3.75rem
  }

  .xl\:text-\[3\.75rem\] {
    font-size: 3.75rem
  }
}

@media (max-width: 1023px) {
  .lgx\:container {
    width: 100%
  }

  @media (min-width: 640px) {
    .lgx\:container {
      max-width: 640px
    }
  }

  @media (min-width: 768px) {
    .lgx\:container {
      max-width: 768px
    }
  }

  @media (min-width: 1024px) {
    .lgx\:container {
      max-width: 1024px
    }
  }

  @media (min-width: 1280px) {
    .lgx\:container {
      max-width: 1280px
    }
  }

  @media (min-width: 1536px) {
    .lgx\:container {
      max-width: 1536px
    }
  }

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

  .lgx\:mt-\[1\.875rem\] {
    margin-top: 1.875rem
  }

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

  .lgx\:inline-flex {
    display: inline-flex
  }

  .lgx\:h-\[1\.649rem\] {
    height: 1.649rem
  }

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