/*!
Theme Name: Chidonkey - Foodtruck
*/

/*! tailwindcss v3.4.3 | 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] {
  display: none;
}

@font-face {
  font-family: 'galano_grotesquebold';

  font-style: normal;

  font-weight: 400;

  font-display: swap;

  src: url('source/fonts/gt-flexa/gt-flexa-standard-bold.woff2') format("woff2"), url('source/fonts/gt-flexa/gt-flexa-standard-bold.woff') format("woff");
}

body {
  font-family: Montserrat;
  font-optical-sizing: auto;
}

body.modal--active {
  overflow: hidden;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  max-width: 1400px !important;
}

.container--xl {
  max-width: 1340px !important;
}

.container--md {
  max-width: 1180px !important;
}

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

@media (min-width: 768px) {
  .columns {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.section {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1280px) {
  .section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.heading {
  font-family: galano_grotesquebold;
  font-weight: 500;
  line-height: 1.09;
}

.heading--3xl {
  font-size: 45px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .heading--3xl {
    font-size: 64px;
  }
}

@media (min-width: 1280px) {
  .heading--3xl {
    font-size: 120px;
    line-height: .88;
  }
}

.heading--2xl {
  font-size: 54px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .heading--2xl {
    font-size: 64px;
  }
}

@media (min-width: 1280px) {
  .heading--2xl {
    font-size: 88px;
    line-height: .96;
  }
}

.heading--xl {
  font-size: 45px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .heading--xl {
    font-size: 64px;
  }
}

@media (min-width: 1280px) {
  .heading--xl {
    font-size: 88px;
    line-height: .96;
  }
}

.heading--2lg {
  font-size: 30px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .heading--2lg {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .heading--2lg {
    font-size: 50px;
    line-height: .96;
  }
}

.heading--2md {
  font-size: 24px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .heading--2md {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .heading--2md {
    font-size: 28px;
    line-height: .96;
  }
}

.heading--sm {
  font-size: 18px;
}

@media (min-width: 768px) {
  .heading--sm {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .heading--sm {
    font-size: 24px;
  }
}

.headline {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .headline {
    margin-bottom: 0.75rem;
  }
}

.text--sm {
  font-size: 14px;
}

@media (min-width: 768px) {
  .text--sm {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .text--sm {
    font-size: 18px;
  }
}

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

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

@media (min-width: 410px) {
  .container {
    max-width: 410px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

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

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

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

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

@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.btn--primary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.btn--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity));
}

.btn--secondary {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn--secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity));
}

.btn--dark {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--xmas {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(119 161 69 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--xmas:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.btn--xmas>svg>path:hover {
  stroke: #ef4444;
}

.btn--small {
  height: 36px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.btn--outline {
  background-color: transparent;
}

.btn--outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity));
}

.btn--outline>div>svg>path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn--outline:hover>div>svg>path {
  stroke: #FFD500;
}

.btn--ghost {
  border-style: none;
  background-color: transparent;
}

.btn--anchor {
  width: 36px;
  height: 36px;
  padding: 0px;
}

@media (min-width: 1280px) {
  .btn--anchor {
    width: 40px;
    height: 40px;
  }
}

.btn--anchor>svg>path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn--anchor:hover>svg>path {
  stroke: #FFD500;
}

.btn--xmas.btn--anchor:hover>svg>path {
  stroke: #000;
}

.social__icon_link {
  display: flex;
  width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .social__icon_link {
    width: 2rem;
    height: 2rem;
  }
}

.social__icon_img {
  height: 13.18px;
}

@media (min-width: 1024px) {
  .social__icon_img {
    height: 15px;
  }
}

.card__step {
  display: flex;
  min-height: 297px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1280px) {
  .card__step {
    gap: 1rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.card__review {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border-radius: 1.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2.5rem;
}

@media (min-width: 1280px) {
  .card__review {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.card__gallery {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

.card__gallery::after {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.3);
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 500ms;
}

.card__gallery:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

@media (min-width: 1280px) {
  .card__gallery {
    border-radius: 1.5rem;
  }
}

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

.card__gallery>div {
  position: absolute;
  bottom: -4rem;
  left: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
}

.card__gallery:hover>div {
  bottom: 0px;
  opacity: 1;
}

@media (min-width: 1280px) {
  .card__gallery>div {
    padding: 2.5rem;
  }
}

.card__gallery>img {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  --tw-blur: blur(0);
  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);
}

.card__gallery:hover>img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
  --tw-blur: blur(4px);
  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);
}

.image__gallery {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
}

@media (min-width: 1280px) {
  .image__gallery {
    border-radius: 1.5rem;
  }
}

.card__number {
  display: flex;
  height: 277px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
}

@media (min-width: 1024px) {
  .card__number {
    height: 318px;
  }
}

.avatar {
  border-radius: 9999px;
}

.avatar--xl {
  width: 5rem;
  height: 5rem;
}

.img__tag {
  position: absolute;
  right: -6rem;
  bottom: 1.5rem;
  width: 360px;
  --tw-rotate: -25deg;
  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));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 6rem;
  padding-right: 6rem;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1280px) {
  .img__tag {
    right: -5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* Tabs */

