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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 376px) {

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[10px\] {
  left: 10px;
}
.left-\[5px\] {
  left: 5px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[5px\] {
  right: 5px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[25vh\] {
  top: 25vh;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[999\] {
  z-index: 999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.-mt-\[2px\] {
  margin-top: -2px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[9\%\] {
  margin-right: 9%;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-\[10px\] {
  width: 10px;
  height: 10px;
}
.size-\[12px\] {
  width: 12px;
  height: 12px;
}
.size-\[18px\] {
  width: 18px;
  height: 18px;
}
.size-\[21px\] {
  width: 21px;
  height: 21px;
}
.size-\[32px\] {
  width: 32px;
  height: 32px;
}
.size-\[42px\] {
  width: 42px;
  height: 42px;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[154px\] {
  height: 154px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[209px\] {
  height: 209px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[39px\] {
  height: 39px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[68dvh\] {
  height: 68dvh;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[204px\] {
  width: 204px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[7\%\] {
  width: 7%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.max-w-\[1020px\] {
  max-width: 1020px;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[705px\] {
  max-width: 705px;
}
.max-w-\[895px\] {
  max-width: 895px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  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-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-ew-resize {
  cursor: ew-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-none {
  list-style-type: 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));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[47px\] {
  gap: 47px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-\[clamp\(20px\2c 3vw\2c 60px\)\] {
  gap: clamp(20px,3vw,60px);
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 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-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-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-\[10px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[11px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11px * var(--tw-space-y-reverse));
}
.space-y-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-\[22px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22px * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0\.5 {
  border-width: 0.5px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-0\.5 {
  border-top-width: 0.5px;
}
.border-solid {
  border-style: solid;
}
.border-\[rgba\(40\2c 43\2c 73\2c 0\.1\)\] {
  border-color: rgba(40,43,73,0.1);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gold {
  --tw-border-opacity: 1;
  border-color: rgb(245 210 110 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.bg-\[\#242424\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A1B632\] {
  --tw-bg-opacity: 1;
  background-color: rgb(161 182 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c 0\.73\)\] {
  background-color: rgba(0,0,0,0.73);
}
.bg-\[rgba\(12\2c 12\2c 33\2c 0\.06\)\] {
  background-color: rgba(12,12,33,0.06);
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.9\)\] {
  background-color: rgba(255,255,255,0.9);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(245 210 110 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-custom-radial {
  background-image: radial-gradient(circle at center, #373737, #000000);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-linear-black {
  background-image: linear-gradient(135deg, #000000 0%, #313131 100%);
}
.from-\[\#000000\] {
  --tw-gradient-from: #000000 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);
}
.from-\[\#F5F5F5\] {
  --tw-gradient-from: #F5F5F5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 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);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#212121\] {
  --tw-gradient-to: #212121 var(--tw-gradient-to-position);
}
.to-\[\#242424\] {
  --tw-gradient-to: #242424 var(--tw-gradient-to-position);
}
.to-\[\#3C3C3C\] {
  --tw-gradient-to: #3C3C3C var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[21px\] {
  padding-bottom: 21px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[27px\] {
  padding-bottom: 27px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[36px\] {
  padding-bottom: 36px;
}
.pb-\[47px\] {
  padding-bottom: 47px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[55px\] {
  padding-bottom: 55px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[19px\] {
  padding-top: 19px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[110\%\] {
  line-height: 110%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[125\%\] {
  line-height: 125%;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[37px\] {
  line-height: 37px;
}
.leading-none {
  line-height: 1;
}
.text-\[\#6D6D6D\] {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}
.text-\[\#8B8B8B\] {
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.placeholder-\[\#8B8B8B\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 139 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#8B8B8B\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 139 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-0-0-10-0 {
  --tw-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-0-0-20-0 {
  --tw-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0px 0px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-0-0-25-0 {
  --tw-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.15);
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-0-0-25-0-C3 {
  --tw-shadow: 0px 0px 25px 0px rgba(195, 195, 195, 0.15);
  --tw-shadow-colored: 0px 0px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[0\.3s\] {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* @font-face {
	font-family: 'BDO Grotesk';
	src: url('../fonts/Grotesk/BDOGrotesk-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
} */

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans/DMSans-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans/DMSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans/DMSans-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans/DMSans-BoldItalic.woff2') format('woff2');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans/DMSans-Italic.woff2') format('woff2');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'DM Sans';
	src: url('../fonts/DMSans/DMSans-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gloock';
	src: url('../fonts/Gloock/Gloock-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

html,
body {
	height: 100%;
	background-color: #f5f5f5;
}

body {
	position: relative;
	font-family: 'DM Sans', sans-serif;
}
body.overflow {
	overflow: hidden;
}
textarea {
	resize: none;
}

.font-gloock {
	font-family: 'Gloock', Georgia, serif;
}

.promo-section {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.promo-section__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.promo-section__background-image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

#infinite-carousel {
	--spacing: 25px;
	display: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.carousel {
	display: flex;
	height: 100%;
	/* padding: var(--spacing) 0; */
	will-change: transform;
}
.carousel-item {
	display: flex;
	justify-content: center;
	align-items: center;
	/* align-items: stretch; */
	flex-shrink: 0;
	/* width: fit-content; */
	height: 100%;
	/* height: auto; */
	margin-right: var(--spacing);
	list-style: none;
}
.carousel-item img {
	-o-object-fit: contain;
	   object-fit: contain;
	max-height: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}

.item-rev:nth-child(2) {
	grid-row: span 2 / span 2;
}

.swiper-services .swiper-slide {
	height: auto;
}
.swiper-before .swiper-slide,
.swiper-reviews .swiper-slide,
.swiper-reviews-mob .swiper-slide,
.swiper-reviews-testimonials .swiper-slide,
.swiper-reviews-testimonials-mob .swiper-slide {
	display: flex;
	height: auto;
}

/* old style */
.before-circle {
	position: relative;
}
.before-circle::before {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: black;
	border-radius: 50%;
	position: absolute;
	left: -13px;
	top: 55%;
	transform: translateY(-50%);
}

.before-orbits {
	position: relative;
}
.before-orbits::before {
	content: '';
	display: block;
	width: 758px;
	height: 758px;
	-o-object-fit: contain;
	   object-fit: contain;
	background-image: url('../images/orbits.svg');
	background-repeat: no-repeat;
	position: absolute;
	right: -64px;
	bottom: -20px;
}
.footer-icon::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	-o-object-fit: contain;
	   object-fit: contain;
	background-image: url('../images/slesh.svg');
	background-repeat: no-repeat;
}
.footer-icon:last-child::after {
	display: none;
}

/* .svg-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	stroke-width: 2px;
	stroke: rgba(12, 12, 33, 0.12);
	fill: none;
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 2px;
	stroke: rgba(12, 12, 33, 1);
	fill: none;
	stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
} */
.we-get-right {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	/* background-color: black; */
	background-image: url('../images/we_get_bg.svg');
	background-size: cover;
	background-position: center, top right, bottom left;
	background-repeat: no-repeat;
}

/* .background {
  position: relative;
  background: linear-gradient(180deg, #D7E3FE, #E8EFFE);
	clip-path: ellipse(100% 85% at 50% 100%);
}
.background::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  height: 60px;
  background: #E8EFFE;
  border-radius: 50%; 
  transform: translateY(50%);
} */
.border-gradient {
	position: relative;
}

.border-gradient::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5px;
	background: linear-gradient(
		to right,
		rgba(12, 12, 33, 0) 0%,
		rgba(12, 12, 33, 0.08) 7%,
		rgba(12, 12, 33, 0.08) 93%,
		rgba(12, 12, 33, 0) 100%
	);
}
.footer-right .border-gradient::after {
	display: none;
}

.talent-right {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url('../images/talent_bg.svg');
	background-size: cover;
	background-position: center, top right, bottom left;
	background-repeat: no-repeat;
}
.more-bottom {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url('../images/more_bottom_bg.svg');
	background-size: cover;
	background-position: center, top right, bottom left;
	background-repeat: no-repeat;
}
.proccess-right {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-image: url('../images/proccess_right_bg.svg');
	background-size: cover;
	background-position: center, top right, bottom left;
	background-repeat: no-repeat;
}

/* .text-1-line{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.text-2-line{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
} */

.reviews-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border-radius: 200px;
	background: rgba(1, 11, 19, 0.12);
	margin: 0;
}
.reviews-slider-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	border-radius: 200px;
	background: #010b13;
	margin: 0;
}

/* ------------- animation -------------- */

/* .heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
} */
.heading > div {
	overflow: hidden;
}
.heading > div > p {
	/* width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  margin: 0;
  line-height: 117%; */
	transform: translateY(100%);
}

.heading > div:nth-child(1) > p {
	animation-delay: 0s;
}
.heading > div:nth-child(2) > p {
	animation-delay: 0.2s;
}

.show .slide-up {
	animation: slide-up 0.5s ease-out both;
}

@keyframes slide-up {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}

.anim-elem.zoom-in {
	/* opacity: 0; */
	transform: scale(90%);
}

.zoom-in.show {
	animation: zoom-in 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.bounce-up.show {
	animation: bounceUp 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.slide-right.show {
	animation: slideRight 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
@keyframes zoom-in {
	0% {
		/* opacity: 0; */
		transform: scale(80%);
	}
	100% {
		/* opacity: 1; */
		transform: scale(100%);
	}
}

@keyframes bounceUp {
	from {
		/* animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); */
		opacity: 0;
		transform: translate(0, 50vh);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@keyframes slideRight {
	from {
		opacity: 0;
		transform: translate(50vh, 0);
	}

	to {
		opacity: 1;
		transform: translate(0, 0);
	}
}

/* .site-content {
	visibility: visible;
} */

/* .m-page--transition {
	background-color: rgb(82 130 245);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 100%;
} */

.menu-list li.menu-item-has-children {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
}

.menu-list li.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 30px; /* мост-переход */
}

.menu-list li.menu-item-has-children::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 10px;
	-o-object-fit: contain;
	   object-fit: contain;
	background-image: url('../images/shevron.svg');
	background-repeat: no-repeat;

	transform: rotate(0deg);
	transition: transform 0.3s ease;
}

.menu-list li.menu-item-has-children > .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 10px); /* ниже моста */
	left: -20px;
	background-color: #242424;
	z-index: 1000;
	min-width: 250px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	/* padding: 10px 0; */
}

.menu-list li.menu-item-has-children:hover > .sub-menu {
	display: block;
}

/* Для подуровней (второго уровня) — сбоку */
.menu-list li.menu-item-has-children .sub-menu .sub-menu {
	top: 0;
	left: 100%;
}

/* Отступы и стили ссылок */
.menu-list .sub-menu li {
	padding: 8px 20px;
}

.menu-list .sub-menu li a {
	color: white;
	text-decoration: none;
	display: block;
}

.menu-list a,
.menu-list-bottom a,
.footer-top-3 a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-transform: capitalize;
}
.menu-list a::after,
.menu-list-bottom a::after,
.footer-top-3 a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	border-radius: 5px;
	height: 2px;
	bottom: -2px;
	left: 0;
	background: currentcolor;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.menu-list a:hover::after,
.menu-list-bottom a:hover::after,
.footer-top-3 a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.mobile-menu .sub-menu {
	display: none;
	padding-left: 1rem; /* вправо */
	margin-top: 0.5rem; /* вниз */
}
.mobile-menu li.menu-item-has-children > a {
	display: flex;
	align-items: baseline;
}

.mobile-menu li.menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 10px;
	-o-object-fit: contain;
	   object-fit: contain;
	background-image: url('../images/shevron.svg');
	background-repeat: no-repeat;
	transform: rotate(0deg);
	transition: transform 0.3s ease;
}
.mobile-menu li.menu-item-has-children.open > a::after {
	transform: rotate(90deg);
}

.mobile-menu .menu-item-has-children {
	position: static; /* убираем absolute и мосты */
	padding-bottom: 0;
}

.mobile-menu .menu-item-has-children > .sub-menu {
	display: none;
	position: static; /* чтобы сдвигало вниз */
	margin-top: 0;
	padding-left: 20px;
}

.mobile-menu .menu-item-has-children.open > .sub-menu {
	display: block;
}

.mobile-menu .submenu-toggle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
	padding: 6px 0;
}

.mobile-menu-list {
	padding: 20px 20px;
}
.mobile-menu-list > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mobile-menu-list ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobile-menu-list li > a {
	display: block;
	padding: 12px 0;
	font-size: 14px;
	text-transform: uppercase;
}

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

.mobile-menu .submenu-toggle .chevron {
	transition: transform 0.3s ease;
}

.mobile-menu .submenu-toggle.open .chevron {
	transform: rotate(180deg);
}

.submenu-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

/* -------------- mobile menu -------------- */
.body-no-scroll {
	overflow: hidden;
}
.menu-toggle {
	/* position: absolute;
	top: 16px;
	right: 0;
	z-index: 10; */
	cursor: pointer;
}
.menu-toggle .menu-circle,
.menu-toggle.open .menu-cross {
	display: block;
}
.menu-toggle.open .menu-circle,
.menu-toggle .menu-cross {
	display: none;
}
.menu-overlay {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	height: 0;
	background-color: black;
	overflow: hidden;
	z-index: 5;
	transition: height 0.2s ease;
}

.menu-items {
	list-style: none;
	padding: 0 16px;
	margin-top: 95px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
}

.menu-items li {
	color: black;
	transform: translateY(-100%);
	transition: 1s;
	opacity: 0;
	width: 100%;
}

.menu-items li a {
	padding: 15px 0;
	display: block;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: lowercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	color: white;
	padding: 12px 0;
}

.menu-items li:last-child a {
	border-bottom: none;
}
/* .menu-items li a::after{
	content: '';
	display: inline-block;
	width: 8px;
	height: 16px;
	object-fit: contain;
	background-image: url('../images/shevron.svg');
	background-repeat: no-repeat;
} */

.menu-overlay.active {
	height: 100vh;
	transition: height 0.2s;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; /* для iOS плавности */
	/* margin-top: 60px; */
}

.menu-overlay.active .menu-items {
	opacity: 1;
}

#cat,
#cat option {
	text-transform: capitalize;
}
.article-card {
	opacity: 0;
	transform: translateY(40px);
}

.large-animation-promo {
	visibility: hidden;
}

.large-animation-promo .line {
	opacity: 0;
	transform: rotate(30deg);
}

.line-box {
	overflow: hidden;
}

.line {
	display: block;
	opacity: 0;
	transform: translateY(100%) rotate(30deg);
	transform-origin: left top;
}
.large-animation-test {
	width: 100%;
	opacity: 0;
}

.split-line-wrapper {
	overflow: hidden;
}

.split-line {
	transform-origin: top left;
	display: inline-block;
	opacity: 0; /* Скрыто до анимации */
}
.testimonials .split-line {
	display: flex !important;
	gap: 16px;
}

.split {
	visibility: hidden; /* Скрываем до анимации */
	display: inline-block;
}

.toc-li::before {
	content: '-';
	display: inline;
}

p strong {
	font-weight: 600;
}

.content {
	/* color: #000000; */
	font-style: normal;
	line-height: normal;
}

.content p {
	font-size: 21px;
	font-weight: 300;
	padding-bottom: 15px;
	line-height: 140%;
}
.content p:has(+ ul) {
	padding-bottom: 8px;
}
.content p a {
	text-decoration-line: underline;
}

.content blockquote {
	font-size: 21px;
	font-weight: 300;
	border-left: 4px solid #d4af37;
	padding-left: 12px;
	margin-bottom: 16px;
}

/* .content img,
.content figure {
	width: 100%;
	border-radius: 9px;
	margin-bottom: 16px;
} */

.content h2 {
	font-family: 'Gloock';
	font-size: 38px;
	font-weight: 400;
	padding-bottom: 9px;
	line-height: 1.2;
}
.content h3 {
	font-family: 'Gloock';
	font-size: 33px;
	font-weight: 400;
	padding-bottom: 7px;
}
.content h4 {
	font-family: 'Gloock';
	font-size: 28px;
	font-weight: 400;
	padding-bottom: 7px;
}
.content p strong {
	font-weight: 600;
}

.content ul {
	display: flex;
	gap: 6px;
	flex-direction: column;
	padding-bottom: 16px;
}
.sitemap-page .content ul {
	padding-bottom: 0;
}
.sitemap-page .content a + ul {
	padding-top: 8px;
}

.content ul li {
	font-size: 21px;
	font-weight: 400;
	padding-left: 2em;
	position: relative;
}

.content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0; /* можно подправить по визуальному центру */
	width: 1.2em;
	height: 1.2em;
	background-image: url(../images/marker_stars.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* Переписываем для .page-article позже — более специфично */
.page-article .content ul li::before {
	content: '';
	background: #000;
	border-radius: 50%;
	width: 0.3em;
	height: 0.3em;
	display: block;
	margin-top: 0.5em;
	margin-left: 1em;
}
.content-single-page p {
	color: rgba(25, 25, 25, 0.9);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding: 0 0 24px;
}
.content-single-page p a {
	text-decoration-line: underline;
}

.content-single-page h1 {
	color: #191919;
	font-size: 42px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 54.6px */
	padding: 0 0 16px;
}
.content-single-page h2 {
	color: #191919;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 41.6px */
	padding: 16px 0 16px;
}
.content-single-page h3 {
	color: #191919;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 62.4px */
	padding: 16px 0 16px;
}
.content-single-page strong {
	color: black;
	font-weight: 600;
}

.content-single-page p:last-child {
	padding-bottom: 0;
}

.size-full {
	width: auto;
	height: auto;
}

/* .wpb_video_widget {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 500px;
  width: 100%;
}

.wpb_video_widget iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
} */
iframe {
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
#buzzsprout-large-player-881122 iframe {
	height: 375px !important;
	aspect-ratio: auto !important;
}
.su-column-size-1-4 p {
	font-size: 15px;
}

/* ---- hamburger-menu ------- */
.menu-wrapper {
	position: relative;
	margin: auto;
	width: 26px;
	height: 15px;
	cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
	width: 26px;
	height: 3px;
}

.hamburger-menu {
	transform: translateY(5px);
	transition: all 0ms 300ms;
}
.hamburger-menu.animate {
	background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}

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

/* #load-more {
	visibility: hidden;
} */

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

#selectBtn::after,
#monthSelectBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.5rem;
	transform: translateY(-50%);
	width: 1rem;
	height: 1rem;
	background: url('../images/shevron_down.svg') no-repeat center;
	background-size: contain;
	pointer-events: none;
}

@media (max-width: 768px) {
	.content h2 {
		font-size: 28px;
		margin-bottom: 7px;
	}
	.content h3 {
		font-size: 24px;
		margin-bottom: 5px;
	}
	.content h4 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.content strong {
		font-weight: 600;
	}
	.content p {
		font-size: 16px;
		padding-bottom: 12px;
		line-height: 130%;
	}
	.content p:has(+ ul) {
		padding-bottom: 6px;
	}
	.content ul {
		padding-bottom: 12px;
	}
	.content ul li {
		font-size: 16px;
		gap: 9px;
		/* margin-left: 11px; */
	}
	.content ul li::before {
		content: '';
		width: 18px;
		height: 18px;
	}
	.content figure {
		gap: 16px;
		padding-top: 24px;
		margin: 0;
	}
	.content figure img {
		margin: 0;
	}
	.content img {
		width: 100%;
		height: 190px;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.content p > img {
		margin-bottom: 12px;
	}
}

@media (max-width: 425px) {
	.content h2 {
		font-size: 20px;
	}
	.content h3 {
		font-size: 15px;
	}
	.content h4 {
		font-size: 14px;
	}
	.content p {
		font-size: 12px;
		padding-bottom: 12px;
	}
	.content strong {
		font-weight: 600;
	}

	.content ul {
		padding-bottom: 12px;
	}
	.content ul li {
		font-size: 12px;
	}
	.content ul li::before {
		content: '';
		width: 10px;
		height: 10px;
	}
	.content figure {
		gap: 16px;
		padding-top: 24px;
		margin: 0;
	}
	.content figure img {
		margin: 0;
	}
	.content img {
		width: 100%;
		height: 190px;
		-o-object-fit: cover;
		   object-fit: cover;
	}

	.content-single-page p {
		font-size: 15px;
		padding: 0 0 24px;
	}
	.content-single-page p a {
		text-decoration-line: underline;
	}

	.content-single-page h1 {
		font-size: 32px;
	}
	.content-single-page h2 {
		font-size: 28px;
		padding: 16px 0 16px;
	}
	.content-single-page h3 {
		font-size: 24px;
	}
}

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

.before\:bottom-\[8px\]::before {
  content: var(--tw-content);
  bottom: 8px;
}

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

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

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

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

.after\:top-\[8px\]::after {
  content: var(--tw-content);
  top: 8px;
}

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

.hover\:bg-\[\#d4af37\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 175 55 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + 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);
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.group\/level2:hover .group-hover\/level2\:block {
  display: block;
}

.group:hover .group-hover\:block {
  display: block;
}

@media (min-width: 641px) {

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

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

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

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

  .sm\:gap-9 {
    gap: 2.25rem;
  }

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

  .sm\:gap-\[15px\] {
    gap: 15px;
  }

  .sm\:gap-\[19px\] {
    gap: 19px;
  }

  .sm\:gap-\[20px\] {
    gap: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:leading-\[140\%\] {
    line-height: 140%;
  }

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

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

@media (min-width: 769px) {

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:grid-cols-\[27\%_1fr\] {
    grid-template-columns: 27% 1fr;
  }

  .md\:grid-rows-\[auto_1fr\] {
    grid-template-rows: auto 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[150\%\] {
    line-height: 150%;
  }
}

@media (min-width: 1025px) {

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

  .lg\:top-4 {
    top: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[25px\] {
    font-size: 25px;
  }

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

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

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

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

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

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

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

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

  .lg\:leading-\[140\%\] {
    line-height: 140%;
  }
}

@media (min-width: 1301px) {

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

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

@media (max-width: 1300px) {

  .xl-max\:hidden {
    display: none;
  }
}

@media (max-width: 1024px) {

  .lg-max\:relative {
    position: relative;
  }

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

  .lg-max\:block {
    display: block;
  }

  .lg-max\:hidden {
    display: none;
  }

  .lg-max\:h-\[77dvh\] {
    height: 77dvh;
  }

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

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

@media (max-width: 768px) {

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

@media (max-width: 640px) {

  .sm-max\:hidden {
    display: none;
  }

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

@media (min-width: 376px) {

  .xxs\:order-none {
    order: 0;
  }

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

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

  .xxs\:gap-4 {
    gap: 1rem;
  }

  .xxs\:justify-self-end {
    justify-self: end;
  }
}

@media (prefers-color-scheme: dark) {

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}
