@font-face {
    font-family: "Athena Regular";
    src:
        local("Athena Regular"),
        url(../fonts/font-athena.woff) format("woff");
}

/*
! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

.container {
    width: 100%;
}

@media (min-width: 400px) {

    .container {
        max-width: 400px;
    }
}

@media (min-width: 500px) {

    .container {
        max-width: 500px;
    }
}

@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: 1100px) {

    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {

    .container {
        max-width: 1536px;
    }
}

html {
    overflow-x: hidden;
}

h1,
    h2,
    p {
    line-height: 1.25 !important;
}

h1 {
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 768px) {

    h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {

    h1 {
        font-size: 40px;
    }
}

h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

p {
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    p {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

nav {
        transition: 0.5s;
        position: sticky;
        left: 0px;
        top: 0px;
        z-index: 50;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.6;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }

nav .nav-wrap {
            transition: 0.2s;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
            max-width: 1536px;
            padding-left: 0.625rem;
            padding-right: 0.625rem;
        }

@media (min-width: 1024px) {

    nav .nav-wrap {
        padding-left: 2.25rem;
        padding-right: 2.25rem;
    }
}

nav .nav-content-wrap {
    position: relative;
    z-index: 50;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

nav .desktop-menu-wrap {
    display: flex;
    height: 64px;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 1024px) {

    nav .desktop-menu-wrap {
        gap: 1.75rem;
    }
}

nav .desktop-menu-wrap a {
    position: relative;
    display: flex;
    height: 64px;
    width: auto;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

nav .desktop-menu-wrap .dotIndicator {
    position: absolute;
    bottom: 10%;
    left: 45%;
    aspect-ratio: 1 / 1;
    width: 6px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(65 156 223 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {

    nav .desktop-menu-wrap .dotIndicator {
        width: 7px;
    }
}

@media (min-width: 1024px) {

    nav .desktop-menu-wrap .dotIndicator {
        width: 8px;
    }
}

@media (min-width: 1280px) {

    nav .desktop-menu-wrap .dotIndicator {
        width: 10px;
    }
}

nav .mobile-menu-btn {
    display: flex;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    row-gap: 0.375rem;
}

nav .mobile-menu-btn .top-bar,
            nav .mobile-menu-btn .mid-bar,
            nav .mobile-menu-btn .btm-bar {
    height: 0.25rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
}

.mobile-menu {
        transition: 0.4s;
        visibility: hidden;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 40;
        display: flex;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 4rem;
        padding-top: 100px;
        opacity: 0;
    }

@media (min-width: 1024px) {

    .mobile-menu {
        height: 100vh;
        max-width: 300px;
        background-color: transparent;
        --tw-drop-shadow: drop-shadow(0 0 #0000);
        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);
    }
}

.mobile-menu.fade-in {
    visibility: visible;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8;
    opacity: 1;
}

.mobile-menu a.link.active {
    --tw-text-opacity: 1;
    color: rgb(65 156 223 / var(--tw-text-opacity));
}

.mobile-menu a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1;
    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: 200ms;
}

.mobile-menu a.link.active {
    --tw-text-opacity: 1;
    color: rgb(65 156 223 / var(--tw-text-opacity));
}

/* Dot exists from the beginning (opacity 0) */

.mobile-menu a.link::after {
        content: "";
        display: inline-block;
        width: 6px; /* ~ h-1.5 */
        height: 6px; /* ~ w-1.5 */
        margin-left: 6px; /* gap from text */
        border-radius: 9999px; /* rounded-full */
        background: #419cdf; /* themeBlue1 */
        opacity: 0; /* hidden by default */
        transition: opacity 0.2s ease;
        vertical-align: middle;
        will-change: opacity;
    }

/* When in-view (JS adds .active), only opacity changes */

.mobile-menu a.link.active::after {
        opacity: 1;
    }

.mobile-menu-bg {
        transition: 0.4s;
        visibility: hidden;
        position: absolute;
        right: 0px;
        top: 0px;
        display: none;
        height: 100vh;
        width: 28vw;
        min-width: 300px;
        opacity: 0;
    }

@media (min-width: 1024px) {

    .mobile-menu-bg {
        display: block;
    }
}

@media (min-width: 1536px) {

    .mobile-menu-bg {
        width: 35vw;
    }
}

.mobile-menu-bg.fade-in {
    visibility: visible;
    opacity: 1;
}

.main-content {
    position: absolute;
    inset: 0px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

    .main-content {
        display: flex;
    }
}

.main-content-mobile {
    position: absolute;
    inset: 0px;
    display: flex;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 9999px;
}

.retail-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

@media (min-width: 1024px) {

    .retail-grid {
        flex-direction: row;
        gap: 1.25rem;
    }
}

.retail-grid img {
    height: 74px;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (min-width: 500px) {

    .retail-grid img {
        height: 80px;
    }
}

@media (min-width: 640px) {

    .retail-grid img {
        height: 85px;
    }
}

@media (min-width: 768px) {

    .retail-grid img {
        height: 90px;
    }
}

@media (min-width: 1024px) {

    .retail-grid img {
        height: 100px;
    }
}

@media (min-width: 1280px) {

    .retail-grid img {
        height: 110px;
    }
}

.retail-grid h1 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(0 56 98 / var(--tw-text-opacity));
}

@media (min-width: 400px) {

    .retail-grid h1 {
        font-size: 11px;
    }
}

@media (min-width: 500px) {

    .retail-grid h1 {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 640px) {

    .retail-grid h1 {
        font-size: 13px;
    }
}

@media (min-width: 768px) {

    .retail-grid h1 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1024px) {

    .retail-grid h1 {
        text-align: start;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1280px) {

    .retail-grid h1 {
        font-size: 17px;
    }
}

#location .location-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    max-width: 1536px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

@media (min-width: 500px) {

    #location .location-container {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}

@media (min-width: 640px) {

    #location .location-container {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
        gap: 1.75rem;
    }
}

@media (min-width: 768px) {

    #location .location-container {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 1024px) {

    #location .location-container {
        margin-top: 5rem;
        margin-bottom: 5rem;
        height: 550px;
        flex-direction: row;
        gap: 2rem;
    }
}

@media (min-width: 1280px) {

    #location .location-container {
        height: 700px;
        padding-top: 70px;
    }
}

#location .location-container .location-info {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
    padding-top: 0px !important;
}

@media (min-width: 500px) {

    #location .location-container .location-info {
        padding: 1.25rem;
    }
}

@media (min-width: 1024px) {

    #location .location-container .location-info {
        position: relative;
        margin-top: -20%;
        margin-left: 2.5rem;
    }
}

