html {
    scroll-behavior: smooth; 
    scroll-padding-top: 1rem;
    font-size: 14px;
    font-weight: 400;
}

.-z-50 { z-index: -50 }
.absolute { position: absolute }
.basis-1\/5 { flex-basis: 20% }
.basis-full { flex-basis: 100% }
.bg-black { background-color: black }
.block { display: block }
.border-0 { border-width: 0 }
.border { border-width: 1px }
.border-b { border-bottom-width: 1px; }
.border-2 { border-width: 2px }
.border-\[1px\] { border-width: 1px }
.border-solid { border-style: solid }
.border-transparent { border-color: transparent }
.border-white { border-color: white }
.border-black { border-color: black }
.border-gray-100 { border-color: #f0f0f0 }
.bottom-0 { bottom: 0 }
.bg-gray-100 { background-color: #f0f0f0 }
.bg-black\/80 { background-color: rgba(0, 0, 0, 0.8) }
.bg-\[\#1e88e5\] { background-color: #1e88e5 }
.cursor-pointer { cursor: pointer }
.clear-both { clear: both }
.fixed { position: fixed }
.flex { display: flex }
.flex-col { flex-direction: column }
.flex-col-reverse { flex-direction: column-reverse }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.float-left { float: left }
.float-right { float: right }
.font-bold { font-weight: 700 }
.font-extralight { font-weight: 200 }
.font-medium { font-weight: 500 }
.gap-1 { gap: 0.25rem }
.gap-2 { gap: 0.5rem }
.gap-4 { gap: 1rem }
.gap-6 { gap: 1.5rem }
.gap-8 { gap: 2rem }
.gap-10 { gap: 2.5rem }
.gap-x-12 { gap: 3rem }
.grow { flex-grow: 1 }
.grow-0 { flex-grow: 0 }
.grid { display: grid }
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)) }
.hidden { display: none }
.h-\[125\%\] { height: 125% }
.h-\[4px\] { height: 4px }
.h-\[6rem\] { height: 6rem }
.h-8 { height: 2rem }
.h-16 { height: 3rem }
.h-20 { height: 5rem }
.h-32 { height: 8rem }
.h-96 { height: 24rem }
.h-full { height: 100% }
.items-center { align-items: center }
.invalid\:border-red:invalid { border-color: red }
.justify-between { justify-content: space-between }
.justify-center { justify-content: center }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }

.m-auto { margin: auto }
.m-2 { margin: 0.5rem }
.m-4 { margin: 1rem }

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

.my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem }
.my-4 { margin-top: 1rem; margin-bottom: 1rem }
.my-8 { margin-top: 2rem; margin-bottom: 2rem }

.mt-1 { margin-top: 0.25rem }
.mt-8 { margin-top: 2rem }
.ml-8 { margin-left: 2rem }
.mb-2 { margin-bottom: 0.5rem }
.mb-4 { margin-bottom: 1rem }
.mb-8 { margin-bottom: 2rem }
.-mb-8 { margin-bottom: -2rem }
.mb-10 { margin-bottom: 2.5rem }
.mb-20 { margin-bottom: 5rem }
.mb-40 { margin-bottom: 10rem }

.my-\[2rem\] { margin-top: 2rem; margin-bottom: 2rem }
.my-\[5px\] { margin-top: 5px; margin-bottom: 5px }

.mt-\[3px\] { margin-top: 3px }
.mb-\[20px\] { margin-bottom: 20px }

.max-w-screen-xl { max-width: 100vw }
.min-w-full { min-width: 100% }

.min-h-screen { min-height: 100vh }
.min-h-16 { min-height: 4rem }

.max-w-\[128px\] { max-width: 128px }
.max-w-\[22rem\] { max-width: 22rem }
.max-w-\[80rem\] { max-width: 80rem }
.min-w-\[1rem\] { min-width: 1rem }

.min-h-\[8rem\] { min-height: 8rem }

.object-contain { object-fit: contain }
.object-cover { object-fit: cover }
.overflow-hidden { overflow: hidden }
.overflow-x-hidden { overflow-x: hidden }
.overflow-x-auto { overflow-x: auto }

.p-1 { padding: 0.25rem }
.p-2 { padding: 0.5rem; }
.p-4 { padding: 1rem }
.p-8 { padding: 2rem }
.p-10 { padding: 2.5rem }

.px-2 { padding-left: 0.5rem; padding-right: 0.5rem }
.px-4 { padding-left: 1rem; padding-right: 1rem }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem }

.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem }
.py-4 { padding-top: 1rem; padding-bottom: 1rem }
.py-8 { padding-top: 2rem; padding-bottom: 2rem }
.py-16 { padding-top: 4rem; padding-bottom: 4rem }

.pt-2 { padding-top: 0.5rem }
.pt-4 { padding-top: 1rem }
.pt-10 { padding-top: 2.5rem }

.pl-2 { padding-left: 0.5rem }

.pr-1 { padding-right: 0.25rem }

.pb-2 { padding-bottom: 0.5rem }
.pb-4 { padding-bottom: 1rem }

.p-\[1px\] { padding: 1px }

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

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

.right-0 { right: 0 }
.relative { position: relative }

.rounded { border-radius: 0.25rem }
.rounded-sm { border-radius: 0.125rem }
.rounded-full { border-radius: 99rem }

