/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
/*!
Theme Name: mm_tw
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: mm_tw
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mm_tw is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: Inter, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-gray-50: oklch(98.5% 0.002 247.839);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-2xl: 42rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl--line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl--line-height: 1;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --leading-relaxed: 1.625;
  --radius-lg: 0.5rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-sm: 8px;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: 1745px;
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #2E2E2E;
}
p, span, div, li, td, th, label, input, textarea, select {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #9A1D1C;
}
@media (max-width: 768px) {
  h1,	h2:not(.location-title),	h3 {
    font-size: 30px !important;
  }
}
#primary-menu a, #mobile-primary-menu a {
  font-family: 'Inter-bold', Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #2E2E2E;
  padding: 16px 17px;
  border-radius: 0;
  font-weight: 700;
  transition: color 500ms ease-in, background-color 500ms ease-in;
  border-radius: var(--radius-lg);
}
#primary-menu a:hover {
  color: #fff;
  background-color: #9A1D1C;
  border-radius: var(--radius-lg);
  transform: none;
}
@keyframes menu-active-ease-in {
  0% {
    background-color: transparent;
    color: #2E2E2E;
    margin-top: 0;
    padding-top: 16px;
  }
  100% {
    background-color: #9A1D1C;
    color: #fff;
    margin-top: -24px;
    padding-top: 90px;
  }
}
#primary-menu .current-menu-item a, #primary-menu .current_page_item a {
  border-radius: var(--radius-lg);
  background-color: #9A1D1C;
  color: #fff;
  position: relative;
  margin-top: -24px;
  padding-top: 90px;
  animation: menu-active-ease-in 600ms ease-in forwards;
}
#primary-menu li, #mobile-primary-menu li {
  list-style-type: none;
}
#mobile-menu {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
#mobile-menu.show {
  display: block;
}
@media (max-width: 1023px) {
  #mobile-menu-button {
    padding: calc(var(--spacing) * 2);
  }
  #mobile-primary-menu a {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 3);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  #mobile-primary-menu {
    gap: calc(var(--spacing) * 4);
  }
}
.mobile-burger {
  color: #9A1D1C;
}
.mobile-menu-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: rgba(248, 248, 248, 0.98);
}
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: #9A1D1C;
  color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 300ms ease-in, transform 300ms ease-in;
  opacity: 0;
  transform: translateY(20px);
}
.scroll-to-top.visible {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
.scroll-to-top:hover {
  background-color: #7a1615;
}
@media (min-width: 1024px) {
  .scroll-to-top {
    display: none !important;
  }
  .scroll-to-top.desktop-allowed {
    display: none;
  }
  .scroll-to-top.desktop-allowed.visible {
    display: flex !important;
  }
}
@keyframes page-fly-in {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes page-fly-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-60px);
  }
}
#content, #colophon {
  animation: page-fly-in 350ms ease-in forwards;
}
#page.page-exit #content, #page.page-exit #colophon {
  animation: page-fly-out 250ms ease-in forwards;
}
@keyframes page-fly-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-fly-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
.home-landing.page-enter {
  animation: page-fly-down 500ms ease-in forwards;
}
.home-landing.page-exit {
  animation: page-fly-up 350ms ease-in forwards;
}
.custom-logo img {
  height: calc(var(--spacing) * 26);
  width: auto;
  max-width: 360px;
}
@media (max-width: 1023px) {
  .custom-logo img {
    height: calc(var(--spacing) * 14);
    width: auto;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .custom-logo img {
    height: calc(var(--spacing) * 10);
    width: auto;
    max-width: 150px;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
#colophon .max-w-content {
  border-top: 1px solid #9A1D1C;
  padding-top: 3rem;
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.who-we-are-page .entry-content p {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
}
.who-we-are-page .entry-content h2 {
  margin-top: calc(var(--spacing) * 8);
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  color: var(--color-primary);
  text-transform: uppercase;
}
.who-we-are-page .entry-content h1 {
  color: var(--color-primary);
}
.who-we-are-page .prose {
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
}
.who-we-are-page .prose p {
  margin-bottom: calc(var(--spacing) * 6);
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: #2E2E2E;
}
.who-we-are-page .prose h2 {
  margin-top: calc(var(--spacing) * 10);
  margin-bottom: calc(var(--spacing) * 4);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  color: var(--color-primary);
  text-transform: uppercase;
}
.location-accordion {
  display: flex;
  width: 100%;
  height: 700px;
  border-radius: 8px;
  overflow: hidden;
}
.location-card {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  background: #9A1D1C;
  height: 700px;
  flex: 1 1 0%;
}
.location-card.active {
  background: white;
  flex: 0 0 80%;
}
.location-header, .location-header-open {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: space-between;
  padding: calc(var(--spacing) * 8);
}
.location-content, .location-content-expanded {
  flex: 1;
  color: white;
}
.location-card.active .location-content {
  color: #9A1D1C;
}
.location-title {
  margin-bottom: calc(var(--spacing) * 0);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: 64px !important;
  line-height: 1.1;
  color: white;
}
.location-card.active .location-title {
  color: #9A1D1C;
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
}
.who-we-are-page .location-card:not(.active) .location-title {
  font-size: 48px !important;
}
@media (max-width: 768px) {
  .who-we-are-page .location-card .location-title,	.who-we-are-page .location-card:not(.active) .location-title,	.who-we-are-page .location-card.active .location-title {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
}
.contact-page .location-title {
  font-size: 72px !important;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  white-space: nowrap;
}
.contact-page .location-card.active .location-title {
  writing-mode: horizontal-tb;
  text-orientation: initial;
  transform: none;
  white-space: normal;
}
.location-content-expanded .location-title {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
  writing-mode: horizontal-tb;
  text-orientation: initial;
  transform: none;
  position: static;
}
.location-details {
  margin-top: calc(var(--spacing) * 4);
  display: none;
}
.location-card.active .location-details {
  display: block;
}
.location-address {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: white;
  line-height: 20px;
}
.location-card.active .location-address {
  color: #9A1D1C;
}
.location-image, .location-image-open {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.location-image img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  padding: 0;
  margin: 0;
  display: block;
}
.contact-page .location-image img {
  max-height: 300px;
}
.location-image-open img {
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: bottom right;
  padding: 0;
  margin: 0;
  display: block;
}
.location-image {
  display: block;
}
.location-image-open {
  display: none;
}
.location-card.active .location-image {
  display: none;
}
.location-card.active .location-image-open {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.location-card.active .location-image-open img {
  object-fit: contain;
  object-position: bottom right;
}
@media (min-width: 769px) {
  .location-card:hover {
    background: white;
    flex: 0 0 80%;
  }
  .location-card:hover .location-content {
    color: #9A1D1C;
  }
  .location-card:hover .location-title {
    color: #9A1D1C;
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .contact-page .location-card:hover .location-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    white-space: normal;
  }
  .location-card:hover .location-details {
    display: block;
  }
  .location-card:hover .location-address {
    color: #9A1D1C;
  }
  .location-card:hover .location-image {
    display: none;
  }
  .location-card:not(.active):hover .location-image-open {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .location-card:not(.active):hover .location-image-open img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
  }
  .location-card:hover .location-professionals {
    opacity: 1;
    max-height: 600px;
  }
}
.location-professionals {
  margin-top: calc(var(--spacing) * 6);
}
.location-professionals h4 {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  color: var(--color-white);
  text-transform: uppercase;
}
:where(.professionals-list > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
.professional-item {
  display: flex;
  align-items: center;
}
:where(.professional-item > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
.professional-item {
  border-radius: var(--radius-lg);
  padding: calc(var(--spacing) * 4);
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.professional-name {
  text-decoration-line: none;
  color: inherit;
}
.professional-photo {
  height: calc(var(--spacing) * 12);
  width: calc(var(--spacing) * 12);
  flex-shrink: 0;
  border-radius: calc(infinity * 1px);
  object-fit: cover;
}
.professional-info h5 {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
}
.professional-info .job-title {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: color-mix(in srgb, #fff 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .professional-info .job-title {
    color: color-mix(in oklab, var(--color-white) 90%, transparent);
  }
}
.location-professionals {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 300ms ease, max-height 300ms ease;
}
.location-card.active .location-professionals {
  opacity: 1;
  max-height: 600px;
}
@media (max-width: 768px) {
  .location-accordion {
    flex-direction: column;
    height: auto;
    gap: 0;
  }
  .location-card {
    height: auto;
    min-height: auto;
    background: white;
    cursor: default;
    pointer-events: auto;
    flex: none;
  }
  .location-card.active {
    background: white;
    flex: none;
  }
  .location-header,	.location-header-open {
    height: auto;
    flex-direction: column;
    padding: 1rem;
  }
  .contact-page .location-header,	.contact-page .location-header-open {
    padding: 0.75rem;
    min-height: auto;
  }
  .location-image,	.location-image-open,	.location-card.active .location-image-open {
    display: none !important;
  }
  .location-title {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    writing-mode: horizontal-tb !important;
    text-orientation: initial !important;
    transform: none !important;
    position: static;
    color: #9A1D1C;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
  .location-card.active .location-title {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    color: #9A1D1C;
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }
  .contact-page .location-title,	.contact-page .location-card .location-title,	.contact-page .location-card.active .location-title {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem;
    writing-mode: horizontal-tb !important;
    text-orientation: initial !important;
    transform: none !important;
  }
  .contact-page h2,	.contact-page .location-title {
    font-size: 20px !important;
  }
  .location-content {
    color: #9A1D1C;
    padding: 0;
  }
  .location-card.active .location-content {
    color: #9A1D1C;
    padding: 0;
  }
  .location-details {
    display: block;
  }
  .location-address {
    color: #9A1D1C;
  }
  .contact-page .location-title {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    transform: none;
    white-space: normal;
  }
  .page-title,	.entry-title,	h1 {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .professional-photo {
    display: none;
  }
  .professional-name {
    color: #2E2E2E;
    text-decoration: none;
  }
  .professional-item {
    display: flex;
    align-items: flex-start;
  }
  :where(.professional-item > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 0) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-x-reverse)));
  }
  .professional-item {
    padding: calc(var(--spacing) * 2);
  }
  .location-professionals {
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
}
.professionals-section {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 16);
}
.prof-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-lg);
}
.prof-card__header {
  margin-bottom: calc(var(--spacing) * 4);
}
.prof-card--reversed .prof-card__header {
  text-align: right;
}
.prof-card__body {
  display: flex;
  flex-direction: column;
  padding: calc(var(--spacing) * 10);
  padding-left: calc(var(--spacing) * 0);
}
.prof-card--reversed .prof-card__body {
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding-left: calc(var(--spacing) * 10);
}
.prof-card__columns {
  display: flex;
  flex-direction: row;
}
.prof-card--reversed .prof-card__columns {
  flex-direction: row-reverse;
}
.prof-card__image-col {
  display: flex;
  width: calc(1 / 4 * 100%);
  flex-shrink: 0;
  flex-direction: column;
}
.prof-card__image {
  flex: 1;
}
.prof-card__image img {
  height: 100%;
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  padding-bottom: calc(var(--spacing) * 6);
  filter: grayscale(100%);
}
.prof-card__email {
  border-radius: var(--radius-lg);
  padding-block: calc(var(--spacing) * 3);
  text-align: center;
  background-color: #9A1D1C;
}
.prof-card__email a {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-decoration-line: none;
  color: #fff;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
}
.prof-card__content {
  display: flex;
  width: calc(3 / 4 * 100%);
  flex-direction: column;
  padding-left: calc(var(--spacing) * 10);
}
.prof-card--reversed .prof-card__content {
  padding-right: calc(var(--spacing) * 10);
  padding-left: calc(var(--spacing) * 0);
}
.prof-card__name {
  margin-bottom: calc(var(--spacing) * 1);
  padding-bottom: calc(var(--spacing) * 8);
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
  scroll-margin-top: 6rem;
}
.prof-card__title {
  margin-bottom: calc(var(--spacing) * 0);
  padding-bottom: calc(var(--spacing) * 8);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
}
.prof-card__title-sep {
  color: #9A1D1C;
  margin: 0 0.25em;
}
.prof-card__description {
  margin-bottom: calc(var(--spacing) * 6);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
  columns: 2;
  column-gap: 2rem;
}
.prof-card__description p {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.prof-card__contact {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(var(--spacing) * 6);
  row-gap: calc(var(--spacing) * 1);
  padding-top: calc(var(--spacing) * 4);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
}
.professionals-multi-section {
  margin-top: calc(var(--spacing) * 0);
}
.professionals-multi-grid {
  display: grid;
  gap: calc(var(--spacing) * 8);
  grid-template-columns: repeat(4, 1fr);
}
.prof-mini-card {
  text-align: center;
  scroll-margin-top: 6rem;
}
.prof-mini-card__image {
  position: relative;
  aspect-ratio: 3/4;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius-lg);
}
.prof-mini-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
.prof-mini-card__image::after {
  content: '';
  position: absolute;
  inset: calc(var(--spacing) * 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.95%, rgba(0, 0, 0, 0.8) 90.39%);
  pointer-events: none;
}
.prof-mini-card__overlay {
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 10;
  padding: calc(var(--spacing) * 14);
}
.prof-mini-card__name {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #fff;
}
.prof-mini-card__title {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #fff;
}
@media (max-width: 1024px) {
  .prof-card__description {
    columns: 1;
  }
}
@media (max-width: 768px) {
  .our-professionals-section {
    margin-top: calc(var(--spacing) * 4) !important;
  }
  .our-professionals-section h2 {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .prof-card__name {
    padding-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .prof-card__title {
    padding-bottom: calc(var(--spacing) * 4);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .prof-card__columns, .prof-card--reversed .prof-card__columns {
    flex-direction: column;
  }
  .prof-card--reversed .prof-card__header {
    text-align: left;
  }
  .prof-card__image-col {
    margin-bottom: calc(var(--spacing) * 6);
    width: 100%;
  }
  .prof-card__image {
    margin-bottom: calc(var(--spacing) * 6);
    height: 350px;
  }
  .prof-card__body {
    padding: calc(var(--spacing) * 6);
  }
  .prof-card__content {
    width: 100%;
    padding-left: calc(var(--spacing) * 0);
  }
  .prof-card--reversed .prof-card__content {
    padding-right: calc(var(--spacing) * 0);
  }
  .professionals-multi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .prof-card__contact {
    flex-direction: column;
    row-gap: calc(var(--spacing) * 2);
  }
  .prof-card__email, .prof-card__email a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .professionals-multi-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-nav {
  position: sticky;
  top: calc(var(--spacing) * 0);
  z-index: 40;
  margin-bottom: calc(var(--spacing) * 12);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: var(--radius-lg);
  background-color: var(--color-white);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
  gap: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.service-nav__link {
  flex: 1;
  padding-block: calc(var(--spacing) * 2);
  text-align: center;
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  text-decoration-line: none;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
  transition: all 200ms ease-in-out;
}
.service-nav__link:first-child {
  text-align: left;
}
.service-nav__link:last-child {
  text-align: right;
}
.service-nav__sep {
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  color: #9A1D1C;
}
.service-section {
  margin-bottom: calc(var(--spacing) * 16);
  scroll-margin-top: 2rem;
}
.service-section__title {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #9A1D1C;
}
.service-section__description {
  margin-bottom: calc(var(--spacing) * 8);
  padding: calc(var(--spacing) * 6);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
  background-color: #EDEDED;
  border-radius: 8px;
}
.service-section__description p {
  margin-bottom: calc(var(--spacing) * 3);
}
.service-section__description p:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.service-accordion {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
}
.service-accordion__item {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background-color: #9A1D1C;
}
.service-accordion__trigger {
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
  text-align: left;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  border: none;
  transition: background-color 200ms ease;
}
.service-accordion__trigger span {
  color: #fff;
}
.service-accordion__trigger[aria-expanded="true"] {
  background-color: #9A1D1C;
  color: #fff;
}
.service-accordion__icon {
  margin-left: calc(var(--spacing) * 4);
  flex-shrink: 0;
  transition: transform 300ms ease;
}
.service-accordion__trigger[aria-expanded="true"] .service-accordion__icon {
  transform: rotate(180deg);
  color: #fff;
}
.service-accordion__panel {
  overflow: hidden;
  padding-inline: calc(var(--spacing) * 6);
  max-height: 0;
  transition: max-height 400ms ease, padding 400ms ease;
  padding-top: 0;
  padding-bottom: 0;
}
.service-accordion__panel.is-open {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-height: none;
  background-color: #B63938;
}
.service-accordion__text {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #2E2E2E;
}
.service-accordion__text p {
  margin-bottom: calc(var(--spacing) * 3);
  color: #fff;
}
.service-accordion__text ul {
  padding-left: 20px;
  list-style-position: outside;
}
.service-accordion__text ul li {
  color: #fff;
  list-style-type: disc;
  padding-left: 0;
}
.service-accordion__blocks {
  margin-bottom: calc(var(--spacing) * 4);
  display: grid;
  gap: calc(var(--spacing) * 4);
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .service-accordion__blocks {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-accordion__block-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: calc(var(--spacing) * 10);
  background-color: #EDEDED;
  border-radius: 8px;
  min-height: 270px;
  justify-content: center;
  transition: background-color 0.3s ease;
}
.service-accordion__block-num {
  margin-bottom: calc(var(--spacing) * 1);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #9A1D1C;
  transition: color 0.3s ease, transform 0.3s ease;
}
.service-accordion__block-text {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #000000;
  transition: color 0.3s ease, transform 0.3s ease;
}
.service-accordion__block-desc {
  margin-top: calc(var(--spacing) * 2);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  color: transparent;
  transition: color 0.3s ease;
}
.service-accordion__block-desc ul {
  margin-top: calc(var(--spacing) * 1);
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 5);
  color: transparent;
}
.service-accordion__block-desc ol {
  margin-top: calc(var(--spacing) * 1);
  list-style-type: decimal;
  padding-left: calc(var(--spacing) * 5);
  color: transparent;
}
.service-accordion__block-desc li {
  margin-bottom: calc(var(--spacing) * 1);
  color: transparent;
}
.service-accordion__block-card:hover {
  background-color: #9A1D1C;
  justify-content: flex-start;
}
.service-accordion__block-card:hover .service-accordion__block-num {
  color: #fff;
}
.service-accordion__block-card:hover .service-accordion__block-text {
  color: #fff;
}
.service-accordion__block-card:hover .service-accordion__block-desc {
  color: #fff;
}
.service-accordion__block-card:hover .service-accordion__block-desc ul, .service-accordion__block-card:hover .service-accordion__block-desc ol, .service-accordion__block-card:hover .service-accordion__block-desc li {
  color: #fff;
}
.service-accordion__grid {
  margin-bottom: calc(var(--spacing) * 6);
}
.service-accordion__grid-title {
  margin-bottom: calc(var(--spacing) * 3);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  color: #fff;
}
.service-accordion__table {
  width: 100%;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
  border-collapse: collapse;
  background-color: #8B2C2B;
  table-layout: fixed;
}
.service-accordion__table thead th {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  text-align: left;
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  background-color: #691918;
  color: #fff;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #DDDDDD2B;
}
.service-accordion__table thead th:first-child {
  border-radius: 8px 0 0 0;
}
.service-accordion__table thead th:last-child {
  border-radius: 0 8px 0 0;
}
.service-accordion__table tbody td {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  color: #fff;
  background-color: #8B2C2B;
  border-width: 1px 0px 0px 1px;
  border-style: solid;
  border-color: #DDDDDD2B;
}
.service-accordion__table tbody tr:nth-child(even) td {
  background-color: #8B2C2B;
}
.service-accordion__table li {
  color: #fff;
  list-style-type: disc;
  margin-left: 1.2em;
}
@media (max-width: 768px) {
  .service-nav {
    margin-bottom: calc(var(--spacing) * 6);
    flex-direction: column;
    gap: calc(var(--spacing) * 1);
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
  }
  .service-nav__link {
    font-size: 20px;
    padding: 0.25rem 0;
  }
  .service-nav__sep {
    display: none;
  }
  .service-section__title {
    font-size: 1.25rem;
    color: #9A1D1C;
  }
  .service-accordion__table {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .service-accordion__table thead th, .service-accordion__table tbody td {
    padding-inline: calc(var(--spacing) * 1);
    padding-block: calc(var(--spacing) * 1);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    font-size: 10px;
  }
  .service-accordion__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-accordion__block-card {
    padding: calc(var(--spacing) * 6);
    background-color: #9A1D1C;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
  }
  .service-accordion__block-num {
    color: #fff;
  }
  .service-accordion__block-text {
    color: #fff;
  }
  .service-accordion__block-desc {
    color: #fff;
  }
  .service-accordion__block-desc ul, .service-accordion__block-desc ol, .service-accordion__block-desc li {
    color: #fff;
  }
}
@media (max-width: 480px) {
  .service-accordion__blocks {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-accordion__block-card {
    padding: calc(var(--spacing) * 6);
  }
}
.home-page {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.home-page {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.home-page #wpadminbar {
  display: none !important;
}
.home-landing {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  height: 100dvh;
  background-color: #fff;
}
.home-landing__bg {
  display: flex;
  min-height: calc(var(--spacing) * 0);
  flex: 1;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}
.home-landing__bg img {
  height: auto;
  width: 100%;
  max-width: var(--container-7xl);
  object-fit: cover;
  display: block;
}
.home-landing__mobile-header {
  position: absolute;
  top: calc(var(--spacing) * 0);
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 4);
}
.home-landing__burger {
  padding: calc(var(--spacing) * 2);
  color: #9A1D1C;
}
.home-landing__mobile-logo img {
  height: calc(var(--spacing) * 12);
  width: auto;
}
.home-landing__mobile-nav {
  position: absolute;
  top: calc(var(--spacing) * 16);
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  padding-block: calc(var(--spacing) * 4);
  background-color: rgba(248, 248, 248, 0.98);
}
.home-landing__mobile-nav .home-landing__nav-link {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 3);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  font-size: 1.125rem;
  color: #2E2E2E;
  background: none;
  border-radius: 0;
  padding: 0.75rem 1rem;
}
.home-landing__logo {
  position: absolute;
  left: calc(1 / 2 * 100%);
  z-index: 10;
  bottom: 10rem;
  transform: translateX(-50%);
}
.home-landing__logo img {
  height: auto;
  width: 300px;
}
.home-landing__nav {
  position: absolute;
  z-index: 10;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding-block: calc(var(--spacing) * 6);
  left: 0;
  right: 0;
  gap: 14rem;
  margin-top: -8rem;
  bottom: 2rem;
}
.home-landing__nav-link {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
  text-decoration-line: none;
  font-family: 'Inter-bold', Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #2E2E2E;
  padding: 16px 32px;
  border-radius: 8px;
  transition: all 200ms ease-in-out;
  transform: scale(1);
}
.home-landing__nav-link:hover {
  color: #fff;
  background-color: #9A1D1C;
}
@media (max-width: 1023px) {
  .home-landing__bg {
    flex: 1;
    align-items: center;
    padding-top: 4rem;
  }
  .home-landing__bg img {
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }
  .home-landing__logo {
    display: none;
  }
  .home-landing__nav {
    display: none;
  }
}
.contact-form .gform_title {
  font-family: 'Inter-bold', Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 4rem !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #9A1D1C;
  margin-bottom: 1.5rem;
}
.contact-form .gform_wrapper {
  border: none;
  border-radius: 8px;
  padding: 2rem;
}
.contact-form .gfield {
  background-color: #F0F0F0;
  border-radius: 6px;
  padding: 1rem;
}
.contact-form .gfield input, .contact-form .gfield input[type="text"], .contact-form .gfield input[type="email"], .contact-form .gfield input[type="tel"], .contact-form .gfield input[type="number"], .contact-form .gfield input[type="url"], .contact-form .gfield input[type="date"], .contact-form .gfield textarea, .contact-form .gfield select {
  background-color: #F0F0F0 !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  width: 100%;
}
.contact-form .gform_footer input[type="submit"], .contact-form .gform_page_footer input[type="submit"] {
  background-color: #9A1D1C !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: 'Inter-bold', Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
}
.contact-form .gform_footer input[type="submit"]:hover, .contact-form .gform_page_footer input[type="submit"]:hover {
  background-color: #7a1615 !important;
}
input#input_1_7_1 {
  background-color: #fff !important;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.start {
  inset-inline-start: var(--spacing);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.z-50 {
  z-index: 50;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  font-size: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  font-size: 0.8666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  font-size: 0.875em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ul > li p) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose-lg > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 0;
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-12 {
  margin-top: calc(var(--spacing) * 12);
}
.mt-16 {
  margin-top: calc(var(--spacing) * 16);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-auto {
  height: auto;
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-\[250px\] {
  width: 250px;
}
.w-auto {
  width: auto;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-content {
  max-width: var(--container-content);
}
.max-w-none {
  max-width: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
:where(.space-y-\[20px\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(20px * var(--tw-space-y-reverse));
  margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-x-4 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
}
:where(.space-x-8 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.bg-\[\#F0F0F0\] {
  background-color: #F0F0F0;
}
.bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-white {
  background-color: var(--color-white);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-12 {
  padding: calc(var(--spacing) * 12);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-8 {
  padding-inline: calc(var(--spacing) * 8);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.py-24 {
  padding-block: calc(var(--spacing) * 24);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-6xl {
  font-size: var(--text-6xl);
  line-height: var(--tw-leading, var(--text-6xl--line-height));
}
.text-7xl {
  font-size: var(--text-7xl);
  line-height: var(--tw-leading, var(--text-7xl--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.text-\[\#2E2E2E\] {
  color: #2E2E2E;
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-primary {
  color: var(--color-primary);
}
.uppercase {
  text-transform: uppercase;
}
.no-underline {
  text-decoration-line: none;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
@media (hover: hover) {
  .hover\:bg-primary:hover {
    background-color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-font-weight: initial;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