#location .location-container .location-info h2 {
    display: none;
    text-align: center;
    font-family: Athena Regular, sans-serif;
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
    --tw-text-opacity: 1;
    color: rgb(0 56 98 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

    #location .location-container .location-info h2 {
        display: flex;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-header {
    display: flex;
    width: 100%;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 98 / var(--tw-bg-opacity));
    padding-bottom: 0.375rem;
    padding-top: 0.25rem;
    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;
}

@media (min-width: 1024px) {

    #location .location-container .location-info .dropdown-item .dropdown-header {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 1024px) {

    #location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text p {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

#location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text img {
    margin-top: -1px;
    height: 1.25rem;
    width: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

@media (min-width: 1024px) {

    #location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text img {
        margin-top: 2px;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text.active p {
    font-size: 1.5rem;
    line-height: 2rem;
}

#location .location-container .location-info .dropdown-item .dropdown-header .dropdown-text.active img {
    width: 1.5rem;
    height: 1.5rem;
}

#location .location-container .location-info .dropdown-item .dropdown-header .dropdown-button {
    display: none;
}

@media (min-width: 1024px) {

    #location .location-container .location-info .dropdown-item .dropdown-header .dropdown-button {
        display: flex;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-desc {
    margin-top: -0.25rem;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 0.75rem;
    transition-property: max-height;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 500px) {

    #location .location-container .location-info .dropdown-item .dropdown-desc {
        padding: 1.75rem;
    }
}

