
*,
::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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[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: #1C64F2;
  --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: #1C64F2;
}

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

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]) {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[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: #1C64F2;
  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: #1C64F2;
  --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,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[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");
  background-size: 1em 1em;
}

.dark [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");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

:is([dir=rtl]) input[type=file]::file-selector-button {
  padding-right: 2rem;
  padding-left: 1rem;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

html {
  font-family: ROBOTO, sans-serif;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-thickness: 0px;
}

footer {
  a {
    --tw-text-opacity: 1;
    color: rgb(224 234 251 / var(--tw-text-opacity));
  }
}

*, ::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(63 131 248 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

/* ! appContainer */

.custom__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 450px) {
  .custom__container {
    max-width: 35rem;
  }
}

@media (min-width: 600px) {
  .custom__container {
    max-width: 43rem;
  }
}

@media (min-width: 800px) {
  .custom__container {
    max-width: 55rem;
  }
}

@media (min-width: 1050px) {
  .custom__container {
    max-width: 70rem;
  }
}

@media (min-width: 1280px) {
  .custom__container {
    max-width: 85rem;
  }
}

@media (min-width: 1600px) {
  .custom__container {
    max-width: 100rem;
  }
}

/* ! appContainer */

/* ! menu button */

.hamburger-button {
  position: relative;
  display: flex;
}

@media (min-width: 800px) {
  .hamburger-button {
    display: none;
  }
}

.hamburger-button {
  .hamburger-checkbox {
    display: none;
  }
  .hamburger-checkbox {
    &:checked + .hamburger-label .hamburger {
      background-color: transparent;
    }
    &:checked + .hamburger-label .hamburger::before {
      top: 0px;
    }
    &:checked + .hamburger-label .hamburger::before {
      --tw-rotate: 135deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
    &:checked + .hamburger-label .hamburger::after {
      top: 0;
    }
    &:checked + .hamburger-label .hamburger::after {
      top: 0px;
    }
    &:checked + .hamburger-label .hamburger::after {
      --tw-rotate: -135deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
  .hamburger-label {
    top: 2.75rem;
  }
  .hamburger-label {
    z-index: 2000;
  }
  .hamburger-label {
    display: block;
  }
  .hamburger-label {
    height: 2.5rem;
  }
  .hamburger-label {
    width: 2.5rem;
  }
  .hamburger-label {
    cursor: pointer;
  }
  .hamburger-label {
    border-radius: 50%;
  }
  .hamburger-label {
    background-color: transparent;
  }
  .hamburger-label {
    text-align: center;
  }
  .hamburger-label {
    transition-duration: 200ms;
  }
  .hamburger-label {
    /* &:hover {
        background-color: rgba(0, 0, 0, 0.1);
      } */
    .hamburger {
      position: relative;
    }
    .hamburger {
      margin-top: 1.25rem;
    }
    .hamburger {
      &,
        &::before,
        &::after {
        display: inline-block;
      }
      &,
        &::before,
        &::after {
        height: 2px;
      }
      &,
        &::before,
        &::after {
        width: 1.5rem;
      }
      &,
        &::before,
        &::after {
        border-radius: 0.375rem;
      }
      &,
        &::before,
        &::after {
        --tw-bg-opacity: 1;
        background-color: rgb(237 239 244 / var(--tw-bg-opacity));
      }
      &::before,
        &::after {
        content: '';
      }
      &::before,
        &::after {
        position: absolute;
      }
      &::before,
        &::after {
        left: 0px;
      }
      &::before,
        &::after {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
      }
      &::before,
        &::after {
        transition-duration: 200ms;
      }
      &::before {
        top: -.4rem;
      }
      &::after {
        top: .4rem;
      }
    }
    &:hover {
      /* .hamburger {
          // &::before{
          //     @apply top-[.-7rem];
          // }
          // &::after{
          //     @apply top-[.7rem];
          // }
        } */
    }
  }
}

/* ! menu button */

/* ! button */

.btn {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.375rem;
  border-style: none;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1050px) {
  .btn {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.active-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(165 136 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ! button */

/* ! Custom Input */

.form__item {
  position: relative;
  margin-top: 0.5rem;
}

.input__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input {
  width: 100%;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-style: none !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.input__icon {
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.error__message {
  position: absolute;
  top: -3px;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(240 82 82 / var(--tw-text-opacity));
  opacity: 0;
  transition-duration: 300ms;
}

/* ! Custom Input */

/* ! Custom Collapse */

/* ! Custom Collapse */

/* ! Custom Collapse Variant 2 */

.collapse__table {
  height: 40px;
  overflow: hidden;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  .collapse__table-header {
    display: flex;
  }
  .collapse__table-header {
    cursor: pointer;
  }
  .collapse__table-header {
    align-items: center;
  }
  .collapse__table-header {
    justify-content: space-between;
  }
  .collapse__table-header {
    font-size: .65rem;
    line-height: .75rem;
  }
  @media (min-width: 450px) {
    .collapse__table-header {
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }
  @media (min-width: 600px) {
    .collapse__table-header {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
  @media (min-width: 1050px) {
    .collapse__table-header {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  .collapse__table-header {
    .collapse__table-header-table {
      display: flex;
    }
    .collapse__table-header-table {
      flex-basis: 96%;
    }
    .collapse__table-header-table {
      align-items: flex-start;
    }
    .collapse__table-header-table {
      justify-content: space-between;
    }
    .collapse__table-header-table {
      gap: 0.5rem;
    }
    .collapse__table-header-table {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    @media (min-width: 600px) {
      .collapse__table-header-table {
        flex-basis: 90%;
      }
    }
    @media (min-width: 600px) {
      .collapse__table-header-table {
        align-items: center;
      }
    }
    @media (min-width: 600px) {
      .collapse__table-header-table {
        gap: 1rem;
      }
    }
    @media (min-width: 1050px) {
      .collapse__table-header-table {
        flex-basis: 70%;
      }
    }
    @media (min-width: 1050px) {
      .collapse__table-header-table {
        gap: 2rem;
      }
    }
    .collapse__table-header-icon {
      display: flex;
    }
    .collapse__table-header-icon {
      flex-basis: 4%;
    }
    .collapse__table-header-icon {
      cursor: pointer;
    }
    .collapse__table-header-icon {
      justify-content: flex-end;
    }
    @media (min-width: 600px) {
      .collapse__table-header-icon {
        flex-basis: 10%;
      }
    }
    @media (min-width: 1050px) {
      .collapse__table-header-icon {
        flex-basis: 20%;
      }
    }
    .collapse__table-header-icon {
      i {
        font-size: 20px;
      }
      i {
        transition-duration: 300ms;
      }
    }
  }
  .collapse__table-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .collapse__table-body {
    div {
      margin-top: 1rem;
    }
    div {
      h2 {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      h2 {
        font-weight: 600;
      }
      @media (min-width: 600px) {
        h2 {
          font-size: 1rem;
          line-height: 1.5rem;
        }
      }
      p {
        font-size: 0.75rem;
        line-height: 1rem;
      }
      @media (min-width: 600px) {
        p {
          font-size: 0.875rem;
          line-height: 1.25rem;
        }
      }
      ul {
        margin-top: 0.75rem;
      }
      ul {
        display: flex;
      }
      ul {
        width: 60%;
      }
      ul {
        flex-direction: column;
      }
      ul {
        gap: 0.5rem;
      }
      @media (min-width: 1280px) {
        ul {
          width: 30%;
        }
      }
      ul {
        li {
          display: flex;
        }
        li {
          align-items: flex-start;
        }
        li {
          gap: 0.25rem;
        }
        li {
          i {
            display: inline-block;
          }
          i {
            font-size: 18px;
          }
          i {
            --tw-text-opacity: 1;
            color: rgb(246 139 33 / var(--tw-text-opacity));
          }
          span {
            font-size: 0.75rem;
            line-height: 1rem;
          }
          @media (min-width: 600px) {
            span {
              font-size: 0.875rem;
              line-height: 1.25rem;
            }
          }
        }
      }
    }
  }
}

/* ! Custom Collapse Variant 2 */

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

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

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

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

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

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

.top-\[6rem\] {
  top: 6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

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

.ml-0 {
  margin-left: 0px;
}

.ml-\[15\%\] {
  margin-left: 15%;
}

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-h-full {
  max-height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-full {
  min-height: 100%;
}

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

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.basis-\[100\%\] {
  flex-basis: 100%;
}


.basis-\[20\%\] {
    flex-basis: 20%;
}

.basis-\[23\%\] {
    flex-basis: 23%;
}

.basis-\[30\%\] {
    flex-basis: 30%;
}

.basis-\[32\%\] {
    flex-basis: 32%;
}

.basis-\[45\%\] {
  flex-basis: 45%;
}

.basis-\[48\%\] {
  flex-basis: 48%;
}

.basis-\[50\%\] {
  flex-basis: 50%;
}

.basis-\[6\%\] {
  flex-basis: 6%;
}

.basis-\[80\%\] {
  flex-basis: 80%;
}

.basis-full {
  flex-basis: 100%;
}

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

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

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

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

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

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

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

.transform-none {
  transform: none;
}

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

.grid-rows-layout {
  grid-template-rows: repeat(3, 250px);
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1\.57rem\] {
  gap: 1.57rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-\[\#8994A8\] {
  --tw-border-opacity: 1;
  border-color: rgb(137 148 168 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

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

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

.border-main-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-main-blue {
  --tw-border-opacity: 1;
  border-color: rgb(20 75 182 / var(--tw-border-opacity));
}

.border-main-gold {
  --tw-border-opacity: 1;
  border-color: rgb(246 139 33 / var(--tw-border-opacity));
}

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

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-main-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-main-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(153 124 13 / var(--tw-bg-opacity));
}

.bg-main-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(13 24 45 / var(--tw-bg-opacity));
}

.bg-main-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(246 139 33 / var(--tw-bg-opacity));
}

.bg-main-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}

.bg-main-brown {
    --tw-bg-opacity: 1;
    background-color: #9e7d369c;
    color: white;
    border-radius: 3px;
  }

.bg-main-lightWhite {
  --tw-bg-opacity: 1;
  background-color: rgb(224 234 251 / var(--tw-bg-opacity));
}


.bg-main-lightOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(199 161 81 / var(--tw-bg-opacity));
}

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

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.text-xxs {
  font-size: .65rem;
  line-height: .75rem;
}

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

.font-extralight {
  font-weight: 200;
}

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#8994A8\] {
  --tw-text-opacity: 1;
  color: rgb(137 148 168 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.text-main-blue {
  --tw-text-opacity: 1;
  color: rgb(153 124 13 / var(--tw-bg-opacity));
}

.text-main-gold {
  --tw-text-opacity: 1;
  color: rgb(246 139 33 / var(--tw-text-opacity));
}

.text-main-lightWhite {
  --tw-text-opacity: 1;
  color: #000;
}

.text-main-text {
  --tw-text-opacity: 1;
  color: #000;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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-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 {
  outline-style: solid;
}

.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 {
  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-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-300 {
  transition-duration: 300ms;
}

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

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

/* width */

::-webkit-scrollbar {
  width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #e7e3e3;
}

/* Handle */

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(20 75 182 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border-radius: 5px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}

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

  src: url('/font/Roboto/Roboto-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

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

.hover\:bg-main-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

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

.hover\:text-main-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(20 75 182 / var(--tw-text-opacity));
}

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

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

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

:is([dir="rtl"] .rtl\:rotate-180) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

:is(.dark .dark\:border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-600) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}

:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}

:is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

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

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

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-800\/50) {
  background-color: rgb(31 41 55 / 0.5);
}

:is(.dark .dark\:bg-gray-900\/80) {
  background-color: rgb(17 24 39 / 0.8);
}

:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

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

:is(.dark .dark\:hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

@media (min-width: 450px) {
  .mini_phone\:left-\[35\%\] {
    left: 35%;
  }

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

  .mini_phone\:ml-\[25\%\] {
    margin-left: 25%;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 500px) {
  .normal\:top-\[40px\] {
    top: 40px;
  }

  .normal\:inline {
    display: inline;
  }

  .normal\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

  .min-\[500px\]\:items-center {
    align-items: center;
  }

  .min-\[500px\]\:whitespace-nowrap {
    white-space: nowrap;
  }
}

@media (min-width: 600px) {
  .phone\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

  .phone\:col-start-5 {
    grid-column-start: 5;
  }

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

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

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

  .phone\:flex {
    display: flex;
  }

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

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

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

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

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

  .phone\:basis-\[46\%\] {
    flex-basis: 46%;
  }

  .phone\:basis-\[50\%\] {
    flex-basis: 50%;
  }

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

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

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

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

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

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

  .phone\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

  .phone\:border-main-lightWhite {
    --tw-border-opacity: 1;
    border-color: rgb(224 234 251 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

@media (min-width: 800px) {
  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

  .tablet\:block {
    display: block;
  }

  .tablet\:flex {
    display: flex;
  }

  .tablet\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .tablet\:basis-\[32\%\] {
    flex-basis: 32%;
  }

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

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

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

  .tablet\:gap-0 {
    gap: 0px;
  }

  .tablet\:rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }

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

  .tablet\:border-main-lightWhite {
    --tw-border-opacity: 1;
    border-color: rgb(224 234 251 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1050px) {
  .laptop\:left-\[40px\] {
    left: 40px;
  }

  .laptop\:top-\[6\.5rem\] {
    top: 6.5rem;
  }

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

  .laptop\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .laptop\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .laptop\:basis-\[30\%\] {
    flex-basis: 30%;
  }

  .laptop\:basis-\[75\%\] {
    flex-basis: 75%;
  }

  .laptop\:basis-\[29\%\] {
    flex-basis: 29%;
  }

  .laptop\:basis-\[\%\] {
    flex-basis: %;
  }

  .laptop\:basis-\[35\%\] {
    flex-basis: 35%;
  }

  .laptop\:basis-\[24\%\] {
    flex-basis: 24%;
  }

  .laptop\:basis-\[3\%\] {
    flex-basis: 3%;
  }

  .laptop\:basis-\[40\%\] {
    flex-basis: 40%;
  }

  .laptop\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .laptop\:basis-\[48\%\] {
    flex-basis: 48%;
  }

  .laptop\:basis-\[47\%\] {
    flex-basis: 47%;
  }

  .laptop\:basis-\[45\%\] {
    flex-basis: 45%;
  }

  .laptop\:basis-\[43\%\] {
    flex-basis: 43%;
  }

  .laptop\:basis-\[44\%\] {
    flex-basis: 44%;
  }

  .laptop\:basis-\[22\%\] {
    flex-basis: 22%;
  }

  .laptop\:basis-\[49\%\] {
    flex-basis: 49%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .desktop\:left-\[100px\] {
    left: 100px;
  }

  .desktop\:left-\[70px\] {
    left: 70px;
  }

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

  .desktop\:top-\[5\.5rem\] {
    top: 5.5rem;
  }

  .desktop\:top-\[60px\] {
    top: 60px;
  }

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

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

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

  .desktop\:col-start-4 {
    grid-column-start: 4;
  }

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

  .desktop\:mr-auto {
    margin-right: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .desktop\:basis-\[25\%\] {
    flex-basis: 25%;
  }

  .desktop\:basis-\[40\%\] {
    flex-basis: 40%;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1600px) {
  .big_desktop\:left-\[200px\] {
    left: 200px;
  }

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

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

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

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

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

/* New styles */
.top-bar {
    position: relative;
    height: 35px;
    background-image: linear-gradient(to right, #caa453c2, #917332);
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
    border-right: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}


/* Navbar */

.navbar {
    position: relative;
    transition: .5s;
    z-index: 99;
}

.hover\:text-main-link:hover {
  color: #ffbf00 !important;
}

.border-main-orange {
    --tw-border-opacity: 1;
  border-color: rgb(235 182 26 / var(--tw-border-opacity));

}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

@media (min-width: 798px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 35px;
        padding: 20px 60px;
        background: rgba(202, 164, 83, .2)!important;
        z-index: 9;
    }

    .navbar.nav-sticky {
        padding: 10px 60px;
        background: linear-gradient(to right, #caa453, #917332) !important;
    }

    .page .navbar {
        background: linear-gradient(to right, #caa453, #917332) !important;
    }

    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

}

@media (max-width: 798px) {
    .navbar {
        padding: 15px;
        background: linear-gradient(to right, #caa453, #917332) !important;
        z-index:3
    }

    .navbar a.nav-link {
        padding: 5px;
    }

    .navbar .custom__container .w-full {
        flex-basis: 55% !important;
    }

    .top-bar .social {
        display: none;
    }
}


/* Carousel */

.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 235px);
    min-height: 400px;
    background: #917332;
    margin-bottom: 45px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 235px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(73, 65, 9, .5);
    z-index: 1;
}

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

.carousel .carousel-text {
    position: absolute;
    max-width: 70%;
    /* max-width: 700px; */
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 20px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-text .btn i {
    margin-right: 5px;
}

.carousel .carousel-text .btn:hover {
    color: #0796fe;
    background: #ffffff;
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 92px;
    right: 2px;
    bottom: 2px;
    display: flex;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #917332;
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #0796fe;
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}

@media (max-width: 798px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 505px);
    }

    .carousel .carousel-text h1 {
        font-size: 35px;
    }

    .carousel .carousel-text p {
        font-size: 16px;
    }

    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 798px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 285px);
    }

    .carousel .carousel-text h1 {
        font-size: 30px;
    }

    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {

    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 415px);
    }

    .carousel .carousel-text h1 {
        font-size: 25px;
    }

    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}



@media (max-width: 798px) {
    .resp-laptop {
        flex-direction: column !important;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .resp-basis {
        width: 50% !important;
    }
}


/* Footer */

.footer {
    position: relative;
    /* margin-top: 45px; */
    /* padding-top: 90px; */
    background: linear-gradient(to right, #caa453, #917332) !important;
}

.bg-footer-title {
    background-color: #0796fe;
}


.footer-title {
    position: relative;
    padding: 2px 0;
}

.footer-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height:2px;
    left: 0;
    bottom: 0;
    background: #fff;
}

.hover\:footer-menu-hover:hover {
  color: #ffbf00 !important;
  /* letter-spacing: 1px; */
}

.borderRadius {
    border-radius: 5px !important;
}
