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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 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;
  }
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-50px\] {
  bottom: -50px;
}
.left-0 {
  left: 0px;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-4 {
  right: 1rem;
}
.right-\[1vw\] {
  right: 1vw;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-4 {
  top: 1rem;
}
.top-\[1vw\] {
  top: 1vw;
}
.top-\[76vh\] {
  top: 76vh;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[0\] {
  z-index: 0;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[999999\] {
  z-index: 999999;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[23vh\] {
  height: 23vh;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[390px\] {
  height: 390px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[75vh\] {
  height: 75vh;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-12 {
  width: 3rem;
}
.w-32 {
  width: 8rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-\[400px\] {
  min-width: 400px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.-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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-t-\[\#3498db\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(52 152 219 / var(--tw-border-opacity, 1));
}
.bg-\[\#001E44\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1c1c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#303030\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#303030b5\] {
  background-color: #303030b5;
}
.bg-\[\#40E0D0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 224 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9B233\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 178 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAEBD733\] {
  background-color: #FAEBD733;
}
.bg-\[\#cfae67\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 174 103 / var(--tw-bg-opacity, 1));
}
.bg-\[\#faebd7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 235 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffffc9\] {
  background-color: #ffffffc9;
}
.bg-\[rgb\(4_124_196\/_100\%\)\] {
  background-color: rgb(4 124 196/ 100%);
}
.bg-\[rgb\(4_124_196\/_55\%\)\] {
  background-color: rgb(4 124 196/ 55%);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[2px\] {
  padding: 2px;
}
.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;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[4\%\] {
  padding-left: 4%;
  padding-right: 4%;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.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-\[\.8rem\] {
  font-size: .8rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[2\.1rem\] {
  font-size: 2.1rem;
}
.text-\[4rem\] {
  font-size: 4rem;
}
.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;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[5rem\] {
  line-height: 5rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-\[\#303030\] {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}
.text-\[\#717171\] {
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity, 1));
}
.text-\[\#F9B233\] {
  --tw-text-opacity: 1;
  color: rgb(249 178 51 / var(--tw-text-opacity, 1));
}
.text-\[\#ffe4c4\] {
  --tw-text-opacity: 1;
  color: rgb(255 228 196 / var(--tw-text-opacity, 1));
}
.text-\[rgb\(4_124_196\/_100\%\)\] {
  color: rgb(4 124 196/ 100%);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}
.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-80 {
  opacity: 0.8;
}
.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);
}
.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);
}
.blur-\[1px\] {
  --tw-blur: blur(1px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[grid-template-columns\:90\%\] {
  grid-template-columns: 90%;
}


html, body 
{
    /*background-color: #fffaf0;*/
    /*background-color: #fffaf00c;*/
    background-color: #fffaf085;
    scroll-behavior: smooth;
    overflow-x: hidden!important;
    
}

@media (min-width: 768px) 
{
    .h-calc-manual {
      height: calc(100vh - 130px);
    }
        .services_cont .service-item {
            position: relative;
            overflow: hidden;
          }
          
          .services_cont .service-item::before {
            content: attr(data-description); /* Toma el contenido de un atributo personalizado */
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(0, 0, 0, 0.8);*/
            background: rgba(249, 178, 51, .9);
            color: white;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 1rem;
            opacity: 0;
            transform: translateY(100%);
            transition: all 0.3s ease-in-out;
          }
          
          .services_cont .service-item:hover::before {
            opacity: 1;
            transform: translateY(0);
          }

    .noticias 
    {
        grid-template-areas: "uno uno dos" "tres cuatro cinco";
    }

        .noticias>article:nth-of-type(1){grid-area: uno;}
        .noticias>article:nth-of-type(2){grid-area: dos;}
        .noticias>article:nth-of-type(3){grid-area: tres;}
        .noticias>article:nth-of-type(4){grid-area: cuatro;}
        .noticias>article:nth-of-type(5){grid-area: cinco;}

        .noticias>article:hover
        {
            transform: scale(1.02);
            transition: transform 0.3s ease;
        }

}

@keyframes fadeIn 
{
    from {
        opacity: 0;
    }
    to {
        opacity: 0.2; /* Nivel de opacidad deseado para el div de fondo */
    }
}

@keyframes fadeInLogo
{
    from {
        opacity: 0;
    }
    to {
        opacity: 1; /* Nivel de opacidad deseado para el div de fondo */
    }
}

@keyframes colorSubtitleChange
{
    0% 
    {
        color: #c0ca08;
    }

    33% 
    {
        color: #f9b233;
    }

    100% 
    {
        color: #c0ca08;
    }
}

@keyframes colorChange {
    0% { color: rgb(31, 118, 176); }
    12.5% { color: rgb(165, 193, 42); }
    25% { color: rgb(167, 152, 185); }
    37.5% { color: rgb(255, 203, 0); }
    50% { color: rgb(241, 135, 0); }
    62.5% { color: #c0ca08; } /* Verde */
    75% { color: #f9b233; } /* Naranja */
    87.5% { color: #e573a7; } /* Rosado */
    100% { color: #9b5de5; } /* Violeta */
}

@keyframes color-change {
    0% {
        border-top-color: #3498db;
    }
    25% {
        border-top-color: #e74c3c;
    }
    50% {
        border-top-color: #f1c40f;
    }
    75% {
        border-top-color: #2ecc71;
    }
    100% {
        border-top-color: #3498db;
    }
}

.spinner {
    animation: spin 1s linear infinite, color-change 3s infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}


/*mobile styles*/
.video_cont>div 
    {
        background-color: #08569F;
    }
.video_cont>.background-fade {
        animation: fadeIn 1.5s ease-out forwards;
        opacity: 0; /* Aseguramos que empiece invisible */
    }
.video_cont>.logo-fade {
        animation: fadeInLogo 2s ease-out forwards;
        opacity: 0; /* Aseguramos que empiece invisible */
    }

.services_cont>span:nth-of-type(1)
    {
        /*background-image: url("../src/images/inicio/servicios/squoosh/DSC_5770.jpg");*/
        background-image: url("../images/inicio/servicios/squoosh/DSC_5770.jpg");
    }

.services_cont>span:nth-of-type(2)
    {
        /*background-image: url("../src/images/inicio/servicios/squoosh/DSC_5519.jpg");*/
        background-image: url("../images/inicio/servicios/squoosh/DSC_5519.jpg");
    }

.services_cont>span:nth-of-type(3)
    {
        /*background-image: url("../src/images/inicio/servicios/squoosh/DSC_6490.jpg");*/
        background-image: url("../images/inicio/servicios/squoosh/DSC_6490.jpg");
    }

.services_cont>span:nth-of-type(4)
    {
        /*background-image: url("../src/images/inicio/servicios/squoosh/DSC_6269.jpg");*/
        background-image: url("../images/inicio/servicios/squoosh/DSC_6269.jpg");
    }

.services_cont>span 
    {
        background-size: cover;
        background-position: center;
        /*background-attachment: fixed;*/

    }

.services_cont>span>p 
        {
            font-family: Raleway,'Courier New', Courier, monospace;
            font-display: swap;
        }

.services_cont>span>img 
        {
            filter: brightness(0) invert(1);
        }

.services_cont > span::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: linear-gradient(to right, rgba(0,0,0, 0) 20%, rgba(0,0,0, 0.2) 50%, rgba(0,0,0, 0) 80%);
        background: linear-gradient(to right, rgba(4, 124, 196, 0) 20%, rgba(4, 124, 196, 1) 100%);*/
        pointer-events: none;
        z-index: 11;
    }

.topParador
{
    font-family: Raleway,'Courier New', Courier, monospace;
}

.topParador>span>h2
{
    font-family: "Allura", serif;
}

.actividadesFont 
{
    font-family: Raleway,'Courier New', Courier, monospace;
}

.welcome_cont 
{
    font-family: Raleway,'Courier New', Courier, monospace;
}

.welcome_cont>h2 
    {
        color:#303030;
    }

.welcome_cont>h3 
    {
        animation: colorSubtitleChange 5s infinite;
    }

.guaviyu-titulos
{
    font-family: "Anton", sans-serif;
    color: #f9b233;
}

.noticias>article>p 
    {
        /*font-family: "Playfair Display", serif;*/
        font-family: Raleway,'Courier New', Courier, monospace;
    }

.contact_footer 
{
    background-color: transparent;
    font-family: Raleway,'Courier New', Courier, monospace;
    
    position: relative; /* Necesario para que el canvas absoluto funcione */
    min-height: 650px; /* Define un mínimo explícito */
    height: auto; /* Permite crecer si el contenido lo requiere */
    
}

.contact_footer>div:first-child>div:first-child>img 
            {
                filter: drop-shadow(2px 4px 6px white);
            }

.contact_footer>div:first-child>div:first-child>p 
            {
                font-family: Raleway,'Courier New', Courier, monospace;
            }

.contact_footer>div:first-child>div:nth-child(2)>div>span>i
        {
            animation: colorChange 12s infinite;
        }

.contact_footer>div:last-child
    {
        background-color: #0f1626;
    }

#mobileMenu 
{
    background-color: transparent;
    font-family: Raleway,'Courier New', Courier, monospace;
}

#randomCirclesCanvasOne 
{
    background-color: rgb(4 124 196 / 27%);
    /*background-color: white;*/
    filter: blur(2px);
}

@media (max-width:768px)
{
    #randomCirclesCanvasOne 
    {
        background-color: #fff2d83b;
    }
}

#logo_menu 
{
    filter: drop-shadow(2px 4px 6px white);
}

#randomCirclesCanvasThree
{
    background-color: #0897ed;
}

/*nosotros page*/
.contNosotros>div 
    {
        font-family: Raleway,'Courier New', Courier, monospace;
    }
.contNosotros>div>span>h3
        {
            color: #047cc4;
        }

@media (min-width: 1024px) 
{
    /* emulacion lg */

    .galeriaImagenes 
    {
        grid-template-areas: "uno dos tres tres" "cuatro dos cinco seis" "siete ocho nueve nueve" "diez diez once doce" "trece trece once catorce";
    }
        
        .galeriaImagenes>article:nth-of-type(1){grid-area: uno;}
        .galeriaImagenes>article:nth-of-type(2){grid-area: dos;}
        .galeriaImagenes>article:nth-of-type(3){grid-area: tres;}
        .galeriaImagenes>article:nth-of-type(4){grid-area: cuatro;}
        .galeriaImagenes>article:nth-of-type(5){grid-area: cinco;}
        .galeriaImagenes>article:nth-of-type(6){grid-area: seis;}
        .galeriaImagenes>article:nth-of-type(7){grid-area: siete;}
        .galeriaImagenes>article:nth-of-type(8){grid-area: ocho;}
        .galeriaImagenes>article:nth-of-type(9){grid-area: nueve;}
        .galeriaImagenes>article:nth-of-type(10){grid-area: diez;}
        .galeriaImagenes>article:nth-of-type(11){grid-area: once;}
        .galeriaImagenes>article:nth-of-type(12){grid-area: doce;}
        .galeriaImagenes>article:nth-of-type(13){grid-area: trece;}
        .galeriaImagenes>article:nth-of-type(14){grid-area: catorce;}
}

.contParadorBannerTop 
{
    /*background-image: url("../src/images/parador/gastronomy-2360599_1280.jpg");*/
    background-image: url("../images/parador/gastronomy-2360599_1280.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.contParadorBannerTop>span
    {
        font-family: Raleway,'Courier New', Courier, monospace;
        color: #e3e3e3;
    }

.contPlatillos>article>h3,.contPlatillos>article>p,.contPlatillos>article>span 
    {
        font-family: Raleway,'Courier New', Courier, monospace;
    }

.contPlatillos>article>span>.firma 
    {
        font-family: "Dancing Script", cursive;
        font-optical-sizing: auto;
        font-style: normal;
        animation: colorSubtitleChange 5s infinite;
    }

.tarifasBanner 
{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /*background-image:url("../src/images/tarifas/DSC_5578.JPG")*/
    background-image:url("../images/tarifas/DSC_5578.JPG")
}

.tarifas_items
{
    font-family: Raleway,'Courier New', Courier, monospace;
}

.tarifas_items>button 
    {
        font-family: Raleway,'Courier New', Courier, monospace;
    }

#backgroundMenu, #header_cont, #logo_menu, #mobileMenu, .items_menu
{
    transition: all ease-in-out .2s;
}

.menu_deplayed 
{
    height: 70px!important;
}

.logo_menu_deplayed 
{
    height:60px!important; 
    margin-top: 5px!important;
}

.fondo_back  
{
    background-color:rgb(4 124 196 / 78%)!important;
}

.text-items-resized 
{
    font-size: 1rem!important;
}

.popUpAviso, .popUpAvisoTwo 
{
    transition: all ease-in-out .4s;
    transform: translateX(130%);
    
}

.animation_popUp 
{
	animation: heartbeat 1.5s ease-in-out infinite both;
}

.popUpAviso.active {
    transform: translateX(0);
}



/* ----------------------------------------------
 * Generated by Animista on 2025-1-23 9:17:8
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
  @keyframes heartbeat {
    from {
      transform: scale(1);
      transform-origin: center center;
      animation-timing-function: ease-out;
    }
    10% {
      transform: scale(0.95);
      animation-timing-function: ease-in;
    }
    17% {
      transform: scale(0.99);
      animation-timing-function: ease-out;
    }
    33% {
      transform: scale(0.96);
      animation-timing-function: ease-in;
    }
    45% {
      transform: scale(1);
      animation-timing-function: ease-out;
    }
  }

  @keyframes colorChange {
    0% {
        background-color: #F9B233;
    }
    100% {
        background-color: #BCCF02;
    }
}

.reservasCont 
{
    background-color: #F9B233;
    animation: colorChange 3s infinite alternate ease-in-out;
}

@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

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

  @media (min-width: 768px) {

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

  @media (min-width: 1024px) {

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

  @media (min-width: 1280px) {

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

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
    }
  }
}

.hover\:bg-\[\#32c7b5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 199 181 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:\!right-1 {
    right: 0.25rem !important;
  }

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

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

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

  .md\:top-\[73vh\] {
    top: 73vh;
  }

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

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

  .md\:m-auto {
    margin: auto;
  }

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

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

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

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

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

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

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

  .md\:mt-44 {
    margin-top: 11rem;
  }

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

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width: 768px) {

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

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

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

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

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

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

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

  .md\:bg-\[\#047cc4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(4 124 196 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-\[rgb\(4_124_196\/_55\%\)\] {
    background-color: rgb(4 124 196/ 55%);
  }

  .md\:bg-lime-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[7rem\] {
    font-size: 7rem;
  }

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

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

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

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

  .md\:leading-\[6\.3rem\] {
    line-height: 6.3rem;
  }

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

  .md\:\[grid-template-columns\:30\%_30\%_30\%\] {
    grid-template-columns: 30% 30% 30%;
  }

  .md\:\[grid-template-columns\:45\%_45\%\] {
    grid-template-columns: 45% 45%;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

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

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

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:\[grid-template-columns\:20vw_20vw_20vw_20vw\] {
    grid-template-columns: 20vw 20vw 20vw 20vw;
  }

  .lg\:\[grid-template-rows\:20vw_20vw_20vw_20vw_20vw\] {
    grid-template-rows: 20vw 20vw 20vw 20vw 20vw;
  }
}