/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

  src: url('../font/Challista/ChallistaScript.eot') format('embedded-opentype'), url('../font/Challista/Challista\ Script.otf') format('opentype'),
      url('../font/Challista/ChallistaScript.woff') format('woff'), url('../font/Challista/Challista\ Script.ttf') format('truetype'), url('../font/Challista/ChallistaScript.svg') format('svg');

  font-weight: normal;

  font-style: normal;
}

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

  src: url('../font/valentine_vibes/valentine_vibes.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Smoothie-Shoppe';

  src: url('../font/smoothie_shoppe/Smoothie-Shoppe.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

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

  font-style: normal;

  font-weight: normal;

  /* font-display: swap; */

  src: url('../font/westchester_brush/Westchester-Regular.otf') format('opentype');
}

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

  font-style: normal;

  font-weight: normal;

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

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

  font-style: normal;

  font-weight: normal;

  /* font-display: swap; */

  src: url('../font/glacial-indifference/GlacialIndifference-Regular.otf') format('opentype');
}

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

  font-style: normal;

  font-weight: normal;

  src: url('../font/hangyaboly/Hangyaboly.ttf') format('truetype');
}

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

  font-style: normal;

  font-weight: normal;

  src: url('../font/peace_sans/Peace-Sans-Webfont.ttf') format('truetype');
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

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

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

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

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

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

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

.left-0 {
  left: 0px;
}

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

.left-\[-2vw\] {
  left: -2vw;
}

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

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

.left-\[0\] {
  left: 0;
}

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

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

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

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

.left-\[6vw\] {
  left: 6vw;
}

.right-0 {
  right: 0px;
}

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

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

.right-\[-1vw\] {
  right: -1vw;
}

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

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

.right-\[-5vw\] {
  right: -5vw;
}

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

.right-\[20vw\] {
  right: 20vw;
}

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

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

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

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

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

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

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

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

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

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

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

.right-\[15vw\] {
  right: 15vw;
}

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

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

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

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

.m-0 {
  margin: 0px;
}

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[97vw\] {
  width: 97vw;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.max-w-72 {
  max-width: 18rem;
}

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

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

.max-w-xl {
  max-width: 36rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-balance {
  text-wrap: balance;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

.bg-\[\#31568B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 86 139 / var(--tw-bg-opacity));
}

.bg-\[\#6b85a6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 133 166 / var(--tw-bg-opacity));
}

.bg-\[\#e1d5c4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(225 213 196 / var(--tw-bg-opacity));
}

.bg-\[\#ead1b0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 209 176 / var(--tw-bg-opacity));
}

.bg-\[\#fcf6db\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 246 219 / var(--tw-bg-opacity));
}

.bg-\[\#fdda5e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 218 94 / var(--tw-bg-opacity));
}

.bg-\[\#ffd900\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 0 / var(--tw-bg-opacity));
}

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

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 185 107 / var(--tw-bg-opacity));
}

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

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

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

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

.from-secondary-400 {
  --tw-gradient-from: #BD3542 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(189 53 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary-600 {
  --tw-gradient-to: #760616 var(--tw-gradient-to-position);
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 1rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

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

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

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

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

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

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

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

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

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

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

.font-acme {
  font-family: Acme, ui-sans-serif, system-ui, sans-serif;
}

.font-comfortaa {
  font-family: Comfortaa, ui-sans-serif, system-ui, sans-serif;
}

.font-glacial-indifference {
  font-family: GlacialIndifference, ui-sans-serif, system-ui, sans-serif;
}

.font-hangyaboly {
  font-family: Hangyaboly, ui-sans-serif, system-ui, sans-serif;
}

.font-peace-sans {
  font-family: PeaceSans, ui-sans-serif, system-ui, sans-serif;
}

.font-trendsetter {
  font-family: Trendsetter, ui-sans-serif, system-ui, sans-serif;
}

.font-truculenta {
  font-family: Truculenta, ui-sans-serif, system-ui, sans-serif;
}

.font-westchester {
  font-family: Westchester, ui-sans-serif, system-ui, sans-serif;
}

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

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

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

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

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

.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-medium {
  font-weight: 500;
}

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

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

.tracking-\[0\.25rem\] {
  letter-spacing: 0.25rem;
}

.text-\[\#07687f\] {
  --tw-text-opacity: 1;
  color: rgb(7 104 127 / var(--tw-text-opacity));
}

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

.text-\[\#6b85a6\] {
  --tw-text-opacity: 1;
  color: rgb(107 133 166 / var(--tw-text-opacity));
}

.text-\[\#ffd900\] {
  --tw-text-opacity: 1;
  color: rgb(255 217 0 / var(--tw-text-opacity));
}

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

.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(171 41 55 / var(--tw-text-opacity));
}

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

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px 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);
}

