/* Import component files */
/* Add more component imports below as needed */
*, ::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.19 | 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;
}
body {
  font-family: Signika, Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
h1 {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 400;
}
h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
}
h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
}
h5 {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
}
h6 {
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.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;
  }
}
/* Header shadow */
header {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
/* Desktop submenu */
.\!submenu {
        position: absolute !important;
        top: 5rem !important;
        margin-top: 0 !important;
        visibility: hidden !important;
        opacity: 0 !important;
        transform: translateY(10px) !important;
        transition: all 0.2s ease-in-out !important;
        pointer-events: none !important;
    }
.submenu {
        position: absolute;
        top: 5rem;
        margin-top: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
        transition: all 0.2s ease-in-out;
        pointer-events: none;
    }
.\!submenu {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 66 70 / var(--tw-border-opacity, 1));
}
.submenu {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 66 70 / var(--tw-border-opacity, 1));
}
.\!submenu.open {
            visibility: visible !important;
            opacity: 1 !important;
            transform: translateY(0) !important;
            pointer-events: auto !important;
        }
.submenu.open {
            visibility: visible;
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
/* Desktop menu parent - submenu on hover */
.menu-parent:hover .submenu {
                visibility: visible;
                opacity: 1;
                transform: translateY(0);
                pointer-events: auto;
            }
.menu-parent:hover .\!submenu {
                visibility: visible !important;
                opacity: 1 !important;
                transform: translateY(0) !important;
                pointer-events: auto !important;
            }
.menu-parent:hover .submenu-arrow {
                transform: rotate(180deg);
            }
/* Desktop menu link underline effect */
.menu-link {
        position: relative;
    }
.menu-link::after {
            content: "";
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 1.6rem;
            width: 0;
            height: 2px;
            --tw-bg-opacity: 1;
            background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
            transition-property: width;
            transition-duration: 300ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        }
.menu-link:hover::after,
        .menu-link.active::after {
            width: calc(100% - 1.5rem);
        }
/* Submenu arrow rotation */
.submenu-arrow {
        display: inline-block;
        margin-left: 6px;
        flex-shrink: 0;
        fill: currentColor;
        transition: transform 0.2s ease-in-out;
    }
.menu-item-with-submenu.open .submenu-arrow {
                transform: rotate(180deg);
            }
/* Mobile dialog */
.mobile-dialog {
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        border: none;
        padding: 0;
        margin: 0;
        max-width: 100vw;
        max-height: 100vh;
        background: transparent;
        overflow: hidden;
    }
.mobile-dialog::backdrop {
            background-color: rgba(0, 0, 0, 0.4);
        }
.mobile-dialog[open].open .mobile-nav-panel {
                transform: translateX(0);
            }
/* Mobile navigation slide-in */
.mobile-nav-panel {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.5s ease-in-out;
        overflow-y: auto;
    }
/* Mobile submenu - generic class for all submenus */
.mobile-submenu {
        display: none;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }
.mobile-submenu.expanded {
            display: block;
            opacity: 1;
            border-bottom: 1px solid rgb(229, 231, 235);
        }
/* Mobile submenu arrow */
.mobile-submenu-arrow {
        flex-shrink: 0;
        fill: currentColor;
        transition: transform 0.2s ease-in-out;
    }
.submenu-toggle.open .mobile-submenu-arrow {
                transform: rotate(180deg);
            }
/* Caption Divider - Decorative text with dotted lines */
.caption-divider {
  position: relative;
  font-family: Oooh Baby, cursive;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .caption-divider {
    font-size: 3rem;
    line-height: 1;
  }
}
.caption-divider {
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption-divider::before,
        .caption-divider::after {
            content: "\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7\00B7";
            display: none;
            --tw-text-opacity: 1;
            color: rgb(37 66 70 / var(--tw-text-opacity, 1));
        }
@media (min-width: 768px) {
  .caption-divider::before,
        .caption-divider::after {
    display: block;
  }
}
.caption-divider::before,
        .caption-divider::after {
            letter-spacing: 0.25rem;
        }
.caption-divider::before {
  margin-right: 0.25rem;
}
.caption-divider::after {
  margin-left: 0.25rem;
}
/* Light green variant for dark backgrounds - Add this class with caption-divider */
.caption-divider.caption-lime .caption-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.caption-divider.caption-lime::before,
            .caption-divider.caption-lime::after {
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.caption-text {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .caption-text {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* Base Button Styles */
.btn {
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  text-decoration-line: none;
}
.btn:hover {
  text-decoration-line: none;
}
.btn:active {
            transform: translateY(1px);
        }
.btn:disabled,
        .btn.disabled {
  cursor: not-allowed;
  opacity: 0.5;
            pointer-events: none;
}
/* Rounded Buttons */
.btn-rounded {
  border-radius: 0.375rem;
}
/* Size Variants */
.btn-md {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn-lg {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
/* Solid Buttons - Teal */
.btn-teal {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 66 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 66 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-teal:active {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-teal:focus {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
/* Solid Buttons - Lime */
.btn-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-lime:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 66 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-lime:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 66 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
/* Bordered/Outline Buttons - Teal */
.btn-outline-teal {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 66 70 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-outline-teal:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 66 70 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(37 66 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-outline-teal:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 66 70 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
/* Bordered/Outline Buttons - Lime */
.btn-outline-lime {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-outline-lime:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-outline-lime:active {
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
/* Light Outline (for dark backgrounds) */
/* Solid Buttons - Teal */
.btn-teal-dark {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-teal-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-teal-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
/* Solid Buttons - Lime */
.btn-lime-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-lime-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-lime-dark:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-outline-white {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-outline-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-outline-white:active {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
/* Ghost Buttons (no border, just text) */
.btn-ghost-teal {
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-ghost-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-ghost-teal:active {
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-ghost-lime {
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-ghost-lime:hover {
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-ghost-lime:active {
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.btn-ghost-lime-dark {
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-ghost-lime-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-ghost-lime-dark:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-ghost-white {
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-ghost-white:hover {
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-ghost-white:active {
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.btn-ghost-blue {
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(13 110 253 / var(--tw-text-opacity, 1));
}
.btn-ghost-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(18 101 168 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.btn-ghost-blue:active {
  --tw-text-opacity: 1;
  color: rgb(18 101 168 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
/* button with custom icons */
.icon-location-marker {
        position: relative;
        margin-right: 5px;
        width: 16px;
    }
.icon-location-marker::before {
            background-image: url("../../img/Destination.svg");
            background-position: center center;
            background-size: 800% 800%;
            content: "";
            width: 16px;
            height: 22px;
            position: absolute;
            left: 0;
            top: -13px;
        }
/* Tailwind-optimized jumbotron component with proper SCSS nesting */
.chefami-jumbotron {
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
        background-image: url("../../img/pasta-prep-landingpage.png");
        background-position: -70px 100%;
        background-size: 75%;
        max-width: 540px;
}
@media (min-width: 768px) {

    .chefami-jumbotron {
            background-position: left 70%;
            background-size: 36%;
            max-width: 720px
    }
        }
@media (min-width: 1024px) {

    .chefami-jumbotron {
            background-position: left 60%;
            background-size: 42%;
            max-width: 1140px
    }
        }
@media (min-width: 1280px) {

    .chefami-jumbotron {
            background-position: left 20px;
            background-size: 45%;
            max-width: 1320px
    }
        }
.chefami-jumbotron .container {
  background-repeat: no-repeat;
            background-image: url("../../img/chicken-prep-landingpage.png");
            background-position: 180% 100%;
            background-size: 70%;
}
@media (min-width: 768px) {

        .chefami-jumbotron .container {
                background-position: right 70%;
                background-size: 36%
        }
            }
@media (min-width: 1024px) {

        .chefami-jumbotron .container {
                background-position: right 75%;
                background-size: 40%
        }
            }
@media (min-width: 1280px) {

        .chefami-jumbotron .container {
                background-position: right 20px;
                background-size: 42%
        }
            }
.chefami-jumbotron .container > div .home-banner-hr {
                    height: 2px;
                    background-color: #000;
                    width: 15%;
                    opacity: 0.25;
                }
.chefami-jumbotron-location-landing {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 35%;
}
@media (min-width: 640px) {
  .chefami-jumbotron-location-landing {
    top: 45%;
  }
}
@media (min-width: 1024px) {
  .chefami-jumbotron-location-landing {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.chefami-jumbotron-location-landing.jumbotron-location-landing {
  top: 5%;
}
@media (min-width: 640px) {
  .chefami-jumbotron-location-landing.jumbotron-location-landing {
    top: 20%;
  }
}
@media (min-width: 1024px) {
  .chefami-jumbotron-location-landing.jumbotron-location-landing {
    top: 45%;
  }
}
.chefami-jumbotron-location-landing.jumbotron-location-landing-new {
  top: 10%;
}
@media (min-width: 640px) {
  .chefami-jumbotron-location-landing.jumbotron-location-landing-new {
    top: 20%;
  }
}
@media (min-width: 1024px) {
  .chefami-jumbotron-location-landing.jumbotron-location-landing-new {
    top: 45%;
  }
}
.chefami-jumbotron-location-landing.jumbotron-location-landing-new {
            /* .container {
                > div {
                    @apply pt-14 md:pt-8 xl:pt-5;
                }
            } */
        }
.chefami-jumbotron-location-landing .container > div {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .chefami-jumbotron-location-landing .container > div {
    padding-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .chefami-jumbotron-location-landing .container > div {
    padding-top: 1.25rem;
  }
}
.chefami-jumbotron-location-landing .container > div.home-page-banner-text-container .location-banner-title {
  font-family: Oooh Baby, cursive;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0px;
  font-size: 28px;
}
@media (min-width: 375px) {
  .chefami-jumbotron-location-landing .container > div.home-page-banner-text-container .location-banner-title {
    font-size: 34px;
  }
}
@media (min-width: 640px) {
  .chefami-jumbotron-location-landing .container > div.home-page-banner-text-container .location-banner-title {
    margin-bottom: 0.5rem;
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .chefami-jumbotron-location-landing .container > div.home-page-banner-text-container .location-banner-title {
    margin-bottom: 10px;
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .chefami-jumbotron-location-landing .container > div.home-page-banner-text-container .location-banner-title {
    margin-bottom: 1rem;
    font-size: 72px;
  }
}
.meal-kit-section {
  position: relative;
  min-height: 400px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .meal-kit-section {
    min-height: 600px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.meal-kit-section {
        background-image: url("../../img/pan-with-veggies.jpg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 80%;
        padding-top: 220px;
    }
@media (min-width: 640px) {
    .meal-kit-section {
            background-size: 50%;
            padding-top: 240px
    }
        }
@media (min-width: 768px) {
    .meal-kit-section {
            background-position: left center;
            background-size: 50%;
            padding-top: 0
    }
        }
@media (min-width: 1024px) {
    .meal-kit-section {
            background-position: left 20px;
            background-size: 60%;
            padding-top: 0
    }
        }
.meal-kit-section .meal-kit-list-ul .meal-kit-list-li {
                background-image: url("../../img/checkmark.svg");
                background-position: -10px 5px;
                background-size: 50px 50px;
            }
@media (min-width: 768px) {
            .meal-kit-section .meal-kit-list-ul .meal-kit-list-li {
                    background-position: -10px 0;
                    background-size: 60px 60px
            }
                }
.gift-voucher-section .gift-voucher-tip {
            position: absolute;
            width: 100px;
            height: 100px;
            left: 0;
            background-image: url("../../img/tip.svg");
            display: inline-block;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 160%;
        }
@media (min-width: 768px) {
        .gift-voucher-section .gift-voucher-tip {
                left: -50px;
                top: -50px
        }
            }
.customer-feedback .rating {
  display: inline-block;
  height: 1.5rem;
  background-repeat: repeat-x;
            background-image: url("../../img/star.svg");
}
.customer-feedback .rating.rating--5 {
            width: 120px;
        }
.form-input {
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-textarea {
  width: 100%;
  resize: none;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.form-label {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 39 43 / var(--tw-text-opacity, 1));
}
.form-checkbox {
  margin-top: 0.125rem;
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.custom-bullet-list li::before {
        content: "•";
        --tw-text-opacity: 1;
        color: rgb(37 66 70 / var(--tw-text-opacity, 1));
    }
.recipe-details-page strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.-bottom-\[4px\] {
  bottom: -4px;
}
.-top-16 {
  top: -4rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[-3px\] {
  bottom: -3px;
}
.end-0 {
  inset-inline-end: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.start-0 {
  inset-inline-start: 0px;
}
.top-0 {
  top: 0px;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-4px\] {
  top: -4px;
}
.top-\[56px\] {
  top: 56px;
}
.top-\[75\%\] {
  top: 75%;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1030\] {
  z-index: 1030;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.float-start {
  float: inline-start;
}
.float-end {
  float: inline-end;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.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;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ms-0 {
  margin-inline-start: 0px;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[35px\] {
  height: 35px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-3\.5 {
  height: 0.875rem;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[298px\] {
  min-height: 298px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[92px\] {
  min-height: 92px;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-\[65\%\] {
  width: 65%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-32 {
  width: 8rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[65\%\] {
  max-width: 65%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-crimson {
  --tw-border-opacity: 1;
  border-color: rgb(192 41 66 / var(--tw-border-opacity, 1));
}
.border-frost {
  --tw-border-opacity: 1;
  border-color: rgb(228 230 235 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-lime {
  --tw-border-opacity: 1;
  border-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
}
.border-slate {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
}
.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(37 66 70 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-lime {
  --tw-border-opacity: 1;
  border-top-color: rgb(186 227 111 / var(--tw-border-opacity, 1));
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 245 / var(--tw-bg-opacity, 1));
}
.bg-crimson {
  --tw-bg-opacity: 1;
  background-color: rgb(192 41 66 / var(--tw-bg-opacity, 1));
}
.bg-darkRed {
  --tw-bg-opacity: 1;
  background-color: rgb(130 23 34 / var(--tw-bg-opacity, 1));
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
}
.bg-ocean {
  --tw-bg-opacity: 1;
  background-color: rgb(18 101 168 / var(--tw-bg-opacity, 1));
}
.bg-sage {
  --tw-bg-opacity: 1;
  background-color: rgb(231 239 214 / var(--tw-bg-opacity, 1));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(37 66 70 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-vanilla {
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 244 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-none {
  background-image: none;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.fill-lime {
  fill: #bae36f;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.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;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.ps-0 {
  padding-inline-start: 0px;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-baseline {
  vertical-align: baseline;
}
.font-caveat {
  font-family: Caveat, cursive;
}
.font-montaga {
  font-family: montaga-regular, serif;
}
.font-oooh-baby {
  font-family: Oooh Baby, cursive;
}
.font-signika {
  font-family: Signika, Open Sans, sans-serif;
}
.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-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[72px\] {
  font-size: 72px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-h4 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 400;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
  line-height: 1rem;
}
.leading-\[64px\] {
  line-height: 64px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-charcoal {
  --tw-text-opacity: 1;
  color: rgb(34 39 43 / var(--tw-text-opacity, 1));
}
.text-coral {
  --tw-text-opacity: 1;
  color: rgb(234 96 96 / var(--tw-text-opacity, 1));
}
.text-crimson {
  --tw-text-opacity: 1;
  color: rgb(192 41 66 / var(--tw-text-opacity, 1));
}
.text-darkRed {
  --tw-text-opacity: 1;
  color: rgb(130 23 34 / var(--tw-text-opacity, 1));
}
.text-graphite {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-lime {
  --tw-text-opacity: 1;
  color: rgb(186 227 111 / var(--tw-text-opacity, 1));
}
.text-ocean {
  --tw-text-opacity: 1;
  color: rgb(18 101 168 / var(--tw-text-opacity, 1));
}
.text-slate {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(37 66 70 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(90 153 158 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.sepia {
  --tw-sepia: sepia(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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@font-face {
    font-family: "montaga-regular";
    src: url("../fonts/montaga/montaga-regular.eot");
    src:
        url("../fonts/montaga/montaga-regular.eot#iefix")
            format("embedded-opentype"),
        url("../fonts/montaga/montaga-regular.woff") format("woff"),
        url("../fonts/montaga/montaga-regular.ttf") format("truetype"),
        url("../fonts/montaga/montaga-regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Custom Base Styles */
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-lime:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
}
.hover\:text-graphite:hover {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-light:hover {
  --tw-text-opacity: 1;
  color: rgb(90 153 158 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:h-6 {
    height: 1.5rem;
  }
  .sm\:w-6 {
    width: 1.5rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }
  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }
  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:text-\[16px\] {
    font-size: 16px;
  }
  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {
  .md\:bottom-\[6px\] {
    bottom: 6px;
  }
  .md\:top-\[80px\] {
    top: 80px;
  }
  .md\:top-\[85\%\] {
    top: 85%;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-14 {
    height: 3.5rem;
  }
  .md\:h-20 {
    height: 5rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:min-h-0 {
    min-height: 0px;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-14 {
    width: 3.5rem;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-32 {
    width: 8rem;
  }
  .md\:w-48 {
    width: 12rem;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:w-80 {
    width: 20rem;
  }
  .md\:w-\[50px\] {
    width: 50px;
  }
  .md\:w-\[55px\] {
    width: 55px;
  }
  .md\:w-\[65px\] {
    width: 65px;
  }
  .md\:max-w-4xl {
    max-width: 56rem;
  }
  .md\:max-w-5xl {
    max-width: 64rem;
  }
  .md\:max-w-lg {
    max-width: 32rem;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:basis-auto {
    flex-basis: auto;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-20 {
    gap: 5rem;
  }
  .md\:gap-3 {
    gap: 0.75rem;
  }
  .md\:gap-32 {
    gap: 8rem;
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:bg-lime {
    --tw-bg-opacity: 1;
    background-color: rgb(186 227 111 / var(--tw-bg-opacity, 1));
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .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-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-\[18px\] {
    font-size: 18px;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:-bottom-20 {
    bottom: -5rem;
  }
  .lg\:bottom-4 {
    bottom: 1rem;
  }
  .lg\:bottom-\[-8\%\] {
    bottom: -8%;
  }
  .lg\:left-1\/2 {
    left: 50%;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:-ml-16 {
    margin-left: -4rem;
  }
  .lg\:-ml-8 {
    margin-left: -2rem;
  }
  .lg\:-mr-16 {
    margin-right: -4rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-16 {
    margin-left: 4rem;
  }
  .lg\:ml-56 {
    margin-left: 14rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-\[-80px\] {
    margin-top: -80px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:min-h-full {
    min-height: 100%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-64 {
    width: 16rem;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:max-w-6xl {
    max-width: 72rem;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:basis-\[40\%\] {
    flex-basis: 40%;
  }
  .lg\:basis-\[60\%\] {
    flex-basis: 60%;
  }
  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }
  .lg\:border-r-2 {
    border-right-width: 2px;
  }
  .lg\:border-dotted {
    border-style: dotted;
  }
  .lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-vanilla {
    --tw-bg-opacity: 1;
    background-color: rgb(249 248 244 / var(--tw-bg-opacity, 1));
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .lg\:pb-20 {
    padding-bottom: 5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[22px\] {
    font-size: 22px;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:w-\[45\%\] {
    width: 45%;
  }
  .xl\:max-w-4xl {
    max-width: 56rem;
  }
  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:pb-48 {
    padding-bottom: 12rem;
  }
  .xl\:pl-32 {
    padding-left: 8rem;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media print {
  .print\:block {
    display: block;
  }
  .print\:hidden {
    display: none;
  }
}
