/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::-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] {
  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");
}

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-top-\[13\%\] {
  top: -13%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-\[5\%\] {
  top: 5%;
}
.top-\[8\%\] {
  top: 8%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.5\%\] {
  margin-bottom: 0.5%;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[10\%\] {
  margin-left: 10%;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ms-2 {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[1rem\] {
  height: 1rem;
}
.h-\[27vh\] {
  height: 27vh;
}
.h-\[38rem\] {
  height: 38rem;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[5rem\] {
  max-height: 5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[18rem\] {
  width: 18rem;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[1rem\] {
  width: 1rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[22rem\] {
  width: 22rem;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[3\.5rem\] {
  width: 3.5rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[4\.5rem\] {
  width: 4.5rem;
}
.w-\[4rem\] {
  width: 4rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[50rem\] {
  width: 50rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[255px\] {
  min-width: 255px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[42px\] {
  max-width: 42px;
}
.max-w-\[67rem\] {
  max-width: 67rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.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-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-\[100\%\] {
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
}
.rounded-bl-\[1px\] {
  border-bottom-left-radius: 1px;
}
.rounded-br-\[1px\] {
  border-bottom-right-radius: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#2B2B2B\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
}
.border-\[\#2b2b2b\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
}
.border-\[\#424242\] {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity));
}
.bg-\[\#3D7C96\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 124 150 / var(--tw-bg-opacity));
}
.bg-\[\#659599\] {
  --tw-bg-opacity: 1;
  background-color: rgb(101 149 153 / var(--tw-bg-opacity));
}
.bg-\[\#A4BDBF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(164 189 191 / var(--tw-bg-opacity));
}
.bg-\[\#AD826A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(173 130 106 / var(--tw-bg-opacity));
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#F6F7F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 244 / var(--tw-bg-opacity));
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#777777\] {
  --tw-gradient-from: #777777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 119 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#B89C69\] {
  --tw-gradient-from: #B89C69 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 156 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#231f20\] {
  --tw-gradient-to: #231f20 var(--tw-gradient-to-position);
}
.to-\[\#E0BF90\] {
  --tw-gradient-to: #E0BF90 var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[2rem\] {
  padding-top: 2rem;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[4rem\] {
  padding-top: 4rem;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.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;
}
.uppercase {
  text-transform: uppercase;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#2B2B2B\] {
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-\[\#353333\] {
  --tw-text-opacity: 1;
  color: rgb(53 51 51 / var(--tw-text-opacity));
}
.text-\[\#424242\] {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.text-\[\#EDED94\] {
  --tw-text-opacity: 1;
  color: rgb(237 237 148 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-\[\#C0C0C0\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 192 192 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#C0C0C0\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 192 192 / var(--tw-placeholder-opacity));
}
.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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@font-face {
  font-family: "Crushed-Regular";
  src: url(../fonts/Crushed-Regular.ttf);
}
@font-face {
  font-family: "Manrope-Bold";
  src: url(../fonts/Manrope-Bold.ttf);
}
@font-face {
  font-family: "Manrope-Regular";
  src: url(../fonts/Manrope-Regular.ttf);
}
@font-face {
  font-family: "Manrope-SemiBold";
  src: url(../fonts/Manrope-SemiBold.ttf);
}
@font-face {
  font-family: "Manrope-Light";
  src: url(../fonts/Manrope-Light.ttf);
}
.crushed-regular {
  font-family: Crushed-Regular;
}

.manrope-bold {
  font-family: Manrope-Bold;
}

.manrope-regular {
  font-family: Manrope-Regular;
}

.manrope-semibold {
  font-family: Manrope-SemiBold;
}

.manrope-light {
  font-family: Manrope-Light;
}

.noto-serif-sc-regular {
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif-sc-medium {
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-serif-sc-bold {
  font-family: "Noto Serif SC", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-regular {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-medium {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-sans-bold {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.hero-heading {
  margin-bottom: 2.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.instructions .sub-title {
  margin-bottom: 1.25rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.instructions .sub-title + p {
  margin-bottom: 0.75rem;
}
.instructions .code {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
  --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);
}
.instructions .code.pre {
  white-space: pre-wrap;
}
.instructions .code em {
  opacity: 0.75;
}

.social {
  display: block;
  padding-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.social a {
  padding: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.social a:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

pre[class*=language-] {
  color: #f8fafc;
  max-width: 42rem;
}

.token.class-name,
.token.function,
.token.selector,
.token.selector .class,
.token.selector.class,
.token.module,
.token.tag {
  color: #f472b6;
}

.token.attr-name,
.token.important,
.token.keyword,
.token.pseudo-class,
.token.rule {
  color: #cbd5e1;
}

.token.attr-value,
.token.class,
.token.property,
.token.string {
  color: #7dd3fc;
}

.token.attr-equals,
.token.punctuation {
  color: #64748b;
}

.token.combinator,
.token.comment,
.token.operator {
  color: #94a3b8;
}

.language-css .token.function,
.token.unit {
  color: #99f6e4;
}

code[class*=language-],
pre[class*=language-] {
  word-wrap: normal;
  -webkit-hyphens: none;
  hyphens: none;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-align: left;
  white-space: pre;
  word-break: normal;
  word-spacing: normal;
}

code[class*=language-] ::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-] ::-moz-selection,
pre[class*=language-]::-moz-selection {
  background: rgba(29, 59, 83, 0.99);
  text-shadow: none;
}

code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection {
  background: rgba(29, 59, 83, 0.99);
  text-shadow: none;
}

code[class*=language-] ::selection,
code[class*=language-]::selection,
pre[class*=language-] ::selection,
pre[class*=language-]::selection {
  background: rgba(29, 59, 83, 0.99);
  text-shadow: none;
}

.token.cdata,
.token.comment,
.token.prolog {
  color: #94a3b8;
  font-style: italic;
}

.token.punctuation {
  color: #c792ea;
}

.token.deleted {
  color: rgba(239, 83, 80, 0.56);
  font-style: italic;
}

.token.keyword,
.token.operator,
.token.tag {
  color: #f472b6;
}

.token.boolean {
  color: #ff5874;
}

.token.number {
  color: #f78c6c;
}

.token.builtin,
.token.char,
.token.constant,
.token.function {
  color: #f472b6;
}

.token.doctype,
.token.selector {
  color: #c792ea;
  font-style: italic;
}

.token.attr-name,
.token.inserted {
  color: #addb67;
  font-style: italic;
}

.language-css .token.string,
.style .token.string,
.token.entity,
.token.string,
.token.url {
  color: #7dd3fc;
}

.token.atrule,
.token.attr-value,
.token.class-name {
  color: #ffcb8b;
}

.token.important,
.token.regex,
.token.variable {
  color: #d6deeb;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

.header {
  background: linear-gradient(90deg, #ff4e50, #f96166);
  height: 110px;
  width: 100%;
  border-bottom: 2px solid rgb(221, 174, 34);
}

nav {
  transition: 0.5s;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 500;
  width: 100%;
  background-image: linear-gradient(to top, #b89c69, #e0bf90), url("../img/menu/scatter-dotted.webp"); /* Replace with the path to your background image */
  background-size: cover;
  background-blend-mode: overlay; /* Adjust this to control how the gradient and image blend */
  background-position: center;
  background-repeat: no-repeat;
}

.nav-wrap {
  transition: 0.2s;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 85%;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-image: none;
  background-position: bottom;
  background-size: cover;
}

@media (min-width: 1024px) {
  .nav-wrap {
    padding-left: 1.5rem;
    height: 90px;
    padding-right: 1.5rem;
  }
}
nav .menu {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

@media (min-width: 1024px) {
  nav .menu {
    display: flex;
  }
}
.menu-link {
  cursor: pointer;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: transparent;
  padding-bottom: 0.125rem;
  font-size: 0.975rem;
  font-family: Manrope-SemiBold;
  line-height: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: white;
  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;
}

.cn-nav .menu-link {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.175rem;
}

.menu .menu-link:hover,
.menu .menu-link:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 197 57/var(--tw-border-opacity));
}

nav .menu-btn {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

@media (min-width: 1024px) {
  nav .menu-btn {
    display: none;
  }
}
nav .menu-btn .line {
  height: 0.2rem;
  width: 1.6rem;
  --tw-bg-opacity: 1;
  background-color: white;
  border-radius: 5px;
}

nav .dropdown a:hover {
  text-decoration-line: underline;
}

.mobile-menu {
  transition: 0.3s;
  position: absolute;
  right: -100%;
  top: 0px;
  z-index: 500;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background: rgb(184, 156, 105);
  background: linear-gradient(40deg, rgb(184, 156, 105) 0%, rgb(224, 191, 144) 100%);
}

.mobile-menu.slide-in {
  right: 0;
}

.mobile-menu .menu-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: white;
}

.f-panzoom {
  background: transparent !important;
}

.fancybox__container {
  --fancybox-color: rgb(0, 0, 0) !important;
  --fancybox-bg: rgba(255, 255, 255, 0.95) !important;
}

.fancybox__toolbar {
  --f-button-bg: rgba(211, 211, 211, 0.9) !important;
}

.is-compact .fancybox__footer {
  background: rgba(211, 211, 211, 0.9) !important;
}

.fancybox__slide.has-image > .fancybox__content {
  background: white;
}

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

.country {
  width: 33% !important;
  font-size: 13px;
  position: absolute;
  left: 0px;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: #2b2b2b;
}

@media (min-width: 768px) {
  .country {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.mobileInput {
  border-width: 0px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 768px) {
  .mobileInput {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.iti {
  width: 100% !important;
}

.iti__flag-container {
  width: calc(33% + 15px) !important;
  border-color: #2b2b2b;
  --tw-border-opacity: 0.4;
  padding-right: 0.25rem;
  border-right-width: 2px;
}

.iti__arrow {
  border-top-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-top-color: #2b2b2b;
}

@media only screen and (min-width: 768px) {
  .iti__arrow {
    border-width: 6px !important;
    border-bottom: 0 !important;
  }
}
.iti__selected-flag {
  justify-content: flex-end !important;
}

.iti__flag {
  display: none;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
  width: 62%;
  padding-left: 12px !important;
  margin-left: calc(33% + 15px) !important;
}

@media only screen and (min-width: 768px) {
  .iti--allow-dropdown input,
  .iti--allow-dropdown input[type=tel] {
    margin-left: calc(33% + 30px) !important;
    padding-left: 20px !important;
  }
}
.iti__country-list {
  color: black !important;
}

.mobileInputWrapper {
  --tw-border-opacity: 1;
  border: 1px solid #2b2b2b;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  --tw-bg-opacity: 1;
  background-color: transparent;
  border-width: 2px;
}

.mobileInputWrapper input {
  background-color: transparent;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input.checkbox {
  margin-left: 0px;
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
}

label.checkbox {
  width: calc(100% - 32px);
}

#rcaptcha {
  max-width: calc(100vw - 40px);
  overflow-x: auto;
  overflow-y: hidden;
}

.main-ele {
  opacity: 0;
  transform: scale(0.8);
  transition: 1s;
}

.main-ele.down {
  transform: translateY(40px) scale(0.8);
}

.main-ele.appear {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.main-ele.delay-1 {
  transition-delay: 0.2s;
}

.main-ele.delay-2 {
  transition-delay: 0.4s;
}

.main-ele.delay-3 {
  transition-delay: 0.6s;
}

.ele {
  opacity: 0;
  transform: translateY(80px);
}

.ele.appear {
  transition: 1s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ele.appear.delay-1 {
  transition-delay: 0.2s;
}

.ele.appear.delay-2 {
  transition-delay: 0.4s;
}

.ele.appear.delay-3 {
  transition-delay: 0.6s;
}

.ele.appear.delay-4 {
  transition-delay: 0.8s;
}

.ele.appear.delay-5 {
  transition-delay: 1s;
}

.ele.appear.delay-6 {
  transition-delay: 1.2s;
}

.ele.appear.delay-7 {
  transition-delay: 1.4s;
}

.ele2 {
  opacity: 0;
  transform: translateY(80px);
}

.ele2.appear {
  transition: 1s;
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ele2.appear.delay-1 {
  transition-delay: 0.2s;
}

.ele2.appear.delay-2 {
  transition-delay: 0.4s;
}

.ele2.appear.delay-3 {
  transition-delay: 0.6s;
}

.ele2.appear.delay-4 {
  transition-delay: 0.8s;
}

.eleRight {
  opacity: 0;
  transform: translateX(80px);
}

.eleRight.appear {
  transition: 1s;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.eleLeft {
  opacity: 0;
  transform: translateX(-80px);
}

.eleLeft.appear {
  transition: 1s;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.glow {
  transition: 1s;
}

.glow.appear {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@media (min-width: 768px) {
  .md\:delay-1.main-ele {
    transition-delay: 0.2s;
  }
  .md\:delay-2.main-ele {
    transition-delay: 0.4s;
  }
  .md\:delay-3.main-ele {
    transition-delay: 0.6s;
  }
  .md\:delay-1.ele.appear {
    transition-delay: 0.2s;
  }
  .md\:delay-2.ele.appear {
    transition-delay: 0.4s;
  }
  .md\:delay-3.ele.appear {
    transition-delay: 0.6s;
  }
}
.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.thumbnail {
  width: 50px;
  height: 50px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.6;
}

@media (min-width: 768px) {
  .thumbnail {
    width: 150px;
    height: 150px;
  }
}
.thumbnail.is-active {
  opacity: 1;
}

.thumbnail img {
  width: 100%;
  height: 60%;
}

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

.splide__arrow {
  background: transparent !important;
  height: 3em !important;
  width: 2em !important;
}

@media (min-width: 768px) {
  .splide__arrow {
    background: transparent !important;
    height: 3em !important;
    width: 3em !important;
  }
}
.splide__arrow svg {
  fill: white !important;
  stroke: white;
  stroke-linecap: round;
  height: 3em !important;
  width: 3em !important;
}

.gradient-blackgray {
  background: linear-gradient(to bottom, #777777, #231f20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-horizontalline {
  background-image: linear-gradient(to right, rgba(66, 66, 66, 0.4705882353), rgb(53, 51, 51), rgba(66, 66, 66, 0.4705882353));
}

.gradient-verticalline {
  background-image: linear-gradient(to bottom, rgba(246, 247, 244, 0.5), rgb(53, 51, 51), rgba(246, 247, 244, 0.5));
}

/*---------BEGIN : app timeline ------------*/
.app-timeline-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.app-timeline {
  --app-timeline-dotsize: 15px;
  --app-timeline-dot-left-margin: 0;
  --app-timeline-primary-color: #424242;
  --app-timeline-line-color: #424242;
  --app-timeline-box-width: 7%;
  --app-timeline-from-center-dist: 168px;
  --app-timeline-box-gap: 5px;
  position: relative;
  height: 350px;
  width: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: var(--app-timeline-box-gap);
  margin: 2% 0;
}

.app-timeline-display-line {
  position: absolute;
  height: 4px;
  background-color: var(--app-timeline-line-color);
  width: 100%;
  left: 0px;
  top: 173px;
}

.app-timeline-display-line:after {
  right: 0px;
}

.app-timeline-card-wrapper {
  --timeline-tail-arrow-bot-align: -1;
  --timeline-border-color: transparent transparent
    var(--app-timeline-primary-color) transparent;
  --app-timeline-box-dot-order: 0;
  --app-timeline-box-tail-arrow-dist: calc(
    var(--app-timeline-dotsize) * var(--timeline-tail-arrow-bot-align)
  );
  position: relative;
  top: var(--app-timeline-from-center-dist);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: var(--app-timeline-box-width);
}

.app-timeline-dot {
  content: "";
  height: var(--app-timeline-dotsize);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--app-timeline-primary-color);
  margin-left: var(--app-timeline-dot-left-margin);
  order: var(--app-timeline-box-dot-order);
}

.app-time-line-card {
  position: relative;
  text-align: center;
}

.app-timeline-card-align-top img {
  margin-bottom: 5px;
}

.app-timeline-card-align-bottom img {
  margin-top: 5px;
}

.app-time-line-card .app-timeline-date {
  font-size: 13px;
  color: var(--app-timeline-primary-color);
  font-weight: 500;
  font-family: Manrope-SemiBold;
}

.cn-timeline .app-time-line-card .app-timeline-date {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.app-time-line-card .app-timeline-text {
  font-size: 13px;
  font-family: Manrope-Regular;
  line-height: 1rem;
  color: #424242;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cn-timeline .app-time-line-card .app-timeline-text {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.app-timeline-card-wrapper.app-timeline-card-align-top {
  --timeline-border-color: var(--app-timeline-primary-color) transparent
    transparent transparent;
  --app-timeline-box-dot-order: 1;
  top: auto;
  bottom: var(--app-timeline-from-center-dist);
  align-self: flex-end;
}

.app-timeline-card-wrapper img {
  max-width: none;
}

.app-timeline-card-wrapper.app-timeline-card-align-top .app-time-line-card:before {
  top: auto;
  bottom: var(--app-timeline-box-tail-arrow-dist);
}

/*---------END : app timeline ------------*/
/*---------BEGIN : app mobile timeline ------------*/
.timeline {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 75px;
  left: 50%;
  width: 4px;
  margin-left: -3px;
  background-color: #424242;
}

.cn-timeline .timeline-container .title {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.cn-timeline .timeline-container .description {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.timeline-container {
  width: 50%;
  padding: 2px 20px;
  position: relative;
  background-color: inherit;
}

.timeline-container img {
  width: 80px;
  height: 80px;
  flex-basis: 25%;
}
.timeline-container .title {
  font-size: 11px;
  font-family: Manrope-SemiBold;
}
.timeline-container .description {
  font-family: Manrope-Regular;
  color: #424242;
  font-size: 11px;
  line-height: 0.85rem;
  width: -moz-max-content;
  width: max-content;
}

.timeline-container.right .content-center {
  margin-left: 10px;
  flex-basis: 75%;
}

.timeline-container.left .content-center {
  margin-right: 10px;
  flex-basis: 75%;
}
.timeline-container.left .content-center .description {
  margin-left: auto;
}

.timeline-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  width: 10px;
  height: 10px;
  z-index: 1;
  border-radius: 50%;
  background-color: #424242;
  border: 5px solid #424242;
}

.left {
  left: 0;
}

.right {
  left: 50%;
}

.right::after {
  left: -6px;
}

.content {
  position: relative;
  top: -37px;
}

/*---------END : app mobile timeline ------------*/
.flatpickr-day.today {
  border-color: transparent !important;
}

#form-img-wrapper::after {
  box-shadow: inset 0px 41px 27px -10px #fff, inset 0px -41px 27px -10px #fff;
  -webkit-box-shadow: inset 0px 41px 27px -10px #fff, inset 0px -41px 27px -10px #fff;
  -moz-box-shadow: inset 0px 41px 27px -10px #fff, inset 0px -41px 27px -10px #fff;
  content: "";
  display: block;
  height: 101%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  #form-img-wrapper::after {
    box-shadow: -78px 66px 55px -19px rgb(255, 255, 255) inset;
    -webkit-box-shadow: -78px 66px 55px -19px rgb(255, 255, 255) inset;
    -moz-box-shadow: -78px 66px 55px -19px rgb(255, 255, 255) inset;
    height: 100%;
  }
}

.hover\:scale-105:hover {
  --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));
}

.focus\:border-\[\#2B2B2B\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(43 43 43 / var(--tw-border-opacity));
}

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

.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media not all and (min-width: 640px) {

  .max-sm\:order-first {
    order: -9999;
  }

  .max-sm\:order-last {
    order: 9999;
  }

  .max-sm\:m-auto {
    margin: auto;
  }

  .max-sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .max-sm\:ml-0 {
    margin-left: 0px;
  }

  .max-sm\:flex {
    display: flex;
  }

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

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

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

  .max-sm\:justify-around {
    justify-content: space-around;
  }

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

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

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

  .max-sm\:pl-3 {
    padding-left: 0.75rem;
  }

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

  .max-sm\:text-center {
    text-align: center;
  }
}

@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

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

@media (min-width: 768px) {

  .md\:-top-\[10\%\] {
    top: -10%;
  }

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

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

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

  .md\:top-\[5\%\] {
    top: 5%;
  }

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

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

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

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

  .md\:mr-\[15\%\] {
    margin-right: 15%;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:self-auto {
    align-self: auto;
  }

  .md\:self-center {
    align-self: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

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

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

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

@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .lg\:gap-36 {
    gap: 9rem;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

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

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

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

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}