.\[text-shadow\:-2px_0_\#2b3786\2c _0_2px_\#2b3786\2c _2px_0_\#2b3786\2c _0_-2px_\#2b3786\] {
  text-shadow: -2px 0 #2b3786, 0 2px #2b3786, 2px 0 #2b3786, 0 -2px #2b3786;
}

#cover {
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  opacity: 1;
  transition: opacity 1s ease-out;
  overflow: hidden;
}

#cover.open {
  opacity: 1;
}

#cover .name {
  font-family: 'valentine' !important;
  color: #AD7D16;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.2;
}

#cover .dear {
  margin: 8px 0 16px 0;
  text-align: center;
}

#cover .info {
  font-family: 'Comfortaa', cursive;
  font-size: 0.8rem;
  padding: 0 2.5rem;
  text-align: center;
}

#cover button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  border-radius: 15px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.countdown {
  color: #6b85a6;
}

.countdown ul {
  font-family: 'Cookie', cursive;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.countdown ul li {
  display: inline-block;
}

.countdown ul li span {
  font-size: 32px;
  font-weight: 200;
  line-height: 50px;
  color: #FFF;
  background-color: #6b85a6;
  border-radius: 10px;
  margin: 0px;
  padding: 5px 10px;
}

.countdown li.seperator {
  font-size: 40px;
  line-height: 45px;
  vertical-align: top;
  color: #6b85a6;
}

.countdown li p {
  font-family: 'Hangyaboly', cursive;
  color: #6b85a6;
  font-size: 20px;
  /* text-shadow: 1px 1px 1px #000; */
}

.bg-page-3 {
  background-image: url(../img/3bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.youtube iframe {
  width: 400px;
  height: 300px;
  border-radius: 12px;
  box-shadow: 4px 4px 14px #000;
}

.bg-akad {
  width: 100%;
  background-image: url(../img/2gb2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 50px;
}

.bg-gallery {
  width: 100%;
  background-image: url(../img/4gb1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 16px;
}

.bg-rsvp {
  width: 100%;
  background-image: url(../img/6bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-rsvp-form {
  background-image: url(../img/5gb1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-buku-tamu {
  background-image: url(../img/7bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-terakhir {
  background-image: url(../img/7dec1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #ffe080;
}

.tab-slider--nav {
  background: #fdda5e;
  border-radius: 35px;
  width: 25vw;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-inline: auto;
  box-shadow: inset 0px 0px 0px 2px #fdda5e;
}

.tab-slider-tab {
  width: 50%;
  padding: 12px 16px;
  font-family: 'Acme', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  /* min-height: 52px; */
}

.tab-slider-tab.active {
  border-radius: 35px;
  background: #FFF;
  color: #fdda5e;
  /* border: 3px solid #381E06; */
}

.tab-slider--body {
  margin-bottom: 0;
}

.maps-responsive {
  position: relative;
}

.maps-responsive .map-border {
  margin-top: 2vh;
  width: 360px;
  height: 360px;
  background-color: transparent;
  border: 3px #fcf6db solid;
  margin-left: auto;
  margin-right: auto;
}

.maps-responsive .map-border iframe {
  padding: 10px;
  width: 350px;
  height: 350px;
}

.maps-responsive button {
  margin-top: 15px;
  background-color: #fcf6db;
  border: 3px #fcf6db solid;
  border-radius: 50px;
  padding: 2px 25px;
}

.maps-responsive a {
  color: #ffd900;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'PeaceSans', sans-serif;
  font-size: 20px;
  text-shadow: -2px 0 #2b3786, 0 2px #2b3786, 2px 0 #2b3786, 0 -2px #2b3786;
}

/* CAROUSEL STARTS */

.customer-feedback .owl-item img {
  width: 85px;
  height: 85px;
}

.customer-feedback h2 {
  /* color: #754930; */
  color: #23333E;
  /* font-family: 'Great Vibes', cursive; */
  /* font-family: 'Lobster', cursive; */
  /* font-family: 'Yanone Kaffeesatz', sans-serif; */
  font-family: 'Cookie', cursive;
  /* font-family: 'Comfortaa', cursive; */
  /* font-family: 'Acme', sans-serif; */
  font-size: 3em;
}

.feedback-slider-item {
  position: relative;
  padding: 20px 50px;
  margin-top: 0;
}

.customer-name {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 500;
}

.feedback-slider-item h3 {
  color: #000;
  font-family: 'Lobster', cursive;
  text-align: center;
  font-size: 1.5em;
}

.feedback-slider-item p {
  line-height: 1.5;
  color: #000;
  /* font-family: 'Handlee', cursive; */
  /* font-family: 'Courgette', cursive; */
  /* font-family: 'Cookie', cursive; */
  /* font-family: 'Comfortaa', cursive; */
  font-family: 'Acme', sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  text-align: center;
  text-wrap: pretty;
}

.feedback-slider-item h4 {
  text-align: right;
  line-height: 1;
  color: #000;
  /* font-family: 'Lobster', cursive; */
  /* font-family: 'Yanone Kaffeesatz', sans-serif; */
  /* font-family: 'Cookie', cursive; */
  /* font-family: 'Comfortaa', cursive; */
  font-family: 'Acme', sans-serif;
  font-size: 1em;
}

.customer-rating {
  background-color: #eee;
  border: 3px solid #fff;
  color: rgba(1, 1, 1, 0.702);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  width: 47px;
  height: 47px;
  line-height: 44px;
  font-size: 15px;
  right: 0;
  top: 77px;
  text-indent: -3px;
}

.thumb-prev .customer-rating {
  top: -20px;
  left: 0;
  right: auto;
}

.thumb-next .customer-rating {
  top: -20px;
  right: 0;
}

.customer-rating i {
  color: rgb(251, 90, 13);
  position: absolute;
  top: 10px;
  right: 5px;
  font-weight: 600;
  font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */

.feedback-slider-item:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  top: 0;
  /* background-color: #ffffffdc;
	border: 5px solid #fdda5e; */
  border-radius: 16px;
  z-index: -1;
}

.thumb-prev,
.thumb-next {
  position: absolute;
  z-index: 99;
  top: 45%;
  width: 98px;
  height: 98px;
  left: -90px;
  cursor: pointer;
  transition: all .3s;
}

.thumb-next {
  left: auto;
  right: -90px;
}

.feedback-slider-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.feedback-slider-thumb:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  bottom: auto;
}

.customer-feedback .owl-nav i .fas {
  background-color: transparent;
  color: #5E0F10;
  /* font-size: 25px; */
}

.customer-feedback .owl-prev {
  left: -15px;
}

.customer-feedback .owl-next {
  right: -15px;
}

/* DOTS */

.customer-feedback .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
}

.customer-feedback .owl-dot {
  display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 5px;
  background: #fff;
  border: 1px solid #2b3786;
  display: block;
  -webkit-backface-visibility: visible;
  transition: all 200ms ease;
  border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
  background-color: #2b3786;
}

.toggle-music {
  position: fixed;
  z-index: 50;
  bottom: 25px;
  left: 15px;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
}

.music-on {
  display: block;
  background: url(../img/musicon-black.svg) center center / 60% no-repeat;
}

.music-off {
  display: none;
  background: url(../img/musicoff-black.svg) center center / 60% no-repeat;
}

/* Modal */

.modal {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Modal Content */

.modal-content {
  position: relative;
  top: 10%;
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-animated-in {
  animation: totop-in 0.3s ease;
}

.modal-animated-out {
  animation: totop-out 0.3s ease forwards;
}

.modal-header {
  font-family: "Oswald", sans-serif;
  /* font-family: 'Yanone Kaffeesatz', sans-serif; */
  /* font-family: 'Acme', cursive; */
  background-color: #23333E;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}

.modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #222;
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  margin: 0px;
  font-size: 4rem;
}

.modal-content .close:hover {
  background-color: #fff;
  color: #222;
}

/* Modal Body */

.modal-body {
  font-family: "Acme", cursive;
  font-size: 0.8em;
  padding: 0 0 16px 0;
}

.modal-body table {
  width: 100%;
}

.modal-body th {
  font-size: 1.2em;
}

.modal-body td {
  font-size: 1em;
}

.comment-item {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid #FFBD2C;
}

.comment-item .nama-tamu {
  padding: 0 8px;
  font-size: 14px;
  color: #9C5225;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comment-item .ucapan {
  padding: 0 8px;
  font-size: 12px;
  color: #1A1A1A;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_pagi nate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  /* background-color: #0E2142 !important; */
  padding: 4px 16px;
  font-size: 12px;
  color: #9C5225 !important;
  font-family: monospace;
}

.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.dataTables_wrapper .dataTables_info {
  margin-bottom: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #9C5225 !important;
  background-color: transparent !important;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 3px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #FFF !important;
  border-radius: 4px;
  background-color: #FFBD2C !important;
}

/* Modal Footer */

.modal-footer {
  background-color: #111;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
}

.modal-header h3,
.modal-footer h3 {
  color: #fff;
}

@media (max-width: 768px) {
  .youtube iframe {
    width: 80vw;
  }

  .bg-akad {
    width: 80vw;
    max-height: 310px;
  }

  .customer-feedback .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    /* margin-top: 45px; */
    bottom: auto;
  }

  .customer-feedback .owl-prev {
    left: 0;
  }

  .customer-feedback .owl-next {
    right: 0;
  }
}

@media(max-width: 500px) {
  .tab-slider--nav {
    width: 310px;
  }

  .maps-responsive .map-border {
    margin-top: 3vh;
    width: 310px;
    height: 310px;
    background-color: transparent;
    border: 3px #fcf6db solid;
    margin-left: auto;
    margin-right: auto;
  }

  .maps-responsive .map-border iframe {
    padding: 10px;
    width: 300px;
    height: 300px;
  }

  .guest-title img {
    width: 50vw;
  }

  .customer-feedback h2 {
    font-size: 3.5em;
  }

  .modal-content {
    width: 90%;
    top: 8%;
  }
}

@media(max-width: 330px) {
  .tab-slider--nav {
    width: 300px;
  }

  .maps-responsive .map-border {
    margin-top: 3vh;
    width: 290px;
    height: 290px;
    background-color: transparent;
    border: 3px #fcf6db solid;
    margin-left: auto;
    margin-right: auto;
  }

  .maps-responsive .map-border iframe {
    padding: 10px;
    width: 280px;
    height: 280px;
  }

  .modal-content {
    width: 95%;
    top: 6%;
  }
}

/* Keyframes */

@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1;
  }

  100% {
    top: -100%;
    opacity: 0;
  }
}

td.details-control {
  background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}

.placeholder\:font-acme::-moz-placeholder {
  font-family: Acme, ui-sans-serif, system-ui, sans-serif;
}

.placeholder\:font-acme::placeholder {
  font-family: Acme, ui-sans-serif, system-ui, sans-serif;
}

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

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

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 768px) {
  .md\:bottom-\[-210px\] {
    bottom: -210px;
  }

  .md\:bottom-\[-500px\] {
    bottom: -500px;
  }

  .md\:bottom-\[0\] {
    bottom: 0;
  }

  .md\:bottom-\[140px\] {
    bottom: 140px;
  }

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

  .md\:bottom-\[50px\] {
    bottom: 50px;
  }

  .md\:bottom-\[5vh\] {
    bottom: 5vh;
  }

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

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

  .md\:left-\[-125px\] {
    left: -125px;
  }

  .md\:left-\[-2vw\] {
    left: -2vw;
  }

  .md\:left-\[-50px\] {
    left: -50px;
  }

  .md\:left-\[15vw\] {
    left: 15vw;
  }

  .md\:left-\[170px\] {
    left: 170px;
  }

  .md\:left-\[180px\] {
    left: 180px;
  }

  .md\:left-\[20vw\] {
    left: 20vw;
  }

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

  .md\:left-\[300px\] {
    left: 300px;
  }

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

  .md\:left-\[8vw\] {
    left: 8vw;
  }

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

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

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

  .md\:right-\[-125px\] {
    right: -125px;
  }

  .md\:right-\[-50px\] {
    right: -50px;
  }

  .md\:right-\[-5vw\] {
    right: -5vw;
  }

  .md\:right-\[10vw\] {
    right: 10vw;
  }

  .md\:right-\[200px\] {
    right: 200px;
  }

  .md\:right-\[35vw\] {
    right: 35vw;
  }

  .md\:right-\[8vw\] {
    right: 8vw;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:right-\[15vw\] {
    right: 15vw;
  }

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

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

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

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

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

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

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

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

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

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

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

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

  .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-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}