:root {
  --color-default: #FFFFFF;
  --color-primary: #B7971A;
  --color-secondary: #1A1A1A;
  --font-main: "neue-haas-grotesk-display", sans-serif;
  /* 400 - 500 - 600 - 700 */
  --font-main-text: "neue-haas-grotesk-text", sans-serif;
  /* 400 - 400 italic - 700 - 700 italic */
  --font-alternate: "acumin-variable", sans-serif;
  /* 400 */
}

/* ! tailwindcss v3.4.1 | 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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-bottom-px {
  bottom: -1px;
}

.-top-px {
  top: -1px;
}

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

.left-0 {
  left: 0px;
}

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

.left-\[calc\(100\%\+12px\)\] {
  left: calc(100% + 12px);
}

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-\[calc\(100\%\+12px\)\] {
  right: calc(100% + 12px);
}

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!mt-1\.5 {
  margin-top: 0.375rem !important;
}

.-ml-6 {
  margin-left: -1.5rem;
}

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

.-mr-3\.5 {
  margin-right: -0.875rem;
}

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

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

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

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

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

.mb-13 {
  margin-bottom: 3.25rem;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-12\.5 {
  margin-top: 3.125rem;
}

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

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

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

.\!mr-4 {
  margin-right: 1rem !important;
}

.\!mr-8 {
  margin-right: 2rem !important;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!flex {
  display: flex !important;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1100\/580\] {
  aspect-ratio: 1100/580;
}

.aspect-\[360\/450\] {
  aspect-ratio: 360/450;
}

.aspect-\[500\/1200\] {
  aspect-ratio: 500/1200;
}

.aspect-\[600\/900\] {
  aspect-ratio: 600/900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

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

.max-h-\[calc\(100dvh-68px\)\] {
  max-height: calc(100dvh - 68px);
}

.max-h-dvh {
  max-height: 100dvh;
}

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

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

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

.min-h-\[calc\(100dvh-68px\)\] {
  min-height: calc(100dvh - 68px);
}

.min-h-dvh {
  min-height: 100dvh;
}

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

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

.w-17 {
  width: 4.25rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.\!w-\[calc\(100\%\/6\)\] {
  width: calc(100% / 6) !important;
}

.\!w-2 {
  width: 0.5rem !important;
}

.w-2 {
  width: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.origin-center {
  transform-origin: center;
}

.-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-x-full {
  --tw-translate-x: -100%;
  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-y-1\/3 {
  --tw-translate-y: -33.333333%;
  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-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.scale-\[0\.98\] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-px {
  row-gap: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-none {
  overscroll-behavior: none;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-default\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-default\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(183 151 26 / var(--tw-border-opacity));
}

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

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

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

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(183 151 26 / var(--tw-bg-opacity));
}

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

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

.bg-default\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

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

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

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-secondary {
  --tw-gradient-from: #1A1A1A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary\/80 {
  --tw-gradient-from: rgb(26 26 26 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-40\% {
  --tw-gradient-to-position: 40%;
}

.bg-\[length\:60\%_60\%\] {
  background-size: 60% 60%;
}

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

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

.fill-transparent {
  fill: transparent;
}

.fill-secondary\/50 {
  fill: rgb(26 26 26 / 0.5);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-default\/70 {
  stroke: rgb(255 255 255 / 0.7);
}

.stroke-primary {
  stroke: #B7971A;
}

.stroke-primary\/70 {
  stroke: rgb(183 151 26 / 0.7);
}

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

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

.p-4 {
  padding: 1rem;
}

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

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

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

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

.py-9\.5 {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.px-4\.5 {
  padding-left: 1.08rem;
  padding-right: 1.08rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

.pt-7\.5 {
  padding-top: 1.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[90\%\] {
  font-size: 90%;
}

.text-\[80\%\] {
  font-size: 80%;
}

.\!font-medium {
  font-weight: 500 !important;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[0\.8\] {
  line-height: 0.8 !important;
}

.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}

.\!leading-\[1\.28\] {
  line-height: 1.28 !important;
}

.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}

.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}

.\!leading-\[1\.44\] {
  line-height: 1.44 !important;
}

.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}

.\!leading-\[1\.58\] {
  line-height: 1.58 !important;
}

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

.\!leading-\[1\.81\] {
  line-height: 1.81 !important;
}

.\!leading-\[1\] {
  line-height: 1 !important;
}

.\!leading-relaxed {
  line-height: 1.625 !important;
}

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

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

.\!tracking-\[0\.045em\] {
  letter-spacing: 0.045em !important;
}

.\!tracking-\[0\.04em\] {
  letter-spacing: 0.04em !important;
}

.\!tracking-\[0\.09em\] {
  letter-spacing: 0.09em !important;
}

.\!tracking-\[0\] {
  letter-spacing: 0 !important;
}

.\!tracking-\[0\.06em\] {
  letter-spacing: 0.06em !important;
}

.\!tracking-\[0\.9em\] {
  letter-spacing: 0.9em !important;
}

.\!tracking-\[0\.2em\] {
  letter-spacing: 0.2em !important;
}

.\!tracking-\[0\.3em\] {
  letter-spacing: 0.3em !important;
}

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

.text-default\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(183 151 26 / var(--tw-text-opacity));
}

.text-primary\/80 {
  color: rgb(183 151 26 / 0.8);
}

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

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-default\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.accent-transparent {
  accent-color: transparent;
}

.opacity-0 {
  opacity: 0;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

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

.outline-0 {
  outline-width: 0px;
}

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

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

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

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

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

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

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

.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: 500ms;
}

.transition-\[border\] {
  transition-property: border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

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

.duration-\[200ms\] {
  transition-duration: 200ms;
}

::-moz-selection {
  background-color: var(--color-secondary);
  color: #ffffff;
}

::selection {
  background-color: var(--color-secondary);
  color: #ffffff;
}

.bg-secondary ::-moz-selection {
  background-color: var(--color-primary);
  color: #ffffff;
}

.bg-secondary ::selection {
  background-color: var(--color-primary);
  color: #ffffff;
}

.rtl {
  direction: rtl;
}

body, html {
  font-family: var(--font-main);
  font-style: normal;
  font-weight: 400;
  color: var(--color-default);
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.font-main-text {
  font-family: var(--font-main-text);
  font-style: normal;
  font-weight: 400;
}

.font-alternate {
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

.hide-native-scrollbar{
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.hide-native-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.peer:checked ~ .fake-checkbox {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='22.056px' height='15.65px' viewBox='0 0 22.056 15.65' enable-background='new 0 0 22.056 15.65' xml:space='preserve'%3E%3Cpolyline fill='none' stroke='%23FFFFFF' stroke-miterlimit='10' points='0.354,8.183 7.113,14.943 21.702,0.354 '/%3E%3C/svg%3E");
}

.text-content > :last-child,
.text-content ul > :last-child,
.text-content ol > :last-child {
  padding-bottom: 0 !important;
}

.text-content ul li,
.text-content ol li {
  padding-left: 1em;
}

.text-content ul li:before {
  content: "\2022";
  color: var(--color-default);
  opacity: 0.7;
  font-weight: 400;
  display: inline-block;
  width: 1em;
  position: relative;
  margin-left: -1em;
}

.text-content ol {
  list-style: none;
  counter-reset: my-counter;
}

.text-content ol li {
  counter-increment: my-counter;
  padding-left: 1.5em;
}

.text-content ol li:before {
  content: "0" counter(my-counter);
  color: var(--color-default);
  opacity: 0.7;
  display: inline-block;
  width: 1.95em;
  position: relative;
  font-size: 0.75em;
  line-height: 1em;
  margin-left: -1.95em;
}

.text-content ul ul,
.text-content ul ol,
.text-content ol ol,
.text-content ol ul {
  padding-top: 0.75rem !important;
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 0.875rem !important;
  }
}

@media (min-width: 1024px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 0.1rem !important;
  }
}

@media (min-width: 1280px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 1.08rem !important;
  }
}

@media (min-width: 1536px) {
  .text-content ul ul,
    .text-content ul ol,
    .text-content ol ol,
    .text-content ol ul {
    padding-top: 1.25rem !important;
  }
}

.text-content .apply-h1:not(:first-child),
.text-content .apply-h2:not(:first-child),
.text-content .apply-h3:not(:first-child),
.text-content .apply-h4:not(:first-child),
.text-content .apply-h5:not(:first-child),
.text-content .apply-h6:not(:first-child) {
  padding-top: 0.75rem !important;
}

@media (min-width: 768px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 0.875rem !important;
  }
}

@media (min-width: 1024px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 0.1rem !important;
  }
}

@media (min-width: 1280px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 1.08rem !important;
  }
}

@media (min-width: 1536px) {
  .text-content .apply-h1:not(:first-child),
    .text-content .apply-h2:not(:first-child),
    .text-content .apply-h3:not(:first-child),
    .text-content .apply-h4:not(:first-child),
    .text-content .apply-h5:not(:first-child),
    .text-content .apply-h6:not(:first-child) {
    padding-top: 1.25rem !important;
  }
}

.apply-h1 {
  font-size: 32px;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

@media (min-width: 768px) {
  .apply-h1 {
    font-size: 49px;
  }
}

@media (min-width: 1024px) {
  .apply-h1 {
    font-size: 66px;
  }
}

@media (min-width: 1280px) {
  .apply-h1 {
    font-size: 83px;
  }
}

@media (min-width: 1536px) {
  .apply-h1 {
    font-size: 100px;
  }
}

.apply-h2 {
  font-size: 19px;
  line-height: 1.44 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

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

@media (min-width: 1024px) {
  .apply-h2 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .apply-h2 {
    font-size: 43px;
  }
}

@media (min-width: 1536px) {
  .apply-h2 {
    font-size: 50px;
  }
}

.apply-h3 {
  font-size: 18px;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

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

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

@media (min-width: 1280px) {
  .apply-h3 {
    font-size: 30px;
  }
}

@media (min-width: 1536px) {
  .apply-h3 {
    font-size: 34px;
  }
}

.apply-h4 {
  font-size: 18px;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

@media (min-width: 768px) {
  .apply-h4 {
    font-size: 21px;
  }
}

@media (min-width: 1024px) {
  .apply-h4 {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .apply-h4 {
    font-size: 27px;
  }
}

@media (min-width: 1536px) {
  .apply-h4 {
    font-size: 30px;
  }
}

.apply-h5 {
  font-size: 15px;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

@media (min-width: 768px) {
  .apply-h5 {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .apply-h5 {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .apply-h5 {
    font-size: 23px;
  }
}

@media (min-width: 1536px) {
  .apply-h5 {
    font-size: 26px;
  }
}

.apply-h6 {
  font-size: 14px;
  line-height: 1.4 !important;
  letter-spacing: -0.02em !important;
  font-family: var(--font-alternate);
  font-style: italic;
  font-weight: 400;
  /* font-variation-settings: "slnt" 0, "wdth" 100, "wght" 194.2857; */
  font-variation-settings: "wdth" 52, "wght" 550;
}

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