@media (min-width: 1024px) {

    #location .location-container .location-info .dropdown-item .dropdown-desc {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
        padding: 1.25rem;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-distance {
    display: flex;
    width: 65px !important;
    flex-direction: column;
    gap: 0.5rem;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(10 81 134 / var(--tw-border-opacity));
    padding-left: 0.5rem;
    padding-right: 0.75rem;
}

@media (min-width: 768px) {

    #location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-distance {
        gap: 0.75rem;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-distance p {
    text-align: end;
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(10 81 134 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

    #location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-distance p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-location {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    gap: 0.5rem;
}

@media (min-width: 768px) {

    #location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-location {
        gap: 0.75rem;
    }
}

#location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-location p {
    font-size: 0.75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(10 81 134 / var(--tw-text-opacity));
}

@media (min-width: 500px) {

    #location .location-container .location-info .dropdown-item .dropdown-desc .dropdown-desc-location p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@keyframes pulse-animation {
        100% {
            opacity: 0;
            transform: scale(5);
        }
    }

.pulse {
    opacity: 0.8;
        border-radius: inherit;
        animation: pulse-animation 2s ease-out infinite;
}

.facility-dot {
    position: relative;
    z-index: 2;
    display: flex;
    aspect-ratio: 1 / 1;
    width: 5vw;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: transparent;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 640px) {

    .facility-dot {
        width: 4vw;
    }
}

@media (min-width: 768px) {

    .facility-dot {
        width: 3vw;
    }
}

@media (min-width: 1024px) {

    .facility-dot {
        width: 2vw;
    }
}

@media (min-width: 1280px) {

    .facility-dot {
        width: 1.5vw;
    }
}

@media (min-width: 1536px) {

    .facility-dot {
        width: 1vw;
    }
}

.facility-dot {
        container-type: inline-size;
    }

.facility-dot img {
    z-index: 3;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.facility-dot .dot-bg {
    position: absolute;
    inset: 10%;
    z-index: 1;
    border-radius: 9999px;
            background-image: linear-gradient(
                to bottom,
                #dc809f 0%,
                #e08ca9 8%,
                #eaacc3 33%,
                #f1c2d5 57%,
                #f6d0e1 80%,
                #f8d5e5 100%
            );
}

.pulse-button {
    width: 100%;
}

.pulse-button p {
    font-family: Montserrat, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

    .pulse-button p {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1280px) {

    .pulse-button p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1536px) {

    .pulse-button p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.grid-rows-18 {
        grid-template-rows: repeat(18, minmax(0, 1fr));
    }

.pulse-button-mobile p {
    font-family: Montserrat, sans-serif;
    font-size: 8px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 400px) {

    .pulse-button-mobile p {
        font-size: 10px;
    }
}

@media (min-width: 500px) {

    .pulse-button-mobile p {
        font-size: 11px;
    }
}

@media (min-width: 640px) {

    .pulse-button-mobile p {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 768px) {

    .pulse-button-mobile p {
        font-size: 13px;
    }
}

.floor {
    margin-left: 2%;
    margin-right: 2%;
    display: flex;
    height: auto;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}

@media (min-width: 500px) {

    .floor {
        gap: 2rem;
    }
}

@media (min-width: 640px) {

    .floor {
        gap: 2.5rem;
    }
}

@media (min-width: 768px) {

    .floor {
        gap: 3rem;
    }
}

@media (min-width: 1024px) {

    .floor {
        justify-content: space-around;
        gap: 5%;
    }
}

.floor .floor-plan-wrapper {
    position: relative;
    height: auto;
    width: 50%;
}

@media (min-width: 768px) {

    .floor .floor-plan-wrapper {
        width: 43%;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-wrapper {
        width: 35%;
    }
}

.floor .floor-plan-wrapper img {
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.floor .floor-plan-wrapper a {
    position: absolute;
    inset: 0px;
}

@media (min-width: 1024px) {

    .floor .floor-plan-wrapper a {
        bottom: auto;
        left: auto;
        right: -20%;
        top: 0px;
        width: 10%;
    }
}

.floor .floor-plan-wrapper a img {
    position: absolute;
    right: -15%;
    top: -5%;
    width: 10%;
}

@media (min-width: 1024px) {

    .floor .floor-plan-wrapper a img {
        right: auto;
        top: auto;
        display: block;
        width: 100%;
    }
}

.floor .floor-plan-data {
    display: flex;
    width: 30%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    --tw-text-opacity: 1;
    color: rgb(4 57 99 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

    .floor .floor-plan-data {
        flex-direction: row;
    }
}

.floor .floor-plan-data .right-info {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding-top: 0.75rem;
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info {
        padding-top: 1rem;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info {
        gap: 0.5rem;
        padding-top: 1.25rem;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info {
        gap: 0.75rem;
        padding-top: 1.5rem;
    }
}

.floor .floor-plan-data .right-info button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.floor .floor-plan-data .right-info .type-code {
    margin-top: 0.75rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .type-code {
        margin-top: 1.25rem;
    }
}

.floor .floor-plan-data .right-info .type-code p {
    font-family: Montserrat, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(4 57 99 / var(--tw-text-opacity));
}

@media (min-width: 400px) {

    .floor .floor-plan-data .right-info .type-code p {
        font-size: 22px;
    }
}

@media (min-width: 500px) {

    .floor .floor-plan-data .right-info .type-code p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info .type-code p {
        font-size: 28px;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info .type-code p {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .type-code p {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1280px) {

    .floor .floor-plan-data .right-info .type-code p {
        font-size: 3rem;
        line-height: 1;
    }
}

.floor .floor-plan-data .right-info .type-code h1 {
    font-family: Athena Regular, sans-serif;
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(4 57 99 / var(--tw-text-opacity));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 400px) {

    .floor .floor-plan-data .right-info .type-code h1 {
        font-size: 55px;
    }
}

@media (min-width: 500px) {

    .floor .floor-plan-data .right-info .type-code h1 {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info .type-code h1 {
        font-size: 66px;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info .type-code h1 {
        font-size: 4.5rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .type-code h1 {
        font-size: 6rem;
        line-height: 1;
    }
}

@media (min-width: 1280px) {

    .floor .floor-plan-data .right-info .type-code h1 {
        font-size: 105px;
    }
}

.floor .floor-plan-data .right-info .spec {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info .spec {
        gap: 1.5rem;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info .spec {
        gap: 2rem;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .spec {
        gap: 2.5rem;
    }
}

.floor .floor-plan-data .right-info .spec .spec-info {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

@media (min-width: 400px) {

    .floor .floor-plan-data .right-info .spec .spec-info {
        gap: 0.5rem;
    }
}

.floor .floor-plan-data .right-info .spec .spec-info h1 {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-family: Athena Regular, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 400px) {

    .floor .floor-plan-data .right-info .spec .spec-info h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 500px) {

    .floor .floor-plan-data .right-info .spec .spec-info h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info .spec .spec-info h1 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info .spec .spec-info h1 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .spec .spec-info h1 {
        font-size: 44px;
    }
}

@media (min-width: 1280px) {

    .floor .floor-plan-data .right-info .spec .spec-info h1 {
        font-size: 55px;
    }
}

.floor .floor-plan-data .right-info .spec .spec-info img {
    height: 22px;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
}

@media (min-width: 400px) {

    .floor .floor-plan-data .right-info .spec .spec-info img {
        height: 26px;
    }
}

@media (min-width: 500px) {

    .floor .floor-plan-data .right-info .spec .spec-info img {
        height: 32px;
    }
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info .spec .spec-info img {
        height: 40px;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info .spec .spec-info img {
        height: 42px;
    }
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .spec .spec-info img {
        height: 46px;
    }
}

@media (min-width: 1280px) {

    .floor .floor-plan-data .right-info .spec .spec-info img {
        height: 48px;
    }
}

.floor .floor-plan-data .right-info .info-liner {
    width: 30%;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 56 98 / var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.floor .floor-plan-data .right-info .spec-area {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (min-width: 1024px) {

    .floor .floor-plan-data .right-info .spec-area {
        margin-bottom: 1.25rem;
    }
}

.floor .floor-plan-data .right-info .spec-area p {
    font-family: Montserrat, sans-serif;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(4 57 99 / var(--tw-text-opacity));
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

@media (min-width: 500px) {

    .floor .floor-plan-data .right-info .spec-area p {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 640px) {

    .floor .floor-plan-data .right-info .spec-area p {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 768px) {

    .floor .floor-plan-data .right-info .spec-area p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1280px) {

    .floor .floor-plan-data .right-info .spec-area p {
        font-size: 28px;
    }
}

/* base image styling */

/* active (center) slide scaled up */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */

input[type="number"] {
        -moz-appearance: textfield;
    }

input.checkbox {
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.gallery-container {
    aspect-ratio: 4/3 !important;
    height: 100%;
    --tw-scale-x: 1;
    --tw-scale-y: 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));
    padding: 1px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.4s;
}

@media (min-width: 640px) {

    .gallery-container {
        padding: 0.125rem;
    }
}

.gallery-container.active {
    position: relative;
    z-index: 10;
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    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));
    padding: 1px;
}

@media (min-width: 640px) {

    .gallery-container.active {
        padding: 0.125rem;
    }
}

.gallery-container img,
        .gallery-container video {
    height: 100% !important;
    width: 100% !important;
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (min-width: 640px) {

    .gallery-container img,
        .gallery-container video {
        border-radius: 1rem;
    }
}

@media (min-width: 768px) {

    .gallery-container img,
        .gallery-container video {
        border-radius: 20px;
    }
}

@media (min-width: 1024px) {

    .gallery-container img,
        .gallery-container video {
        border-radius: 1.5rem;
    }
}

@media (min-width: 1280px) {

    .gallery-container img,
        .gallery-container video {
        border-radius: 30px;
    }
}

.floor-plan-arrow-class {
    height: 26px;
    width: auto;
}

@media (min-width: 1024px) {

    .floor-plan-arrow-class {
        height: 29px;
    }
}

@media (min-width: 1280px) {

    .floor-plan-arrow-class {
        height: 33px;
    }
}

.floor-plan-arrow {
    height: auto;
    width: 26px;
}

@media (min-width: 1024px) {

    .floor-plan-arrow {
        width: 29px;
    }
}

@media (min-width: 1280px) {

    .floor-plan-arrow {
        width: 33px;
    }
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.\!relative {
    position: relative !important;
}

.relative {
    position: relative;
}

.sticky {
    position: sticky;
}

.inset-0 {
    inset: 0px;
}

.\!left-\[15\%\] {
    left: 15% !important;
}

.\!left-\[8\%\] {
    left: 8% !important;
}

.\!right-\[15\%\] {
    right: 15% !important;
}

.\!right-\[8\%\] {
    right: 8% !important;
}

.-top-\[90px\] {
    top: -90px;
}

.bottom-6 {
    bottom: 1.5rem;
}

.bottom-\[10\%\] {
    bottom: 10%;
}

.bottom-\[12\.5\%\] {
    bottom: 12.5%;
}

.bottom-\[13\%\] {
    bottom: 13%;
}

.bottom-\[14\%\] {
    bottom: 14%;
}

.bottom-\[16\.5\%\] {
    bottom: 16.5%;
}

.bottom-\[16\.6\%\] {
    bottom: 16.6%;
}

.bottom-\[2\%\] {
    bottom: 2%;
}

.bottom-\[20\.5\%\] {
    bottom: 20.5%;
}

.bottom-\[21\.5\%\] {
    bottom: 21.5%;
}

.bottom-\[24\%\] {
    bottom: 24%;
}

.bottom-\[25\%\] {
    bottom: 25%;
}

.bottom-\[25\.5\%\] {
    bottom: 25.5%;
}

.bottom-\[27\%\] {
    bottom: 27%;
}

.bottom-\[29\%\] {
    bottom: 29%;
}

.bottom-\[3\%\] {
    bottom: 3%;
}

.bottom-\[30px\] {
    bottom: 30px;
}

.bottom-\[37\%\] {
    bottom: 37%;
}

.bottom-\[39\%\] {
    bottom: 39%;
}

.bottom-\[40\%\] {
    bottom: 40%;
}

.bottom-\[40\.5\%\] {
    bottom: 40.5%;
}

.bottom-\[42\%\] {
    bottom: 42%;
}

.bottom-\[44\.5\%\] {
    bottom: 44.5%;
}

.bottom-\[45\%\] {
    bottom: 45%;
}

.bottom-\[46\.4\%\] {
    bottom: 46.4%;
}

.bottom-\[48\%\] {
    bottom: 48%;
}

.bottom-\[5\%\] {
    bottom: 5%;
}

.bottom-\[51\%\] {
    bottom: 51%;
}

.bottom-\[52\%\] {
    bottom: 52%;
}

.bottom-\[54\%\] {
    bottom: 54%;
}

.bottom-\[56\%\] {
    bottom: 56%;
}

.bottom-\[58\.5\%\] {
    bottom: 58.5%;
}

.bottom-\[6\%\] {
    bottom: 6%;
}

.bottom-\[70\%\] {
    bottom: 70%;
}

.bottom-\[72\.5\%\] {
    bottom: 72.5%;
}

.bottom-\[81\%\] {
    bottom: 81%;
}

.bottom-\[84\%\] {
    bottom: 84%;
}

.bottom-\[86\.5\%\] {
    bottom: 86.5%;
}

.bottom-\[87\.5\%\] {
    bottom: 87.5%;
}

.bottom-\[9\%\] {
    bottom: 9%;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.left-\[-5\%\] {
    left: -5%;
}

.left-\[10\%\] {
    left: 10%;
}

.left-\[14\%\] {
    left: 14%;
}

.left-\[15\.8\%\] {
    left: 15.8%;
}

.left-\[22\.5\%\] {
    left: 22.5%;
}

.left-\[24\%\] {
    left: 24%;
}

.left-\[28\.5\%\] {
    left: 28.5%;
}

.left-\[3\%\] {
    left: 3%;
}

.left-\[3\.5\%\] {
    left: 3.5%;
}

.left-\[30\%\] {
    left: 30%;
}

.left-\[32\%\] {
    left: 32%;
}

.left-\[34\.5\%\] {
    left: 34.5%;
}

.left-\[36\%\] {
    left: 36%;
}

.left-\[37\.5\%\] {
    left: 37.5%;
}

.left-\[39\%\] {
    left: 39%;
}

.left-\[43\%\] {
    left: 43%;
}

.left-\[48\%\] {
    left: 48%;
}

.left-\[49\%\] {
    left: 49%;
}

.left-\[49\.4\%\] {
    left: 49.4%;
}

.left-\[5\%\] {
    left: 5%;
}

.left-\[53\%\] {
    left: 53%;
}

.left-\[56\%\] {
    left: 56%;
}

.left-\[57\%\] {
    left: 57%;
}

.left-\[6\%\] {
    left: 6%;
}

.left-\[6\.4\%\] {
    left: 6.4%;
}

.left-\[62\%\] {
    left: 62%;
}

.left-\[64\%\] {
    left: 64%;
}

.left-\[66\.5\%\] {
    left: 66.5%;
}

.left-\[69\.4\%\] {
    left: 69.4%;
}

.left-\[69\.5\%\] {
    left: 69.5%;
}

.left-\[7\%\] {
    left: 7%;
}

.left-\[71\.8\%\] {
    left: 71.8%;
}

.left-\[75\.5\%\] {
    left: 75.5%;
}

.left-\[77\.4\%\] {
    left: 77.4%;
}

.left-\[77\.8\%\] {
    left: 77.8%;
}

.left-\[83\%\] {
    left: 83%;
}

.left-\[84\.3\%\] {
    left: 84.3%;
}

.left-\[9\.5\%\] {
    left: 9.5%;
}

.left-\[90\%\] {
    left: 90%;
}

.left-\[91\%\] {
    left: 91%;
}

.left-\[94\.5\%\] {
    left: 94.5%;
}

.left-\[96\%\] {
    left: 96%;
}

.right-0 {
    right: 0px;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-\[17\%\] {
    right: 17%;
}

.right-\[19\%\] {
    right: 19%;
}

.right-\[2\%\] {
    right: 2%;
}

.right-\[22px\] {
    right: 22px;
}

.right-\[26\%\] {
    right: 26%;
}

.right-\[3\%\] {
    right: 3%;
}

.right-\[5\%\] {
    right: 5%;
}

.top-0 {
    top: 0px;
}

.top-4 {
    top: 1rem;
}

.top-5 {
    top: 1.25rem;
}

.top-\[-8\%\] {
    top: -8%;
}

.top-\[100\%\] {
    top: 100%;
}

.top-\[35\%\] {
    top: 35%;
}

.top-\[4\%\] {
    top: 4%;
}

.top-\[5\%\] {
    top: 5%;
}

.top-\[58\%\] {
    top: 58%;
}

.top-\[7\%\] {
    top: 7%;
}

.isolate {
    isolation: isolate;
}

.-z-10 {
    z-index: -10;
}

.-z-\[1\] {
    z-index: -1;
}

.z-0 {
    z-index: 0;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-\[-1\] {
    z-index: -1;
}

.z-\[100000\] {
    z-index: 100000;
}

.z-\[10000\] {
    z-index: 10000;
}

.z-\[1000\] {
    z-index: 1000;
}

.z-\[10\] {
    z-index: 10;
}

.z-\[1\] {
    z-index: 1;
}

.z-\[2\] {
    z-index: 2;
}

.z-\[3\] {
    z-index: 3;
}

.z-\[5\] {
    z-index: 5;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
}

.-mt-10 {
    margin-top: -2.5rem;
}

.-mt-8 {
    margin-top: -2rem;
}

.-mt-\[30\%\] {
    margin-top: -30%;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-0\.5 {
    margin-bottom: 0.125rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2\.5 {
    margin-bottom: 0.625rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[60px\] {
    margin-bottom: 60px;
}

.ml-\[10\%\] {
    margin-left: 10%;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-\[2\%\] {
    margin-right: 2%;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-\[2\.5px\] {
    margin-top: 2.5px;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.mt-\[5\%\] {
    margin-top: 5%;
}

.mt-\[70px\] {
    margin-top: 70px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.\!aspect-\[215\/158\] {
    aspect-ratio: 215/158 !important;
}

.aspect-\[12\/11\] {
    aspect-ratio: 12/11;
}

.aspect-\[7\/12\] {
    aspect-ratio: 7/12;
}

.aspect-\[7\/6\] {
    aspect-ratio: 7/6;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.\!h-\[12\%\] {
    height: 12% !important;
}

.\!h-\[14\%\] {
    height: 14% !important;
}

.\!h-\[6px\] {
    height: 6px !important;
}

.\!h-auto {
    height: auto !important;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-7 {
    height: 1.75rem;
}

.h-\[1px\] {
    height: 1px;
}

.h-\[20px\] {
    height: 20px;
}

.h-\[28px\] {
    height: 28px;
}

.h-\[30\%\] {
    height: 30%;
}

.h-\[40px\] {
    height: 40px;
}

.h-\[48px\] {
    height: 48px;
}

.h-\[50\%\] {
    height: 50%;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-\[50vh\] {
    max-height: 50vh;
}

.max-h-\[80\%\] {
    max-height: 80%;
}

.min-h-\[350px\] {
    min-height: 350px;
}

.min-h-\[660px\] {
    min-height: 660px;
}

.min-h-\[calc\(100vh-52px\)\] {
    min-height: calc(100vh - 52px);
}

.\!w-\[1\.25\%\] {
    width: 1.25% !important;
}

.\!w-auto {
    width: auto !important;
}

.\!w-full {
    width: 100% !important;
}

.w-10 {
    width: 2.5rem;
}

.w-4 {
    width: 1rem;
}

.w-\[10\%\] {
    width: 10%;
}

.w-\[12\.8px\] {
    width: 12.8px;
}

.w-\[13\%\] {
    width: 13%;
}

.w-\[180\%\] {
    width: 180%;
}

.w-\[1px\] {
    width: 1px;
}

.w-\[28px\] {
    width: 28px;
}

.w-\[3\%\] {
    width: 3%;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[31px\] {
    width: 31px;
}

.w-\[36\%\] {
    width: 36%;
}

.w-\[37\%\] {
    width: 37%;
}

.w-\[40\%\] {
    width: 40%;
}

.w-\[58px\] {
    width: 58px;
}

.w-\[65\%\] {
    width: 65%;
}

.w-\[70\%\] {
    width: 70%;
}

.w-\[75vw\] {
    width: 75vw;
}

.w-\[8\%\] {
    width: 8%;
}

.w-\[80\%\] {
    width: 80%;
}

.w-\[85\%\] {
    width: 85%;
}

.w-\[90\%\] {
    width: 90%;
}

.w-\[95\%\] {
    width: 95%;
}

.w-auto {
    width: auto;
}

.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.max-w-\[250px\] {
    max-width: 250px;
}

.max-w-\[52\%\] {
    max-width: 52%;
}

.max-w-\[800px\] {
    max-width: 800px;
}

.max-w-none {
    max-width: none;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.max-w-sm {
    max-width: 24rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-\[2\] {
    flex: 2;
}

.origin-right {
    transform-origin: right;
}

.-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));
}

.rotate-\[90deg\] {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

.appearance-none {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.grid-flow-col {
    grid-auto-flow: column;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.\!gap-10 {
    gap: 2.5rem !important;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-\[14px\] {
    gap: 14px;
}

.gap-\[6px\] {
    gap: 6px;
}

.gap-y-9 {
    row-gap: 2.25rem;
}

.self-center {
    align-self: center;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.\!overflow-visible {
    overflow: visible !important;
}

.\!overflow-x-clip {
    overflow-x: clip !important;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.\!rounded-\[15px\] {
    border-radius: 15px !important;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-\[10px\] {
    border-radius: 10px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-themeBlue1 {
    --tw-border-opacity: 1;
    border-color: rgb(0 56 98 / var(--tw-border-opacity));
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\!bg-themeBlue3 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(10 81 134 / var(--tw-bg-opacity)) !important;
}

.\!bg-transparent {
    background-color: transparent !important;
}

.bg-\[\#5DB6F9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(93 182 249 / var(--tw-bg-opacity));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-themeBlue1 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 56 98 / var(--tw-bg-opacity));
}

.bg-themeBlue6 {
    --tw-bg-opacity: 1;
    background-color: rgb(4 57 99 / var(--tw-bg-opacity));
}

.bg-themeBlue7 {
    --tw-bg-opacity: 1;
    background-color: rgb(93 182 249 / var(--tw-bg-opacity));
}

.bg-themeGray4 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\!bg-opacity-80 {
    --tw-bg-opacity: 0.8 !important;
}

.bg-opacity-30 {
    --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-95 {
    --tw-bg-opacity: 0.95;
}

.bg-bg-mobile-site {
    background-image: url('../public/images/bg-mobile-site.png?v=3');
}

.bg-bg-site {
    background-image: url('../public/images/bg-site.png?v=3');
}

.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));
}

.from-\[\#003862\] {
    --tw-gradient-from: #003862 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(0 56 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#003862\]\/0 {
    --tw-gradient-to: rgb(0 56 98 / 0) var(--tw-gradient-to-position);
}

.bg-cover {
    background-size: cover;
}

.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-8 {
    padding: 2rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-\[4\%\] {
    padding-left: 4%;
    padding-right: 4%;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-\[10\%\] {
    padding-bottom: 10%;
}

.pl-\[5\%\] {
    padding-left: 5%;
}

.pr-12 {
    padding-right: 3rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-\[120px\] {
    padding-top: 120px;
}

.text-center {
    text-align: center;
}

.\!text-start {
    text-align: start !important;
}

.text-start {
    text-align: start;
}

.font-athena {
    font-family: Athena Regular, sans-serif;
}

.font-montserrat {
    font-family: Montserrat, sans-serif;
}

.\!text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-\[11px\] {
    font-size: 11px;
}

.text-\[13px\] {
    font-size: 13px;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[21px\] {
    font-size: 21px;
}

.text-\[26px\] {
    font-size: 26px;
}

.text-\[28px\] {
    font-size: 28px;
}

.text-\[8px\] {
    font-size: 8px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.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-semibold {
    font-weight: 600;
}

.tracking-normal {
    letter-spacing: 0em;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.tracking-widest {
    letter-spacing: 0.1em;
}

.\!text-\[\#5DB6F9\] {
    --tw-text-opacity: 1 !important;
    color: rgb(93 182 249 / var(--tw-text-opacity)) !important;
}

.\!text-black {
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.\!text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-themeBlue1 {
    --tw-text-opacity: 1;
    color: rgb(0 56 98 / var(--tw-text-opacity));
}

.text-themeBlue2 {
    --tw-text-opacity: 1;
    color: rgb(10 81 134 / var(--tw-text-opacity));
}

.text-themeBlue4 {
    --tw-text-opacity: 1;
    color: rgb(90 124 149 / var(--tw-text-opacity));
}

.text-themeBlue5 {
    --tw-text-opacity: 1;
    color: rgb(65 156 223 / var(--tw-text-opacity));
}

.text-themeBlue6 {
    --tw-text-opacity: 1;
    color: rgb(4 57 99 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!underline {
    text-decoration-line: underline !important;
}

.underline {
    text-decoration-line: underline;
}

.\!opacity-100 {
    opacity: 1 !important;
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-35 {
    opacity: 0.35;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-80 {
    opacity: 0.8;
}

.opacity-85 {
    opacity: 0.85;
}

.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-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);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.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);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-\[top\] {
    transition-property: top;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-100 {
    transition-duration: 100ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.placeholder\:font-montserrat::-moz-placeholder {
    font-family: Montserrat, sans-serif;
}

.placeholder\:font-montserrat::placeholder {
    font-family: Montserrat, sans-serif;
}

.placeholder\:text-sm::-moz-placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.placeholder\:text-sm::placeholder {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.placeholder\:font-medium::-moz-placeholder {
    font-weight: 500;
}

.placeholder\:font-medium::placeholder {
    font-weight: 500;
}

.placeholder\:text-themeBlue1::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 56 98 / var(--tw-text-opacity));
}

.placeholder\:text-themeBlue1::placeholder {
    --tw-text-opacity: 1;
    color: rgb(0 56 98 / var(--tw-text-opacity));
}

.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-themeBlue2:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(10 81 134 / var(--tw-bg-opacity));
}

.hover\:bg-themePink1:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(235 183 177 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-80:hover {
    --tw-bg-opacity: 0.8;
}

.hover\:pb-3:hover {
    padding-bottom: 0.75rem;
}

.hover\:text-themeBlue5:hover {
    --tw-text-opacity: 1;
    color: rgb(65 156 223 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
    opacity: 1;
}

.group:hover .group-hover\:scale-105 {
    --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));
}

.group:hover .group-hover\:scale-110 {
    --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));
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

@media (min-width: 400px) {

    .xs\:left-\[15\%\] {
        left: 15%;
    }

    .xs\:mt-\[60px\] {
        margin-top: 60px;
    }

    .xs\:h-\[22px\] {
        height: 22px;
    }

    .xs\:min-h-\[380px\] {
        min-height: 380px;
    }

    .xs\:w-\[33px\] {
        width: 33px;
    }

    .xs\:w-\[70\%\] {
        width: 70%;
    }

    .xs\:gap-2 {
        gap: 0.5rem;
    }

    .xs\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xs\:text-\[15px\] {
        font-size: 15px;
    }

    .xs\:text-\[21px\] {
        font-size: 21px;
    }

    .xs\:text-\[26px\] {
        font-size: 26px;
    }

    .xs\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xs\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .xs\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 500px) {

    .fm\:right-\[2\.5\%\] {
        right: 2.5%;
    }

    .fm\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .fm\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .fm\:-mt-16 {
        margin-top: -4rem;
    }

    .fm\:mb-20 {
        margin-bottom: 5rem;
    }

    .fm\:mb-8 {
        margin-bottom: 2rem;
    }

    .fm\:mt-0 {
        margin-top: 0px;
    }

    .fm\:mt-10 {
        margin-top: 2.5rem;
    }

    .fm\:mt-3 {
        margin-top: 0.75rem;
    }

    .fm\:mt-4 {
        margin-top: 1rem;
    }

    .fm\:mt-8 {
        margin-top: 2rem;
    }

    .fm\:mt-\[80px\] {
        margin-top: 80px;
    }

    .fm\:aspect-\[7\/11\] {
        aspect-ratio: 7/11;
    }

    .fm\:h-\[26px\] {
        height: 26px;
    }

    .fm\:min-h-\[460px\] {
        min-height: 460px;
    }

    .fm\:w-\[13px\] {
        width: 13px;
    }

    .fm\:w-\[36px\] {
        width: 36px;
    }

    .fm\:w-\[60\%\] {
        width: 60%;
    }

    .fm\:w-\[70vw\] {
        width: 70vw;
    }

    .fm\:w-\[80\%\] {
        width: 80%;
    }

    .fm\:w-\[85\%\] {
        width: 85%;
    }

    .fm\:w-\[92\%\] {
        width: 92%;
    }

    .fm\:gap-2 {
        gap: 0.5rem;
    }

    .fm\:gap-5 {
        gap: 1.25rem;
    }

    .fm\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .fm\:p-5 {
        padding: 1.25rem;
    }

    .fm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .fm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .fm\:text-\[10px\] {
        font-size: 10px;
    }

    .fm\:text-\[13px\] {
        font-size: 13px;
    }

    .fm\:text-\[27px\] {
        font-size: 27px;
    }

    .fm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .fm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .fm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 640px) {

    .sm\:top-\[15\%\] {
        top: 15%;
    }

    .sm\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .sm\:my-4 {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .sm\:-mt-10 {
        margin-top: -2.5rem;
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .sm\:mt-10 {
        margin-top: 2.5rem;
    }

    .sm\:mt-12 {
        margin-top: 3rem;
    }

    .sm\:mt-5 {
        margin-top: 1.25rem;
    }

    .sm\:mt-\[10\%\] {
        margin-top: 10%;
    }

    .sm\:mt-\[3px\] {
        margin-top: 3px;
    }

    .sm\:mt-\[50px\] {
        margin-top: 50px;
    }

    .sm\:mt-\[90px\] {
        margin-top: 90px;
    }

    .sm\:aspect-\[7\/10\] {
        aspect-ratio: 7/10;
    }

    .sm\:\!h-\[12\%\] {
        height: 12% !important;
    }

    .sm\:\!h-\[7px\] {
        height: 7px !important;
    }

    .sm\:h-\[28px\] {
        height: 28px;
    }

    .sm\:h-\[32px\] {
        height: 32px;
    }

    .sm\:h-\[56px\] {
        height: 56px;
    }

    .sm\:min-h-\[550px\] {
        min-height: 550px;
    }

    .sm\:w-\[14px\] {
        width: 14px;
    }

    .sm\:w-\[32px\] {
        width: 32px;
    }

    .sm\:w-\[35px\] {
        width: 35px;
    }

    .sm\:w-\[39px\] {
        width: 39px;
    }

    .sm\:w-\[50\%\] {
        width: 50%;
    }

    .sm\:w-\[55\%\] {
        width: 55%;
    }

    .sm\:w-\[7\%\] {
        width: 7%;
    }

    .sm\:w-\[70\%\] {
        width: 70%;
    }

    .sm\:w-\[85\%\] {
        width: 85%;
    }

    .sm\:max-w-\[320px\] {
        max-width: 320px;
    }

    .sm\:gap-3 {
        gap: 0.75rem;
    }

    .sm\:\!rounded-\[18px\] {
        border-radius: 18px !important;
    }

    .sm\:rounded-2xl {
        border-radius: 1rem;
    }

    .sm\:rounded-\[28px\] {
        border-radius: 28px;
    }

    .sm\:p-3 {
        padding: 0.75rem;
    }

    .sm\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .sm\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .sm\:text-\[15px\] {
        font-size: 15px;
    }

    .sm\:text-\[17px\] {
        font-size: 17px;
    }

    .sm\:text-\[19px\] {
        font-size: 19px;
    }

    .sm\:text-\[27px\] {
        font-size: 27px;
    }

    .sm\:text-\[28px\] {
        font-size: 28px;
    }

    .sm\:text-\[33px\] {
        font-size: 33px;
    }

    .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 768px) {

    .md\:right-\[2\%\] {
        right: 2%;
    }

    .md\:top-\[20\%\] {
        top: 20%;
    }

    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .md\:my-5 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:mb-0\.5 {
        margin-bottom: 0.125rem;
    }

    .md\:mb-1 {
        margin-bottom: 0.25rem;
    }

    .md\:mb-1\.5 {
        margin-bottom: 0.375rem;
    }

    .md\:mb-12 {
        margin-bottom: 3rem;
    }

    .md\:mt-10 {
        margin-top: 2.5rem;
    }

    .md\:mt-12 {
        margin-top: 3rem;
    }

    .md\:mt-2 {
        margin-top: 0.5rem;
    }

    .md\:mt-2\.5 {
        margin-top: 0.625rem;
    }

    .md\:mt-6 {
        margin-top: 1.5rem;
    }

    .md\:mt-\[20\%\] {
        margin-top: 20%;
    }

    .md\:mt-\[3\.5px\] {
        margin-top: 3.5px;
    }

    .md\:mt-\[60px\] {
        margin-top: 60px;
    }

    .md\:flex {
        display: flex;
    }

    .md\:hidden {
        display: none;
    }

    .md\:\!h-\[10\%\] {
        height: 10% !important;
    }

    .md\:\!h-\[8px\] {
        height: 8px !important;
    }

    .md\:h-\[32px\] {
        height: 32px;
    }

    .md\:h-\[42px\] {
        height: 42px;
    }

    .md\:min-h-\[610px\] {
        min-height: 610px;
    }

    .md\:w-\[16px\] {
        width: 16px;
    }

    .md\:w-\[42px\] {
        width: 42px;
    }

    .md\:w-\[6\%\] {
        width: 6%;
    }

    .md\:w-\[60\%\] {
        width: 60%;
    }

    .md\:w-\[65vw\] {
        width: 65vw;
    }

    .md\:w-\[8\%\] {
        width: 8%;
    }

    .md\:w-\[88\%\] {
        width: 88%;
    }

    .md\:max-w-\[400px\] {
        max-width: 400px;
    }

    .md\:gap-4 {
        gap: 1rem;
    }

    .md\:\!rounded-\[21px\] {
        border-radius: 21px !important;
    }

    .md\:rounded-\[20px\] {
        border-radius: 20px;
    }

    .md\:rounded-\[32px\] {
        border-radius: 32px;
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .md\:py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .md\:py-\[10px\] {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .md\:text-\[15px\] {
        font-size: 15px;
    }

    .md\:text-\[17px\] {
        font-size: 17px;
    }

    .md\:text-\[33px\] {
        font-size: 33px;
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .lg\:absolute {
        position: absolute;
    }

    .lg\:\!left-\[45\%\] {
        left: 45% !important;
    }

    .lg\:\!right-\[45\%\] {
        right: 45% !important;
    }

    .lg\:\!top-\[125\%\] {
        top: 125% !important;
    }

    .lg\:left-\[1\.5\%\] {
        left: 1.5%;
    }

    .lg\:left-\[5\%\] {
        left: 5%;
    }

    .lg\:my-20 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .lg\:my-8 {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .lg\:-mt-10 {
        margin-top: -2.5rem;
    }

    .lg\:-mt-12 {
        margin-top: -3rem;
    }

    .lg\:-mt-\[15\%\] {
        margin-top: -15%;
    }

    .lg\:mb-0 {
        margin-bottom: 0px;
    }

    .lg\:mb-20 {
        margin-bottom: 5rem;
    }

    .lg\:ml-5 {
        margin-left: 1.25rem;
    }

    .lg\:ml-\[6\%\] {
        margin-left: 6%;
    }

    .lg\:mr-0 {
        margin-right: 0px;
    }

    .lg\:mr-4 {
        margin-right: 1rem;
    }

    .lg\:mt-10 {
        margin-top: 2.5rem;
    }

    .lg\:mt-20 {
        margin-top: 5rem;
    }

    .lg\:mt-7 {
        margin-top: 1.75rem;
    }

    .lg\:mt-8 {
        margin-top: 2rem;
    }

    .lg\:mt-\[100px\] {
        margin-top: 100px;
    }

    .lg\:mt-\[4px\] {
        margin-top: 4px;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:\!hidden {
        display: none !important;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:aspect-\[4\/3\] {
        aspect-ratio: 4/3;
    }

    .lg\:\!h-\[9px\] {
        height: 9px !important;
    }

    .lg\:h-10 {
        height: 2.5rem;
    }

    .lg\:h-8 {
        height: 2rem;
    }

    .lg\:h-\[85\%\] {
        height: 85%;
    }

    .lg\:max-h-\[90vh\] {
        max-height: 90vh;
    }

    .lg\:min-h-\[calc\(100vh-64px\)\] {
        min-height: calc(100vh - 64px);
    }

    .lg\:w-\[10\%\] {
        width: 10%;
    }

    .lg\:w-\[17px\] {
        width: 17px;
    }

    .lg\:w-\[3\%\] {
        width: 3%;
    }

    .lg\:w-\[30\%\] {
        width: 30%;
    }

    .lg\:w-\[4\%\] {
        width: 4%;
    }

    .lg\:w-\[45px\] {
        width: 45px;
    }

    .lg\:w-\[50\%\] {
        width: 50%;
    }

    .lg\:w-\[55\%\] {
        width: 55%;
    }

    .lg\:w-\[60vw\] {
        width: 60vw;
    }

    .lg\:w-\[70\%\] {
        width: 70%;
    }

    .lg\:w-\[80\%\] {
        width: 80%;
    }

    .lg\:w-\[90\%\] {
        width: 90%;
    }

    .lg\:w-\[95\%\] {
        width: 95%;
    }

    .lg\:w-auto {
        width: auto;
    }

    .lg\:min-w-\[450px\] {
        min-width: 450px;
    }

    .lg\:max-w-\[700px\] {
        max-width: 700px;
    }

    .lg\:max-w-lg {
        max-width: 32rem;
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .lg\:items-start {
        align-items: flex-start;
    }

    .lg\:gap-10 {
        gap: 2.5rem;
    }

    .lg\:gap-3 {
        gap: 0.75rem;
    }

    .lg\:gap-4 {
        gap: 1rem;
    }

    .lg\:gap-5 {
        gap: 1.25rem;
    }

    .lg\:gap-7 {
        gap: 1.75rem;
    }

    .lg\:gap-y-5 {
        row-gap: 1.25rem;
    }

    .lg\:\!rounded-\[30px\] {
        border-radius: 30px !important;
    }

    .lg\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .lg\:rounded-\[30px\] {
        border-radius: 30px;
    }

    .lg\:rounded-\[32px\] {
        border-radius: 32px;
    }

    .lg\:rounded-\[40px\] {
        border-radius: 40px;
    }

    .lg\:rounded-b-xl {
        border-bottom-right-radius: 0.75rem;
        border-bottom-left-radius: 0.75rem;
    }

    .lg\:border-\[2px\] {
        border-width: 2px;
    }

    .lg\:bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

    .lg\:bg-bg-site {
        background-image: url('../public/images/bg-site.png?v=3');
    }

    .lg\:p-4 {
        padding: 1rem;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .lg\:py-3 {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .lg\:pb-8 {
        padding-bottom: 2rem;
    }

    .lg\:pb-\[2\%\] {
        padding-bottom: 2%;
    }

    .lg\:pr-9 {
        padding-right: 2.25rem;
    }

    .lg\:pt-6 {
        padding-top: 1.5rem;
    }

    .lg\:pt-\[calc\(85px\+15vh\)\] {
        padding-top: calc(85px + 15vh);
    }

    .lg\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .lg\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .lg\:text-\[19px\] {
        font-size: 19px;
    }

    .lg\:text-\[22px\] {
        font-size: 22px;
    }

    .lg\:text-\[33px\] {
        font-size: 33px;
    }

    .lg\:text-\[48px\] {
        font-size: 48px;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lg\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .lg\:text-xs {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1100px) {

    .mlg\:aspect-\[16\/10\] {
        aspect-ratio: 16/10;
    }
}

@media (min-width: 1280px) {

    .xl\:bottom-\[15\%\] {
        bottom: 15%;
    }

    .xl\:left-\[5\%\] {
        left: 5%;
    }

    .xl\:right-\[1\%\] {
        right: 1%;
    }

    .xl\:top-\[5\%\] {
        top: 5%;
    }

    .xl\:top-auto {
        top: auto;
    }

    .xl\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .xl\:ml-\[8\%\] {
        margin-left: 8%;
    }

    .xl\:mr-10 {
        margin-right: 2.5rem;
    }

    .xl\:mt-0 {
        margin-top: 0px;
    }

    .xl\:h-10 {
        height: 2.5rem;
    }

    .xl\:h-12 {
        height: 3rem;
    }

    .xl\:min-h-\[calc\(100vh-72px\)\] {
        min-height: calc(100vh - 72px);
    }

    .xl\:w-\[18px\] {
        width: 18px;
    }

    .xl\:w-\[2\.5\%\] {
        width: 2.5%;
    }

    .xl\:w-\[25\%\] {
        width: 25%;
    }

    .xl\:w-\[30\%\] {
        width: 30%;
    }

    .xl\:w-\[48px\] {
        width: 48px;
    }

    .xl\:w-\[50\%\] {
        width: 50%;
    }

    .xl\:w-\[55\%\] {
        width: 55%;
    }

    .xl\:w-\[55vw\] {
        width: 55vw;
    }

    .xl\:w-\[60\%\] {
        width: 60%;
    }

    .xl\:w-\[70\%\] {
        width: 70%;
    }

    .xl\:w-\[75\%\] {
        width: 75%;
    }

    .xl\:w-\[8\%\] {
        width: 8%;
    }

    .xl\:w-\[80\%\] {
        width: 80%;
    }

    .xl\:w-\[90\%\] {
        width: 90%;
    }

    .xl\:w-\[95\%\] {
        width: 95%;
    }

    .xl\:gap-2 {
        gap: 0.5rem;
    }

    .xl\:gap-4 {
        gap: 1rem;
    }

    .xl\:gap-5 {
        gap: 1.25rem;
    }

    .xl\:gap-6 {
        gap: 1.5rem;
    }

    .xl\:gap-\[18px\] {
        gap: 18px;
    }

    .xl\:rounded-\[30px\] {
        border-radius: 30px;
    }

    .xl\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .xl\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .xl\:pt-8 {
        padding-top: 2rem;
    }

    .xl\:pt-\[80px\] {
        padding-top: 80px;
    }

    .xl\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .xl\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .xl\:text-\[17px\] {
        font-size: 17px;
    }

    .xl\:text-\[21px\] {
        font-size: 21px;
    }

    .xl\:text-\[33px\] {
        font-size: 33px;
    }

    .xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xl\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .xl\:placeholder\:text-base::-moz-placeholder {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .xl\:placeholder\:text-base::placeholder {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1536px) {

    .\32xl\:left-\[7\%\] {
        left: 7%;
    }

    .\32xl\:top-\[7\%\] {
        top: 7%;
    }

    .\32xl\:my-\[100px\] {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .\32xl\:-mt-\[10\%\] {
        margin-top: -10%;
    }

    .\32xl\:mb-\[100px\] {
        margin-bottom: 100px;
    }

    .\32xl\:ml-\[10\%\] {
        margin-left: 10%;
    }

    .\32xl\:mt-\[120px\] {
        margin-top: 120px;
    }

    .\32xl\:min-h-\[700px\] {
        min-height: 700px;
    }

    .\32xl\:w-\[18\%\] {
        width: 18%;
    }

    .\32xl\:w-\[2\%\] {
        width: 2%;
    }

    .\32xl\:w-\[45\%\] {
        width: 45%;
    }

    .\32xl\:w-\[70\%\] {
        width: 70%;
    }

    .\32xl\:w-\[85\%\] {
        width: 85%;
    }

    .\32xl\:max-w-xl {
        max-width: 36rem;
    }

    .\32xl\:flex-\[2\.5\] {
        flex: 2.5;
    }

    .\32xl\:gap-10 {
        gap: 2.5rem;
    }

    .\32xl\:gap-3 {
        gap: 0.75rem;
    }

    .\32xl\:gap-5 {
        gap: 1.25rem;
    }

    .\32xl\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .\32xl\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .\32xl\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .\32xl\:placeholder\:text-xl::-moz-placeholder {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .\32xl\:placeholder\:text-xl::placeholder {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
