/* SFU Eurostile Font Face Declarations */

@font-face {
  font-family: 'SFU Eurostile';

  src: url('../../../static/fonts/SFUEurostileRegular.TTF') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'SFU Eurostile';

  src: url('../../../static/fonts/SFUEurostileBold.TTF') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'SFU Eurostile';

  src: url('../../../static/fonts/SFUEurostileDemi.TTF') format('truetype');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "SFU Eurostile", Arial, sans-serif;
  background-color: #FFFFFF;
  background-image: url('../../../static/images/vec.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.\!fixed {
  position: fixed !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-10 {
  left: 2.5rem;
}

.left-2 {
  left: 0.5rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

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

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-11 {
  top: 2.75rem;
}

.top-2 {
  top: 0.5rem;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

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

.row-start-2 {
  grid-row-start: 2;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-\[-16px\] {
  margin: -16px;
}

.m-auto {
  margin: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[5px\] {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

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

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

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

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

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

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

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-\[calc\(100vh-5rem\)\] {
  height: calc(100vh - 5rem);
}

.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-96 {
  max-height: 24rem;
}

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

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

.min-h-20 {
  min-height: 5rem;
}

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

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.scroll-mt-8 {
  scroll-margin-top: 2rem;
}

.list-inside {
  list-style-position: inside;
}

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

.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-row {
  flex-direction: row;
}

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

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

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

.content-start {
  align-content: flex-start;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-\[\#EF4F51\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 79 81 / var(--tw-border-opacity, 1));
}

.border-\[\#ebedf2\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 237 242 / var(--tw-border-opacity, 1));
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 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-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

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

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

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#11279C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 39 156 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

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

.bg-\[black\]\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / 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-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-yamaha-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 39 156 / var(--tw-bg-opacity, 1));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-\[linear-gradient\(253deg\2c _\#63BFC4_0\%\2c _\#3A4B9E_18\%\2c _\#EF4F51_74\%\2c _\#FAC227_100\%\)\] {
  background-image: linear-gradient(253deg, #63BFC4 0%, #3A4B9E 18%, #EF4F51 74%, #FAC227 100%);
}

.bg-\[linear-gradient\(269\.59deg\2c _\#63BFC4_-22\.84\%\2c _\#3A4B9E_18\.41\%\2c _\#EF4F51_73\.42\%\2c _\#FAC227_114\.68\%\)\] {
  background-image: linear-gradient(269.59deg, #63BFC4 -22.84%, #3A4B9E 18.41%, #EF4F51 73.42%, #FAC227 114.68%);
}

.bg-\[url\(\'\.\.\/images\/menu-heade\.jpg\'\)\] {
  background-image: url('../images/menu-heade.jpg');
}

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

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.bg-none {
  background-image: none;
}

.from-\[\#63BFC4\] {
  --tw-gradient-from: #63BFC4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 191 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500 {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500 {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 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);
}

.via-\[\#3A4B9E\] {
  --tw-gradient-to: rgb(58 75 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3A4B9E var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#EF4F51\] {
  --tw-gradient-to: rgb(239 79 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #EF4F51 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#FAC227\] {
  --tw-gradient-to: #FAC227 var(--tw-gradient-to-position);
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.to-fuchsia-400 {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-violet-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #fff;
}

.fill-yamaha-gray {
  fill: #333333;
}

.fill-yamaha-white {
  fill: #FFFFFF;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.p-8 {
  padding: 2rem;
}

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

.p-\[15px_14px\] {
  padding: 15px 14px;
}

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

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

.p-\[30px_20px\] {
  padding: 30px 20px;
}

.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

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

.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-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-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.pb-\[10vh\] {
  padding-bottom: 10vh;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-center {
  text-align: center !important;
}

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-SFU_Eurostile {
  font-family: "SFU Eurostile", Arial, sans-serif;
}

.font-\[\'SFU_Eurostile\'\] {
  font-family: 'SFU Eurostile';
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-\[1\.172\] {
  line-height: 1.172;
}

.leading-\[1\.367\] {
  line-height: 1.367;
}

.leading-\[1\.367em\] {
  line-height: 1.367em;
}

.leading-\[1\.37\] {
  line-height: 1.37;
}

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

.leading-\[2\.1\] {
  line-height: 2.1;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

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

.tracking-normal {
  letter-spacing: 0em;
}

.text-\[\#11279C\] {
  --tw-text-opacity: 1;
  color: rgb(17 39 156 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-\[\#EF4F51\] {
  --tw-text-opacity: 1;
  color: rgb(239 79 81 / var(--tw-text-opacity, 1));
}

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

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / 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-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

.text-yamaha-blue {
  --tw-text-opacity: 1;
  color: rgb(17 39 156 / var(--tw-text-opacity, 1));
}

.text-yamaha-gray {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-60 {
  opacity: 0.6;
}

.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-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-\[0_10px_40px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 10px 40px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 10px 40px 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_8px_30px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 8px 30px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 8px 30px 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-\[5px_0_25px_0_rgba\(94\2c 92\2c 154\2c 0\.1\)\] {
  --tw-shadow: 5px 0 25px 0 rgba(94,92,154,0.1);
  --tw-shadow-colored: 5px 0 25px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.outline {
  outline-style: solid;
}

.ring {
  --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(3px + 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);
}

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

.ring-4 {
  --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(4px + 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);
}

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

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

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

.\!invert {
  --tw-invert: invert(100%) !important;
  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) !important;
}

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

.saturate-50 {
  --tw-saturate: saturate(.5);
  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) !important;
}

.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 {
  --tw-backdrop-blur: blur(8px);
  -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);
}

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

.backdrop-filter {
  -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-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.\[a-zA-Z\:_\] {
  a-z-a--z: ;
}

.\[a-z_\:\.\\-\] {
  a-z_: .\-;
}

/* Global Mobile Styles */

@media (max-width: 768px) {
  * {
    -webkit-tap-highlight-color: transparent;
  }

  body {
    font-size: 16px;
  }

  .max-w-screen-xl {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  section {
    width: 100%;
    overflow-x: hidden;
  }
}

/* Mobile Header Styles */

@media (max-width: 768px) {
  .mobile-header {
    height: 81px !important;
  }

  .mobile-header > div:first-child {
    height: 81px !important;
  }

  .mobile-header .lg\:hidden {
    height: 81px;
  }
}

/* Status Bar Styles for Mobile */

.status-bar {
  display: none;
}

@media (max-width: 768px) {
  .status-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 20px;
    background: white;
    position: relative;
    z-index: 100;
  }

  .status-bar-time {
    font-family: 'SF Pro', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 590;
    font-size: 16.36px;
    line-height: 1.294em;
    color: #333333;
  }

  .status-bar-icons {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

/* Mountain Shake Animation */

@keyframes mountainShake {
  0%, 100% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(-1px, -1px);
  }

  20% {
    transform: translate(1px, 1px);
  }

  30% {
    transform: translate(-1px, 1px);
  }

  40% {
    transform: translate(1px, -1px);
  }

  50% {
    transform: translate(-1px, 0);
  }

  60% {
    transform: translate(1px, 0);
  }

  70% {
    transform: translate(0, -1px);
  }

  80% {
    transform: translate(0, 1px);
  }

  90% {
    transform: translate(-1px, -1px);
  }
}

/* Footer Styles */

.footer {
  position: relative;
  width: 100%;
  height: 303px;
  overflow: hidden;
  margin-top: 50px;
}

/* Mountain Background Layers */

.footer-mountains {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 205px;
  pointer-events: none;
}

/* Mobile Mountain Image */

.footer-mountain-mobile {
  display: none;
}

.mountain-layer {
  position: absolute;
  width: auto;
  height: auto;
}

.mountain-layer-1 {
  left: -229px;
  top: -0.45px;
  width: 1111px;
  height: 194.45px;
  opacity: 0.7;
  animation: mountainShake 6s ease-in-out infinite;
}

.mountain-layer-2 {
  left: -349px;
  top: 80px;
  width: 1073px;
  height: 115px;
  opacity: 0.7;
  animation: mountainShake 7s ease-in-out infinite;
  animation-delay: 0.5s;
}

.mountain-layer-3 {
  left: -78px;
  top: 93px;
  width: 1568px;
  height: 112.17px;
  animation: mountainShake 8s ease-in-out infinite;
  animation-delay: 1s;
}

/* Base Background */

.footer-base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 114px;
}

.footer-base-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Footer Content */

.footer-content {
  position: relative;
  z-index: 10;
  height: 100%;
}

.footer-content .container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Footer Main Section */

.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 179px;
}

/* Logo Section */

.footer-logos {
  display: flex;
  align-items: center;
}

.footer-logo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 256px;
}

.yamaha-logo {
  width: 117px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.moloi-logo {
  width: 89px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Social Media Icons */

.footer-socials {
  display: flex;
  gap: 6px;
  align-items: center;
}

.social-icon {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
}

.social-icon img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
}

/* Footer Bottom */

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 0 10px 21px;
  line-height: 1.367em;
  color: #FFFFFF;
  font-size: 12px;
}

.footer-bottomp p{
  white-space: nowrap;
}

.footer-bottom a {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.footer-bottom a:hover {
  opacity: 0.8;
}

.footer-bottom .separator {
  color: #FFFFFF;
}

.btn-ymh {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  background: #11279C;
  border-radius: 10px;
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.367;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.btn-ymh:hover {
  background: linear-gradient(90deg, #FBB040 0%, #EF4136 50%, #662D91 100%);
}

/* Responsive Design */

@media (max-width: 1024px) {
  .footer-content .container {
    padding: 0 40px;
  }

  .footer-main {
    padding-top: 150px;
  }
}

@media (max-width: 768px) {
  .footer {
    height: 449px;
    min-height: 449px;
  }

  .footer-content .container {
    padding: 0 20px;
    justify-content: flex-start;
  }

  .footer-main {
    padding-top: 200px;
    margin-bottom: 0;
  }

  .footer-logo-box {
    width: 256px;
    padding: 10px;
    gap: 30px;
  }

  .yamaha-logo {
    width: 117px;
    height: 40px;
  }

  .moloi-logo {
    width: 89px;
    height: 40px;
  }

  .footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 0;
    margin-top: 0;
    padding-top: 20px;
  }

  .footer-link {
    font-family: 'SFU Eurostile', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.367em;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    display: block;
    transition: opacity 0.3s ease;
  }

  .footer-link:hover {
    opacity: 0.8;
  }

  .footer-copyright {
    font-family: 'SFU Eurostile', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.367em;
    color: #FFFFFF;
    text-align: left;
    max-width: 100%;
    margin: 0;
  }

  .footer-socials {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
  }

  .social-icon {
    width: 44px;
    height: 44px;
  }

  .footer-mountains {
    display: none;
  }

  .footer-mountain-mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 205px;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
  }

  .footer-base {
    height: 279px;
  }
}

/* Tour Slider Styles */

.tour-slider-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

/* Tour Slider Container - 16px gap between items */

.tour-slider {
  display: flex;
  gap: 16px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

/* Slick slider: Add 16px gap between items using margin */

.tour-slider.slick-initialized {
  display: block;
  gap: 0;
  /* Remove flex gap when slick is initialized */
}

.tour-slider.slick-initialized .slick-list {
  margin: 0 -8px;
  /* Negative margin to offset slide padding */
  overflow: visible;
}

.tour-slider.slick-initialized .slick-slide {
  padding: 0 8px;
  /* 8px on each side = 16px total gap */
}

.tour-slider.slick-initialized .slick-slide.slick-current {
  width: 520px;
}

.tour-slider.slick-initialized .slick-slide > div {
  outline: none;
  /* Remove focus outline */
}

/* Tour Slide Base */

.tour-slide {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

/* Main Slide (First/Active) */

.tour-slide-main {
  width: 522px;
}

.tour-slide-main .tour-slide-image {
  width: 522px;
  height: 348px;
  border-radius: 8px;
  overflow: hidden;
}

.tour-slide-main .tour-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-slide-main .tour-slide-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.tour-slide-main .tour-slide-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tour-slide-main .tour-slide-title {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #11279C;
  margin: 0;
}

.tour-slide-main .tour-slide-location {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #333333;
  margin: 0;
}

/* Secondary Slides */

.tour-slide-secondary {
  width: 425px;
}

.tour-slide-secondary .tour-slide-image {
  width: 100%;
  height: 275px;
  border-radius: 8px;
  overflow: hidden;
}

.tour-slide-secondary .tour-slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-slide-secondary .tour-slide-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}

.tour-slide-secondary .tour-slide-title {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #11279C;
  margin: 0;
}

/* Tags */

.tour-slide-tags {
  display: flex;
  align-items: center;
  gap: 0;
}

.tour-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  border-radius: 0;
}

.tour-tag span {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.367em;
  text-transform: uppercase;
}

/* Date Tag */

.tour-tag-date {
  background: #11279C;
  border-radius: 10px;
}

.tour-tag-date span {
  color: #FFFFFF;
}

/* Status Tag */

.tour-tag-status {
  background: #FFFFFF;
  border-radius: 0 10px 10px 0;
}

.tour-tag-upcoming span {
  color: #11279C;
}

/* Past Event Styles */

.tour-tag-past {
  background: #BDBDBD;
}

.tour-tag-past span {
  color: #4F4F4F;
}

.tour-tag-completed span {
  color: #828282;
}

.tour-slide-title-past {
  color: #4F4F4F !important;
}

/* Hover Effects */

.tour-slide:hover {
  transform: translateY(-4px);
}

.tour-slide:hover .tour-slide-image img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

/* Responsive Design */

@media (max-width: 1280px) {
  .tour-slide-main {
    width: 450px;
  }

  .tour-slide-main .tour-slide-image {
    width: 450px;
    height: 300px;
  }

  .tour-slide-main .tour-slide-title {
    width: 450px;
    font-size: 28px;
  }

  .tour-slide-secondary {
    width: 360px;
  }

  .tour-slide-secondary .tour-slide-image {
    width: 360px;
    height: 240px;
  }

  .tour-slide-secondary .tour-slide-title {
    width: 360px;
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .tour-slide-content {
    padding-top: 16px;
  }

  .tour-slide-main {
    width: 400px;
  }

  .tour-slide-main .tour-slide-image {
    width: 400px;
    height: 267px;
  }

  .tour-slide-main .tour-slide-title {
    width: 400px;
    font-size: 24px;
  }

  .tour-slide-secondary {
    width: 320px;
  }

  .tour-slide-secondary .tour-slide-image {
    width: 320px;
    height: 213px;
  }

  .tour-slide-secondary .tour-slide-title {
    width: 320px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .tour-slider-wrapper {
    padding: 0 20px;
  }

  .tour-slider {
    gap: 16px;
    justify-content: flex-start;
  }

  .tour-slide {
    width: 335px;
    max-width: 335px;
  }

  .tour-slide .tour-slide-image {
    width: 335px;
    height: 223px;
    border-radius: 8px;
  }

  .tour-slide .tour-slide-image img {
    width: 335px;
    height: 223px;
  }

  .tour-slide .tour-slide-content {
    width: 335px;
  }

  .tour-slide .tour-slide-title {
    width: 335px;
  }

  .tour-slide-main .tour-slide-title {
    font-size: 24px;
    line-height: 1.367em;
  }

  .tour-slide-secondary .tour-slide-title {
    font-size: 20px;
    line-height: 1.367em;
  }

  .tour-slide-main .tour-slide-location {
    font-size: 16px;
    line-height: 1.367em;
  }

  .tour-tag {
    padding: 10px 16px;
  }

  .tour-tag span {
    font-size: 14px;
    line-height: 1.367em;
  }

  /* Tour Page Styles */

  .tour-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }

  /* Tour Page Hero Section */

  .tour-page .hero-banner {
    position: relative;
    width: 100%;
  }

  /* Tour Page Decorative Background */

  .tour-page .decorative-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1440px;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
  }

  /* Tour Page Content Sections */

  .tour-page section {
    position: relative;
    z-index: 1;
  }

  /* Tour Card Styles */

  .tour-card {
    transition: transform 0.3s ease;
  }

  .tour-card:hover {
    transform: translateY(-4px);
  }

  .tour-card-image {
    overflow: hidden;
    border-radius: 8px;
  }

  .tour-card-image img {
    transition: transform 0.3s ease;
  }

  .tour-card:hover .tour-card-image img {
    transform: scale(1.05);
  }

  /* Gradient Text Effect */

  .gradient-text {
    background: linear-gradient(253deg, #63BFC4 0%, #3A4B9E 18%, #EF4F51 74%, #FAC227 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  /* Stroke Text Effect */

  .stroke-text {
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }

  /* Tour Page Responsive Styles */

  @media (max-width: 1024px) {
    .tour-page .decorative-bg {
      height: 1000px;
    }
  }

  @media (max-width: 768px) {
    .tour-page {
      padding-top: 0;
    }

    .tour-page .decorative-bg {
      height: 800px;
    }

    .tour-card {
      width: 100%;
    }

    .tour-card__content ul {
      gap: 12px;
    }

    .tour-card__content .time {
      padding: 6px 12px;
      font-size: 12px;
    }

    .tour-card__content h3 {
      font-size: 20px;
      line-height: 1.3;
    }
  }

  /* Tour Detail Page Styles */

  .tour-detail-page {
    position: relative;
    width: 100%;
    min-height: 100vh;
  }

  /* Tour Detail Hero Section */

  .tour-detail-page .hero-banner {
    position: relative;
    width: 100%;
  }

  /* Tour Info Card */

  .tour-detail-page .tour-info-card {
    background: #E8E9F4;
    border-radius: 20px;
    padding: 20px;
  }

  /* Tour Info Items */

  .tour-detail-page .info-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .tour-detail-page .info-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #11279C;
    border-radius: 10px;
  }

  /* Share Buttons */

  .tour-detail-page .share-button {
    width: 38px;
    height: 38px;
    background: #11279C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .tour-detail-page .share-button:hover {
    background: #0d1f7d;
    transform: scale(1.05);
  }

  .tour-detail-page .share-button svg {
    fill: white;
  }

  /* Tour Detail Content */

  .tour-detail-page .content-section {
    position: relative;
  }

  .tour-detail-page .content-section img {
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  /* Tour Detail Responsive Styles */

  @media (max-width: 1024px) {
    .tour-detail-page .tour-info-card {
      padding: 16px;
    }
  }

  @media (max-width: 768px) {
    .tour-detail-page {
      padding-top: 0;
    }

    .tour-detail-page .tour-info-card {
      padding: 16px;
      border-radius: 20px;
    }

    .tour-detail-page .info-icon {
      width: 40px;
      height: 40px;
    }

    .tour-detail-page .share-button {
      width: 38px;
      height: 38px;
    }
  }

  /* Smooth Scroll Behavior */

  html {
    scroll-behavior: smooth;
  }

  /* Image Loading Animation */

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .tour-detail-page img {
    animation: fadeIn 0.5s ease-in;
  }
}

/* Article Detail Page Styles */

.article-detail-page {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

/* Breadcrumb Navigation */

.article-detail-page nav {
  margin-bottom: 20px;
}

.article-detail-page nav a {
  transition: color 0.3s ease;
}

/* Article Content */

.article-detail-page .content-section {
  position: relative;
}

.article-detail-page .content-section img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Info Box Sticky Positioning */

.article-detail-page .sticky {
  position: sticky;
  top: 100px;
}

/* Article Detail Responsive Styles */

@media (max-width: 1024px) {
  .article-detail-page nav {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .article-detail-page {
    padding-top: 0;
  }

  .article-detail-page nav {
    font-size: 12px;
    gap: 8px;
  }

  .article-detail-page nav svg {
    width: 8px;
    height: 12px;
  }
}

/* ===========================================
   HOME PAGE BACKGROUND STYLES
   =========================================== */

/* Home page background with vec.png */

.home-page {
  min-height: 100vh;
}

/* Ensure content is above background */

.home-page .container,
.home-page section {
  position: relative;
  z-index: 1;
}

/* Tour page background with vec.png */

.tour-page {
  min-height: 100vh;
}

/* Ensure tour content is above background */

.tour-page .container,
.tour-page section {
  position: relative;
  z-index: 1;
}

/* Mobile responsive styles for tour page background */

@media (max-width: 768px) {
  .tour-page {
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }
}

@media (max-width: 480px) {
  .tour-page {
    background-size: cover;
    background-position: center;
  }
}

/* Gallery page background with vec.png */

.gallery-page {
  min-height: 100vh;
}

/* Article list page background with vec.png */

.article-list-page {
  min-height: 100vh;
}

/* Tour detail page background with vec.png */

.tour-detail-page {
  min-height: 100vh;
}

/* Article detail page background with vec.png */

.article-detail-page {
  min-height: 100vh;
}

/* Ensure all page content is above background */

.gallery-page .container,
.gallery-page section,
.article-list-page .container,
.article-list-page section,
.tour-detail-page .container,
.tour-detail-page section,
.article-detail-page .container,
.article-detail-page section {
  position: relative;
  z-index: 1;
}

/* Mobile responsive styles for all pages background */

@media (max-width: 768px) {
  .gallery-page,
    .article-list-page,
    .tour-detail-page,
    .article-detail-page {
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }
}

@media (max-width: 480px) {
  .gallery-page,
    .article-list-page,
    .tour-detail-page,
    .article-detail-page {
    background-size: cover;
    background-position: center;
  }
}

/* ===========================================
   TEMPLATE CSS CLASSES (Moved from inline styles)
   =========================================== */

/* Login Page Styles */

.login-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-card {
  width: 100%;
  max-width: 420px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 2.5rem;
  margin: 1rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.login-header img {
  width: 180px;
  height: auto;
  margin-bottom: 1.5rem;
}

.login-header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #4338ca;
  margin-bottom: 0.5rem;
}

.login-header p {
  font-size: 1rem;
  color: #6b7280;
  font-weight: 400;
}

.login-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  position: relative;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.form-group input {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #1f2937;
  font-size: 1rem;
  border-radius: 8px;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.login-button {
  width: 100%;
  background-color: #4f46e5;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  margin-top: 0.5rem;
  box-shadow: 0 4px 6px rgba(79, 70, 229, 0.25);
}

.login-button:hover {
  background-color: #4338ca;
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(79, 70, 229, 0.35);
}

/* Gallery Detail Video Section */

.video-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-section .play-button {
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-section .play-button:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: scale(1.1);
}

.video-section .play-button svg {
  width: 32px;
  height: 32px;
  fill: white;
  margin-left: 4px;
}

/* Tour Description Styles */

.tour-description {
  text-transform: uppercase;
}

/* Responsive Login Styles */

@media (max-width: 768px) {
  .login-card {
    margin: 0.5rem;
    padding: 2rem;
  }

  .login-header img {
    width: 150px;
  }

  .login-header h1 {
    font-size: 1.75rem;
  }

  .login-header p {
    font-size: 0.875rem;
  }
}

/* ===========================================
   GALLERY DETAIL PAGE STYLES
   =========================================== */

/* Custom font for SFU Eurostile */

.font-sfu-eurostile {
  font-family: 'SFU Eurostile', sans-serif;
}

/* Masonry grid */

.masonry {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.masonry-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
  transition: none !important;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Different heights for masonry effect */

.masonry-item.size-large img {
  min-height: 421px;
  -o-object-fit: cover;
     object-fit: cover;
}

.masonry-item.size-medium img {
  min-height: 277px;
  -o-object-fit: cover;
     object-fit: cover;
}

.masonry-item.size-small img {
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Video section */

.gallery-video-section {
  position: relative;
  width: 100%;
  max-width: 1024px;
  /* Chiều rộng mong muốn cho desktop */
  height: 590px;
  /* Chiều cao mong muốn cho desktop */
  margin: 0 auto;
  padding-bottom: 0;
  background-image: url('../../../static/images/gallery/video-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: #11279C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 1;
}

.gallery-play-button:hover {
  background-color: #0e1f7a;
}

.gallery-play-button svg {
  width: 30px;
  height: 30px;
  fill: white;
}

/* Share section */

.share-section {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  padding: 40px 0;
}

.share-text {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.37em;
  text-transform: uppercase;
  color: #4F4F4F;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  width: 38px;
  height: 38px;
  background-color: #11279C;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.social-icon:hover {
  background-color: #0e1f7a;
}

.social-icon svg {
  fill: white;
}

/* Description text */

.gallery-description {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 0;
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.37em;
  text-align: justify;
  color: #333333;
}

/* Gallery Responsive Styles */

@media (max-width: 1024px) {
  .gallery-video-section {
    max-width: 100%;
    height: auto;
    padding-bottom: 40%;
    /* Tỷ lệ thấp hơn để giảm khoảng trắng */
  }
}

@media (max-width: 768px) {
  .masonry {
    -moz-column-count: 2;
         column-count: 2;
  }

  .gallery-video-section {
    padding-bottom: 40%;
  }

  .gallery-play-button {
    width: 80px;
    height: 80px;
  }

  .gallery-play-button svg {
    width: 50px;
    height: 50px;
  }

  .share-section {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }

  .gallery-description {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .masonry {
    -moz-column-count: 1;
         column-count: 1;
  }

  .gallery-video-section {
    padding-bottom: 45%;
    /* Giảm chiều cao để tránh dư khoảng trắng */
  }

  .gallery-play-button {
    width: 60px;
    height: 60px;
  }

  .gallery-play-button svg {
    width: 40px;
    height: 40px;
  }
}

/* ===========================================
   TOUR DETAIL PAGE STYLES
   =========================================== */

/* Content Post Styles */

.content-post > * {
  padding-bottom: 20px;
}

.content-post {
  font-size: 18px;
  line-height: 1.5;
}

/* Đảm bảo tour description không bị uppercase */

.tour-description-content,
.tour-description-content * {
  text-transform: none !important;
}

.tour-description-content p,
.tour-description-content div,
.tour-description-content span {
  text-transform: none !important;
}

/* .content-post h2 {}
.content-post h3 {}
.content-post h4 {}
.content-post h5 {}
.content-post h6 {}
.content-post ul {}
.content-post li {}
.content-post p {} */

/* Radio button styles like register checkboxes */

.register-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.register-checkbox-input {
  display: none;
}

.register-checkbox-box {
  width: 38px;
  height: 38px;
  background: #F2F2F2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.register-checkbox-box svg {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.register-checkbox-input:checked + .register-checkbox-box svg {
  opacity: 1;
}

.register-checkbox-label {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.367em;
  color: #333333;
}

/* Input field styles like register form */

.register-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.register-label {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #333333;
}

.register-input,
.register-select {
  width: 100%;
  padding: 14px 16px;
  background: #F2F2F2;
  border: none;
  border-radius: 10px;
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #333333;
  transition: background 0.3s ease;
}

.register-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.register-input:focus,
.register-select:focus {
  outline: none;
  background: #E8E8E8;
}

.register-input::-moz-placeholder {
  color: #333333;
  opacity: 0.6;
}

.register-input::placeholder {
  color: #333333;
  opacity: 0.6;
}

/* Tour Success Modal Styles */

#tourSuccessModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#tourSuccessModal.hidden {
  display: none;
}

.tour-success-close {
  position: absolute;
  top: 0;
  right: -70px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.tour-success-close:hover {
  transform: scale(1.1);
  background: #F2F2F2;
}

#tourSuccessModal .bg-gradient-to-r {
  background: linear-gradient(253deg, #63BFC4 0%, #3A4B9E 18%, #EF4F51 74%, #FAC227 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Tour Detail Responsive Styles */

@media (max-width: 768px) {
  .tour-success-close {
    width: 44px;
    height: 44px;
  }

  .register-checkbox {
    gap: 6px;
  }

  .register-checkbox-box {
    width: 32px;
    height: 32px;
  }

  .register-checkbox-label {
    font-size: 14px;
  }

  .register-label {
    font-size: 11px;
  }

  .register-input,
    .register-select {
    padding: 12px 14px;
    font-size: 16px;
  }

  input,
    select,
    textarea {
    font-size: 16px;
  }
}

.banner-item img {
  width: 100%;
  height: 82vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .banner-item img {
    height: 70vh;
  }
}

.community-section {
  width: 100%;
  overflow: hidden;
}

.community-container {
  display: flex;
  margin: 0 auto;
}

.community-image {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-track {
  display: flex;
  width: 200%;
  animation: slide 10s ease-in-out infinite;
}

.slide {
  width: 50%;
  flex-shrink: 0;
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  45% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-50%);
  }

  95% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

.community-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.community-content {
  width: 50%;
  position: relative;
  background: #FFFFFF url('../../../static/images/decor.png') no-repeat right top;
  background-size: contain;
  padding: 45px 60px 0 60px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.community-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.community-icon {
  position: absolute;
  right: 36px;
  top: 160px;
  width: 245px;
  height: 240px;
  opacity: 0.3;
}

.community-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.community-title {
  display: flex;
  flex-direction: column;
  font-style: italic;
}

.title-small {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  background: linear-gradient(253deg, rgba(99, 191, 196, 1) 0%, rgba(58, 75, 158, 1) 18%, rgba(239, 79, 81, 1) 74%, rgba(250, 194, 39, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}

.title-large {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(253deg, rgba(99, 191, 196, 1) 0%, rgba(58, 75, 158, 1) 18%, rgba(239, 79, 81, 1) 74%, rgba(250, 194, 39, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  height: 61px;
}

.community-description {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.367;
  color: #333333;
  margin: 0;
  height: 131px;
}

.community-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  background: #11279C;
  border-radius: 10px;
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.367;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.community-button:hover {
  background: linear-gradient(90deg, #FBB040 0%, #EF4136 50%, #662D91 100%);
}

/* Responsive */

@media (max-width: 768px) {
  .community-section {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .community-container {
    flex-direction: column;
  }

  .community-image,
    .community-content {
    width: 100%;
  }

  .community-image {
    height: 223px;
  }

  .slider-wrapper {
    height: 223px;
  }

  .slide img {
    height: 223px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .community-image img {
    height: 223px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .community-content {
    padding: 20px 0 0 0;
    background-size: cover;
    gap: 16px;
  }

  .community-text {
    gap: 16px;
  }

  .title-small {
    font-size: 24px;
    line-height: 1.367em;
  }

  .title-large {
    font-size: 32px;
    line-height: 1.367em;
    height: auto;
  }

  .community-description {
    font-size: 16px;
    line-height: 1.367em;
    height: auto;
    font-weight: 400;
  }

  .community-icon {
    right: 45px;
    top: 70px;
    width: 245px;
    height: 240px;
    opacity: 0.3;
  }

  .community-button {
    width: 100%;
  }
}

.tour-title-section {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
}

.tour-title-nav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 16px;
  z-index: 3;
}

.title-nav-btn {
  width: 44px;
  height: 44px;
  background: #11279C;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.title-nav-btn:hover {
  background: #0d1f7a;
  transform: scale(1.05);
}

.title-nav-btn:active {
  transform: scale(0.95);
}

.title-nav-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.title-nav-btn-prev svg,
.title-nav-btn-next svg {
  width: 10px;
  height: 16px;
}

.tour-title-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'SFU Eurostile', Arial, sans-serif;
  font-weight: 700;
  font-size: 74px;
  line-height: 1.367em;
  text-transform: uppercase;
  text-align: left;
  color: #152596;
  opacity: 0.1;
  white-space: nowrap;
  z-index: 1;
}

.tour-title-group {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 50%;
  top: 55%;
  transform: translateX(-50%) translateY(-40px);
  display: flex;
  justify-content: center;
}

.tour-title-stroke {
  position: absolute;
  top: 2px;
  left: 2px;
  font-family: 'SFU Eurostile', Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-text-stroke: 1px transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(253deg, rgba(99, 191, 196, 1) 0%, rgba(58, 75, 158, 1) 18%, rgba(239, 79, 81, 1) 74%, rgba(250, 194, 39, 1) 100%);
  z-index: 1;
  padding-right: 50px;
}

.tour-title-fill {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'SFU Eurostile', Arial, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #FFFFFF;
  background-image: linear-gradient(253deg, rgba(99, 191, 196, 1) 0%, rgba(58, 75, 158, 1) 18%, rgba(239, 79, 81, 1) 74%, rgba(250, 194, 39, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  z-index: 2;
  padding-right: 50px;
}

/* Responsive styles */

@media (max-width: 768px) {
  .tour-title-section {
    height: 97px;
    padding: 0 20px;
  }

  .tour-title-background {
    font-size: 51px;
    line-height: 1.367em;
    opacity: 0.1;
    left: 0;
    padding-left: 20px;
    white-space: nowrap;
  }

  .tour-title-group {
    width: 100%;
    max-width: 380px;
    height: 59px;
    left: 51%;
    top: 23%;
    transform: translateX(-50%);
  }

  .tour-title-stroke,
    .tour-title-fill {
    width: 100%;
    font-size: 35px;
    line-height: 1.367em;
  }

  .tour-title-stroke {
    top: 4px;
    left: 0px;
  }

  .tour-title-fill {
    top: 0;
    left: 0;
  }

  .tour-title-nav {
    display: none;
  }
}

@media (max-width: 480px) {
  .tour-title-section {
    height: 97px;
  }

  .tour-title-background {
    font-size: 66px;
    white-space: nowrap;
  }

  .tour-title-stroke,
    .tour-title-fill {
    font-size: 38px;
  }

  .tour-title-stroke {
    top: 4px;
  }

  .tour-title-fill {
    top: 0px;
  }
}

.tour-title-section--suggestion .tour-title-background {
  white-space: normal;
}

@media (max-width: 768px) {
  .tour-title-section--suggestion .tour-title-background {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .tour-title-section--suggestion .tour-title-background {
    font-size: 49.2px !important;
    white-space: normal;
  }
}

.tour-title-section--yamahatour .tour-title-background {
  font-size: 44px;
}

@media (max-width: 768px) {
  .tour-title-section--yamahatour .tour-title-background {
    font-size: 44px;
  }
}

@media (max-width: 480px) {
  .tour-title-section--yamahatour .tour-title-background {
    font-size: 44px;
  }
}

.tour-benefits-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tour-benefits-header {
  margin-bottom: 30px;
}

.tour-benefits-title {
  font-family: "SFU Eurostile", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 0;
}

.tour-benefits-description {
  font-family: "SFU Eurostile", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #333333;
  margin-top: 0;
}

.tour-benefits-content {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}

.tour-benefits-main {
  flex: 1;
}

.tour-card-overlay {
  background: linear-gradient(180deg,
            rgba(17, 39, 156, 0) 0%,
            rgba(17, 39, 156, 1) 100%);
}

.tour-card-title {
  font-family: "SFU Eurostile", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

.tour-benefits-list {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  /* ensure items top-aligned on desktop */
}

/* Desktop layout: hai mục ở giữa nằm cạnh nhau */

.benefits-row {
  display: flex;
  gap: 64px;
}

.tour-benefits-sidebar {
  margin-left: auto;
  /* đẩy badge sang phải */
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 0 0 auto;
}

.benefit-icon {
  width: 50px;
  height: 50px;
}

.benefit-text {
  font-family: "SFU Eurostile", Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #152596;
  margin: 0;
}

.tour-benefits-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  background: #11279c;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/* Tour card hover effects */

.tour-card-item {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.tour-card-item:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.tour-benefits-button-text {
  font-family: "SFU Eurostile", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.tour-benefits-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.tour-benefits-badge {
  padding: 5px 30px;
  background: #d83c37;
  border-radius: 8px;
  width: 100%;
  line-height: 40px;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
}

.tour-benefits-badge:hover {
  background: #c32d28;
}

.tour-benefits-badge-logo {
  width: 100%;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tour-benefits-note {
  font-family: "SFU Eurostile", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #d83c37;
  margin: 0;
}

/* Tour card hover effects for mobile */

@media (hover: hover) {
  .tour-card-item:hover {
    transform: scale(1.02);
  }
}

/* Touch devices - remove hover effects but keep cursor pointer */

@media (hover: none) {
  .tour-card-item {
    cursor: pointer;
  }
}

/* Responsive styles */

@media (max-width: 1280px) {
  .tour-cards-container {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .tour-card {
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}

@media (max-width: 768px) {
  .tour-benefits-section {
    padding: 40px 20px;
  }

  .tour-benefits-header {
    margin-bottom: 40px;
  }

  .tour-benefits-title,
    .tour-benefits-description {
    font-size: 16px;
    line-height: 1.367em;
  }

  .tour-benefits-content {
    flex-direction: column;
    gap: 16px;
  }

  .tour-benefits-list {
    row-gap: 20px;
    -moz-column-gap: 70px;
         column-gap: 70px;
    margin-bottom: 24px;
    align-items: flex-start;
    /* canh trái */
    flex-wrap: wrap;
  }

  /* Icon đầu tiên (Kiểm tra xe) - lớn và ở giữa */

  .benefit-item:first-child {
    width: 100%;
  }

  /* Container cho 2 icon nhỏ - xếp ngang */

  .benefits-row {
    display: flex;
    justify-content: flex-start;
    /* canh trái */
    gap: 32px;
    width: 100%;
  }

  /* 2 icon nhỏ hơn trong benefits-row */

  .benefits-row .benefit-item {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    /* canh trái */
    gap: 12px;
  }

  .benefits-row .benefit-item .benefit-icon {
    width: 70px;
    height: 70px;
  }

  .benefits-row .benefit-item .benefit-text {
    font-size: 16px;
    line-height: 1.2em;
    text-align: left;
    /* canh trái */
    color: #0033A0;
    font-weight: 700;
    width: 100%;
  }

  .tour-benefits-sidebar {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    /* canh trái */
  }

  .tour-benefits-badge {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D83C37;
  }

  .tour-benefits-badge-logo {
    width: auto;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .tour-benefits-note {
    font-size: 12px;
    line-height: 1.2em;
    text-align: left;
    /* canh trái */
    color: #D83C37;
    font-weight: 600;
  }

  .tour-benefits-button {
    width: 100%;
    max-width: 335px;
  }

  .tour-grid.grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }

  .tour-grid.grid > div {
    height: 432px !important;
    border-radius: 8px;
  }

  .tour-card-overlay {
    padding: 20px;
  }

  .tour-card-title {
    font-size: 24px;
    line-height: 1.367em;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .tour-benefits-section {
    padding: 40px 20px;
  }

  .tour-benefits-header {
    margin-bottom: 40px;
  }

  .tour-card-title {
    font-size: 24px;
    width: 100%;
  }

  .benefit-text {
    font-size: 20px;
    width: 100%;
  }
}

.tour-slider-section {
  position: relative;
  font-family: 'SFU Eurostile', sans-serif;
}

/* Apply SFU Eurostile font to all text elements */

.tour-slider-section h1,
.tour-slider-section h3,
.tour-slider-section p,
.tour-slider-section span {
  font-family: 'SFU Eurostile', sans-serif;
}

/* Gradient text support for older browsers */

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .bg-gradient-to-r {
    color: #3A4B9E;
  }
}

.tour-slide {
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  display: block;
  flex-shrink: 0;
}

.tour-slide:hover {
  text-decoration: none;
  transform: translateY(-4px);
}

.tour-slide:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.tour-slide-main {
  transform: scale(1);
}

.tour-slide-secondary {
  opacity: 0.9;
}

.tour-slide-secondary:hover {
  opacity: 1;
}

/* Active slide */

.slide-active {
  opacity: 1 !important;
}

/* Navigation buttons */

.tour-slider-prev,
.tour-slider-next,
.title-nav-btn-prev,
.title-nav-btn-next {
  transition: all 0.3s ease;
}

.tour-slider-prev:hover:not(:disabled),
.tour-slider-next:hover:not(:disabled),
.title-nav-btn-prev:hover:not(:disabled),
.title-nav-btn-next:hover:not(:disabled) {
  background-color: #0d1f7a;
  transform: scale(1.1);
}

.tour-slider-prev:disabled,
.tour-slider-next:disabled,
.title-nav-btn-prev:disabled,
.title-nav-btn-next:disabled {
  cursor: not-allowed;
}

/* Navigation Buttons (Mobile Only) */

.tour-slider-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  top: -70px;
  right: 0;
}

.mobile-only {
  display: none;
}

.tour-slider-nav-btn {
  width: 44px;
  height: 44px;
  background: #11279C;
  border: none;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.tour-slider-nav-btn:hover:not(:disabled) {
  background: #0d1f7a;
  transform: scale(1.05);
}

.tour-slider-nav-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.tour-slider-nav-btn svg {
  width: 16px;
  height: 16px;
}

/* Responsive adjustments */

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }

  .tour-slider-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tour-slider-nav {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 16px;
    padding: 0 20px;
  }

  .tour-slider-section h1 {
    font-size: 48px;
  }

  /* Tour slide content spacing on mobile */

  .tour-slide .flex.flex-col.gap-3 {
    padding: 0;
  }

  /* Date button styling on mobile */

  .tour-slide .border-dashed {
    border-width: 1px;
  }

  /* Slide width and image styling on mobile */

  .tour-slide {
    width: 100%;
    max-width: 100%;
  }

  .tour-slide > a,
    .tour-slide > div {
    width: 100% !important;
  }

  .tour-slide .relative {
    width: 100% !important;
  }

  .tour-slide-main .w-\[522px\] {
    width: 100%;
    max-width: 100%;
  }

  .tour-slide-main .h-\[348px\] {
    max-height: 277px;
    height: auto;
  }

  .tour-slide-secondary .w-\[416px\] {
    width: 100%;
    max-width: 100%;
  }

  .tour-slide-secondary .h-\[277px\] {
    max-height: 277px;
    height: auto;
  }

  /* Mobile slider adjustments - maintain 16px gap */

  .tour-slider {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 20px;
  }

  /* Mobile slick slider adjustments */

  .tour-slider.slick-initialized {
    display: block;
    padding: 0 20px;
  }

  .tour-slider.slick-initialized .slick-list {
    margin: 0;
    overflow: hidden;
  }

  .tour-slider.slick-initialized .slick-slide {
    padding: 0;
    margin-bottom: 16px;
    /* 16px gap between slides on mobile */
  }

  .tour-slider.slick-initialized .slick-slide:last-child {
    margin-bottom: 0;
  }

  .tour-slide picture,
    .tour-slide img {
    height: auto;
  }
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  width: 100%;
}

/* Toast Base Styles */

.toast {
  position: relative;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'SFU Eurostile', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  transform: translateX(100%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  min-height: 60px;
}

/* Toast Animation States */

.toast.show {
  transform: translateX(0);
  opacity: 1;
}

.toast.hide {
  transform: translateX(100%);
  opacity: 0;
}

/* Success Toast */

.toast.success {
  background: linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);
  border-left: 4px solid #1E3A8A;
}

/* Error Toast */

.toast.error {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  border-left: 4px solid #B91C1C;
}

/* Info Toast */

.toast.info {
  background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
  border-left: 4px solid #1D4ED8;
}

/* Warning Toast */

.toast.warning {
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  border-left: 4px solid #B45309;
}

/* Toast Icon */

.toast-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Toast Content */

.toast-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.toast-title {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.toast-message {
  font-weight: 400;
  opacity: 0.9;
  line-height: 1.4;
}

/* Toast Close Button */

.toast-close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #FFFFFF;
}

.toast-close:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}

.toast-close svg {
  width: 14px;
  height: 14px;
}

/* Progress Bar */

.toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 0 12px 12px;
  transition: width linear;
}

.toast-progress.success {
  background: rgba(17, 39, 156, 0.4);
}

.toast-progress.error {
  background: rgba(230, 0, 18, 0.4);
}

.toast-progress.info {
  background: rgba(30, 136, 229, 0.4);
}

.toast-progress.warning {
  background: rgba(255, 193, 7, 0.4);
}

/* Responsive Design */

@media (max-width: 768px) {
  .toast-container {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
  }

  .toast {
    padding: 14px 16px;
    font-size: 13px;
    min-height: 56px;
  }

  .toast-title {
    font-size: 14px;
  }

  .toast-icon {
    width: 20px;
    height: 20px;
  }

  .toast-close {
    width: 20px;
    height: 20px;
  }

  .toast-close svg {
    width: 12px;
    height: 12px;
  }
}

@media (max-width: 480px) {
  .toast-container {
    top: 8px;
    right: 8px;
    left: 8px;
    gap: 8px;
  }

  .toast {
    padding: 12px 14px;
    font-size: 12px;
    min-height: 52px;
    gap: 10px;
  }

  .toast-title {
    font-size: 13px;
  }
}

.forgot-password-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.forgot-password-modal.hidden {
  display: none;
}

.forgot-password-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.forgot-password-container {
  position: relative;
  z-index: 1;
  max-width: 592px;
  width: 100%;
}

.forgot-password-close {
  position: absolute;
  top: 0;
  right: -70px;
  width: 50px;
  height: 50px;
  background: #FFFFFF;
  border: none;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.forgot-password-close:hover {
  transform: scale(1.1);
  background: #F2F2F2;
}

.forgot-password-form {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.forgot-password-title {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.367em;
  text-transform: uppercase;
  background: linear-gradient(269.59deg, #63BFC4 -22.84%, #3A4B9E 18.41%, #EF4F51 73.42%, #FAC227 114.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  text-align: center;
}

.forgot-password-description {
  font-family: 'SFU Eurostile', sans-serif;
  font-size: 16px;
  line-height: 1.367em;
  color: #333333;
  text-align: center;
  margin: 0;
  max-width: 552px;
}

.forgot-password-form-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.forgot-password-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 315px;
}

.forgot-password-label {
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.367em;
  color: #333333;
}

.forgot-password-input {
  width: 100%;
  padding: 14px 16px;
  background: #F2F2F2;
  border: none;
  border-radius: 10px;
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.367em;
  color: #828282;
  transition: all 0.3s ease;
  text-align: center;
}

.forgot-password-input:focus {
  outline: none;
  background: #E8E8E8;
}

.forgot-password-input::-moz-placeholder {
  color: #828282;
}

.forgot-password-input::placeholder {
  color: #828282;
}

.forgot-password-error {
  font-family: 'SFU Eurostile', sans-serif;
  font-size: 12px;
  color: #EF4F51;
  margin-top: 4px;
  display: block;
  min-height: 16px;
  text-align: center;
}

.forgot-password-input.error {
  border: 2px solid #EF4F51 !important;
}

.forgot-password-button {
  padding: 14px 30px;
  background: #11279C;
  border: none;
  border-radius: 10px;
  font-family: 'SFU Eurostile', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}

.forgot-password-button:hover {
  background: #0d1f7a;
  transform: translateY(-2px);
}

.forgot-password-button:active {
  transform: translateY(0);
}

/* Responsive Styles */

@media (max-width: 768px) {
  .forgot-password-form {
    padding: 30px 20px;
  }

  .forgot-password-title {
    font-size: 28px;
  }

  .forgot-password-close {
    right: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
  }

  .forgot-password-field {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .forgot-password-title {
    font-size: 24px;
  }

  .forgot-password-description,
    .forgot-password-input,
    .forgot-password-button {
    font-size: 14px;
  }
}

.empty-tour {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  padding: 50px 0;
}

.empty-tour h4{
  text-transform: uppercase;
  color: #11279C;
  font-size: 35px;
  font-weight: 600;
}

.tour-page {
  max-width: 1280px;
  margin: 0 auto;
}

.tour-card:not(.disable):hover h3 {
  color: transparent;
  background-image: linear-gradient(253deg, rgba(99, 191, 196, 1) 0%, rgba(58, 75, 158, 1) 18%, rgba(239, 79, 81, 1) 74%, rgba(250, 194, 39, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.tour-card.disable {
  /* Không áp dụng grayscale cho ảnh - ảnh luôn có màu */
}

.tour-card.disable .tour-card__image {
  /* Đảm bảo ảnh không bị làm xám */
  filter: none !important;
}

.tour-card.disable .tour-card__image img {
  /* Đảm bảo ảnh không bị làm xám */
  filter: none !important;
}

.tour-card.disable .tour-card__content {
  opacity: .6;
}

/* Làm xám chữ và badge khi tour hết hạn */

.tour-card.disable .tour-card__content * {
  color: #828282 !important;
}

.tour-card.disable .tour-card__content h2,
.tour-card.disable .tour-card__content h3 {
  color: #4F4F4F !important;
}

/* Badge màu xám khi tour đã quá ngày */

.tour-card.disable .tour-card__content .time {
  background: #BDBDBD !important;
  color: #4F4F4F !important;
}

.tour-card.disable .tour-card__content .time p {
  color: #4F4F4F !important;
}

.tour-card.disable .tour-card__content .status {
  color: #828282 !important;
}

.tour-card.disable .tour-card__content .status p {
  color: #828282 !important;
}

.tour-card__image {
  border-radius: 10px;
  overflow: hidden;
  /* Đảm bảo ảnh không bị làm xám - giữ màu đúng */
  filter: none !important;
}

.tour-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* Đảm bảo ảnh không bị làm xám - giữ màu đúng */
  filter: none !important;
}

.tour-card__content {
  padding-top: 10px;
}

.tour-card__content .location {
  text-transform: uppercase;
  font-weight: 600;
  color: #343434;
}

.tour-card__content ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tour-card__content .time {
  border-radius: 10px;
  background: #11279c;
  line-height: 45px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
}

.tour-card__content .destination {
  font-weight: 700;
  color: #11279c;
  text-transform: uppercase;
}

.tour-card__content .status {
  font-weight: 700;
  color: #11279c;
  text-transform: uppercase;
}

.tour-card__content h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 1.367em;
  text-transform: uppercase;
  color: transparent;
  background-image: linear-gradient(253deg, rgba(99, 191, 196, 1) 0%, rgba(58, 75, 158, 1) 18%, rgba(239, 79, 81, 1) 74%, rgba(250, 194, 39, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
}

.tour-card__content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.367em;
  padding: 5px 0;
  text-transform: uppercase;
  color: #152596;
  font-style: italic;
}

.tour-list {
  margin-top: 40px;
}

.tour-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .tour-card__content ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (min-width: 769px) {
  .tour-title-section--suggestion .tour-title-group .tour-title-stroke {
    top: 4px;
  }

  .tour-title-section--suggestion .tour-title-group .tour-title-fill {
    top: 2px;
  }
}

@media (max-width: 768px) {
  .tour-title-section--suggestion .tour-title-group .tour-title-stroke {
    top: -30px;
  }

  .tour-title-section--suggestion .tour-title-group .tour-title-fill {
    top: -33px;
  }
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}

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

.placeholder\:font-semibold::-moz-placeholder {
  font-weight: 600;
}

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

.placeholder\:tracking-widest::-moz-placeholder {
  letter-spacing: 0.1em;
}

.placeholder\:tracking-widest::placeholder {
  letter-spacing: 0.1em;
}

.placeholder\:text-\[\#666666\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#666666\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#828282\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#828282\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.placeholder\:opacity-100::-moz-placeholder {
  opacity: 1;
}

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

.before\:content-\[\'\/\'\]::before {
  --tw-content: '/';
  content: var(--tw-content);
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}

.hover\:border-yamaha-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 39 156 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#0d1f7a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 31 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0e1f7a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 31 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0f2080\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 32 128 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#BDBDBD\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / 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-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}

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

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yamaha-blue-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 31 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:text-\[\#11279C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(17 39 156 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#333333\]:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 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-yamaha-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(17 39 156 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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\:border-transparent:focus {
  border-color: transparent;
}

.focus\:bg-\[\#E8E8E8\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}

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

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

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yamaha-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 39 156 / var(--tw-ring-opacity, 1));
}

.active\:translate-y-0:active {
  --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));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.group:hover .group-hover\:bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.group:hover .group-hover\:fill-yamaha-blue {
  fill: #11279C;
}

.group:hover .group-hover\:text-\[\#0e1f7a\] {
  --tw-text-opacity: 1;
  color: rgb(14 31 122 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:saturate-100 {
  --tw-saturate: saturate(1);
  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);
}

@supports ((-webkit-backdrop-filter: var(--tw)) or (backdrop-filter: var(--tw))) {
  .supports-\[backdrop-filter\]\:backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
    -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);
  }
}

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-8 {
    height: 2rem;
  }

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

  .sm\:w-48 {
    width: 12rem;
  }

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

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

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

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

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

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-\[20px_15px\] {
    padding: 20px 15px;
  }

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

  .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-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:leading-\[1\.2em\] {
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

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

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

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

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

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

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

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

  .md\:w-64 {
    width: 16rem;
  }

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

  .md\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

  .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-center {
    align-items: center;
  }

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

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

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

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

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

  .md\:p-\[25px_20px\] {
    padding: 25px 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

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

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

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

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .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\:grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr;
  }

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

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

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

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

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

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

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

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

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

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-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\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

@media (max-width: 767px) {
  .mb\:mb-0 {
    margin-bottom: 0px;
  }

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

  .mb\:block {
    display: block;
  }

  .mb\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

  .mb\:gap-2 {
    gap: 0.5rem;
  }

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

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

  .mb\:rounded-none {
    border-radius: 0px;
  }

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

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

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

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

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

  .mb\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

.ltr\:-left-\[3px\]:where([dir="ltr"], [dir="ltr"] *) {
  left: -3px;
}

.ltr\:-right-16:where([dir="ltr"], [dir="ltr"] *) {
  right: -4rem;
}

.ltr\:-right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: -0.5rem;
}

.ltr\:left-3:where([dir="ltr"], [dir="ltr"] *) {
  left: 0.75rem;
}

.ltr\:left-\[95\%\]:where([dir="ltr"], [dir="ltr"] *) {
  left: 95%;
}

.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) {
  right: 0px;
}

.ltr\:right-2:where([dir="ltr"], [dir="ltr"] *) {
  right: 0.5rem;
}

.ltr\:right-6:where([dir="ltr"], [dir="ltr"] *) {
  right: 1.5rem;
}

.ltr\:right-auto:where([dir="ltr"], [dir="ltr"] *) {
  right: auto;
}

.ltr\:-ml-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: -0.25rem;
}

.ltr\:ml-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.25rem;
}

.ltr\:ml-1\.5:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.375rem;
}

.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.5rem;
}

.ltr\:ml-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 0.75rem;
}

.ltr\:ml-4:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: 1rem;
}

.ltr\:ml-auto:where([dir="ltr"], [dir="ltr"] *) {
  margin-left: auto;
}

.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.25rem;
}

.ltr\:mr-2:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.5rem;
}

.ltr\:mr-3:where([dir="ltr"], [dir="ltr"] *) {
  margin-right: 0.75rem;
}

.ltr\:rounded-l-none:where([dir="ltr"], [dir="ltr"] *) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ltr\:rounded-r-none:where([dir="ltr"], [dir="ltr"] *) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ltr\:pl-10:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 2.5rem;
}

.ltr\:pl-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 0.75rem;
}

.ltr\:pl-4:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 1rem;
}

.ltr\:pl-9:where([dir="ltr"], [dir="ltr"] *) {
  padding-left: 2.25rem;
}

.ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0.75rem;
}

.ltr\:pr-9:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 2.25rem;
}

.ltr\:before\:mr-1:where([dir="ltr"], [dir="ltr"] *)::before {
  content: var(--tw-content);
  margin-right: 0.25rem;
}

@media (min-width: 640px) {
  .sm\:ltr\:-right-2:where([dir="ltr"], [dir="ltr"] *) {
    right: -0.5rem;
  }

  .ltr\:sm\:ml-0:where([dir="ltr"], [dir="ltr"] *) {
    margin-left: 0px;
  }

  .sm\:ltr\:mr-auto:where([dir="ltr"], [dir="ltr"] *) {
    margin-right: auto;
  }

  .ltr\:sm\:pr-4:where([dir="ltr"], [dir="ltr"] *) {
    padding-right: 1rem;
  }

  .ltr\:sm\:text-left:where([dir="ltr"], [dir="ltr"] *) {
    text-align: left;
  }
}

.rtl\:-left-16:where([dir="rtl"], [dir="rtl"] *) {
  left: -4rem;
}

.rtl\:-left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: -0.5rem;
}

.rtl\:-right-\[3px\]:where([dir="rtl"], [dir="rtl"] *) {
  right: -3px;
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) {
  left: 0px;
}

.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *) {
  left: 0.5rem;
}

.rtl\:left-6:where([dir="rtl"], [dir="rtl"] *) {
  left: 1.5rem;
}

.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *) {
  left: auto;
}

.rtl\:right-3:where([dir="rtl"], [dir="rtl"] *) {
  right: 0.75rem;
}

.rtl\:right-\[95\%\]:where([dir="rtl"], [dir="rtl"] *) {
  right: 95%;
}

.rtl\:-mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: -0.25rem;
}

.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.25rem;
}

.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.5rem;
}

.rtl\:ml-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-left: 0.75rem;
}

.rtl\:mr-1:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.25rem;
}

.rtl\:mr-1\.5:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.375rem;
}

.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.5rem;
}

.rtl\:mr-3:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 0.75rem;
}

.rtl\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1rem;
}

.rtl\:mr-auto:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: auto;
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --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));
}

.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.rtl\:rounded-l-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rtl\:rounded-r-none:where([dir="rtl"], [dir="rtl"] *) {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}

.rtl\:pl-9:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2.25rem;
}

.rtl\:pr-10:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.5rem;
}

.rtl\:pr-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 0.75rem;
}

.rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 1rem;
}

.rtl\:pr-9:where([dir="rtl"], [dir="rtl"] *) {
  padding-right: 2.25rem;
}

.rtl\:before\:ml-1:where([dir="rtl"], [dir="rtl"] *)::before {
  content: var(--tw-content);
  margin-left: 0.25rem;
}

@media (min-width: 640px) {
  .sm\:rtl\:-left-2:where([dir="rtl"], [dir="rtl"] *) {
    left: -0.5rem;
  }

  .sm\:rtl\:ml-auto:where([dir="rtl"], [dir="rtl"] *) {
    margin-left: auto;
  }

  .sm\:rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 0px;
  }

  .rtl\:sm\:pl-4:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 1rem;
  }

  .rtl\:sm\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:divide-white\/10 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(255 255 255 / 0.1);
  }

  .dark\:border-\[\#191e3a\] {
    --tw-border-opacity: 1;
    border-color: rgb(25 30 58 / var(--tw-border-opacity, 1));
  }

  .dark\:border-\[\#1b2e4b\] {
    --tw-border-opacity: 1;
    border-color: rgb(27 46 75 / var(--tw-border-opacity, 1));
  }

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

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

  .dark\:border-red-800 {
    --tw-border-opacity: 1;
    border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
  }

  .dark\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .dark\:border-yellow-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-\[\#060818\] {
    --tw-bg-opacity: 1;
    background-color: rgb(6 8 24 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-\[\#0e1726\] {
    --tw-bg-opacity: 1;
    background-color: rgb(14 23 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-\[\#1b2e4b\] {
    --tw-bg-opacity: 1;
    background-color: rgb(27 46 75 / var(--tw-bg-opacity, 1));
  }

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

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800\/50 {
    background-color: rgb(31 41 55 / 0.5);
  }

  .dark\:bg-red-900\/20 {
    background-color: rgb(127 29 29 / 0.2);
  }

  .dark\:bg-yellow-900\/20 {
    background-color: rgb(113 63 18 / 0.2);
  }

  .dark\:bg-opacity-\[0\.08\] {
    --tw-bg-opacity: 0.08;
  }

  .dark\:text-\[\#506690\] {
    --tw-text-opacity: 1;
    color: rgb(80 102 144 / var(--tw-text-opacity, 1));
  }

  .dark\:text-\[\#d0d2d6\] {
    --tw-text-opacity: 1;
    color: rgb(208 210 214 / var(--tw-text-opacity, 1));
  }

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

  .dark\:text-gray-200 {
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

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

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

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-200 {
    --tw-text-opacity: 1;
    color: rgb(254 202 202 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

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

  .dark\:text-yellow-200 {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

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

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

  .dark\:ring-opacity-10 {
    --tw-ring-opacity: 0.1;
  }

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

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

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

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

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