@media (min-width: 1024px) {
  .apply-h6 {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .apply-h6 {
    font-size: 20px;
  }
}

@media (min-width: 1536px) {
  .apply-h6 {
    font-size: 22px;
  }
}

.apply-text-base {
  font-size: 12px;
  line-height: 1.58 !important;
  letter-spacing: 0.04em !important;
}

@media (min-width: 768px) {
  .apply-text-base {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .apply-text-base {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .apply-text-base {
    font-size: 18px;
    line-height: 1.5 !important;
  }
}

@media (min-width: 1536px) {
  .apply-text-base {
    font-size: 20px;
  }
}

.apply-text-intro {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.58 !important;
  letter-spacing: 0.04em !important;
}

@media (min-width: 768px) {
  .apply-text-intro {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .apply-text-intro {
    font-size: 15px;
  }
}

@media (min-width: 1280px) {
  .apply-text-intro {
    font-size: 17px;
    line-height: 1.25 !important;
  }
}

@media (min-width: 1536px) {
  .apply-text-intro {
    font-size: 18px;
  }
}

.apply-text-big {
  font-size: 72px;
  line-height: 0.8 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  .apply-text-big {
    font-size: 96px;
  }
}

@media (min-width: 1024px) {
  .apply-text-big {
    font-size: 115px;
  }
}

@media (min-width: 1280px) {
  .apply-text-big {
    font-size: 132px;
  }
}

@media (min-width: 1536px) {
  .apply-text-big {
    font-size: 149px;
  }
}

@media (min-width: 1760px) {
  .apply-text-big {
    font-size: 166px;
  }
}

.apply-text-small {
  font-size: 40px;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

@media (min-width: 768px) {
  .apply-text-small {
    font-size: 53px;
  }
}

@media (min-width: 1024px) {
  .apply-text-small {
    font-size: 66px;
  }
}

@media (min-width: 1280px) {
  .apply-text-small {
    font-size: 79px;
  }
}

@media (min-width: 1536px) {
  .apply-text-small {
    font-size: 92px;
  }
}

.apply-link {
  font-weight: 700;
  color: rgb(183 151 26 / 0.8);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.apply-link:hover {
  --tw-text-opacity: 1;
  color: rgb(183 151 26 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .apply-link {
    text-decoration-thickness: 2px;
  }
}

.apply-link-2 {
  font-weight: 700;
  color: rgb(255 255 255 / 0.8);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.apply-link-2:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .apply-link-2 {
    text-decoration-thickness: 2px;
  }
}

.apply-cta {
  display: inline-flex;
  min-height: 35px;
  width: auto;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(183 151 26 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.28 !important;
  letter-spacing: 0.04em !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.apply-cta:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .apply-cta {
    min-height: 39px;
    padding-left: 1.38rem;
    padding-right: 1.38rem;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .apply-cta {
    min-height: 43px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .apply-cta {
    min-height: 47px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .apply-cta {
    min-height: 50px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 18px;
  }
}

.apply-cta-2 {
  display: inline-flex;
  min-height: 35px;
  width: auto;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.28 !important;
  letter-spacing: 0.04em !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.apply-cta-2 ::-moz-selection {
  background-color: var(--color-primary);
  color: #ffffff;
}

.apply-cta-2 ::selection {
  background-color: var(--color-primary);
  color: #ffffff;
}

.apply-cta-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .apply-cta-2 {
    min-height: 39px;
    padding-left: 1.38rem;
    padding-right: 1.38rem;
    font-size: 12px;
  }
}

@media (min-width: 1024px) {
  .apply-cta-2 {
    min-height: 43px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .apply-cta-2 {
    min-height: 47px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 16px;
  }
}

@media (min-width: 1536px) {
  .apply-cta-2 {
    min-height: 50px;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 18px;
  }
}

.swiper-btn-disabled {
  opacity: 0.3 !important;
  cursor: default;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .gm-style-iw-c {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.gm-style .gm-style-iw-tc:after {
  background-color: var(--color-secondary) !important;
}

.gm-style-iw.gm-style-iw-c > button {
  top: 0 !important;
  right: 0 !important;
}

.gm-style-iw.gm-style-iw-c > button > span {
  background-color: #fff !important;
}

.infobox {
  font-family: var(--font-main) !important;
}

.\*\:cursor-pointer > * {
  cursor: pointer;
}

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

.\*\:border-default\/20 > * {
  border-color: rgb(255 255 255 / 0.2);
}

.\*\:px-\[5px\] > * {
  padding-left: 5px;
  padding-right: 5px;
}

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

.\*\:pb-1 > * {
  padding-bottom: 0.25rem;
}

.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}

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

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

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

.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}

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

.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}

.before\:w-auto::before {
  content: var(--tw-content);
  width: auto;
}

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

.before\:from-secondary::before {
  content: var(--tw-content);
  --tw-gradient-from: #1A1A1A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

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

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

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

.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}

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

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:w-auto::after {
  content: var(--tw-content);
  width: auto;
}

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

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent 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);
}

.after\:to-secondary::after {
  content: var(--tw-content);
  --tw-gradient-to: #1A1A1A var(--tw-gradient-to-position);
}

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

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(183 151 26 / var(--tw-border-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(183 151 26 / 0.1);
}

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

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

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(183 151 26 / var(--tw-text-opacity));
}

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

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.group\/link:hover .group-hover\/link\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(183 151 26 / var(--tw-border-opacity));
}

.group\/link:hover .group-hover\/link\:border-primary\/50 {
  border-color: rgb(183 151 26 / 0.5);
}

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

.group\/nav:hover .group-hover\/nav\:border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}

.group\/link:hover .group-hover\/link\:bg-primary\/10 {
  background-color: rgb(183 151 26 / 0.1);
}

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

.group\/actions:hover .group-hover\/actions\:fill-primary\/10 {
  fill: rgb(183 151 26 / 0.1);
}

.group\/link:hover .group-hover\/link\:fill-primary\/10 {
  fill: rgb(183 151 26 / 0.1);
}

.group\/video:hover .group-hover\/video\:fill-primary\/10 {
  fill: rgb(183 151 26 / 0.1);
}

.group\/actions:hover .group-hover\/actions\:stroke-default {
  stroke: #FFFFFF;
}

.group\/actions:hover .group-hover\/actions\:stroke-primary {
  stroke: #B7971A;
}

.group\/link:hover .group-hover\/link\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(183 151 26 / var(--tw-text-opacity));
}

.group\/nav:hover .group-hover\/nav\:text-secondary {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.group\/link:hover .group-hover\/link\:opacity-100 {
  opacity: 1;
}

.group\/slide:hover .group-hover\/slide\:opacity-100 {
  opacity: 1;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:pointer-events-auto {
  pointer-events: auto;
}

.group\/video.play .group-\[\.play\]\/video\:left-full {
  left: 100%;
}

.group\/video.play .group-\[\.play\]\/video\:top-full {
  top: 100%;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:-mb-px {
  margin-bottom: -1px;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:-mt-px {
  margin-top: -1px;
}

.group\/video.pause .group-\[\.pause\]\/video\:block {
  display: block;
}

.group\/video.play .group-\[\.play\]\/video\:block {
  display: block;
}

.group\/header.stickysmall .group-\[\.stickysmall\]\/header\:h-\[48px\] {
  height: 48px;
}

.group\/header.stickysmall .group-\[\.stickysmall\]\/header\:h-\[68px\] {
  height: 68px;
}

.group\/step:not(.active) .group-\[\:not\(\.active\)\]\/step\:h-0 {
  height: 0px;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:w-0 {
  width: 0px;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:w-\[26px\] {
  width: 26px;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group\/video.play .group-\[\.play\]\/video\:-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

.group\/video.play .group-\[\.play\]\/video\:-translate-y-full {
  --tw-translate-y: -100%;
  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));
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:-rotate-45 {
  --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));
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:rotate-45 {
  --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));
}

.group\/step.active .group-\[\.active\]\/step\:rotate-\[225deg\] {
  --tw-rotate: 225deg;
  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));
}

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

.group\/video.play .group-\[\.play\]\/video\:scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:overflow-hidden {
  overflow: hidden;
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:\!border-transparent {
  border-color: transparent !important;
}

.group\/header.stickysmall .group-\[\.stickysmall\]\/header\:border-default\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.group\/html.menu-open .group-\[\.menu-open\]\/html\:bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.group\/video.pause .group-\[\.pause\]\/video\:opacity-60 {
  opacity: 0.6;
}

.group\/slide.swiper-slide-active .group-\[\.swiper-slide-active\]\/slide\:\!opacity-100 {
  opacity: 1 !important;
}

.group\/slide.swiper-slide-thumb-active .group-\[\.swiper-slide-thumb-active\]\/slide\:\!opacity-100 {
  opacity: 1 !important;
}

.group\/slider:not(hover) .group-\[\:not\(hover\)\]\/slider\:\!opacity-0 {
  opacity: 0 !important;
}

.group\/slider:not(:hover) .group-\[\:not\(\:hover\)\]\/slider\:\!opacity-0 {
  opacity: 0 !important;
}

.peer:checked ~ .peer-checked\:border-default\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(183 151 26 / var(--tw-border-opacity));
}

.peer:checked ~ .peer-checked\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(183 151 26 / var(--tw-bg-opacity));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50%;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-1\/2 {
  top: 50%;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-6 {
  top: 1.5rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-6 {
  top: 1.5rem;
}

.peer:focus ~ .peer-focus\:\!top-0 {
  top: 0px !important;
}

.peer.has-value ~ .peer-\[\.has-value\]\:\!top-0 {
  top: 0px !important;
}

@media (min-width: 575px) {
  .xs\:mt-\[30px\] {
    margin-top: 30px;
  }

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

@media (min-width: 640px) {
  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .sm\:mb-7\.5 {
    margin-bottom: 1.85rem;
  }

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

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

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

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

  .sm\:max-h-\[60vh\] {
    max-height: 60vh;
  }

  .sm\:max-h-\[calc\(100dvh-74px\)\] {
    max-height: calc(100dvh - 74px);
  }

  .sm\:min-h-\[calc\(100dvh-74px\)\] {
    min-height: calc(100dvh - 74px);
  }

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

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

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

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

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

  .sm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:\*\:p-\[17px\] > * {
    padding: 17px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:sm\:h-\[70px\] {
    height: 70px;
  }
}

@media (min-width: 768px) {
  .md\:left-\[calc\(100\%\+16px\)\] {
    left: calc(100% + 16px);
  }

  .md\:right-\[calc\(100\%\+16px\)\] {
    right: calc(100% + 16px);
  }

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

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

  .md\:\!mb-\[7px\] {
    margin-bottom: 7px !important;
  }

  .md\:\!mt-\[7px\] {
    margin-top: 7px !important;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mr-4\.5 {
    margin-right: -1.08rem;
  }

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

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

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

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

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

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

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

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

  .md\:mt-13 {
    margin-top: 3.25rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:max-h-\[100dvh\] {
    max-height: 100dvh;
  }

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

  .md\:min-h-\[100dvh\] {
    min-height: 100dvh;
  }

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

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

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

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

  .md\:\!w-\[26px\] {
    width: 26px !important;
  }

  .md\:w-21 {
    width: 5.25rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:border-default\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

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

  .md\:px-4\.5 {
    padding-left: 1.08rem;
    padding-right: 1.08rem;
  }

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

  .md\:px-5\.5 {
    padding-left: 1.38rem;
    padding-right: 1.38rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

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

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

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

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

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

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

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

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

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

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

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\*\:p-\[19px\] > * {
    padding: 19px;
  }

  .md\:\*\:pb-1 > * {
    padding-bottom: 0.25rem;
  }

  .md\:\*\:pb-1\.5 > * {
    padding-bottom: 0.375rem;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:md\:h-\[55px\] {
    height: 55px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:md\:h-\[75px\] {
    height: 75px;
  }

  .group\/html.menu-open .group-\[\.menu-open\]\/html\:md\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }
}

@media (min-width: 1024px) {
  .lg\:left-\[calc\(100\%\+20px\)\] {
    left: calc(100% + 20px);
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-5\.5 {
    right: 1.38rem;
  }

  .lg\:right-\[calc\(100\%\+20px\)\] {
    right: calc(100% + 20px);
  }

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

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

  .lg\:\!mb-\[8px\] {
    margin-bottom: 8px !important;
  }

  .lg\:\!mt-\[8px\] {
    margin-top: 8px !important;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-5\.5 {
    margin-right: -1.38rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-4\.5 {
    margin-left: 1.08rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!w-\[28px\] {
    width: 28px !important;
  }

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

  .lg\:w-25 {
    width: 6.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

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

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

  .lg\:space-x-4\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.08rem * var(--tw-space-x-reverse));
    margin-left: calc(1.08rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

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

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-default\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

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

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

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

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

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

  .lg\:px-5\.5 {
    padding-left: 1.38rem;
    padding-right: 1.38rem;
  }

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

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

  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

  .lg\:py-18 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

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

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

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

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

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

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

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

  .lg\:pb-18 {
    padding-bottom: 4.5rem;
  }

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

  .lg\:pb-3\.5 {
    padding-bottom: 0.875rem;
  }

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

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

  .lg\:pl-\[12\%\] {
    padding-left: 12%;
  }

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

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

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

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

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

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

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

  .lg\:pr-\[8\%\] {
    padding-right: 8%;
  }

  .lg\:pl-\[8\%\] {
    padding-left: 8%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:decoration-2 {
    text-decoration-thickness: 2px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }

  .lg\:\*\:p-\[21px\] > * {
    padding: 21px;
  }

  .lg\:\*\:pb-2 > * {
    padding-bottom: 0.5rem;
  }

  .group\/link:hover .group-hover\/link\:lg\:\!opacity-100 {
    opacity: 1 !important;
  }

  .group\/link:hover .group-hover\/link\:lg\:opacity-100 {
    opacity: 1;
  }

  .group\/link:hover .lg\:group-hover\/link\:opacity-100 {
    opacity: 1;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:lg\:h-\[62px\] {
    height: 62px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:lg\:h-\[80px\] {
    height: 80px;
  }

  .group\/swiper.hover .group-\[\.hover\]\/swiper\:lg\:opacity-40 {
    opacity: 0.4;
  }

  .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:lg\:top-6 {
    top: 1.5rem;
  }

  .peer:placeholder-shown ~ .peer-placeholder-shown\:lg\:top-6 {
    top: 1.5rem;
  }

  .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:lg\:top-6\.5 {
    top: 1.6rem;
  }

  .peer:placeholder-shown ~ .peer-placeholder-shown\:lg\:top-6\.5 {
    top: 1.6rem;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[calc\(100\%\+24px\)\] {
    left: calc(100% + 24px);
  }

  .xl\:right-\[calc\(100\%\+24px\)\] {
    right: calc(100% + 24px);
  }

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

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

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

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:\!mb-\[9px\] {
    margin-bottom: 9px !important;
  }

  .xl\:\!mt-\[9px\] {
    margin-top: 9px !important;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mr-6\.5 {
    margin-right: -1.6rem;
  }

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

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

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

  .xl\:mb-17 {
    margin-bottom: 4.25rem;
  }

  .xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

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

  .xl\:mb-4\.5 {
    margin-bottom: 1.08rem;
  }

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

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

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

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-h-\[70vh\] {
    max-height: 70vh;
  }

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

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

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

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

  .xl\:\!w-\[30px\] {
    width: 30px !important;
  }

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

  .xl\:w-30 {
    width: 7.5rem;
  }

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

  .xl\:w-\[21\.1\%\] {
    width: 21.1%;
  }

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

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

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

  .xl\:w-\[39\.45\%\] {
    width: 39.45%;
  }

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

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

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

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

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

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

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

  .xl\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

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

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

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

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

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

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

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

  .xl\:px-6\.5 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

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

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

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

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

  .xl\:px-5\.5 {
    padding-left: 1.38rem;
    padding-right: 1.38rem;
  }

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

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

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

  .xl\:pb-18 {
    padding-bottom: 4.5rem;
  }

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

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

  .xl\:pb-4\.5 {
    padding-bottom: 1.08rem;
  }

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

  .xl\:pl-\[13\.5\%\] {
    padding-left: 13.5%;
  }

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

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

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

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

  .xl\:pt-44 {
    padding-top: 11rem;
  }

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

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

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

  .xl\:pb-21 {
    padding-bottom: 5.25rem;
  }

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

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:\!leading-\[1\.25\] {
    line-height: 1.25 !important;
  }

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

  .xl\:\*\:p-\[23px\] > * {
    padding: 23px;
  }

  .xl\:\*\:pb-2 > * {
    padding-bottom: 0.5rem;
  }

  .xl\:\*\:pb-2\.5 > * {
    padding-bottom: 0.625rem;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:xl\:h-\[67px\] {
    height: 67px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:xl\:h-\[85px\] {
    height: 85px;
  }

  .group\/video.play .xl\:group-\[\.play\]\/video\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }
}

@media (min-width: 1440px) {
  .\31\.5xl\:min-h-\[112px\] {
    min-height: 112px;
  }

  .\31\.5xl\:min-h-\[58px\] {
    min-height: 58px;
  }

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

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

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

  .\31\.5xl\:min-w-\[220px\] {
    min-width: 220px;
  }

  .\31\.5xl\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\31\.5xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\31\.5xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\31\.5xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\31\.5xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\31\.5xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\31\.5xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\31\.5xl\:pt-12 {
    padding-top: 3rem;
  }

  .\31\.5xl\:pt-16 {
    padding-top: 4rem;
  }

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

@media (min-width: 1536px) {
  .\32xl\:left-\[calc\(100\%\+28px\)\] {
    left: calc(100% + 28px);
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:right-\[calc\(100\%\+28px\)\] {
    right: calc(100% + 28px);
  }

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

  .\32xl\:\!mt-\[10px\] {
    margin-top: 10px !important;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mr-7\.5 {
    margin-right: -1.85rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .\32xl\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .\32xl\:mb-18 {
    margin-bottom: 4.5rem;
  }

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

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

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

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

  .\32xl\:mb-9\.5 {
    margin-bottom: 2.375rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .\32xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }

  .\32xl\:mt-15 {
    margin-top: 3.75rem;
  }

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

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

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

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

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

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

  .\32xl\:mt-\[35px\] {
    margin-top: 35px;
  }

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

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

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

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

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

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

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

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

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

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

  .\32xl\:max-h-\[560px\] {
    max-height: 560px;
  }

  .\32xl\:max-h-\[75vh\] {
    max-height: 75vh;
  }

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

  .\32xl\:min-h-\[58px\] {
    min-height: 58px;
  }

  .\32xl\:\!w-\[32px\] {
    width: 32px !important;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-34 {
    width: 8.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-y-18 {
    row-gap: 4.5rem;
  }

  .\32xl\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-5\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.38rem * var(--tw-space-x-reverse));
    margin-left: calc(1.38rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse));
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .\32xl\:px-7\.5 {
    padding-left: 1.85rem;
    padding-right: 1.85rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .\32xl\:py-22 {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

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

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

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

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

  .\32xl\:pb-22 {
    padding-bottom: 5.5rem;
  }

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

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

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-\[14\.8\%\] {
    padding-left: 14.8%;
  }

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

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pt-15 {
    padding-top: 3.75rem;
  }

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

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

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

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

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pt-7\.5 {
    padding-top: 1.85rem;
  }

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

  .\32xl\:pt-8\.5 {
    padding-top: 2.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:\*\:p-\[25px\] > * {
    padding: 25px;
  }

  .\32xl\:\*\:pb-3 > * {
    padding-bottom: 0.75rem;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:2xl\:h-\[72px\] {
    height: 72px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:2xl\:h-\[90px\] {
    height: 90px;
  }

  .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:2xl\:top-7 {
    top: 1.75rem;
  }

  .peer:placeholder-shown ~ .peer-placeholder-shown\:2xl\:top-7 {
    top: 1.75rem;
  }
}

@media (min-width: 1760px) {
  .\33xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .\33xl\:mb-22 {
    margin-bottom: 5.5rem;
  }

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

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

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

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

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

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

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

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

  .\33xl\:\!w-\[34px\] {
    width: 34px !important;
  }

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

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

  .\33xl\:gap-y-20 {
    row-gap: 5rem;
  }

  .\33xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

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

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

  .\33xl\:pt-18 {
    padding-top: 4.5rem;
  }

  .\33xl\:pt-52 {
    padding-top: 13rem;
  }

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

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

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

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

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

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:3xl\:h-\[77px\] {
    height: 77px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:3xl\:h-\[95px\] {
    height: 95px;
  }
}

@media (min-width: 1920px) {
  .\33\.5xl\:h-\[104px\] {
    height: 104px;
  }

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

  .\33\.5xl\:space-x-18 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.5rem * var(--tw-space-x-reverse));
    margin-left: calc(4.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\33\.5xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:3\.5xl\:h-\[100px\] {
    height: 100px;
  }

  .group\/header.stickysmall .group-\[\.stickysmall\]\/header\:3\.5xl\:h-\[82px\] {
    height: 82px;
  }
}

.\[\&\.action-disabled\]\:pointer-events-none.action-disabled {
  pointer-events: none;
}

.\[\&\.action-disabled\]\:opacity-50.action-disabled {
  opacity: 0.5;
}

.\[\&\.active\]\:pointer-events-none.active {
  pointer-events: none;
}

.\[\&\.active\]\:border-primary.active {
  --tw-border-opacity: 1;
  border-color: rgb(183 151 26 / var(--tw-border-opacity));
}

.\[\&\.menu-open\]\:overflow-hidden.menu-open {
  overflow: hidden;
}

.\[\&\.selected\]\:border-primary.selected {
  --tw-border-opacity: 1;
  border-color: rgb(183 151 26 / var(--tw-border-opacity));
}

.\[\&\.stickysmall\]\:bg-secondary\/80.stickysmall {
  background-color: rgb(26 26 26 / 0.8);
}

.\[\&\:not\(\.active\)\]\:absolute:not(.active) {
  position: absolute;
}

.\[\&\:not\(\.active\)\]\:-left-\[9999px\]:not(.active) {
  left: -9999px;
}

.\[\&\:not\(\.active\)\]\:-top-\[9999px\]:not(.active) {
  top: -9999px;
}

.\[\&\:not\(\.active\)\]\:opacity-0:not(.active) {
  opacity: 0;
}

.\[\&\:not\(\.stickybar\)\]\:-translate-y-full:not(.stickybar) {
  --tw-translate-y: -100%;
  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));
}

@media (min-width: 768px) {
  .md\:\[\&\>\:nth-child\(4\)\]\:hidden>:nth-child(4) {
    display: none;
  }
}
