/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _tw
Theme URI: https://two.studio/
Author: two.studio
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _tw
Tags:

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

_tw is based on _tw https://underscoretw.com/, (C) 2021-2025 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-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Haffer", 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-amber-400: oklch(82.8% 0.189 84.429);
  --color-gray-600: oklch(44.6% 0.03 256.802);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-7xl: 80rem;
  --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-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);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --leading-tight: 1.25;
  --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);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
}
@font-face {
  font-family: 'Haffer';
  src: url(fonts/HafferRegular.woff2) format('woff2'), url(fonts/HafferRegular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Haffer';
  src: url(fonts/HafferMedium.woff2) format('woff2'), url(fonts/HafferMedium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Haffer';
  src: url(fonts/HafferSemiBold.woff2) format('woff2'), url(fonts/HafferSemiBold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Haffer';
  src: url(fonts/HafferBold.woff2) format('woff2'), url(fonts/HafferBold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
}
*, ::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;
}
:-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;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
  font-feature-settings: "liga" 0, "calt" 0;
}
p {
  letter-spacing: 0.012rem;
  line-height: 110%;
}
*:focus {
  outline: none !important;
}
*:focus-visible {
  outline: auto;
}
.text-body {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0.0225rem;
}
h3 {
  font-size: 1.65963rem;
  font-style: normal;
  font-weight: 670;
  line-height: 98%;
}
h2, .memberships h3, .memberships .price {
  font-size: 3.01394rem;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
}
.memberships h3, .memberships .price {
  line-height: 100%;
  font-size: 2.5rem;
}
.member-card strong {
  text-transform: uppercase;
  font-weight: 600 !important;
}
.member-card, .member-card p {
  font-size: 0.95rem;
  line-height: 1.2;
}
h4 {
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  text-transform: uppercase;
}
.text-headline {
  font-size: 3.8vw;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  text-transform: none;
}
.page-child .text-headline {
  font-size: 3.7rem;
}
@media screen and (min-width:768px) {
  .page-child .post-33 .text-headline {
    font-size: 4vw;
  }
}
.text-headline-xl {
  font-size: 5vw;
  font-style: normal;
  font-weight: 650;
  line-height: 99%;
  letter-spacing: -0.1rem;
}
.text-detail, .wp-block-pullquote cite {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 110%;
  letter-spacing: 0.0225rem;
}
.text-contact {
  font-size: 4rem;
  font-style: normal;
  font-weight: 790;
  line-height: 99%;
  letter-spacing: -0.1rem;
}
.article-card h2 {
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 670;
  line-height: 98%;
}
.article-card .post-category, .post-header h3 {
  font-size: 1.08513rem;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  text-transform: uppercase;
}
.prose-_tw p {
  font-size: 1.25rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
  max-width: 46rem;
}
.entry-content {
  margin-top: 10rem;
}
.post-grid .post-header h3 {
  max-width: 17ch;
}
.btn {
  background-color: white;
  color: black;
  padding: 0.4rem 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  cursor: pointer;
}
.btn-blk {
  background-color: black;
  color: white;
}
.px-hh {
  padding-left: 12px;
  padding-right: 12px;
}
.mb-hh {
  margin-bottom: 12px;
}
.pb-hh {
  padding-bottom: 300px;
}
.gap-hh {
  gap: 12px;
}
.page-id-21 p:not(:last-of-type), .body-p p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.body-p p {
  max-width: 70ch;
}
@media screen and (max-width: 767px) {
  .entry-content {
    margin-top: 3rem;
  }
  .page-child .text-headline {
    font-size: 2.1rem;
  }
  .text-headline {
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 98%;
  }
  .text-headline-xl {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 99%;
    letter-spacing: -0.1rem;
  }
  .page-id-39 .text-headline {
    font-size: 2.2rem;
  }
}
#header {
  position: sticky;
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-background);
  color: var(--color-foreground);
  padding: 12px;
  height: 60px;
  z-index: 50;
}
#site-navigation ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: calc(var(--spacing) * 8);
}
.logo {
  display: block;
  width: 65px;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 55px;
    z-index: 2000;
    transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: top left;
  }
  .home .logo {
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),	width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #header {
    padding: 9px 12px;
    align-items: flex-start;
  }
}
.menu-open .logo {
  width: 190px !important;
}
.support-btn {
  color: black;
  background-color: white;
  padding: 0.46rem 1rem;
  font-weight: 550;
  text-transform: uppercase;
  font-size: .95rem;
  letter-spacing: 0.01rem;
  letter-spacing: 0.01rem;
  margin-left: 1rem;
}
@media screen and (min-width:768px) {
  #site-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 550;
    line-height: 0.9;
  }
  .support-btn {
    transition: all 0.2s ease-out;
    box-shadow: 0 0 0 0px white;
  }
  .support-btn:hover {
    border-radius: 0;
    box-shadow: 0 0 0 3px white;
  }
  .btn {
    transition: all 0.2s ease-out;
    box-shadow: 0 0 0 0px black;
  }
  .btn:hover {
    border-radius: 0;
    box-shadow: 0 0 0 1.5px black;
  }
  .home-card .btn, .membership-header .btn, #pavers .btn, #partners .btn {
    box-shadow: 0 0 0 0px white;
  }
  .home-card .btn:hover, .membership-header .btn:hover, #pavers .btn:hover, #partners .btn:hover {
    box-shadow: 0 0 0 1.5px white;
  }
}
.mobile-menu-footer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute;
  bottom: 2rem;
  font-weight: 500;
}
.mobile-menu-footer p {
  max-width: 28ch;
  margin-top: 6px;
}
#cookie-consent-bar {
  opacity: 1;
  pointer-events: auto;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  left: 50%;
  transform: translateY(0)translateX(-50%);
  font-size: 0.9rem;
}
#cookie-consent-bar.hiding {
  transform: translateY(1rem)translateX(-50%);
  opacity: 0;
  pointer-events: none;
}
#cookie-consent-bar a {
  text-decoration: none;
}
#cookie-consent-bar * {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.page-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  height: calc(100svh - 60px);
  padding: 0 12px 12px;
}
.home .page-header {
  margin-top: 90px;
  height: calc(100svh - 150px);
}
.home .logo {
  transform-origin: top left;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),	width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menu-item a {
  white-space: nowrap;
}
.hh-container {
  width: 100%;
  height: 100%;
  position: relative;
  color: black;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#header .hh-container {
  width: 50%;
  height: 100%;
}
.hh-media-container {
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .page-header .hh-container {
    max-width: calc(50vw - 12px);
  }
}
.hh-media-container img, .hh-media-container figure, .hh-media-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hh-media-container video {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.hh-container::before, .hh-container::after, .hh-before, .hh-after {
  content: '';
  display: block;
  width: 12%;
  height: 8%;
  background-color: black;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.intro .hh-container::before, .intro .hh-container::after {
  height: 8%;
  max-height: 8%;
  transition: max-height 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) !important;
}
.intro {
  color: black;
  text-transform: uppercase;
}
.intro .hh-container {
  opacity: 0;
  clip-path: inset(10px 10px 10px 10px);
  transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s, opacity 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0.5s;
}
.introducing .hh-container {
  clip-path: inset(0 0 0 0);
  transition: all 0.6s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
}
.honey.hh-container {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(.77, 0, .18, 1), opacity 0.7s cubic-bezier(.77, 0, .18, 1) 0.2s;
}
.introducing .hh-container:before, .introducing .hh-container:after, .introducing .hh-before, .introducing .hh-after {
  max-height: 0;
}
.fad {
  opacity: 0;
}
.splitt {
  display: inline-block;
  overflow: hidden;
}
.splitt .word {
  display: inline-block;
  opacity: 0;
}
.bg-white .hh-container::before, .bg-white .hh-container::after {
  background-color: white;
}
.hh-container::before, .hh-before {
  top: 0;
}
.hh-container::after, .hh-after {
  bottom: 0;
}
.corner-text {
  position: absolute;
  width: 40%;
  left: 12px;
  font-size: 1.875rem;
  font-size: 1.9vw;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  line-height: 98%;
}
.nw-text {
  top: 12px;
}
.sw-text {
  bottom: 12px;
}
.intro .corner-text {
  left: 24px;
}
.intro .nw-text {
  top: 24px;
}
.intro .sw-text {
  bottom: 24px;
}
#page-title {
  font-size: 13.9vw;
  font-style: normal;
  font-weight: 790;
  line-height: 82%;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.home #page-title {
  font-size: 10.8vw;
}
.page-id-802 #page-title,
.page-id-861 #page-title  {
  font-size: 8.5vw;
}
.category-title, .intro h1 {
  font-size: 13.9vw;
  font-style: normal;
  font-weight: 790;
  line-height: 82%;
  letter-spacing: -0.045em;
}
.intro h1 {
  font-size: 15vw;
}
#post-title {
  font-size: 8vw;
  font-style: normal;
  font-weight: 790;
  line-height: 82%;
  letter-spacing: -0.045em;
  text-wrap: balance;
}
.page-id-43 #page-title, .page-id-21 #page-title, .page-id-314 #page-title, .page-id-41 #page-title, .page-id-37 #page-title {
  font-size: 11vw;
}
.page-id-41 #page-title {
  font-size: 12vw;
}
#post-title.long {
  font-size: 6.5vw;
}
@media screen and (max-width: 767px) {
  #post-title {
    font-size: 14vw;
  }
  #post-title.long {
    font-size: 11vw;
  }
  .m-position {
    position: absolute;
    top: 1.2rem;
    right: 0;
  }
  .home .page-header {
    margin-top: 85px;
    height: calc(100svh - 145px);
  }
  #site-navigation {
    z-index: 2000;
  }
  .menu-open #site-navigation {
    pointer-events: none;
  }
  .page-header {
    flex-direction: column;
  }
  .hh-container {
    width: 100%;
    height: 50vh;
  }
  #page-title {
    font-size: 20vw;
  }
  .home #page-title,	.page-id-802 #page-title {
    font-size: 16.8vw;
  }
  .corner-text {
    font-size: 4vw;
    left: 7px;
  }
  .nw-text {
    top: 6px;
  }
  .sw-text {
    bottom: 6px;
  }
  #site-navigation #primary-menu, .menu-main-menu-container, .support-btn {
    display: none;
  }
  #mobile-menu-toggle {
    padding: 5px 0;
    transition: rotate 0.4s ease-out;
  }
  .menu-open #mobile-menu-toggle {
    rotate: 225deg;
  }
  .page-id-43 #page-title, .page-id-41 #page-title, .page-id-314 #page-title, .page-id-37 #page-title {
    font-size: 20vw;
  }
  .page-id-21 #page-title {
    font-size: 18vw;
  }
}
@media screen and (min-width:768px) {
  #primary-menu .menu-item {
    transition: opacity 0.2s ease-out;
  }
  #primary-menu:has(.current-menu-item) .menu-item {
    opacity: 0.5;
  }
  #primary-menu:has(.current-menu-item) .current-menu-item {
    opacity: 1;
  }
  #primary-menu:hover .menu-item {
    opacity: 0.5;
  }
  #primary-menu:hover .menu-item:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #site-navigation {
    font-size: 1.8rem;
    font-size: clamp(1.6rem, 3.4vw, 2rem);
  }
  h2, .memberships h3, .memberships .price {
    font-size: 2.5rem;
  }
  .home-wrapper h2 {
    font-size: 2rem;
  }
  #post-title {
    font-size: 14vw;
  }
  #post-title.long {
    font-size: 11vw;
  }
}
@media screen and (min-width:620px) and (max-width:1024px) {
  .page-header .hh-media-container, .home .swiper-right {
    display: none;
  }
  .page-header .hh-container, .home .swiper-left {
    height: 100%;
    width: 100%;
    max-width: 100%;
  }
  .corner-text {
    font-size: 2.9vw;
  }
  #page-title {
    font-size: 24vw;
  }
  .page-id-43 #page-title,	.page-id-314 #page-title,	.page-id-41 #page-title,	.page-id-37 #page-title {
    font-size: 21vw;
  }
  .page-id-21 #page-title {
    font-size: 19vw;
  }
  .home #page-title,	.page-id-802 #page-title {
    font-size: 18vw;
  }
}
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  color: white;
  z-index: 1000;
  display: flex;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: opacity 0.3s ease;
  padding-top: 10rem;
  padding-left: 12px;
}
.mobile-menu-overlay a {
  font-size: 3.3rem;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: -0.10313rem;
}
.mobile-menu-overlay.hidden {
  display: none;
  opacity: 0;
}
.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}
.mobile-menu-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 40px;
  background: transparent;
  border: none;
  color: transparent;
  cursor: pointer;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.parallax-wrap, .parallaxing {
  overflow: hidden;
  position: relative;
}
.parallax-media {
  will-change: transform;
  transition: transform 0.1s linear;
}
.parallaxing {
  will-change: transform, scale;
  transition: transform 0.1s linear,	scale 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 12px 12px;
  padding-top: 80px;
}
.footer-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .footer-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer-top {
  gap: 12px;
  width: 100%;
}
#footer form, .mobile-menu-footer form {
  display: flex;
  padding-bottom: 1.5rem;
  position: relative;
}
#footer form:has(.mc-message:empty), .mobile-menu-footer form:has(.mc-message:empty) {
  padding-bottom: 0;
}
#footer input, .mobile-menu-footer input {
  border: 1px solid white;
  padding: 0.2rem 0.6rem;
  text-transform: uppercase;
  width: 300px;
}
@media screen and (max-width: 767px) {
  #footer input, .mobile-menu-footer input {
    width: 200px;
  }
}
#footer button, .mobile-menu-footer button {
  background-color: white;
  color: black;
  padding: 0.2rem 1rem;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.05rem;
  letter-spacing: 0.01rem;
  cursor: pointer;
}
.newsletter-socials {
  grid-column: span 2 / span 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .newsletter-socials {
    width: calc(1/2 * 100%);
  }
}
.newsletter-socials p {
  max-width: 28ch;
  text-wrap: balance;
}
.socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 4);
}
@media (width >= 48rem) {
  .socials a, .footer-links a {
    opacity: 60%;
  }
}
@media (width >= 48rem) {
  .socials a, .footer-links a {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 48rem) {
  .socials a, .footer-links a {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    :is(.socials a,.footer-links a):hover {
      opacity: 100%;
    }
  }
}
.socials svg {
  width: 1.4rem;
  height: 1.4rem;
}
.linklist {
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 4);
}
.flowscholar {
  margin-top: calc(var(--spacing) * 5);
  width: 130px;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: calc(var(--spacing) * 1);
}
.footer-bottom {
  margin-top: 18svh;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (width >= 48rem) {
  .footer-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.footer-bottom {
  gap: 12px;
  width: 100%;
}
.letter-wrapper {
  position: relative;
  overflow: hidden;
}
.cover {
  background: white;
  clip-path: inset(0% 0% 0% 0%);
  transition: clip-path 0.5s ease-in-out;
}
.letter-wrapper svg {
  width: 100%;
}
.copyright {
  width: 100%;
  text-align: right;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02813rem;
  opacity: 0.6;
  text-transform: uppercase;
}
.letter-wrapper svg {
  display: none;
  position: relative;
  display: block;
}
#t-b, #h-b, #h-d, #m-b {
  visibility: hidden;
}
.mc-message {
  position: absolute;
  top: 39px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.6;
}
.intro {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100svh;
  background: black;
  z-index: 9999;
}
.intro .hh-container {
  background-color: yellow;
  transform-origin: center;
  transition-delay: background-color 0.6s;
}
.honey.hh-container {
  transition-duration: 0.2s;
  opacity: 0 !important;
}
.intro {
  transition: opacity 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  opacity: 1;
}
.introduced, .introduced2 {
  opacity: 0;
  pointer-events: none;
}
.introduced2 {
  transition: opacity 0s ease;
}
.intro h1 {
  text-align: center;
  font-weight: 700;
  padding: 24px;
}
.home-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 12px;
  padding: 0 12px;
}
.home-wrapper .home-card {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  margin-top: 3rem;
}
@media screen and (min-width:768px) {
  .home-wrapper .home-card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 0;
  }
}
.home-wrapper h2 {
  max-width: 10ch;
}
.home-wrapper .home-card .hh-container {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.home-card p, .home-card .btn, .support-text p, .support-text .btn {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.0175rem;
}
.home-card p, .support-text p {
  padding-right: 1rem;
}
.home-card .btn, .btn, .support-text .btn {
  font-weight: 500;
  letter-spacing: 0.01rem;
  padding: 0.4rem 1.5rem;
}
.home-cta-text {
  margin-top: 0.25rem;
}
.home-wrapper .home-card .hh-container::after, .home-wrapper .home-card .hh-container::before {
  max-height: 0;
  content: none;
}
@media screen and (min-width:768px) {
  .home-wrapper h2 {
    max-width: 8ch;
  }
  .home-card p, .support-text p {
    max-width: 31ch;
    text-wrap: pretty;
  }
  #pavers .support-text p {
    max-width: 35ch;
  }
  .home-text-wrap, .support-text-wrap {
    position: sticky;
    bottom: calc(var(--spacing) * 0);
    margin-top: auto;
    padding-top: calc(var(--spacing) * 40);
    padding-bottom: calc(var(--spacing) * 2);
    margin-bottom: -3px;
  }
  .home-cta-text, .support-text {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .home-wrapper .home-card .hh-container::after,	.home-wrapper .home-card .hh-container::before {
    max-height: 0;
    transition: max-height 4s ease-out;
    transition-delay: 0.45s;
  }
  .home-wrapper .home-card .hh-container:hover::after,	.home-wrapper .home-card .hh-container:hover::before {
    transition-delay: 0s;
  }
  .cta-block .hh-container::after,	.cta-block .hh-container::before {
    max-height: 0;
    transition: max-height 2s ease-out;
    transition-delay: 0.45s;
  }
  .cta-block .hh-container::before {
    transition-delay: 0.1s;
  }
  .cta-block .hh-container::after {
    transition-delay: 0.15s;
  }
  .home-wrapper .home-card .hh-container:hover::after,	.home-wrapper .home-card .hh-container:hover::before,	.cta-block:hover .hh-container::after,	.cta-block:hover .hh-container::before {
    max-height: 100%;
  }
  .home-wrapper .home-card:nth-of-type(even) .hh-container {
    grid-column: span 3 / span 3;
    grid-column-start: 1;
  }
  .home-wrapper .home-card:nth-of-type(even) .home-cta-text {
    grid-column: span 1 / span 1;
    grid-column-start: 4;
  }
  .home-wrapper .home-card:nth-of-type(odd) .hh-container {
    grid-column: span 3 / span 3;
    grid-column-start: 2;
    order: 2;
  }
  .home-wrapper .home-card:nth-of-type(odd) .home-cta-text {
    grid-column: span 1 / span 1;
    grid-column-start: 1;
    order: 1;
  }
  .cta-block a img, .cta-block a video, .group img {
    transition: scale 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    scale: 1.05;
  }
  .cta-block a:hover img, .cta-block a:hover video, .group:hover img {
    scale: 1.09 !important;
    transition: scale 1s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  }
}
@media screen and (max-width: 767px) {
  .left-swipe::after {
    position: absolute;
    pointer-events: none;
    right: 0;
    height: 100%;
    width: 18vw;
    background: linear-gradient(270deg, black, transparent);
    z-index: 1;
    display: block;
    content: '';
    top: 0;
  }
  .bg-white .left-swipe::after {
    background: linear-gradient(270deg, white, transparent);
  }
  .pr-mb {
    padding-right: 5rem;
  }
}
.marquee-container {
  height: 8rem;
}
.marquee-track {
  will-change: transform;
  transition: none;
  align-items: center;
}
.marquee-item {
  white-space: wrap;
  width: 250px;
  flex: none;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .marquee-item {
    width: 150px;
    font-size: 0.9rem;
  }
  .marquee-container {
    height: 4rem;
  }
  .marquee-item svg {
    width: 55px;
    height: 64px;
  }
}
.swiper-container {
  width: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}
.blog-gallery-swiper .swiper-slide, .museum-swiper .swiper-slide {
  width: auto;
}
.blog-gallery-swiper img, .museum-swiper img, .museum-swiper video {
  height: 550px;
  width: auto;
  object-fit: contain;
}
.blog-gallery-swiper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.swiper-caption {
  margin-top: 5px !important;
  font-size: 13px !important;
  color: #555 !important;
  text-align: left;
  margin-left: 2px;
}
.subpage-title {
  max-width: 8ch;
  font-size: 1.2rem;
}
.page-card:nth-of-type(2) .subpage-title {
  max-width: 11ch;
}
.page-card img, .page-card video {
  filter: grayscale(100%);
  transition: filter 0.2s ease-out, scale 0.2s ease-out;
}
.page-card:hover img, .page-card:hover video {
  filter: grayscale(0%);
  scale: 1.02;
}
@media screen and (max-width: 767px) {
  .entry-content > .blog-gallery-swiper img, .entry-content > .swiper img {
    height: 300px;
    width: auto;
  }
}
.page-card {
  margin-bottom: calc(var(--spacing) * 10);
}
@media (width >= 48rem) {
  .page-card {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media screen and (min-width:768px) {
  .page-card {
    transition: opacity 0.2s ease-out;
  }
  .page-grid:has(.page-card:hover) .page-card {
    opacity: 0.5;
  }
  .page-grid:has(.page-card:hover) .page-card:hover {
    opacity: 1;
  }
}
.cta-block h2 {
  max-width: 12ch;
  text-wrap: balance;
}
.cta-block p {
  max-width: 31ch;
  line-height: 1;
}
.media-container {
  width: 100%;
  height: 100%;
  position: relative;
  color: black;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.media-container img, .media-container figure, .media-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.media-container video {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .museum-swiper img {
    height: 350px;
  }
  .swiper-caption {
    padding-right: 2rem;
    line-height: 1.2;
  }
}
.profile-card {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.breadcrumbs {
  margin-bottom: calc(var(--spacing) * 10);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.breadcrumbs a {
  opacity: 50%;
}
@media (width >= 48rem) {
  .breadcrumbs a {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@media (width >= 48rem) {
  .breadcrumbs a {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
}
@media (width >= 48rem) {
  @media (hover: hover) {
    :is(.breadcrumbs a):hover {
      opacity: 100%;
    }
  }
}
.mw23 {
  max-width: 23ch;
}
.mw70 {
  max-width: 90%;
}
.page-child a.btn[target="_blank"] {
  cursor: alias;
}
@media screen and (min-width:767px) {
  .mw70 {
    max-width: 70%;
  }
}
figure.wp-block-image {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h2.wp-block-heading {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.post-grid .post-header {
  margin-top: calc(var(--spacing) * 2);
}
.post-grid .post-title {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  text-transform: none;
}
.post-grid .post-category {
  font-size: 1.08513rem;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
  text-transform: uppercase;
  max-width: 11ch;
}
@media screen and (max-width: 767px) {
  .post-grid .post-title {
    font-size: 2rem;
  }
  .post-grid .post-category {
    font-size: 0.92rem;
  }
  .left-swipe article {
    width: 80vw;
  }
  
  /* Ultra-specific override with maximum priority */
  div[class*="post-grid"][class*="grid"][class*="grid-cols-"] {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
    padding: 0 1rem !important;
  }
  
  /* Target every possible grid class combination */
  .post-grid.grid.grid-cols-2.mdgrid-cols-4,
  .post-grid.grid.grid-cols-2,
  .post-grid.grid.grid-cols-4,
  .grid.grid-cols-2.mdgrid-cols-4,
  .grid.grid-cols-2,
  .grid.grid-cols-4,
  .mdgrid-cols-4,
  .grid-cols-4,
  .grid-cols-2 {
    grid-template-columns: 1fr 1fr !important;
  }
  
  /* Ensure articles fit properly */
  .post-grid article {
    width: 100% !important;
    margin-bottom: 1.5rem !important;
  }
  
  /* Override left-swipe width */
  .left-swipe article {
    width: 100% !important;
  }
}
.header-img-caption {
  font-size: 0.8rem;
  margin-right: 12px;
  opacity: 0.5;
}
figure.wp-block-image, .entry-content > blockquote {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.entry-content > .swiper {
  max-width: none !important;
}
.wp-element-caption {
  opacity: 0.5;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-align: center;
}
.entry-content > blockquote.wp-block-quote {
  max-width: 65rem;
}
.wp-block-pullquote, .wp-block-pullquote * {
  font-size: 3.8rem !important;
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  line-height: 0.9 !important;
}
.wp-block-pullquote cite {
  font-size: 1rem !important;
}
.wp-block-pullquote p {
  max-width: none !important;
}
.wp-block-heading {
  max-width: 46rem;
  margin: 0 auto;
  text-transform: none;
}
.wp-block-quote:has(.wp-block-heading) {
  margin-bottom: 2rem;
}
.prose-_tw p {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .wp-block-pullquote, .wp-block-pullquote * {
    font-size: 2rem !important;
  }
  .wp-block-pullquote {
    padding: 0 2rem;
    text-align: left;
  }
  .wp-block-pullquote cite {
    font-size: 0.8rem !important;
  }
  .entry-content > blockquote.wp-block-quote {
    max-width: 100%;
  }
}
.plus-btn {
  transition: rotate 0.4s ease-out;
}
.plus-btn.is-open {
  rotate: 225deg;
}
.benefits-btn {
  position: relative;
  cursor: pointer;
  transition: opacity 0.3s ease-out;
  font-weight: 500;
  font-size: 0.9rem;
}
.benefits-btn::after {
  content: '+';
  margin-left: 3px;
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.member-card p:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.benefits-btn[aria-expanded="true"]::after {
  transform: rotate(135deg);
}
.benefits-btn:hover, .benefits-btn[aria-expanded="true"] {
  opacity: 0.5;
}
.benefits {
  margin-left: 0.2rem;
}
.accordion-content {
  opacity: 1;
  max-height: 10000px;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}
.accordion-content.hiding {
  max-height: 0;
  opacity: 0;
}
.benefits ul {
  margin-top: 0.4rem;
  margin-bottom: 1.25rem;
  list-style-type: none;
  padding-left: 1em;
}
.benefits ul > li {
  max-width: 33ch;
  margin-bottom: 0.15rem;
  line-height: 1.3;
}
.benefits ul > li:before {
  content: "\2013\00a0\00a0";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.bbl {
  border-bottom: 1px solid #ffffff80;
  transition: background-color 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.bbl:hover {
  background-color: #ffffff20;
}
.bbl:last-of-type {
  border-bottom: none;
}
.mw-6ch {
  max-width: 6ch !important;
}
.page-id-314 .cta-block:nth-of-type(2) h2 {
  max-width: 6ch;
}
#partners p {
  max-width: 60ch;
}
#partners p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.partner-logos {
  overflow: hidden;
  width: 100%;
  padding: 24px 0;
}
#pavers {
  scroll-margin-top: 70px;
}
.marquee {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.marquee__inner {
  display: flex;
  align-items: center;
  width: max-content;
}
.partner-logos .marquee__inner {
  animation: scroll-marquee linear infinite;
}
.small-partner-logos .marquee__inner {
  animation: scroll-marquee2 linear infinite;
}
.marquee-logo {
  flex: 0 0 auto;
  margin-right: 55px;
  vertical-align: middle;
}
@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-marquee2 {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.partner-logos .marquee-logo img, .logo-grid img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: 160px;
  vertical-align: middle;
}
.small-partner-logos {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.small-partner-logos .marquee-logo img {
  object-fit: contain;
  max-height: 30px;
  max-width: 80px;
  vertical-align: middle;
}
.logo-grid img {
  width: 100%;
  max-width: 250px;
  max-height: 120px;
}
.logo-grid2 img {
  width: 100%;
  max-width: 150px;
  max-height: 60px;
}
.logo-grid3 img {
  width: 90%;
  max-width: 130px;
  max-height: 45px;
}
.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus {
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .spinn {
    position: absolute;
    top: 2rem;
    right: 1.5rem;
  }
  .logo-grid3 img {
    width: 100%;
    max-width: 130px;
    max-height: 45px;
  }
  .btn {
    font-weight: 550;
  }
  .plus {
    width: 24px;
    height: 24px;
  }
  .membership-header h3, .membership-header .price {
    font-size: 2rem;
    max-width: 80vw;
  }
  .marquee-logo {
    max-height: 60px;
    max-width: 120px;
    margin: 0 24px;
  }
  .partner-logos .marquee-logo img {
    max-width: 80px;
    max-height: 50px;
  }
  .logo-grid img {
    width: 73%;
    height: auto;
  }
  .text-headline a::after {
    content: none;
  }
  .post-37 .text-headline {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .logo-item {
    transition: opacity 0.2s ease-out;
  }
  .logo-grid:hover .logo-item {
    opacity: 0.5;
  }
  .logo-grid:has(.logo-item:hover) .logo-item:hover {
    opacity: 1;
  }
  .fadeup {
    position: relative;
  }
  .fadeup::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
  }
}
.animate-hh-container, .animate-hh-media-container {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(.77, 0, .18, 1), opacity 0.7s 0.2s;
  position: relative;
}
.animate-hh-media-container {
  clip-path: inset(100% 0 0 0);
  transition-delay: 0.3s;
}
.in-view .animate-hh-container {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.in-view .animate-hh-media-container {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}
.animate-hh-container::before, .animate-hh-container::after, .animate-hh-media-container::before, .animate-hh-media-container::after {
  content: '';
  position: absolute;
  height: 8%;
  background: #000;
  transform: scaleY(0) translateX(-50%);
  transition: transform 1s cubic-bezier(.77, 0, .18, 1) 0.8s;
  transform-origin: top;
  z-index: 1;
}
.animate-hh-container::after, .animate-hh-media-container::after {
  bottom: 0;
  transform-origin: bottom;
}
.animate-hh-container::before, .animate-hh-media-container::before {
  top: 0;
}
.animate-hh-container::before {
  transition-delay: 0.5s;
}
.animate-hh-media-container::before {
  transition-delay: 0.8s;
}
.in-view .animate-hh-container::before, .in-view .animate-hh-container::after, .in-view .animate-hh-media-container::before, .in-view .animate-hh-media-container::after {
  transform: scaleY(1) translateX(-50%);
}
.animate-corner-text, .animate-page-title {
  opacity: 0;
  will-change: transform, opacity;
  transform: translateY(0.1) scale(0.98);
  transition: opacity 0.6s 1.2s cubic-bezier(.77, 0, .18, 1),	transform 0.7s 1.2s cubic-bezier(.77, 0, .18, 1);
}
.in-view .animate-corner-text, .in-view .animate-page-title {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.animate-hh-media-container img {
  transform: scale(1.1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  will-change: transform;
}
.in-view .animate-hh-media-container img {
  transform: scale(1);
}
p a, .hover-underline {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-underline-offset: 5px;
}
p a:hover, .hover-underline:hover {
  text-decoration: none;
}
p a::before, .hover-underline::before, p a::after, .hover-underline::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background-color: white;
  transform-origin: top left;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
p a::before, .hover-underline::before {
  left: 0;
  transition-delay: 0.2s;
  transform: scaleX(0);
}
p a::after, .hover-underline::after {
  right: 0;
  transform-origin: right;
  opacity: 0.5;
}
p a:hover::before, .hover-underline:hover::before {
  transform: scaleX(1);
}
p a:hover::after, .hover-underline:hover::after {
  transform: scaleX(0);
}
.header-swiper {
  height: 100svh;
  width: 100vw;
}
.header-swiper .swiper-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.left-part, .right-part {
  overflow: hidden;
}
.left-part {
  clip-path: inset(0 100% 0 0);
}
.right-part {
  clip-path: inset(0 0 0 100%);
}
.home-wrapper .home-card:nth-of-type(even) h2 {
  max-width: 11ch;
}
.intro-swiper {
  width: 100%;
  height: 50vh;
  box-sizing: border-box;
  overflow: hidden;
}
.intro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.intro-swiper .swiper-slide-inner, .intro-swiper .swiper-slide-inner .hh-container {
  height: 100%;
}
.home .intro-swiper .page-header {
  height: 100%;
  margin-top: 0;
  padding: 0;
  gap: 0;
  width: 100%;
}
@media screen and (min-width:768px) {
  .intro-swiper {
    max-width: calc(50vw - 12px);
    height: 100%;
  }
}
.intro-swiper .swiper-wrapper {
  position: relative;
}
.intro-swiper .animate-hh-container, .intro-swiper .animate-hh-media-container {
  max-width: none !important;
  transform: right center;
  transition: clip-path 1s cubic-bezier(.77, 0, .18, 1), opacity 0.7s 0.2s, transform 0.6s cubic-bezier(1,0,.29,.96);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
  transform: translateZ(0);
}
.intro-swiper .swiper-slide, .intro-swiper .swiper-wrapper, .intro-swiper .swiper-slide-inner {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.intro-swiper .hh-container::after, .intro-swiper .hh-container::before, .hh-before, .hh-after {
  will-change: transform, opacity, max-height;
  transform: scaleY(1) translateX(-50%) translateZ(0);
  backface-visibility: hidden;
}
.intro-swiper .hh-container::after, .intro-swiper .hh-container::before {
  z-index: 10;
}
video.lazy-video {
  pointer-events: none;
}
video.video-failed {
  display: none;
}
.media-container a {
  width: 100%;
  height: 100%;
}
.hh-caption {
  position: absolute;
  color: white;
  bottom: 3px;
  right: 8px;
  opacity: 0.5;
  font-weight: 400;
  font-size: 7px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px #000000e0;
}
.home-card .hh-caption {
  position: absolute;
  color: white;
  bottom: 10px;
  right: 10px;
  opacity: 0.45;
  font-weight: 400;
  font-size: 7px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 6px #000000e0;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.home-card:nth-of-type(even) .hh-caption {
  right: auto;
  left: 10px;
}
.single-post .hh-caption {
  display: none;
}
.cta-block .hh-caption {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.home-card .hh-container:hover .hh-caption, .cta-block .hh-container:hover .hh-caption {
  opacity: 0.5;
}
nav.navigation.pagination {
  width: 100%;
  text-align: center;
  grid-column: span 4;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.nav-links .page-numbers {
  transition: opacity 0.2s ease;
}
.nav-links .page-numbers.current {
  opacity: 1;
}
.page-numbers, .nav-links:hover .page-numbers.current {
  opacity: 0.5;
  cursor: pointer;
}
.nav-links:hover .page-numbers:hover {
  opacity: 1;
}
.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-semibold);
  font-weight: var(--font-weight-semibold);
}
.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);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.bottom-10 {
  bottom: calc(var(--spacing) * 10);
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-end-9 {
  grid-column-end: 9;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.\!container {
  width: 100% !important;
}
@media (width >= 40rem) {
  .\!container {
    max-width: 40rem !important;
  }
}
@media (width >= 48rem) {
  .\!container {
    max-width: 48rem !important;
  }
}
@media (width >= 64rem) {
  .\!container {
    max-width: 64rem !important;
  }
}
@media (width >= 80rem) {
  .\!container {
    max-width: 80rem !important;
  }
}
@media (width >= 96rem) {
  .\!container {
    max-width: 96rem !important;
  }
}
.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;
}
.my-2 {
  margin-block: calc(var(--spacing) * 2);
}
.my-4 {
  margin-block: calc(var(--spacing) * 4);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-5 {
  margin-top: calc(var(--spacing) * 5);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-15 {
  margin-top: calc(var(--spacing) * 15);
}
.mt-30 {
  margin-top: calc(var(--spacing) * 30);
}
.mt-50 {
  margin-top: calc(var(--spacing) * 50);
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.mb-14 {
  margin-bottom: calc(var(--spacing) * 14);
}
.mb-20 {
  margin-bottom: calc(var(--spacing) * 20);
}
.mb-30 {
  margin-bottom: calc(var(--spacing) * 30);
}
.ml-1 {
  margin-left: calc(var(--spacing) * 1);
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.aspect-4\/5 {
  aspect-ratio: 4/5;
}
.aspect-5\/3 {
  aspect-ratio: 5/3;
}
.aspect-16\/9 {
  aspect-ratio: 16/9;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-\[7ch\] {
  max-width: 7ch;
}
.max-w-\[8ch\] {
  max-width: 8ch;
}
.max-w-\[9ch\] {
  max-width: 9ch;
}
.max-w-\[10ch\] {
  max-width: 10ch;
}
.max-w-\[12ch\] {
  max-width: 12ch;
}
.max-w-\[20ch\] {
  max-width: 20ch;
}
.max-w-\[45ch\] {
  max-width: 45ch;
}
.max-w-\[46ch\] {
  max-width: 46ch;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}
.transform {
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
:where(.space-x-2 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
}
.gap-y-6 {
  row-gap: calc(var(--spacing) * 6);
}
.gap-y-12 {
  row-gap: calc(var(--spacing) * 12);
}
.gap-y-15 {
  row-gap: calc(var(--spacing) * 15);
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-\[\#ffffff80\] {
  border-color: #ffffff80;
}
.border-\[\#ffffff\] {
  border-color: #ffffff;
}
.border-white {
  border-color: var(--color-white);
}
.bg-amber-400 {
  background-color: var(--color-amber-400);
}
.bg-black {
  background-color: var(--color-black);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-none {
  background-image: none;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.pt-10 {
  padding-top: calc(var(--spacing) * 10);
}
.pt-15 {
  padding-top: calc(var(--spacing) * 15);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-5 {
  padding-bottom: calc(var(--spacing) * 5);
}
.pb-15 {
  padding-bottom: calc(var(--spacing) * 15);
}
.pb-20 {
  padding-bottom: calc(var(--spacing) * 20);
}
.pb-40 {
  padding-bottom: calc(var(--spacing) * 40);
}
.pb-50 {
  padding-bottom: calc(var(--spacing) * 50);
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.text-black {
  color: var(--color-black);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-white {
  color: var(--color-white);
}
.normal-case {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.opacity-50 {
  opacity: 50%;
}
.shadow-lg {
  --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 {
  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;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.content-none {
  --tw-content: none;
  content: none;
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}
@media (width >= 48rem) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
}
@media (width >= 48rem) {
  .md\:col-start-2 {
    grid-column-start: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-start-3 {
    grid-column-start: 3;
  }
}
@media (width >= 48rem) {
  .md\:col-start-4 {
    grid-column-start: 4;
  }
}
@media (width >= 48rem) {
  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }
}
@media (width >= 48rem) {
  .md\:my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
}
@media (width >= 48rem) {
  .md\:mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:grid {
    display: grid;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:inline {
    display: inline;
  }
}
@media (width >= 48rem) {
  .md\:aspect-4\/3 {
    aspect-ratio: 4/3;
  }
}
@media (width >= 48rem) {
  .md\:w-\[450px\] {
    width: 450px;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[24ch\] {
    max-width: 24ch;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[36rem\] {
    max-width: 36rem;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[55ch\] {
    max-width: 55ch;
  }
}
@media (width >= 48rem) {
  .md\:max-w-none {
    max-width: none;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:items-start {
    align-items: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 48rem) {
  .md\:gap-15 {
    gap: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:gap-y-14 {
    row-gap: calc(var(--spacing) * 14);
  }
}
@media (width >= 48rem) {
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
}
@media (width >= 48rem) {
  .md\:px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:px-15 {
    padding-inline: calc(var(--spacing) * 15);
  }
}
@media (width >= 48rem) {
  .md\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pr-\[25vw\] {
    padding-right: 25vw;
  }
}
@media (width >= 48rem) {
  .md\:pb-30 {
    padding-bottom: calc(var(--spacing) * 30);
  }
}
@media (width >= 48rem) {
  .md\:pb-\[9vw\] {
    padding-bottom: 9vw;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[150px\] {
    padding-bottom: 150px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[300px\] {
    padding-bottom: 300px;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --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;
    }
  }
}
