@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&display=swap');

/* Import the font from Google Fonts */

*, ::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.17 | 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;
}

html {
  font-family: 'Baloo Bhaijaan 2', system-ui, sans-serif;
}

/* Heading Styles */

h1{
  font-size: 65px;
  font-weight: 400;
  line-height: 0.73em;
}

@media (min-width: 768px){
  h1{
    font-size: 90px;
  }
}

h1.bold{
  font-weight: 600;
}

h2{
  font-size: 45px;
  font-weight: 400;
  line-height: 0.73em;
}

@media (min-width: 768px){
  h2{
    font-size: 75px;
  }
}

h2.bold{
  font-weight: 600;
}

h3{
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
}

@media (min-width: 768px){
  h3{
    font-size: 45px;
  }
}

h3.bold{
  font-weight: 600;
}

h4{
  font-size: 30px;
  font-weight: 400;
  line-height: 0.73em;
}

@media (min-width: 768px){
  h4{
    font-size: 35px;
  }
}

h4.bold{
  font-weight: 600;
}

h5{
  font-size: 24px;
  font-weight: 400;
  line-height: 0.73em;
}

@media (min-width: 768px){
  h5{
    font-size: 30px;
  }
}

h5.bold{
  font-weight: 600;
}

h6{
  font-size: 22px;
  font-weight: 400;
  line-height: 0.73em;
}

@media (min-width: 768px){
  h6{
    font-size: 26px;
  }
}

h6.bold{
  font-weight: 600;
}

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

/* Common button styles */

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  overflow: hidden;
  font-weight: 500;
}

/* Size variants */