.static { position: static }
.select-none { user-select: none }
.sticky { position: sticky }
.shrink-0 { flex-shrink: 0 }

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

.text-ellipsis { text-overflow: ellipsis }

.text-white { color: white }
.text-red-500 { color: #ef4444 }

.text-xs { font-size: 0.75rem; line-height: 1rem }
.text-lg { font-size: 1.125rem; line-height: 1.75rem }
.text-xl { font-size: 1.25rem; line-height: 1.75rem }
.text-2xl { font-size: 1.5rem; line-height: 2rem }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem }
.text-5xl { font-size: 3rem; line-height: 1 }

.top-0 { top: 0 }
.underline { text-decoration: underline }
.w-\[60px\] { width: 60px }
.w-8 { width: 2rem }
.w-16 { width: 3rem }
.w-32 { width: 8rem }
.w-96 { width: 24rem }
.w-\[6rem\] { width: 6rem }
.w-\[8rem\] { width: 8rem }
.w-\[50\%\] { width: 50% }
.w-auto { width: auto }
.w-full { width: 100% }
.whitespace-nowrap { white-space: nowrap }
.whitespace-pre-line { white-space: pre-line }
.whitespace-pre-wrap { white-space: pre-wrap }
.z-\[1000\] { z-index: 1000 }

.disabled\:bg-blue-100:disabled { background-color: #dbeafe }

.OrderOnlineLink {}

.section:first-of-type:not(.section-hero-panel) {
    padding-top: 3.5rem;
}
.section:first-of-type.section-hero-panel .rich-text-container {
    padding-top: 2rem;
}

.rich-text-content {
    all: unset;
}

.collapsible {
    max-height: 0;
}
.collapsible.opening {
    transition: max-height 0.2s ease;
}
.collapsible.open {
    max-height: 100vh;
}

.nav-item {}
.location-item { border: 1px solid }
.location-item.selected { border: 2px solid }

#container {}
#website-content {}

.section {
    background-position: center;
    background-size: cover;
}

.background-container {
    height: 100%;
    width: 100%;
    object-fit: contain;
    position: absolute;
    z-index: -50;
}

img.static {
    width: 16rem;
    height: 16rem;
    object-fit: cover;
    flex-basis: 20%;
}

.swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

:root {
    /* theme defaults */
    --theme-primary: rgb(0, 0, 0);
    --theme-primary-transparent: rgba(0, 0, 0, 0.1);
    --theme-selected: rgba(0, 0, 0, 0.6);
    --theme-font: sans-serif;
    --theme-header-size: 24px;
}

.border-theme-primary, .location-item {
	border-color: var(--theme-primary);
}

.bg-theme-primary {
	background-color: var(--theme-primary);
}

.text-theme-primary {
	color: var(--theme-primary);
}

.text-header {
	font-size: var(--theme-header-size);
}

.location-item.selected {
	background-color: var(--theme-selected);
}

.location-detail {
    background-color: var(--theme-primary-transparent);
    border-color: var(--theme-primary);
}

body {
	font-family: var(--theme-font);
}

.social { font-size: 14px; width: 14px; height: 14px; }
.nav-item:not(:last-child) li::after { 
    content: "";
    padding-left: 1em;
    color: white;
}

@media (min-width: 768px) {
    .md\:max-w-\[960px\] { max-width: 960px }
    .md\:hidden { display: none }
    .md\:flex { display: flex }
    .md\:basis-\[20\%\] { flex-basis: 20% }
    .md\:p-0 { padding: 0 }
    .md\:pt-0 { padding-top: 0 }
    .md\:px-0 { padding-left: 0; padding-right: 0 }
    .md\:my-0 { margin-top: 0; margin-bottom: 0 }
    .md\:gap-4 { column-gap: 1rem }
    .md\:flex { display: flex }
    .md\:flex-row { flex-direction: row }
    .md\:justify-center { justify-content: center }
    .md\:m-auto { margin: auto }
    .md\:mt-8 { margin-top: 2rem }
    .md\:w-\[30rem\] { width: 30rem }
    .md\:h-\[30rem\] { height: 30rem }
    .md\:max-w-8 { max-width: 2rem }
    .md\:grow { flex-grow: 1 }
    .md\:grow-0 { flex-grow: 0 }
    .md\:col-span-2 { grid-column: span 2 / span 2 }
    .md\:w-\[30rem\] { width: 30rem }
    .md\:w-\[63rem\] { width: 63rem }
    .md\:mx-auto { margin-left: auto; margin-right: auto }
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) }
    .md\:hidden { display: none }
    .md\:gap-8 { gap: 2rem }
    .md\:gap-x-12 { gap: 3rem }
    .md\:px-4 { padding-left: 1rem; padding-right: 1rem }
    .md\:px-8 { padding-left: 2rem; padding-right: 2rem }
    .md\:px-12 { padding-left: 3rem; padding-right: 3rem }

    footer > *:not(:last-child):after { content: ' | '; }

    .collapsible {
        max-height: 100vh;
    }

    .nav-item:not(:last-child) li::after { content: " | " }
}

@media (min-width: 1024px) {
    .lg\:max-w-\[1440px\] { max-width: 1440px }
}