.btn--tab {
  white-space: nowrap;
  border-style: none;
  background-color: transparent;
}

.btn--tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity));
}

.btn--secondary--tab {
  white-space: nowrap;
}

@media (min-width: 1280px) {
  .btn--secondary--tab {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.btn--secondary--tab.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.b-tab {
  display: none;
}

.b-tab.active {
  display: block;
  height:auto;
}

/* Tabs */

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

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

.-right-3 {
  right: -0.75rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

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

.left-\[13\%\] {
  left: 13%;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[7\%\] {
  right: 7%;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-5 {
  top: 1.25rem;
}

.top-\[14\%\] {
  top: 14%;
}

.top-\[56\%\] {
  top: 56%;
}

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

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

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

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

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

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

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-\[151\.42px\] {
  width: 151.42px;
  height: 151.42px;
}

.size-\[56px\] {
  width: 56px;
  height: 56px;
}

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

.size-full {
  width: 100%;
  height: 100%;
}

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

.\!h-\[366px\] {
  height: 366px !important;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

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

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

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

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

.h-\[291\.82px\] {
  height: 291.82px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[635\.17px\] {
  height: 635.17px;
}

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

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

.h-auto {
  height: auto;
}

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

.w-24 {
  width: 6rem;
}

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.max-w-\[207\.94px\] {
  max-width: 207.94px;
}

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

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

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

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

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

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

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

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

.max-w-\[308\.49px\] {
  max-width: 308.49px;
}

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

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

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

.max-w-\[386\.22px\] {
  max-width: 386.22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[696\.84px\] {
  max-width: 696.84px;
}

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

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

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

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

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

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

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

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

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

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

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

.translate-x-\[24px\] {
  --tw-translate-x: 24px;
  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-x-\[32px\] {
  --tw-translate-x: 32px;
  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-\[130px\] {
  --tw-translate-y: 130px;
  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-\[-45deg\] {
  --tw-rotate: -45deg;
  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 {
  resize: both;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.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-9 {
  gap: 2.25rem;
}

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

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

.gap-x-\[40px\] {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

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

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

.gap-y-\[45px\] {
  row-gap: 45px;
}

.gap-y-\[60px\] {
  row-gap: 60px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.whitespace-break-spaces {
  white-space: break-spaces;
}

.break-words {
  overflow-wrap: break-word;
}

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

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 0 / var(--tw-border-opacity));
}

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

.bg-\[\#C12921\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 41 33 / var(--tw-bg-opacity));
}

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

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

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

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
}

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

.bg-xmas-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 161 69 / var(--tw-bg-opacity));
}

.bg-\[length\:auto_90\%\] {
  background-size: auto 90%;
}

.bg-cover {
  background-size: cover;
}

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.font-body {
  font-family: Montserrat;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.leading-\[1\.5\] {
  line-height: 1.5;
}

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

.tracking-\[-0\.05rem\] {
  letter-spacing: -0.05rem;
}

.tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem;
}

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

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

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

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity));
}

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

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

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

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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;
}

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

.img__wrapper {
  position: relative;
  overflow: hidden;
}

.img__wrapper>img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon__wrapper {
  position: relative;
  overflow: hidden;
}

.icon__wrapper>img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img {
  height: auto;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img__full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img__wrapper--330 {
  height: 330px;
}

@media (min-width: 1024px) {
  .img__wrapper--330 {
    height: 542px;
  }
}

.img__wrapper--350 {
  height: 350px;
}

@media (min-width: 1024px) {
  .img__wrapper--350 {
    height: 721px;
  }
}

.img__wrapper--383 {
  height: 383px;
}

@media (min-width: 1024px) {
  .img__wrapper--383 {
    height: 779px;
  }
}

/* Buttons */

/* Header */

.header__main {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100%;
  background-color: rgb(0 0 0 / 0);
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .header__main {
    padding-top: 3.5rem;
  }
}

.header__main.header__main--fixed {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}

@media (min-width: 1280px) {
  .header__main.header__main--fixed {
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}

.header__main.header__main--fixed .btn--outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.header__main.header__main--fixed .btn--outline:hover:hover>div>svg>path {
  fill: #000;
  stroke: #000;
}

.header__menu_container li {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .header__menu_container li {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .header__menu_container li {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1280px) {
  .header__menu_container li {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1536px) {
  .header__menu_container li {
    margin-bottom: 4rem;
  }
}

.header__menu_container li a {
  font-family: galano_grotesquebold;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.09;
}

@media (min-width: 768px) {
  .header__menu_container li a {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .header__menu_container li a {
    font-size: 48px;
  }
}

.header__menu_container .menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header__menu_container .menu-item-has-children > a::after {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: url('source/icon/arrow-down.svg');
  background-size: 16px 16px;
  background-position: center;
  content: var(--tw-content);
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .header__menu_container .menu-item-has-children > a {
    gap: 1rem;
  }

  .header__menu_container .menu-item-has-children > a::after {
    content: var(--tw-content);
    width: 2.25rem;
    height: 2.25rem;
  }
}

.header__menu_container li .sub-menu {
  margin-top: 0.75rem;
  display: none;
}

@media (min-width: 768px) {
  .header__menu_container li .sub-menu li {
    margin-bottom: 0.75rem;
  }
}

.header__menu_container li .sub-menu li a {
  font-size: 18px;
}

@media (min-width: 768px) {
  .header__menu_container li .sub-menu li a {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .header__menu_container li .sub-menu li a {
    font-size: 22px;
  }
}

/* Header */

/* Add Black Color */

body.page-template-privacy-policy .header__main,
body.page-template-thank-you .header__main {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

/* Add Black Color */

/* Nav Sticky */

.nav__sticky {
  top: 5rem;
  z-index: 50;
}

@media (min-width: 1024px) {
  .nav__sticky {
    top: 72px;
  }
}

@media (min-width: 1280px) {
  .nav__sticky {
    top: 108px;
  }
}

.nav__sticky {
  position: sticky !important;
}

/* Nav Sticky */

/* Swiper */

.swiper-button-prev.swiper__nav, .swiper-button-next.swiper__nav {
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.swiper-button-prev.swiper__nav::after, .swiper-button-next.swiper__nav::after {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-content: none;
  content: var(--tw-content);
}

.swiper-button-prev.swiper__nav:hover, .swiper-button-next.swiper__nav:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper-button-prev.swiper__nav>svg>path, .swiper-button-next.swiper__nav>svg>path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.swiper-button-prev.swiper__nav:hover>svg>path, .swiper-button-next.swiper__nav:hover>svg>path {
  stroke: #FFD500;
}

.swiper-button-prev.swiper__nav>svg, .swiper-button-next.swiper__nav>svg {
  width: 1rem;
  height: 1rem;
}

.swiper-button-next.swiper__nav {
  right: 0px;
}

.swiper-button-prev.swiper__nav {
  left: 0px;
}

.swiper__slide_customers {
  display: flex !important;
  height: 100px !important;
  max-width: 8rem !important;
  align-items: center !important;
  justify-content: center !important;
}

@media (min-width: 1280px) {
  .swiper__slide_customers {
    max-width: 10rem !important;
  }
}

.swiper__slide_text {
  display: flex !important;
  width: auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 1rem !important;
  white-space: nowrap !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1280px) {
  .swiper__slide_text {
    font-size: 32px !important;
  }
}

.swiper__slide_text--xmas {
  width: 585px !important;
}

@media (min-width: 1280px) {
  .swiper__slide_text--xmas {
    width: 925px !important;
  }
}

.swiper__slide_text--street {
  width: 725px !important;
}

@media (min-width: 1280px) {
  .swiper__slide_text--street {
    width: 1145px !important;
  }
}

.swiper__text_bar {
  position: relative;
  left: -0.5rem;
  z-index: 10;
  width: 105%;
  --tw-rotate: -5deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .swiper__text_bar {
    --tw-rotate: -4deg;
    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));
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .swiper__text_bar {
    left: -1rem;
    width: 110%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.swiper .swiper-pagination {
  bottom: 1.5rem !important;
  display: flex !important;
  justify-content: center !important;
  gap: 0.375rem !important;
}

@media (min-width: 768px) {
  .swiper .swiper-pagination {
    bottom: 2.5rem !important;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

@media (min-width: 768px) {
  .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
}

.swiper_pagination__progress {
  display: flex;
}

.swiper_pagination__progress .swiper-pagination-bullet {
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  width: auto;
  height: auto;
  width: 25px;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity))
}

.swiper_pagination__progress .swiper-pagination-bullet::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 7px;
  border-radius: 75px;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 0 / var(--tw-bg-opacity));
}

.swiper_pagination__progress .swiper-pagination-bullet::after {
  margin-top: 0.5rem;
  display: block;
  height: 7px;
  width: 100%;
  border-radius: 75px;
  content: var(--tw-content);
  background-color: rgb(255 213 0 / 0.45);
}

@media (min-width: 768px) {
  .swiper_pagination__progress .swiper-pagination-bullet {
    width: 100%;
    font-size: 20px;
  }
}

.swiper_pagination__progress .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 68px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper_pagination__progress .swiper-pagination-bullet-active:before {
  animation-name: swiperPagination;
  animation-duration: 6s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode:forwards;
}

.swiper_pagination__progress .swiper-pagination-bullet span {
  opacity: 0;
}

@media (min-width: 768px) {
  .swiper_pagination__progress .swiper-pagination-bullet span {
    opacity: 1;
  }
}

.swiper_pagination__progress .swiper-pagination-bullet.swiper-pagination-bullet-active span {
  opacity: 1;
}

@keyframes swiperPagination {
  0% {
    width: 0;
  }

  100% {
    width: 100%
  }
}

/* Swiper */

/* Impressions Events */

.grid__gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.grid__gallery>:nth-child(1) {
  grid-column: span 12 / span 12;
  height: 425px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(1) {
    grid-column: span 4 / span 4;
    grid-row: span 5 / span 5;
    height: 557px;
  }
}

.grid__gallery>:nth-child(2) {
  grid-column: span 12 / span 12;
  height: 210px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(2) {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row: span 2 / span 2;
    height: 210px;
  }
}

.grid__gallery>:nth-child(3) {
  grid-column: span 12 / span 12;
  height: 210px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(3) {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
    grid-row: span 3 / span 3;
    height: 327px;
  }
}

.grid__gallery>:nth-child(4) {
  grid-column: span 12 / span 12;
  height: 425px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(4) {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row: span 3 / span 3;
    grid-row-start: 3;
    height: 327px;
  }
}

.grid__gallery>:nth-child(5) {
  grid-column: span 12 / span 12;
  height: 210px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(5) {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
    grid-row: span 2 / span 2;
    grid-row-start: 4;
    height: 210px;
  }
}

.grid__gallery>:nth-child(6) {
  grid-column: span 12 / span 12;
  height: 210px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(6) {
    grid-column: span 7 / span 7;
    grid-row: span 3 / span 3;
    grid-row-start: 6;
    height: 347px;
  }
}

.grid__gallery>:nth-child(7) {
  grid-column: span 12 / span 12;
  height: 425px;
}

@media (min-width: 768px) {
  .grid__gallery>:nth-child(7) {
    grid-column: span 5 / span 5;
    grid-column-start: 8;
    grid-row: span 3 / span 3;
    grid-row-start: 6;
    height: 347px;
  }
}

.grid__gallery>div {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.grid__gallery--secondary {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.grid__gallery--secondary>:nth-child(1) {
  grid-column: span 12 / span 12;
  height: 425px;
}

@media (min-width: 768px) {
  .grid__gallery--secondary>:nth-child(1) {
    grid-column: span 4 / span 4;
    grid-row: span 6 / span 6;
    height: 836px;
  }
}

.grid__gallery--secondary>:nth-child(2) {
  grid-column: span 12 / span 12;
  height: 210px;
}

@media (min-width: 768px) {
  .grid__gallery--secondary>:nth-child(2) {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
    grid-row: span 3 / span 3;
    height: 410px;
  }
}

.grid__gallery--secondary>:nth-child(3) {
  grid-column: span 12 / span 12;
  height: 210px;
}

@media (min-width: 768px) {
  .grid__gallery--secondary>:nth-child(3) {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
    grid-row: span 3 / span 3;
    grid-row-start: 4;
    height: 410px;
  }
}

.grid__gallery--secondary>:nth-child(4) {
  grid-column: span 12 / span 12;
  height: 425px;
}

@media (min-width: 768px) {
  .grid__gallery--secondary>:nth-child(4) {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
    grid-row: span 3 / span 3;
    grid-row-start: 4;
    height: 410px;
  }
}

.grid__gallery--secondary>div {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

/* Impressions Events */

/* Footer */

.footer__main {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .footer__main {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}

.footer__mobile_hidden {
  display: none;
}

@media (min-width: 1280px) {
  .footer__mobile_hidden {
    display: block;
  }
}

/* Footer */

/* Accordion */

.accordion {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0px;
  list-style: none;
}

.accordion-item {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.accordion-item.is-active {
  pointer-events: none;
}

.accordion-item.is-active .accordion__header {
  opacity: 1;
}

.accordion__header {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 0.5;
}

.accordion-panel {
  margin: 0px;
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
}

.accordion__gallery {
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .accordion__gallery {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    height: 90%;
    width: 40%;
  }
}

.accordion__gallery--large {
  margin-bottom: 1.25rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .accordion__gallery--large {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    margin-bottom: 0px;
    height: 95%;
    width: 45%;
  }

  .accordion__gallery .img__wrapper--383 {
    height: 100%;
  }
}

/* Accordion */

/* Yum Animation */

.yum__image_container {
  position: absolute;
  top: 6rem;
  z-index: 10;
}

.yum__image_container_left {
  left: 0px;
  max-width: 340px;
}

@media (min-width: 768px) {
  .yum__image_container_left {
    top: 16rem;
    max-width: 440px;
  }
}

@media (min-width: 1024px) {
  .yum__image_container_left {
    top: 8rem;
    max-width: 540px;
  }
}

@media (min-width: 1280px) {
  .yum__image_container_left {
    top: 10rem;
    max-width: 640px;
  }
}

@media (min-width: 1536px) {
  .yum__image_container_left {
    top: 6rem;
    max-width: 740px;
  }
}

@media (min-width: 1800px) {
  .yum__image_container_left {
    top: 10rem;
    max-width: 940px;
  }
}

.yum__image_container_right {
  top: 24rem;
  right: -5rem;
  max-width: 340px;
}

@media (min-width: 768px) {
  .yum__image_container_right {
    max-width: 440px;
  }
}

@media (min-width: 1024px) {
  .yum__image_container_right {
    top: 18rem;
    max-width: 540px;
  }
}

@media (min-width: 1280px) {
  .yum__image_container_right {
    right: 0px;
    top: 10rem;
    max-width: 600px;
  }
}

@media (min-width: 1536px) {
  .yum__image_container_right {
    right: 0px;
    max-width: 640px;
  }
}

@media (min-width: 1800px) {
  .yum__image_container_right {
    top: 10rem;
    max-width: 840px;
  }
}

.yum__text_container {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --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));
}

.yum__text {
  font-family: galano_grotesquebold;
  font-weight: 500;
  position: relative;
  top: 4rem;
  font-size: 124px;
  line-height: 0.9;
  opacity: 0;
}

@media (min-width: 1024px) {
  .yum__text {
    font-size: 146px;
  }
}

@media (min-width: 1800px) {
  .yum__text {
    font-size: 200px;
  }
}

/* Yum Animation */

/* List Check */

.list__check li {
  background-image: url('source/icon/check.svg');
  background-size: 20px 17px;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

@media (min-width: 768px) {
  .list__check li {
    background-size: 28px 24px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 3rem;
  }
}

.list__check--big li {
  font-family: galano_grotesquebold;
  font-weight: 500;
  line-height: 1.09;
  margin-bottom: 1.25rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: url('source/icon/check-black.svg');
  background-size: 30px 30px;
  background-position: top 8px left;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
  padding-left: 3.5rem;
  font-size: 18px;
}

.list__check--big li:last-child {
  border-bottom-width: 0px;
}

@media (min-width: 768px) {
  .list__check--big li {
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .list__check--big li {
    margin-bottom: 2rem;
    background-size: 43px 43px;
    background-position: top 12px left 20px;
    padding-left: 6rem;
    padding-bottom: 2rem;
    font-size: 24px;
  }
}

.list__check--medium li {
  font-family: galano_grotesquebold;
  font-weight: 500;
  line-height: 1.09;
  margin-bottom: 1.25rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-image: url('source/icon/check-black.svg');
  background-size: 30px 30px;
  background-position: top left;
  background-repeat: no-repeat;
  padding-bottom: 1.25rem;
  padding-left: 3.5rem;
  font-size: 18px;
}

.list__check--medium li:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

@media (min-width: 768px) {
  .list__check--medium li {
    margin-bottom: 1.5rem;
    padding-left: 3rem;
    padding-bottom: 1.5rem;
  }
}

.list__check--medium--xmas li {
  background-image: url('source/icon/check-xmas.svg');
}

.list__check--medium--inverted li {
  background-image: url('source/icon/check-white.svg');
}

.list__content ul {
  margin-top: 2rem;
}

.list__content li {
  font-family: galano_grotesquebold;
  font-weight: 500;
  line-height: 1.09;
  margin-bottom: 1.25rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
  font-size: 18px;
}

.list__content li:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

/* List Check */

/* FAQ */

.acc-header {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
}

.acc-header .btn svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.acc-header .btn:hover svg {
  --tw-invert: invert(100%);
  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);
}

.acc-header .btn.on svg {
  --tw-rotate: 135deg;
  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));
}

.acc-content {
  display: none;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .acc-content {
    padding-bottom: 2rem;
  }
}

.faq__item {
  margin-bottom: 1.25rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .faq__item:last-child {
    border-style: none;
  }
}

/* FAQ */

/* The Content */

.the__content p {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .the__content p {
    margin-bottom: 2rem;
  }
}

.the__content p a {
  text-decoration-line: underline;
}

.the__content h2 {
  font-family: galano_grotesquebold;
  font-weight: 500;
  font-size: 30px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .the__content h2 {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .the__content h2 {
    font-size: 50px;
    line-height: .96;
  }
}

.the__content h2 {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .the__content h2 {
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
}

.the__content h3 {
  font-family: galano_grotesquebold;
  font-weight: 500;
  font-size: 24px;
  line-height: .97;
  letter-spacing: -0.05rem;
}

@media (min-width: 768px) {
  .the__content h3 {
    font-size: 26px;
  }
}

@media (min-width: 1280px) {
  .the__content h3 {
    font-size: 28px;
    line-height: .96;
  }
}

.the__content h3 {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .the__content h3 {
    margin-bottom: 2rem;
    margin-top: 4rem;
  }
}

.the__content ul {
  list-style-type: disc;
}

/* Franchise Page */

@media (min-width: 768px) {
  .variant-outline {
    border-width: 2px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

  .variant-outline.active {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  }
}

.hide-line {
  z-index: 10;
  height: 90px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.franchise-swiper-btn {
  position: unset !important;
}

.franchise-swiper-btn svg{
  transform: rotate(90deg);
}

.steps-carousel-wrapper .slide-swiper:last-child > div:before {
  display: none;
}

body.page-template-franchise .max-w-\[648px\] {
  max-width: 100%;
}

@media (max-width: 413px) {
  body.page-template-franchise .hero h1 {
    font-size: 48px;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:size-full::before {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}

.before\:h-\[80px\]::before {
  content: var(--tw-content);
  height: 80px;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}

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

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:from-black\/\[0\.45\]::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-black\/0::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:size-full::after {
  content: var(--tw-content);
  width: 100%;
  height: 100%;
}

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

.after\:opacity-40::after {
  content: var(--tw-content);
  opacity: 0.4;
}

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

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(255 213 0 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px) {
  .max-sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

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

  .md\:relative {
    position: relative;
  }

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

  .md\:-right-7 {
    right: -1.75rem;
  }

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

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

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

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

  .md\:right-7 {
    right: 1.75rem;
  }

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

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

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

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

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

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

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

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

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

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

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

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:size-\[216\.65px\] {
    width: 216.65px;
    height: 216.65px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-\[25px\] {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }

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

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

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

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

  .md\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .md\:after\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .md\:after\:h-\[80px\]::after {
    content: var(--tw-content);
    height: 80px;
  }

  .md\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .md\:after\:bg-primary-500::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 213 0 / var(--tw-bg-opacity));
  }

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-\[17rem\] {
    left: -17rem;
  }

  .lg\:-top-14 {
    top: -3.5rem;
  }

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

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

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-\[18\%\] {
    left: 18%;
  }

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

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

  .lg\:top-\[29\%\] {
    top: 29%;
  }

  .lg\:top-\[37\%\] {
    top: 37%;
  }

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

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

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

  .lg\:-mt-36 {
    margin-top: -9rem;
  }

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:size-\[101px\] {
    width: 101px;
    height: 101px;
  }

  .lg\:\!h-\[680px\] {
    height: 680px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[297\.89px\] {
    max-width: 297.89px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:-translate-x-10 {
    --tw-translate-x: -2.5rem;
    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));
  }

  .lg\:translate-x-10 {
    --tw-translate-x: 2.5rem;
    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));
  }

  .lg\:translate-y-\[60px\] {
    --tw-translate-y: 60px;
    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));
  }

  .lg\:translate-y-\[70px\] {
    --tw-translate-y: 70px;
    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));
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .lg\:gap-x-\[30px\] {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:border-2 {
    border-width: 2px;
  }

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

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

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

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

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

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

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

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

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

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

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

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

  .lg\:\!text-\[35px\] {
    font-size: 35px !important;
  }

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

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

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

  .lg\:tracking-\[-0\.35px\] {
    letter-spacing: -0.35px;
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
    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);
  }

  .lg\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .lg\:before\:top-9::before {
    content: var(--tw-content);
    top: 2.25rem;
  }

  .lg\:before\:h-\[2px\]::before {
    content: var(--tw-content);
    height: 2px;
  }

  .lg\:before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }

  .lg\:before\:bg-black::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

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

  .xl\:relative {
    position: relative;
  }

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

  .xl\:-bottom-28 {
    bottom: -7rem;
  }

  .xl\:-right-12 {
    right: -3rem;
  }

  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:-right-6 {
    right: -1.5rem;
  }

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

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

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

  .xl\:left-\[22\%\] {
    left: 22%;
  }

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

  .xl\:right-\[17\%\] {
    right: 17%;
  }

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

  .xl\:top-\[26\%\] {
    top: 26%;
  }

  .xl\:top-\[33\%\] {
    top: 33%;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

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

  .xl\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

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

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

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

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

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

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:size-\[80px\] {
    width: 80px;
    height: 80px;
  }

  .xl\:size-\[90px\] {
    width: 90px;
    height: 90px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-\[386\.22px\] {
    max-width: 386.22px;
  }

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

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

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

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

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

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

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

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

  .xl\:max-w-\[515\.89px\] {
    max-width: 515.89px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:-translate-x-24 {
    --tw-translate-x: -6rem;
    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));
  }

  .xl\:translate-x-24 {
    --tw-translate-x: 6rem;
    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));
  }

  .xl\:translate-x-40 {
    --tw-translate-x: 10rem;
    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));
  }

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

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

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

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

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

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

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

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

  .xl\:gap-5 {
    gap: 1.25rem;
  }

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

  .xl\:gap-x-\[62px\] {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

  .xl\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

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

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

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

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

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

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

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

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

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

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

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

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

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

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

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

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

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

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

  .xl\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

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

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

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

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

  .xl\:text-start {
    text-align: start;
  }

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

  .xl\:\!text-\[68px\] {
    font-size: 68px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[\.96\] {
    line-height: .96;
  }

  .xl\:after\:h-\[150px\]::after {
    content: var(--tw-content);
    height: 150px;
  }
}

@media (min-width: 1366px) {
  .min-\[1366px\]\:\!text-\[80px\] {
    font-size: 80px !important;
  }
}

@media (min-width: 1400px) {
  .min-\[1400px\]\:max-w-\[1320px\] {
    max-width: 1320px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

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

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

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

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

  .\32xl\:-translate-x-32 {
    --tw-translate-x: -8rem;
    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));
  }

  .\32xl\:translate-x-32 {
    --tw-translate-x: 8rem;
    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));
  }

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

  .\32xl\:pl-40 {
    padding-left: 10rem;
  }

  .\32xl\:pt-36 {
    padding-top: 9rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&\>\.col-thumbnail\]\:odd\:order-2:nth-child(odd)>.col-thumbnail {
    order: 2;
  }
}

@media (min-width: 1280px) {
  .xl\:\[\&\>\.col-thumbnail\]\:odd\:pl-10:nth-child(odd)>.col-thumbnail {
    padding-left: 2.5rem;
  }

  .xl\:\[\&\>\.col-thumbnail\]\:even\:pr-10:nth-child(even)>.col-thumbnail {
    padding-right: 2.5rem;
  }
}

.\[\&\>div\>svg\>path\]\:hover\:fill-white:hover>div>svg>path {
  fill: #fff;
}

.\[\&\>img\]\:size-full>img {
  width: 100%;
  height: 100%;
}

.\[\&\>img\]\:object-contain>img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&\>img\]\:object-cover>img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&\>img\]\:object-top>img {
  -o-object-position: top;
     object-position: top;
}

@media (min-width: 768px) {
  .md\:\[\&\>img\]\:object-contain>img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.\[\&\>p\>img\]\:max-w-\[269px\]>p>img {
  max-width: 269px;
}

.\[\&\>svg\]\:size-\[24px\]>svg {
  width: 24px;
  height: 24px;
}

@media (min-width: 1280px) {
  .xl\:\[\&\>svg\]\:size-\[36px\]>svg {
    width: 36px;
    height: 36px;
  }
}

.\[\&\>ul\>li\]\:mb-0>ul>li {
  margin-bottom: 0px;
}

.\[\&\>ul\>li\]\:mb-5>ul>li {
  margin-bottom: 1.25rem;
}

.\[\&\>ul\>li\]\:border-none>ul>li {
  border-style: none;
}

.\[\&\>ul\]\:columns-2>ul {
  -moz-columns: 2;
       columns: 2;
}