.btn-sm{
  height: 34px;
  border-radius: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.btn-md{
  height: 40px;
  border-radius: 0.75rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  .btn-md{
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.btn-lg{
  height: 54px;
  border-radius: 0.75rem;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

/* Default button styles */

.btn-default{
  --tw-bg-opacity: 1;
  background-color: rgb(235 189 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.btn-default:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 133 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(235 189 73 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-default:active{
  transform: none;
  --tw-bg-opacity: 1;
  background-color: rgb(20 174 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ghost button styles */

.btn-ghost{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(235 189 73 / var(--tw-border-opacity, 1));
  background-color: #1517851a;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.btn-ghost:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 23 133 / var(--tw-border-opacity, 1));
  background-color: rgb(21 23 133 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-ghost:active{
  --tw-border-opacity: 1;
  border-color: rgb(20 174 92 / var(--tw-border-opacity, 1));
  background-color: rgb(20 174 92 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(20 174 92 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Add styles for the support icon in ghost button */

.btn-ghost .support-icon{
  height: 20px;
  width: 20px;
  flex-shrink: 0;
  background-image: url("../img/Support.2a3a3545c1d9.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
  --tw-brightness: brightness(0);
  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);
}

.btn-ghost:hover .support-icon{
  opacity: 1;
}

.btn-ghost:active .support-icon{
  opacity: 1;
  --tw-brightness: brightness(0);
  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);
}

/* Bleed button styles */

.btn-bleed{
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.btn-bleed:hover{
  background-color: #ebbd491a;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
  text-decoration-color: #151785;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-bleed:active{
  background-color: #14ae5c1a;
  --tw-text-opacity: 1;
  color: rgb(20 174 92 / var(--tw-text-opacity, 1));
  text-decoration-color: #14ae5c;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Service tile styles */

.service-tile{
  position: relative;
  display: flex;
  height: 62px;
  width: 190px;
  cursor: pointer;
  align-items: center;
  gap: 15px;
  overflow: hidden;
  border-radius: 0.5rem;
  border-bottom-width: 1px;
  border-color: rgb(235 189 73 / 0.5);
  background-color: rgb(235 189 73 / 0.05);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 5px;
  --tw-shadow: 0px 1px 1px 0px rgba(21,23,133,0.05);
  --tw-shadow-colored: 0px 1px 1px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: border,shadow,background-color;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .service-tile{
    display: block;
    height: 209px;
    width: 360px;
    border-radius: 0.75rem;
    border-width: 1px;
    border-bottom-width: 2px;
    border-color: rgb(235 189 73 / 0.3);
    border-bottom-color: rgb(235 189 73 / 0.5);
    padding: 0px;
    --tw-shadow: 0px 2px 2px 0px rgba(21,23,133,0.10);
    --tw-shadow-colored: 0px 2px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.service-tile-icon{
  height: 2rem;
  width: 2rem;
  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));
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .service-tile-icon{
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 100px;
    width: 100px;
  }
}

.service-tile-content{
  margin-top: 0.25rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

@media (min-width: 768px){
  .service-tile-content{
    margin-top: 0.625rem;
    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));
    align-items: center;
    gap: 5px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
  }
}

.service-tile-title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .service-tile-title{
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 27px;
  }
}

.service-tile-value{
  margin-top: -0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .service-tile-value{
    margin-top: 0px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.service-tile-icon img{
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Add the arrow styles */

.service-tile-arrow{
  display: none;
}

@media (min-width: 768px){
  .service-tile-arrow{
    position: absolute;
    left: 237px;
    top: 52px;
    display: inline-flex;
    height: 106px;
    width: 106px;
    --tw-translate-x: 200%;
    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));
    align-items: center;
    justify-content: center;
    padding-left: 33.01px;
    padding-right: 33.01px;
    padding-bottom: 11.04px;
    padding-top: 8.83px;
    opacity: 0;
    transition-property: opacity,transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}

/* Hover states - only apply on desktop */

@media (min-width: 768px) {
  .service-tile:hover{
    border-bottom-width: 4px;
    border-color: rgb(21 23 133 / 0.3);
    border-bottom-color: rgb(21 23 133 / 0.5);
    background-color: rgb(21 23 133 / 0.05);
    --tw-shadow: 0px 20px 20px 0px rgba(21,23,133,0.20);
    --tw-shadow-colored: 0px 20px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .service-tile:hover .service-tile-icon{
    margin-left: 30px;
    margin-right: 0px;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .service-tile:hover .service-tile-content{
    margin-left: 30px;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: flex-start;
  }

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

/* Active states - modify for mobile */

.service-tile:active{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
  background-color: rgb(22 163 74 / 0.05);
}

@media (min-width: 768px){
  .service-tile:active{
    border-bottom-width: 4px;
    --tw-shadow: 0px 10px 20px 0px rgba(20,174,92,0.50);
    --tw-shadow-colored: 0px 10px 20px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

/* Dropdown styles */

/* Main Layout */

.main-container{
  position: relative;
  margin-bottom: 1.5rem;
  min-width: 360px;
}

.hero-background{
  position: relative;
  display: flex;
  width: 100vw;
  justify-content: center;
  overflow: hidden;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #14ae5c1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 174 92 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #14ae5c33 var(--tw-gradient-to-position);
}

@media (min-width: 768px){
  .hero-background{
    width: 100%;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

.hero-content-wrapper{
  position: relative;
  margin-top: 60px;
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px){
  .hero-content-wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-top: 76px;
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Add new wrapper for onboarding section */

.onboarding-content-wrapper{
  position: relative;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .onboarding-content-wrapper{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Updated Navigation Styles */

.nav-fixed-container{
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 50;
  width: 100%;
  background-color: transparent;
  padding-top: 0.5rem;
}

@media (min-width: 768px){
  .nav-fixed-container{
    padding-top: 0px;
  }
}

/* Offset navigation to account for the soft launch banner */

.nav-with-banner{
  top: 0.625rem;
}

@media (min-width: 768px){
  .nav-with-banner{
    top: 0.625rem;
  }
}

.nav-with-banner {
  /* leaves space for a small banner */
}

.nav-inner{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 360px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .nav-inner{
    margin-top: 0.5rem;
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.nav-scrolled{
  margin-top: 1.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
  border-color: #14ae5c4d;
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 251 / var(--tw-bg-opacity, 1));
  --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);
}

@media (min-width: 768px){
  .nav-scrolled{
    margin-top: 0.5rem;
  }
}

.nav-content{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .nav-content{
    gap: 2rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.nav-logo{
  height: 22px;
  width: auto;
}

@media (min-width: 768px){
  .nav-logo{
    height: 30px;
  }
}

.nav-controls{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .nav-controls{
    gap: 2rem;
  }
}

.nav-links-container{
  display: none;
  align-items: center;
}

.nav-links-container > :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)));
}

@media (min-width: 768px){
  .nav-links-container{
    margin-right: 1rem;
    display: flex;
  }
}

.nav-link{
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
  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: 200ms;
}

.nav-link:hover{
  --tw-text-opacity: 1;
  color: rgb(20 174 92 / var(--tw-text-opacity, 1));
}

/* Mobile menu button */

.mobile-menu-button{
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mobile-menu-button:hover{
  opacity: 0.8;
}

.mobile-menu-button:active{
  opacity: 0.6;
}

/* Language link styles */

.language-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-style: none;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.language-link:hover{
  opacity: 0.8;
}

.language-icon{
  height: 34px;
  width: 34px;
}

@media (min-width: 768px){
  .language-icon{
    height: 40px;
    width: 40px;
  }
}

/* Mobile Menu */

/* Hero Section */

.hero-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px){
  .hero-container{
    margin-bottom: 5.3rem;
    margin-top: 0.625rem;
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hero-content{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 768px){
  .hero-content{
    flex-direction: row;
    gap: 0px;
  }
}

.hero-text-section{
  position: relative;
  z-index: 10;
  width: 100%;
}

@media (min-width: 768px){
  .hero-text-section{
    margin-left: 1.875rem;
    margin-top: 3rem;
    width: 55%;
  }
}

.hero-subtitle{
  margin-bottom: 0.5rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .hero-subtitle{
    margin-bottom: 13px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Search Controls */

.search-controls{
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px){
  .search-controls{
    margin-top: 0px;
    gap: 1rem;
  }
}

.search-row{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 768px){
  .search-row{
    width: 460px;
    flex-direction: row;
    gap: 1rem;
  }
}

.search-dropdown{
  display: inline-flex;
  height: 40px;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(252 211 77 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px){
  .search-dropdown{
    width: 90%;
    gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.location-notice{
  margin-left: 0px;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .location-notice{
    margin-left: 0.25rem;
    margin-top: 1rem;
  }
}

/* Hero Image Container */

.hero-image-container{
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
}

@media (min-width: 768px){
  .hero-image-container{
    position: absolute;
    right: -11rem;
    top: -8px;
    margin-top: 0px;
    width: 75%;
  }
}

.hero-image{
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Link button styles */

.btn-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-width: 1px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Size variants */

.btn-link-sm{
  height: 34px;
  border-radius: 50px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  line-height: 27px;
  gap: 5px;
}

.btn-link-md{
  height: 40px;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 27px;
  gap: 5px;
}

.btn-link-lg{
  height: 54px;
  border-radius: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 27px;
  gap: 5px;
}

/* Adjust padding when icons are present */

.btn-link-sm .btn-link-icon-left:first-child{
  margin-left: -0.25rem;
}

.btn-link-sm .btn-link-icon-right:last-child{
  margin-right: -0.25rem;
}

.btn-link-md .btn-link-icon-left:first-child{
  margin-left: -0.5rem;
}

.btn-link-md .btn-link-icon-right:last-child{
  margin-right: -0.5rem;
}

.btn-link-lg .btn-link-icon-left:first-child{
  margin-left: -1rem;
}

.btn-link-lg .btn-link-icon-right:last-child{
  margin-right: -1rem;
}

/* Icon base styles */

.btn-link-icon-left{
  background-image: url("../assets/white-left-arrow.acf06ff27547.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link-icon-right{
  background-image: url("../assets/white-right-arrow.fd0eeefbc080.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Icon sizes */

.btn-link-icon-sm{
  height: 14px;
  width: 14px;
}

.btn-link-icon-md{
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  width: 20px;
}

@media (min-width: 768px){
  .btn-link-icon-md{
    margin-left: 0px;
    margin-right: 0px;
  }
}

.btn-link-icon-lg{
  height: 24px;
  width: 24px;
}

/* Button states */

.btn-link-neutral{
  border-color: rgb(248 255 251 / 0.3);
  background-color: rgb(248 255 251 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.btn-link-neutral:hover{
  --tw-border-opacity: 1;
  border-color: rgb(248 255 251 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.btn-link-neutral:hover .btn-link-icon-left{
  background-image: url("../assets/blue-left-arrow.fd6381f6c200.svg");
}

.btn-link-neutral:hover .btn-link-icon-right{
  background-image: url("../assets/blue-right-arrow.dea383893860.svg");
}

.btn-link-neutral:active{
  --tw-border-opacity: 1;
  border-color: rgb(20 174 92 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(20 174 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.btn-link-neutral:active .btn-link-icon-left,
  .btn-link-neutral:active .btn-link-icon-right{
  --tw-brightness: brightness(0);
  --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);
}

/* Alternate styles */

.btn-link-alt{
  border-color: rgb(21 23 133 / 0.3);
  background-color: #1517851a;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.btn-link-alt .btn-link-icon-left{
  background-image: url("../assets/blue-left-arrow.fd6381f6c200.svg");
}

.btn-link-alt .btn-link-icon-right{
  background-image: url("../assets/blue-right-arrow.dea383893860.svg");
}

.btn-link-alt:hover{
  --tw-border-opacity: 1;
  border-color: rgb(21 23 133 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 133 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.btn-link-alt:hover .btn-link-icon-left,
  .btn-link-alt:hover .btn-link-icon-right{
  --tw-brightness: brightness(0);
  --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);
}

/* Added active state for alternate button */

.btn-link-alt:active{
  --tw-border-opacity: 1;
  border-color: rgb(20 174 92 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(20 174 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.btn-link-alt:active .btn-link-icon-left,
  .btn-link-alt:active .btn-link-icon-right{
  --tw-brightness: brightness(0);
  --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);
}

/* Circular Button styles */

.btn-circular{
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50px;
  border-width: 1px;
  border-color: rgb(21 23 133 / 0.3);
  background-color: rgb(21 23 133 / 0.1);
  padding: 0.75rem;
  --tw-shadow: 0px 10px 50px 0px rgba(0,1,37,0.60);
  --tw-shadow-colored: 0px 10px 50px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-circular-r-icon{
  height: 20px;
  width: 20px;
  background-image: url("../assets/blue-right-arrow.dea383893860.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-circular-l-icon{
  height: 20px;
  width: 20px;
  background-image: url("../assets/blue-left-arrow.fd6381f6c200.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover state */

.btn-circular:hover{
  border-color: rgb(21 23 133 / 0.3);
  background-color: rgb(21 23 133 / 0.7);
}

.btn-circular:hover .btn-circular-r-icon,
  .btn-circular:hover .btn-circular-l-icon{
  background-image: url("../assets/white-right-arrow.fd0eeefbc080.svg");
}

.btn-circular:hover .btn-circular-l-icon{
  background-image: url("../assets/white-left-arrow.acf06ff27547.svg");
}

/* Active state */

.btn-circular:active{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(20 174 92 / var(--tw-bg-opacity, 1));
}

.btn-circular:active .btn-circular-r-icon{
  background-image: url("../assets/white-right-arrow.fd0eeefbc080.svg");
}

.btn-circular:active .btn-circular-l-icon{
  background-image: url("../assets/white-left-arrow.acf06ff27547.svg");
}

/* Close button variant for modals */

.btn-circular-close{
  display: inline-flex;
  height: 2.75rem;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(21 23 133 / 0.2);
  background-color: rgb(248 255 251 / 0.5);
  --tw-backdrop-blur: blur(4px);
  -webkit-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);
  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-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-circular-close:hover{
  border-color: rgb(21 23 133 / 0.4);
  background-color: rgb(21 23 133 / 0.1);
}

.btn-circular-close:active{
  --tw-border-opacity: 1;
  border-color: rgb(20 174 92 / var(--tw-border-opacity, 1));
  background-color: rgb(20 174 92 / 0.2);
}

.btn-circular-close svg{
  color: rgb(21 23 133 / 0.7);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-circular-close:hover svg{
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.btn-circular-close:active svg{
  --tw-text-opacity: 1;
  color: rgb(20 174 92 / var(--tw-text-opacity, 1));
}

/* Tag styles */

.tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Tag sizes */

.tag-sm{
  height: 22px;
  border-radius: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tag-md{
  height: 1.5rem;
  border-radius: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.tag-lg{
  height: 2.25rem;
  border-radius: 0.75rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* Tag icon sizes */

.tag-icon-sm{
  height: 0.75rem;
  width: 0.75rem;
}

.tag-icon-md{
  height: 0.875rem;
  width: 0.875rem;
}

.tag-icon-lg{
  height: 1rem;
  width: 1rem;
}

.tag-icon{
  background-image: url("../img/User.42220e5aba30.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Tag text sizes */

.tag-text-sm{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.tag-text{
  font-weight: 400;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

/* States */

.tag{
  border-color: #00012599;
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 251 / var(--tw-bg-opacity, 1));
}

/* .tag:hover {
    @apply border-galactic-cruise bg-tints-galactic-cruise-20;
  }

  .tag:active {
    @apply border-secret-garden bg-tints-secret-garden-20;
  } */

/* Status tag styles */

.status-tag{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Status tag sizes */

.status-tag-sm{
  height: 22px;
  border-radius: 0.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.status-tag-md{
  height: 1.5rem;
  border-radius: 0.5rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.status-tag-lg{
  height: 2.25rem;
  border-radius: 0.5rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* Status tag states */

.status-tag-active{
  --tw-bg-opacity: 1;
  background-color: rgb(20 174 92 / var(--tw-bg-opacity, 1));
}

.status-tag-inactive{
  background-color: #0001251a;
}

/* Status tag icon */

.status-tag-icon{
  background-image: url("../assets/online_status.93b8f780a5ce.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.status-tag-icon-inactive{
  background-image: url("../assets/offline_status.9e66e34d2d00.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* Status tag icon sizes */

.status-tag-icon-sm{
  height: 0.75rem;
  width: 0.75rem;
}

.status-tag-icon-md{
  height: 0.875rem;
  width: 0.875rem;
}

.status-tag-icon-lg{
  height: 1rem;
  width: 1rem;
}

/* Status tag text */

.status-tag-text{
  font-weight: 400;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.status-tag-text-inactive{
  font-weight: 400;
  line-height: 150%;
  color: #0001254d;
}

/* Status tag text sizes */

.status-tag-text-sm{
  font-size: 0.75rem;
  line-height: 1rem;
}

.status-tag-text-md{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.status-tag-text-lg{
  font-size: 1rem;
  line-height: 1.5rem;
}

/* Process tile styles */

.process-tile{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  /* Mobile styles */
  min-height: 187px;
  min-width: 190px;
  max-width: 190px;
  /* Desktop styles */
}

@media (min-width: 768px){
  .process-tile{
    min-height: 163px;
    min-width: 204px;
    max-width: 204px;
  }
}

/* Taller variant */

.process-tile-tall{
  min-height: 235px;
}

.process-tile-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}

.process-tile-icon{
  position: relative;
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
}

.process-tile-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.process-tile-description{
  align-self: stretch;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

/* Gradient Text Styles */

.gradient-text{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #14ae5c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 174 92 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #151785 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* New gradient text specifically for the onboarding section */

.onboarding-gradient-text{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #14ae5c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 174 92 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f8fffb var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

/* Reuse the heading line height adjustment */

h2.onboarding-gradient-heading{
  line-height: 0.73em;
}

@media (min-width: 768px){
  h2.onboarding-gradient-heading{
    line-height: 0.73em;
  }
}

/* Section heading with description layout */

.section-header-container{
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .section-header-container{
    flex-direction: row;
    gap: 30px;
  }
}

.section-header-content{
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .section-header-content{
    width: 456px;
  }
}

.section-header-divider{
  margin-top: 30px;
  width: 100%;
  border-width: 2px;
  border-color: rgb(20 174 92 / 0.3);
}

@media (min-width: 768px){
  .section-header-divider{
    width: 452px;
  }
}

.section-header-description{
  margin-top: 0.3125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .section-header-description{
    margin-top: 57px;
    width: 492px;
  }
}

.section-header-description p{
  margin-bottom: 0.75rem;
}

.divider-line{
  position: relative;
  height: 19px;
  width: 100%;
  overflow: hidden;
  background-image: url("../assets/divider_component.f58de2164b89.svg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: 29px;
  background-position-x: -5px;
  opacity: 0.3;
}

.divider-container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 37 / var(--tw-bg-opacity, 1));
}

.divider-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* Add these new styles */

.full-divider-container{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 37 / var(--tw-bg-opacity, 1));
}

.full-divider-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-image: url("../assets/divider_full.53ca29ddbcf2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 58px;
  /* Height for the divider */
}

/* Icon base styles - Add these new classes */

.btn-link-icon-more{
  background-image: url("../assets/more_icon.f61f313a32b5.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link-icon-more:hover{
  --tw-brightness: brightness(0);
  --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);
}

/* Update the hover states for alt style with more icon */

.btn-link-alt .btn-link-icon-more{
  background-image: url("../assets/more_icon.f61f313a32b5.svg");
}

.btn-link-alt:hover .btn-link-icon-more{
  --tw-brightness: brightness(0);
  --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);
}

.btn-link-alt:active .btn-link-icon-more{
  --tw-brightness: brightness(0);
  --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);
}

.onboarding-background{
  position: relative;
  min-height: 600px;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #000125 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 1 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #151785 var(--tw-gradient-to-position);
  padding-top: 1.25rem;
}

/* Testimonials Section Styles */

.testimonials-container{
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  margin-top: -178px;
  max-width: 1141px;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

.testimonials-card{
  position: relative;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(0 1 37 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 251 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 20px 20px 0px rgba(21,23,133,0.10);
  --tw-shadow-colored: 0px 20px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .testimonials-card{
    height: 355px;
  }
}

.testimonials-background{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.75rem;
  background-color: rgb(0 1 37 / 0.1);
}

.testimonials-content{
  position: relative;
  z-index: 10;
  padding: 20px;
}

@media (min-width: 768px){
  .testimonials-content{
    padding: 37px;
  }
}

.testimonials-content {
  background-image: url("../assets/w_white_emblem.fc47fb65a597.svg");
  background-repeat: no-repeat;
  background-size: 680px;
  padding-bottom: 100px;
}

.testimonials-heading{
  position: relative;
  margin-bottom: 1.25rem;
}

.testimonials-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 768px){
  .testimonials-grid{
    margin-left: 67px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
  }
}

.testimonial-item{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 768px){
  .testimonial-item{
    width: 440px;
  }
}

.testimonial-text{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.testimonial-author{
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-avatar{
  height: 42px;
  width: 42px;
  overflow: hidden;
  border-radius: 9999px;
}

.testimonial-info{
  display: flex;
  flex-direction: column;
}

.testimonial-name{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.testimonial-role{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.testimonial-controls{
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  gap: 0.75rem;
}

/* Help & Support Section Styles */

.help-support-container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  max-width: 1141px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .help-support-container{
    margin-top: 150px;
  }
}

.help-support-header{
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .help-support-header{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.help-support-title{
  position: relative;
}

.help-support-title::before{
  position: absolute;
  right: 0px;
  top: -47px;
  height: 67px;
  width: 68px;
  background-image: url("../assets/help_icon.553ba48ea4e6.svg");
  background-size: contain;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.help-support-contact{
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px){
  .help-support-contact{
    max-width: 700px;
    flex: 1 1 0%;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 2rem;
  }
}

.contact-info{
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (min-width: 768px){
  .contact-info{
    flex: 1 1 0%;
  }
}

.contact-icon{
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}

.contact-text{
  margin-top: 0.5rem;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.contact-text h6{
  white-space: nowrap;
}

.contact-text p{
  white-space: nowrap;
}

@media (min-width: 768px){
  .divider-dots{
    display: flex;
    height: 10px;
    min-width: 50px;
    max-width: 50px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
  }
}

/* Add specific styles for the divider image */

.divider-dots img{
  height: 10px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.help-support-grid{
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 768px){
  .help-support-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.help-card{
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}

.help-card-image{
  height: 202px;
  width: 100%;
  border-radius: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.help-card-content{
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Add specific styles for the explore more link container */

.help-card-content .btn-link{
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
}

/* Update the icon styles */

.btn-link-icon-right{
  height: 14px;
  width: 14px;
  background-image: url("../assets/white-right-arrow.fd0eeefbc080.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-link-alt:hover .btn-link-icon-right{
  --tw-brightness: brightness(0);
  --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);
}

.btn-link-alt:active .btn-link-icon-right{
  --tw-brightness: brightness(0);
  --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);
}

.help-card-title{
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.help-list{
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.help-list li{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 768px){
  .help-list li{
    gap: 15px;
  }
}

.help-list-item{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.help-list-item:hover{
  --tw-text-opacity: 1;
  color: rgb(20 174 92 / var(--tw-text-opacity, 1));
}

.help-divider{
  height: 1px;
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(0 1 37 / 0.1);
}

/* Remove the now-unused body-link class since we've merged it into help-list-item */

/* Body Link Styles */

/* Add styles for the help icon on desktop */

@media (min-width: 768px) {
  .help-support-title::before{
    content: var(--tw-content);
    right: 37px;
  }

  @media (min-width: 768px){
    .help-support-title::before{
      content: var(--tw-content);
      right: -57px;
    }
  }
}

/* Adjust OR text to prevent it from shrinking */

.help-support-contact p{
  flex-shrink: 0;
}

/* Footer Styles mt-[120px] */

.footer-container{
  position: relative;
  min-height: 745px;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 37 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .footer-container{
    min-height: 745px;
  }
}

.footer-background{
  position: absolute;
  inset: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 37 / var(--tw-bg-opacity, 1));
}

.footer-gradient-base{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 340px;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #0001250d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 1 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #151785 var(--tw-gradient-to-position);
}

.footer-gradient-glow{
  position: absolute;
  inset: 0px;
  margin-top: 600px;
  overflow: hidden;
  background: radial-gradient(
        circle at 75% 100%,
        #16a34a 0%,
        transparent 70%
      ),
      radial-gradient(
        circle at 25% 100%,
        #ebbd49 0%,
        transparent 70%
      );
  opacity: 0.7;
  filter: blur(1000px);
}

.footer-content-wrapper{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 60px;
  padding-top: 30px;
}

@media (min-width: 768px){
  .footer-content-wrapper{
    max-width: 1140px;
    flex-direction: row;
    gap: 70px;
    padding-bottom: 120px;
    padding-top: 60px;
  }
}

.footer-company-info{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px){
  .footer-company-info{
    width: 375px;
    gap: 60px;
  }
}

.footer-logo{
  height: 34px;
  width: 184px;
}

@media (min-width: 768px){
  .footer-logo{
    height: 34px;
    width: 184px;
  }
}

.footer-contact-details{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

@media (min-width: 768px){
  .footer-contact-details{
    display: flex;
    flex-direction: column;
  }
}

.footer-contact-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  color: rgb(249 250 251 / 0.7);
}

@media (min-width: 768px){
  .footer-contact-item{
    flex-direction: row;
    gap: 30px;
  }
}

.footer-contact-item p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .footer-contact-item p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-contact-item .footer-icon{
  height: 1.5rem;
  width: 1.5rem;
  flex-shrink: 0;
  --tw-brightness: brightness(0);
  --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);
}

.footer-social-links{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px){
  .footer-social-links{
    justify-content: flex-start;
    gap: 15px;
  }
}

.footer-social-link{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-social-link:hover{
  opacity: 0.8;
}

.social-icon{
  height: 1.5rem;
  width: 1.5rem;
  --tw-brightness: brightness(0);
  --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);
}

/* Update footer links grid for mobile */

.footer-links-grid{
  display: flex;
  width: 100%;
  flex-direction: column;
  row-gap: 60px;
}

@media (min-width: 768px){
  .footer-links-grid{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}

.footer-links-column{
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px){
  .footer-links-column{
    width: auto;
  }
}

.footer-column-title{
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  color: #f8fffbb2;
}

.footer-links-list{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (min-width: 768px){
  .footer-links-list{
    gap: 20px;
  }
}

.footer-links-list a{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer-links-list a:hover{
  opacity: 0.8;
}

/* Update footer bottom styles */

.footer-bottom{
  position: relative;
  width: 100%;
}

.footer-bottom-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer-copyright{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgb(249 250 251 / 0.7);
}

/* Update logo wrapper for mobile */

.footer-logo-wrapper{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
}

@media (min-width: 768px){
  .footer-logo-wrapper{
    padding-top: 116px;
  }
}

/* Add this after the existing icon base styles */

.btn-link-icon-user{
  background-image: url("../img/User.42220e5aba30.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-size: 20px 20px;
}

/* Update hover state for alt style */

.btn-link-alt:hover .btn-link-icon-user{
  --tw-brightness: brightness(0);
  --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);
}

/* Update active state for alt style */

.btn-link-alt:active .btn-link-icon-user{
  --tw-brightness: brightness(0);
  --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);
}

.language-link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-style: none;
}

.language-icon{
  height: 40px;
  width: 40px;
}

/* Restore dropdown styles */

.dropdown-section{
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: space-between;
}

.dropdown-text{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.dropdown-divider{
  height: 24px;
  width: 1px;
  background-color: rgb(2 6 23 / 0.1);
}

.location-link{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.location-link:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

/* Generic content wrapper for main sections */

/* Variant with top spacing for pages that come after navbar */

.content-wrapper-with-nav{
  position: relative;
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px){
  .content-wrapper-with-nav{
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.content-wrapper-with-nav {
  /* Adjust padding for mobile */
  /* padding-left: 1rem; 16px */
  /* padding-right: 1rem; 16px */
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}

@media (min-width: 768px){
  .content-wrapper-with-nav{
    margin-top: 120px;
  }
}

/* Mobile Menu Panel Styles */

/* Background SVG styles */

/* Menu content styles */

/* Menu links hover effect */

/* Menu button hover states */

/* Enhanced Form Styles for Review Creation */

.form-section{
  position: relative;
}

.form-section-header{
  margin-bottom: 1rem;
}

.form-field-container{
  position: relative;
}

.form-input-enhanced{
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #00012533;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form-input-enhanced::-moz-placeholder{
  color: #00012566;
}

.form-input-enhanced::placeholder{
  color: #00012566;
}

.form-input-enhanced{
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-input-enhanced:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 23 133 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 23 133 / var(--tw-ring-opacity, 1));
}

.form-textarea-enhanced{
  display: block;
  width: 100%;
  resize: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: #00012533;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.form-textarea-enhanced::-moz-placeholder{
  color: #00012566;
}

.form-textarea-enhanced::placeholder{
  color: #00012566;
}

.form-textarea-enhanced{
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.form-textarea-enhanced:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 23 133 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 23 133 / var(--tw-ring-opacity, 1));
}

.form-input-enhanced:focus,
  .form-textarea-enhanced:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 23 133 / var(--tw-border-opacity, 1));
  --tw-ring-color: rgb(21 23 133 / 0.2);
}

.form-error{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.form-error::before {
  content: "⚠";
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.form-actions{
  padding-top: 1.5rem;
}

/* Enhanced Rating Stars Container */

.rating-stars-container{
  width: 100%;
}

.rating-stars{
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: #0001251a;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #0001250d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 1 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(248 255 251 / 0.3) var(--tw-gradient-to-position);
  padding: 1.5rem;
  --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);
}

.star-button{
  border-radius: 9999px;
  padding: 0.25rem;
}

.star-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(21 23 133 / 0.5);
  --tw-ring-offset-width: 2px;
}

/* Mobile responsive adjustments for forms */

@media (max-width: 640px) {
  .rating-stars{
    padding: 1rem;
  }

  .star-button svg{
    height: 1.75rem;
    width: 1.75rem;
  }

  .form-input-enhanced,
    .form-textarea-enhanced{
    font-size: 1rem;
    line-height: 1.5rem;
    /* Prevents zoom on iOS */
  }
}

/* Info Mission Section Styles */

.info-mission-section{
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #f8fffb0d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 255 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #14ae5c var(--tw-gradient-to-position);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px){
  .info-mission-section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.info-mission-wrapper{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.info-mission-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 768px){
  .info-mission-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem;
  }
}

.info-mission-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  text-align: center;
}

@media (min-width: 768px){
  .info-mission-card{
    padding: 0.625rem;
  }
}

.info-mission-title{
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .info-mission-title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.info-mission-description{
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .info-mission-description{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* 404 Error Page Styles */

.error-page-background{
  position: relative;
  display: flex;
  min-height: 100vh;
  width: 100vw;
  justify-content: center;
  overflow: hidden;
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #14ae5c1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 174 92 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #14ae5c33 var(--tw-gradient-to-position);
}

@media (min-width: 768px){
  .error-page-background{
    width: 100%;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

.error-page-content-wrapper{
  position: relative;
  margin-top: 60px;
  display: flex;
  min-height: 100vh;
  width: 100%;
  max-width: 360px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .error-page-content-wrapper{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width: 1140px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.error-page-container{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 768px){
  .error-page-container{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.error-page-content{
  position: relative;
  display: flex;
  width: 100%;
  max-width: 42rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.error-page-text-section{
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}

.error-page-image-container{
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px){
  .error-page-image-container{
    margin-top: 2rem;
  }
}

.error-page-image{
  height: auto;
  width: 75%;
  max-width: 20rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px){
  .error-page-image{
    max-width: 24rem;
  }
}

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-3{
  bottom: 0.75rem;
}

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

.left-0{
  left: 0px;
}

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

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

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

.top-2{
  top: 0.5rem;
}

.top-20{
  top: 1.25rem;
}

.top-24{
  top: 6rem;
}

.top-4{
  top: 1rem;
}

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

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

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

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

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

.mb-200{
  margin-bottom: 12.5rem;
}

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

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

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

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

.mb-60{
  margin-bottom: 3.75rem;
}

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

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

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

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

.mt-20{
  margin-top: 1.25rem;
}

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

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

.mt-40{
  margin-top: 2.5rem;
}

.mt-50{
  margin-top: 3.125rem;
}

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

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

.mt-80{
  margin-top: 5rem;
}

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

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

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

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

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

.h-16{
  height: 4rem;
}

.h-24{
  height: 6rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 0.3125rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

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

.max-h-none{
  max-height: none;
}

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

.w-16{
  width: 4rem;
}

.w-24{
  width: 6rem;
}

.w-3\/4{
  width: 75%;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 0.3125rem;
}

.w-6{
  width: 1.5rem;
}

.w-64{
  width: 16rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.min-w-0{
  min-width: 0px;
}

.max-w-4xl{
  max-width: 56rem;
}

.max-w-6xl{
  max-width: 72rem;
}

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

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

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

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

.max-w-md{
  max-width: 28rem;
}

.max-w-none{
  max-width: none;
}

.max-w-sm{
  max-width: 24rem;
}

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

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

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

.grow{
  flex-grow: 1;
}

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

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

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

.translate-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-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

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

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

.gap-y-1{
  row-gap: 0.25rem;
}

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-tints-hadopelagic-water-20 > :not([hidden]) ~ :not([hidden]){
  border-color: #00012533;
}

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.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-\[50px\]{
  border-radius: 50px;
}

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

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

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

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

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

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

.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-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border{
  border-width: 1px;
}

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

.border-b{
  border-bottom-width: 1px;
}

.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-galactic-cruise\/30{
  border-color: rgb(21 23 133 / 0.3);
}

.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-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-red-400{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-tints-galactic-cruise-20{
  border-color: #15178533;
}

.border-tints-hadopelagic-water-10{
  border-color: #0001251a;
}

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

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

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-galactic-cruise\/10{
  background-color: rgb(21 23 133 / 0.1);
}

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

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-hadopelagic-water{
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 37 / var(--tw-bg-opacity, 1));
}

.bg-hadopelagic-water\/75{
  background-color: rgb(0 1 37 / 0.75);
}

.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950{
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.bg-pastel-mint-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(248 255 251 / var(--tw-bg-opacity, 1));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-sharp-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(235 189 73 / var(--tw-bg-opacity, 1));
}

.bg-tints-galactic-cruise-20{
  background-color: #15178533;
}

.bg-tints-hadopelagic-water-5{
  background-color: #0001250d;
}

.bg-tints-secret-garden-10{
  background-color: #14ae5c1a;
}

.bg-tints-secret-garden-20{
  background-color: #14ae5c33;
}

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

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

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

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

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

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

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

.from-pastel-mint-cream{
  --tw-gradient-from: #f8fffb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 255 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-tints-galactic-cruise-80{
  --tw-gradient-from: #151785cc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 23 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-tints-hadopelagic-water-10{
  --tw-gradient-from: #0001251a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 1 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secret-garden{
  --tw-gradient-to: #14ae5c var(--tw-gradient-to-position);
}

.to-tints-hadopelagic-water-20{
  --tw-gradient-to: #00012533 var(--tw-gradient-to-position);
}

.to-tints-hadopelagic-water-5{
  --tw-gradient-to: #0001250d var(--tw-gradient-to-position);
}

.to-tints-secret-garden-80{
  --tw-gradient-to: #14ae5ccc var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.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: 0.3125rem;
  padding-right: 0.3125rem;
}

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

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

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

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

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

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

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

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

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

.pr-8{
  padding-right: 2rem;
}

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

.pt-20{
  padding-top: 1.25rem;
}

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

.pt-6{
  padding-top: 1.5rem;
}

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

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

.align-bottom{
  vertical-align: bottom;
}

.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.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-\[18px\]{
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[27px\]{
  line-height: 27px;
}

.leading-\[33\.60px\]{
  line-height: 33.60px;
}

.leading-\[33px\]{
  line-height: 33px;
}

.leading-none{
  line-height: 1;
}

.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-current{
  color: currentColor;
}

.text-galactic-cruise{
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.text-galactic-cruise\/60{
  color: rgb(21 23 133 / 0.6);
}

.text-galactic-cruise\/70{
  color: rgb(21 23 133 / 0.7);
}

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

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-hadopelagic-water{
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.text-pastel-mint-cream{
  --tw-text-opacity: 1;
  color: rgb(248 255 251 / var(--tw-text-opacity, 1));
}

.text-pastel-mint-cream\/80{
  color: rgb(248 255 251 / 0.8);
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secret-garden{
  --tw-text-opacity: 1;
  color: rgb(20 174 92 / var(--tw-text-opacity, 1));
}

.text-sharp-yellow{
  --tw-text-opacity: 1;
  color: rgb(235 189 73 / var(--tw-text-opacity, 1));
}

.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-tints-hadopelagic-water-30{
  color: #0001254d;
}

.text-tints-hadopelagic-water-40{
  color: #00012566;
}

.text-tints-hadopelagic-water-50{
  color: #00012580;
}

.text-tints-hadopelagic-water-60{
  color: #00012599;
}

.text-tints-hadopelagic-water-70{
  color: #000125b2;
}

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

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-tints-galactic-cruise-40::-moz-placeholder{
  color: #15178566;
}

.placeholder-tints-galactic-cruise-40::placeholder{
  color: #15178566;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.drop-shadow-sm{
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

/* Alpine.js x-cloak support */

[x-cloak] {
  display: none !important;
}

/* Apply the font globally */

/* Custom styles after Tailwind directives */

@media (min-width: 768px){
  .md\:tag-md{
    height: 1.5rem;
    border-radius: 0.5rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-tints-galactic-cruise-5:hover{
  background-color: #1517850d;
}

.hover\:bg-opacity-10:hover{
  --tw-bg-opacity: 0.1;
}

.hover\:text-blue-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-galactic-cruise:hover{
  --tw-text-opacity: 1;
  color: rgb(21 23 133 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-hadopelagic-water:hover{
  --tw-text-opacity: 1;
  color: rgb(0 1 37 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-red-800:hover{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-secret-garden\/80:hover{
  color: rgb(20 174 92 / 0.8);
}

.hover\:text-tints-galactic-cruise-60:hover{
  color: #15178599;
}

.hover\:text-tints-hadopelagic-water-50:hover{
  color: #00012580;
}

.hover\:text-opacity-70:hover{
  --tw-text-opacity: 0.7;
}

.hover\:opacity-70:hover{
  opacity: 0.7;
}

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

.focus\:border-galactic-cruise:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 23 133 / var(--tw-border-opacity, 1));
}

.focus\:border-hadopelagic-water:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 1 37 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-current:focus{
  --tw-ring-color: currentColor;
}

.focus\:ring-hadopelagic-water:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 1 37 / var(--tw-ring-opacity, 1));
}

.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}

@media (min-width: 640px){
  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-1{
    margin-left: 0.25rem;
  }

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

  .sm\:block{
    display: block;
  }

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

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

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

  .sm\:max-w-lg{
    max-width: 32rem;
  }

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

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

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

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

  .sm\:p-0{
    padding: 0px;
  }

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

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

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

  .sm\:align-middle{
    vertical-align: middle;
  }

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

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

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

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

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

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

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

  .md\:ml-1{
    margin-left: 0.25rem;
  }

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

  .md\:mt-100{
    margin-top: 6.25rem;
  }

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

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:hidden{
    display: none;
  }

  .md\:h-48{
    height: 12rem;
  }

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

  .md\:w-2\/6{
    width: 33.333333%;
  }

  .md\:w-48{
    width: 12rem;
  }

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

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

  .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-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-50{
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

  .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\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
