.btn {
  border-radius: 0.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
  font-family: ClanOT Bold, ui-sans-serif, system-ui;

  /* background: linear-gradient(var(--color, #707070) 0 0) right 50% bottom 0 /
    var(--d, 1rem) 1px no-repeat;

  &:hover {
    --d: calc(100%);
    --color: #595959;
  }

  &:focus {
    outline: none;
  } */
}

/* Quick Menu variation */

.quick-menu:hover .b-button {
  /* --d: calc(100%);
  --color: #595959; */
}

.b-button.b-button--light {
  /* @apply inline-block tracking-wider mx-6 pb-1 transition-all duration-500 ease-in-out font-roboto-thin text-center text-white;

  background: linear-gradient(var(--color, #fff) 0 0) right 50% bottom 0 /
    var(--d, 1rem) 1px no-repeat;

  &:hover {
    --d: calc(100%);
    --color: #fff !important;
  }

  &:focus {
    outline: none;
  } */
}

/* --------------------------------

File#: _1_button-effects
Title: Button Effects
Descr: A collection of button effects
Usage: codyhouse.co/license

-------------------------------- */

.btn-shine, [type="submit"] {
  --transition-duration: 0.3s;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(184 22 58 / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: var(--transition-duration);
}

.btn-shine span {
  position: relative;
  z-index: 2;
}

.btn-shine::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / 0.25);
  will-change: transform;
  transform: skewX(-15deg) translate(calc(-100% - 0.5em));
  pointer-events: none;
}

.btn-shine:hover::before {
  transform: skewX(-15deg) translate(calc(100% + 0.5em));

  transition: transform var(--transition-duration);
}

.btn-shine:focus {
  outline: none;
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025),
    0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1),
    0 0 0 3px hsl(221 39% 11% / 0.15);
}

/* @import './components/carousel.css';
@import './components/quick-menu.css';
@import './components/sticky-hero.css';  */

/* components */

[data-sal]{transition-delay:0s;transition-delay:var(--sal-delay,0s);transition-duration:.2s;transition-duration:var(--sal-duration,.2s);transition-timing-function:ease;transition-timing-function:var(--sal-easing,ease)}

[data-sal][data-sal-duration="200"]{transition-duration:.2s}

[data-sal][data-sal-duration="250"]{transition-duration:.25s}

[data-sal][data-sal-duration="300"]{transition-duration:.3s}

[data-sal][data-sal-duration="350"]{transition-duration:.35s}

[data-sal][data-sal-duration="400"]{transition-duration:.4s}

[data-sal][data-sal-duration="450"]{transition-duration:.45s}

[data-sal][data-sal-duration="500"]{transition-duration:.5s}

[data-sal][data-sal-duration="550"]{transition-duration:.55s}

[data-sal][data-sal-duration="600"]{transition-duration:.6s}

[data-sal][data-sal-duration="650"]{transition-duration:.65s}

[data-sal][data-sal-duration="700"]{transition-duration:.7s}

[data-sal][data-sal-duration="750"]{transition-duration:.75s}

[data-sal][data-sal-duration="800"]{transition-duration:.8s}

[data-sal][data-sal-duration="850"]{transition-duration:.85s}

[data-sal][data-sal-duration="900"]{transition-duration:.9s}

[data-sal][data-sal-duration="950"]{transition-duration:.95s}

[data-sal][data-sal-duration="1000"]{transition-duration:1s}

[data-sal][data-sal-duration="1050"]{transition-duration:1.05s}

[data-sal][data-sal-duration="1100"]{transition-duration:1.1s}

[data-sal][data-sal-duration="1150"]{transition-duration:1.15s}

[data-sal][data-sal-duration="1200"]{transition-duration:1.2s}

[data-sal][data-sal-duration="1250"]{transition-duration:1.25s}

[data-sal][data-sal-duration="1300"]{transition-duration:1.3s}

[data-sal][data-sal-duration="1350"]{transition-duration:1.35s}

[data-sal][data-sal-duration="1400"]{transition-duration:1.4s}

[data-sal][data-sal-duration="1450"]{transition-duration:1.45s}

[data-sal][data-sal-duration="1500"]{transition-duration:1.5s}

[data-sal][data-sal-duration="1550"]{transition-duration:1.55s}

[data-sal][data-sal-duration="1600"]{transition-duration:1.6s}

[data-sal][data-sal-duration="1650"]{transition-duration:1.65s}

[data-sal][data-sal-duration="1700"]{transition-duration:1.7s}

[data-sal][data-sal-duration="1750"]{transition-duration:1.75s}

[data-sal][data-sal-duration="1800"]{transition-duration:1.8s}

[data-sal][data-sal-duration="1850"]{transition-duration:1.85s}

[data-sal][data-sal-duration="1900"]{transition-duration:1.9s}

[data-sal][data-sal-duration="1950"]{transition-duration:1.95s}

[data-sal][data-sal-duration="2000"]{transition-duration:2s}

[data-sal][data-sal-delay="50"]{transition-delay:.05s}

[data-sal][data-sal-delay="100"]{transition-delay:.1s}

[data-sal][data-sal-delay="150"]{transition-delay:.15s}

[data-sal][data-sal-delay="200"]{transition-delay:.2s}

[data-sal][data-sal-delay="250"]{transition-delay:.25s}

[data-sal][data-sal-delay="300"]{transition-delay:.3s}

[data-sal][data-sal-delay="350"]{transition-delay:.35s}

[data-sal][data-sal-delay="400"]{transition-delay:.4s}

[data-sal][data-sal-delay="450"]{transition-delay:.45s}

[data-sal][data-sal-delay="500"]{transition-delay:.5s}

[data-sal][data-sal-delay="550"]{transition-delay:.55s}

[data-sal][data-sal-delay="600"]{transition-delay:.6s}

[data-sal][data-sal-delay="650"]{transition-delay:.65s}

[data-sal][data-sal-delay="700"]{transition-delay:.7s}

[data-sal][data-sal-delay="750"]{transition-delay:.75s}

[data-sal][data-sal-delay="800"]{transition-delay:.8s}

[data-sal][data-sal-delay="850"]{transition-delay:.85s}

[data-sal][data-sal-delay="900"]{transition-delay:.9s}

[data-sal][data-sal-delay="950"]{transition-delay:.95s}

[data-sal][data-sal-delay="1000"]{transition-delay:1s}

[data-sal][data-sal-easing=linear]{transition-timing-function:linear}

[data-sal][data-sal-easing=ease]{transition-timing-function:ease}

[data-sal][data-sal-easing=ease-in]{transition-timing-function:ease-in}

[data-sal][data-sal-easing=ease-out]{transition-timing-function:ease-out}

[data-sal][data-sal-easing=ease-in-out]{transition-timing-function:ease-in-out}

[data-sal][data-sal-easing=ease-in-cubic]{transition-timing-function:cubic-bezier(.55,.055,.675,.19)}

[data-sal][data-sal-easing=ease-out-cubic]{transition-timing-function:cubic-bezier(.215,.61,.355,1)}

[data-sal][data-sal-easing=ease-in-out-cubic]{transition-timing-function:cubic-bezier(.645,.045,.355,1)}

[data-sal][data-sal-easing=ease-in-circ]{transition-timing-function:cubic-bezier(.6,.04,.98,.335)}

[data-sal][data-sal-easing=ease-out-circ]{transition-timing-function:cubic-bezier(.075,.82,.165,1)}

[data-sal][data-sal-easing=ease-in-out-circ]{transition-timing-function:cubic-bezier(.785,.135,.15,.86)}

[data-sal][data-sal-easing=ease-in-expo]{transition-timing-function:cubic-bezier(.95,.05,.795,.035)}

[data-sal][data-sal-easing=ease-out-expo]{transition-timing-function:cubic-bezier(.19,1,.22,1)}

[data-sal][data-sal-easing=ease-in-out-expo]{transition-timing-function:cubic-bezier(1,0,0,1)}

[data-sal][data-sal-easing=ease-in-quad]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}

[data-sal][data-sal-easing=ease-out-quad]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}

[data-sal][data-sal-easing=ease-in-out-quad]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}

[data-sal][data-sal-easing=ease-in-quart]{transition-timing-function:cubic-bezier(.895,.03,.685,.22)}

[data-sal][data-sal-easing=ease-out-quart]{transition-timing-function:cubic-bezier(.165,.84,.44,1)}

[data-sal][data-sal-easing=ease-in-out-quart]{transition-timing-function:cubic-bezier(.77,0,.175,1)}

[data-sal][data-sal-easing=ease-in-quint]{transition-timing-function:cubic-bezier(.755,.05,.855,.06)}

[data-sal][data-sal-easing=ease-out-quint]{transition-timing-function:cubic-bezier(.23,1,.32,1)}

[data-sal][data-sal-easing=ease-in-out-quint]{transition-timing-function:cubic-bezier(.86,0,.07,1)}

[data-sal][data-sal-easing=ease-in-sine]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}

[data-sal][data-sal-easing=ease-out-sine]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}

[data-sal][data-sal-easing=ease-in-out-sine]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}

[data-sal][data-sal-easing=ease-in-back]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}

[data-sal][data-sal-easing=ease-out-back]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}

[data-sal][data-sal-easing=ease-in-out-back]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}

[data-sal|=fade]{opacity:0;transition-property:opacity}

[data-sal|=fade].sal-animate,body.sal-disabled [data-sal|=fade]{opacity:1}

[data-sal|=slide]{opacity:0;transition-property:opacity,transform}

[data-sal=slide-up]{transform:translateY(20%)}

[data-sal=slide-down]{transform:translateY(-20%)}

[data-sal=slide-left]{transform:translateX(20%)}

[data-sal=slide-right]{transform:translateX(-20%)}

[data-sal|=slide].sal-animate,body.sal-disabled [data-sal|=slide]{opacity:1;transform:none}

[data-sal|=zoom]{opacity:0;transition-property:opacity,transform}

[data-sal=zoom-in]{transform:scale(.5)}

[data-sal=zoom-out]{transform:scale(1.1)}

[data-sal|=zoom].sal-animate,body.sal-disabled [data-sal|=zoom]{opacity:1;transform:none}

[data-sal|=flip]{backface-visibility:hidden;transition-property:transform}

[data-sal=flip-left]{transform:perspective(2000px) rotateY(-91deg)}

[data-sal=flip-right]{transform:perspective(2000px) rotateY(91deg)}

[data-sal=flip-up]{transform:perspective(2000px) rotateX(-91deg)}

[data-sal=flip-down]{transform:perspective(2000px) rotateX(91deg)}

[data-sal|=flip].sal-animate,body.sal-disabled [data-sal|=flip]{transform:none}

.icon {
  --size: 1em;
  font-size:var(--size);
  height:1em;
  width:1em;
  display:inline-block;
  color:inherit;
  fill:currentColor;
  line-height:1;
  flex-shrink:0;
  max-width:initial
}

.icon--3xs {
  --size: 8px
}

.icon--2xs {
  --size: 12px
}

.icon--xs {
  --size: 16px
}

.icon--sm {
  --size: 24px
}

.icon--md {
  --size: 32px
}

.icon--lg {
  --size: 48px
}

.icon--xl {
  --size: 64px
}

.icon--2xl {
  --size: 96px
}

.icon--3xl {
  --size: 128px
}

.icon--is-spinning {
  animation:icon-spin 1s infinite linear
}

@keyframes icon-spin {
  0% {
    transform:rotate(0deg)
  }
  100% {
    transform:rotate(360deg)
  }
}

.icon use {
  color:inherit;
  fill:currentColor
}

/* --------------------------------

File#: _1_anim-menu-btn
Title: Animated Menu Button
Descr: A menu button w/ a morphing icon
Usage: codyhouse.co/license

-------------------------------- */

:root {
  --anim-menu-btn-size: 48px;
  --anim-menu-btn-transition-duration: 0.2s;
  --anim-menu-btn-icon-size: 32px;
  --anim-menu-btn-icon-stroke: 2px;
}

.anim-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--anim-menu-btn-size);
  height: var(--anim-menu-btn-size);
}

.anim-menu-btn__icon {
  position: relative;
  display: block;
  font-size: var(--anim-menu-btn-icon-size);
  width: 1em;
  height: var(--anim-menu-btn-icon-stroke);
  color: inherit;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  transform: scale(1);
}

.anim-menu-btn__icon::before,
.anim-menu-btn__icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: inherit;
  border-radius: inherit;
}

.anim-menu-btn__icon--close {
  background-size: 100% 100%;
  will-change: transform, background-size;
  transition-property: transform, background-size;
}

.anim-menu-btn:active .anim-menu-btn__icon--close {
  transform: scale(0.9);
}

.anim-menu-btn__icon--close::before,
.anim-menu-btn__icon--close::after {
  will-change: inherit;
  transition: inherit;
}

.anim-menu-btn__icon--close::before {
  transform: translateY(-0.25em) rotate(0);
}

.anim-menu-btn__icon--close::after {
  transform: translateY(0.25em) rotate(0);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close {
  background-size: 0% 100%;
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::before {
  transform: translateY(0) rotate(45deg);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--close::after {
  transform: translateY(0) rotate(-45deg);
}

.anim-menu-btn__icon--arrow-left,
.anim-menu-btn__icon--arrow-right,
.anim-menu-btn__icon--arrow-up,
.anim-menu-btn__icon--arrow-down {
  border-radius: 50em;
  will-change: transform;
  transition-property: transform;
  transition-duration: var(--anim-menu-btn-transition-duration, 0.2s);
}

.anim-menu-btn:active .anim-menu-btn__icon--arrow-left,
.anim-menu-btn:active .anim-menu-btn__icon--arrow-right,
.anim-menu-btn:active .anim-menu-btn__icon--arrow-up,
.anim-menu-btn:active .anim-menu-btn__icon--arrow-down {
  transform: scale(0.9);
}

.anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn__icon--arrow-down::before,
.anim-menu-btn__icon--arrow-down::after {
  transform-origin: calc(var(--anim-menu-btn-icon-stroke) / 2) 50%;
  will-change: transform, width;
  transition-property: transform, width;
  transition-duration: var(--anim-menu-btn-transition-duration, 0.2s);
}

.anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn__icon--arrow-down::before {
  transform: translateY(-0.25em) rotate(0);
}

.anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn__icon--arrow-down::after {
  transform: translateY(0.25em) rotate(0);
}

.anim-menu-btn__icon--arrow-right {
  transform: rotate(180deg);
}

.anim-menu-btn:active .anim-menu-btn__icon--arrow-right {
  transform: rotate(180deg) scale(0.9);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  width: 50%;
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::before,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::before {
  transform: translateY(0) rotate(-45deg);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-left::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-right::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up::after,
.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down::after {
  transform: translateY(0) rotate(45deg);
}

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg) scale(0.9);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-up {
  transform: rotate(90deg);
}

.anim-menu-btn--state-b:active .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg) scale(0.9);
}

.anim-menu-btn--state-b .anim-menu-btn__icon--arrow-down {
  transform: rotate(-90deg);
}

/* --------------------------------

File#: _2_morphing-navigation
Title: Morphing Navigation
Descr: Header Template with a morphing dropdown
Usage: codyhouse.co/license

-------------------------------- */

.morph-nav__link {
  display: flex;
  align-items: center;
}

.morph-nav__link-figure {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.morph-nav__link-title .icon {
  opacity: 0;
  transform: translateX(-0.5em);
  transition: opacity 0.2s, transform 0.2s;
}

.morph-nav__link:hover .morph-nav__link-title .icon {
  opacity: 1;
  transform: translateX(0);
}

.morph-nav__social-link {
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

/* #region (mobile only) */

.morph-nav__sm-nav {
  position: relative;
  z-index: 2;
  height: 100%;
}

.morph-nav__sm-menu-toggle {
  --anim-menu-btn-size: 40px;
  /* 🍔 icon */
  --anim-menu-btn-icon-size: 28px;
  --anim-menu-btn-icon-stroke: 2px;
}

.morph-nav__sm-dropdown {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  transform: scale(0.95);
  transform-origin: top center;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.morph-nav__sm-dropdown a {
  color: inherit;
  text-decoration: none;
}

.morph-nav__sm-dropdown--is-visible {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s,
    transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* #endregion */

/* #region (desktop only) */

.morph-nav__lg-nav-list {
  display: flex;
  height: 100%;
}

.morph-nav__lg-nav-item {
  height: 100%;
  transition: opacity 0.3s;
}

.morph-nav__lg-nav-list:hover .morph-nav__lg-nav-item:not(:hover) {
  opacity: 0.5;
}

.morph-nav__lg-main-nav-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.morph-nav__lg-subnav {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.morph-nav__lg-subnav--is-visible {
  transform: translateY(0px);
  pointer-events: auto;
}

.morph-nav__lg-dropdown-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0.3s;
}

.morph-nav__lg-subnav--is-visible .morph-nav__lg-dropdown-wrapper {
  visibility: visible;
}

.morph-nav__lg-dropdown-list {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.morph-nav__lg-dropdown-item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    visibility 0s 0.3s;
}

.morph-nav__lg-dropdown-item--is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.morph-nav__lg-dropdown-bg {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  will-change: width, height, visibility, opacity;
  /* hide */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.morph-nav__lg-dropdown-bg::before {
  /* triangle marker */
  content: '';
  display: block;
  background-color: inherit;
  border: inherit;
  position: absolute;
  z-index: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  transform: translateY(1px) rotate(-45deg);
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
}

.morph-nav__lg-dropdown-bg--is-visible {
  opacity: 1;
  visibility: visible;
}

.morph-nav__lg-dropdown a {
  text-decoration: none;
}

/* #endregion */

/* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ClanOT Book, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-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-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  --twcb-scrollbar-width: 0px;
}

html {
  scroll-behavior: smooth;
  font-family: ClanOT Book, ui-sans-serif, system-ui;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

p {
  font-family: ClanOT Book, ui-sans-serif, system-ui;
}

@media (min-width: 1024px) {

  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

h2 {
  margin-bottom: 2rem;
  font-family: ClanOT Bold, ui-sans-serif, system-ui;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {

  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

article {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 1024px;
}

@media (min-width: 1024px) {

  article {
    padding-top: 4rem;
  }
}

article h1 {
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

article h2 {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: none;
}

article h3 {
  margin-top: 2rem;
  font-family: ClanOT Bold, ui-sans-serif, system-ui;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: none;
}

article h3,
  article h2,
  article p {
  margin-bottom: 1.5rem;
}

section {
  display: block;
  width: 100%;
}

ul li::marker {
    font-size: 0.75em;
  }

sub,
  sup {
    font-size: 60%;
    top: -0.6em;
  }

@font-face {
    font-family: 'ClanOT Bold';
    font-weight: bold;
    src: url('../fonts/ClanOT-Bold.otf') format('opentype');
  }

@font-face {
    font-family: 'ClanOT Book Extd';
    src: url('../fonts/ClanOT-ExtdBook.otf') format('opentype');
  }

@font-face {
    font-family: 'ClanOT Bold Extd';
    font-weight: bold;
    src: url('../fonts/ClanOT-ExtdBold.otf') format('opentype');
  }

@font-face {
    font-family: 'ClanOT Book';
    src: url('../fonts/ClanOT-Book.otf') format('opentype');
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.aspect-w-8 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 8;
}

.aspect-w-8 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-6 {
  --tw-aspect-h: 6;
}

.aspect-h-4 {
  --tw-aspect-h: 4;
}

.ml-break-out {
}

.mr-break-out {
}

@media (min-width: 640px) {

  .mx-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
  }

  .ml-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
  }

  .mr-break-out {
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
  }

  .px-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
  }

  .pl-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
  }

  .pr-break-out {
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
  }
}

@media (min-width: 768px) {

  .mx-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
  }

  .ml-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
  }

  .mr-break-out {
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
  }

  .px-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
  }

  .pl-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
  }

  .pr-break-out {
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
  }
}

@media (min-width: 1024px) {

  .mx-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
  }

  .ml-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
  }

  .mr-break-out {
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
  }

  .px-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
  }

  .pl-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
  }

  .pr-break-out {
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
  }
}

@media (min-width: 1280px) {

  .mx-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
  }

  .ml-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
  }

  .mr-break-out {
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
  }

  .px-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
  }

  .pl-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
  }

  .pr-break-out {
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
  }
}

@media (min-width: 1536px) {

  .mx-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
  }

  .ml-break-out {
    margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
  }

  .mr-break-out {
    margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
  }

  .px-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
  }

  .pl-break-out {
    padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
  }

  .pr-break-out {
    padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
  }
}

body {
  overflow-x: hidden;
    background-color: #ffffff;
}

.body-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -10;
  display: none;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

@media (min-width: 768px) {

  .body-bg {
    display: block;
  }
}

.body-bg {
    background-image: url('../img/svg/bg.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }

/* .eat-and-drink  */

div video {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {

  div video {
    -o-object-fit: none;
       object-fit: none;
  }
}

@media (min-width: 1280px) {

  div video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (orientation: portrait) {

  div video {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 768px) {
    div video {
      /* position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, -50%); */
    }
  }

.teaser-wrapper:hover .teaser,
  .teaser-wrapper:focus .teaser {
    /* @apply scale-105; */
  }

.teaser-wrapper:hover .teaser:before,
  .teaser-wrapper:hover .teaser-separated:before,
  .teaser-wrapper:active .teaser:before,
  .teaser-wrapper:active .teaser-separated:before {
  opacity: 0.8;
}

.teaser-wrapper:hover .teaser-separated:before,
  .teaser-wrapper:active .teaser-separated:before {
    background-image: linear-gradient(
      to bottom right,
      rgba(255, 255, 255, 1),
      rgba(178, 167, 147, 1)
    );
  }

.teaser-wrapper:hover .teaser-headline,
  .teaser-wrapper:active .teaser-headline {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.teaser-wrapper:hover .teaser-text,
  .teaser-wrapper:active .teaser-text {
  opacity: 1;
}

.dark-overlay:after {
      content: '\A';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0.6;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
    }

/* Main Wrapper */

.main-wrapper {
    /* @apply lg:container mx-auto px-4 xl:px-0; */
  }

.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1024px) {

  .content-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {

    .content-wrapper {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .content-wrapper {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .content-wrapper {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .content-wrapper {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .content-wrapper {
      max-width: 1536px;
    }
  }

  .content-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-3 {
  top: 0.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.top-16 {
  top: 4rem;
}

.\!left-\[50\%\] {
  left: 50% !important;
}

.\!left-0 {
  left: 0px !important;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.z-0 {
  z-index: 0;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-30 {
  z-index: 30;
}

.z-\[3\] {
  z-index: 3;
}

.z-10 {
  z-index: 10;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-\[calc\(70px_\+_1\.5rem\)\] {
  margin-top: calc(70px + 1.5rem);
}

.-mt-\[calc\(70px_\+_1\.5rem\)\] {
  margin-top: calc(calc(70px + 1.5rem) * -1);
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.-mt-\[6px\] {
  margin-top: -6px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-12 {
  height: 3rem;
}

.h-screen {
  height: 100vh;
}

.h-\[75vw\] {
  height: 75vw;
}

.h-auto {
  height: auto;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-6 {
  height: 1.5rem;
}

.h-\[70px\] {
  height: 70px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[12px\] {
  height: 12px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[16px\] {
  height: 16px;
}

.h-3 {
  height: 0.75rem;
}

.max-h-\[calc\(100vh_-_70px\)\] {
  max-height: calc(100vh - 70px);
}

.min-h-\[332px\] {
  min-height: 332px;
}

.min-h-\[250px\] {
  min-height: 250px;
}

.min-h-\[150px\] {
  min-height: 150px;
}

.min-h-\[25rem\] {
  min-height: 25rem;
}

.min-h-\[calc\(432px\)\] {
  min-height: calc(432px);
}

.min-h-\[350px\] {
  min-height: 350px;
}

.w-\[calc\(100\%-2rem\)\] {
  width: calc(100% - 2rem);
}

.w-\[120px\] {
  width: 120px;
}

.w-full {
  width: 100%;
}

.w-12 {
  width: 3rem;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.\!w-1\/2 {
  width: 50% !important;
}

.w-\[90\%\] {
  width: 90%;
}

.w-4\/5 {
  width: 80%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[calc\(100\%_-_2rem\)\] {
  width: calc(100% - 2rem);
}

.w-auto {
  width: auto;
}

.w-\[calc\(100\%_-_2\.5rem\)\] {
  width: calc(100% - 2.5rem);
}

.w-\[12px\] {
  width: 12px;
}

.w-\[280px\] {
  width: 280px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[16px\] {
  width: 16px;
}

.w-3 {
  width: 0.75rem;
}

.max-w-\[180px\] {
  max-width: 180px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-\[460px\] {
  max-width: 460px;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {

  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.scroll-mt-\[70px\] {
  scroll-margin-top: 70px;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.border-0 {
  border-width: 0px;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[40px\] {
  border-bottom-width: 40px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(184 22 58 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-gray-300\/50 {
  border-color: rgb(209 213 219 / 0.5);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-transparent {
  background-color: transparent;
}

.\!bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(184 22 58 / var(--tw-bg-opacity)) !important;
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(184 22 58 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-primary\/75 {
  background-color: rgb(184 22 58 / 0.75);
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-cover {
  background-size: cover;
}

.bg-150\% {
  background-size: 150%;
}

.bg-center {
  background-position: center;
}

.bg-\[center_bottom\] {
  background-position: center bottom;
}

.fill-current {
  fill: currentColor;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-8 {
  padding: 2rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-sans-bold {
  font-family: ClanOT Bold, ui-sans-serif, system-ui;
}

.font-sans {
  font-family: ClanOT Book, ui-sans-serif, system-ui;
}

.font-roboto-thin {
  font-family: Roboto Thin, ui-sans-serif, system-ui;
}

.font-gilroy-regular {
  font-family: Gilroy Regular, ui-sans-serif, system-ui;
}

.\!font-sans {
  font-family: ClanOT Book, ui-sans-serif, system-ui !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.leading-relaxed {
  line-height: 1.625;
}

.\!leading-\[1\.8\] {
  line-height: 1.8 !important;
}

.leading-normal {
  line-height: 1.5;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-\[70px\] {
  line-height: 70px;
}

.leading-3 {
  line-height: .75rem;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(184 22 58 / var(--tw-text-opacity));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(184 22 58 / var(--tw-text-opacity)) !important;
}

.text-inherit {
  color: inherit;
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.drop-shadow-hard-text-light {
  --tw-drop-shadow: drop-shadow(1px 1px 0px rgba(247, 239, 225, 0.75));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

/* Custom styles, based on id (e. g. Teaser) */

.no-min-height-on-mobile > div:first-child {
  min-height: 332px;
}

@media (min-width: 1024px) {

  .no-min-height-on-mobile > div:first-child {
    min-height: calc(432px);
  }
}

/* Jarallax Parallax Plugin */

.jarallax {
    position: relative;
    z-index: 0;
  }

.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

.image-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.4)
    );
  }

/* Make navbar appear and disappear https://bootstrap-menu.com/detail-autohide.html */

.scrolled-down {
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
  }

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
  }

/* break out of container to full width  */

.full-width {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    overflow-x: hidden;
  }

.fadeout {
    opacity: 1;
    transition: 1s opacity;
  }

/* https://codepen.io/amiechen/embed/xjvMGb/?theme-id=modal */

.-z-1 {
    z-index: -1;
  }

.origin-0 {
    transform-origin: 0%;
  }

input:not(:-moz-placeholder-shown) ~ label, textarea:not(:-moz-placeholder-shown) ~ label {
    /* @apply transform; scale-75; -translate-y-6; */
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y));
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    --tw-translate-y: -1.5rem;
  }

input:focus ~ label,
  input:not(:placeholder-shown) ~ label,
  textarea:focus ~ label,
  textarea:not(:placeholder-shown) ~ label,
  select:focus ~ label,
  select:not([value='']):valid ~ label {
    /* @apply transform; scale-75; -translate-y-6; */
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    transform: translateX(var(--tw-translate-x))
      translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
      skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
      scaleY(var(--tw-scale-y));
    --tw-scale-x: 0.75;
    --tw-scale-y: 0.75;
    --tw-translate-y: -1.5rem;
  }

input:focus ~ label,
  select:focus ~ label,
  textarea:focus ~ label {
    /* @apply text-black; left-0; */
    /* color: rgba(0, 0, 0, var(--tw-text-opacity)); */
    --tw-text-opacity: 1;
    color: rgb(184 22 58 / var(--tw-text-opacity));
    left: 0px;
  }

/* Gallery */

.gallery-item {
  position: relative;
  min-height: 250px;
}

@media (min-width: 1024px) {

  .gallery-item {
    min-height: 350px;
  }
}

.gallery-item__overlay-wrapper {
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  height: 0px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden;
  background-color: rgb(255 255 255 / 0.8);
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(184 22 58 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover .gallery-item__overlay-wrapper {
  height: 27%;
}

.gallery-item__img {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: cover;
  background-position: center;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item__overlay-text {
}

.before\:top-\[-7px\]::before {
  content: var(--tw-content);
  top: -7px;
}

.before\:left-\[calc\(50\%_-_7px\)\]::before {
  content: var(--tw-content);
  left: calc(50% - 7px);
}

.before\:h-\[14px\]::before {
  content: var(--tw-content);
  height: 14px;
}

.before\:w-\[14px\]::before {
  content: var(--tw-content);
  width: 14px;
}

.before\:rounded-tr::before {
  content: var(--tw-content);
  border-top-right-radius: 0.25rem;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 22 58 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-75:hover {
  --tw-bg-opacity: 0.75;
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(184 22 58 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 640px) {

  .sm\:w-auto {
    width: auto;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:\!mt-16 {
    margin-top: 4rem !important;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-\[90vh\] {
    height: 90vh;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:\!left-\[50\%\] {
    left: 50% !important;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:min-h-\[calc\(432px\)\] {
    min-height: calc(432px);
  }

  .lg\:min-h-\[350px\] {
    min-height: 350px;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:\!w-1\/2 {
    width: 50% !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:object-none {
    -o-object-fit: none;
       object-fit: none;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pr-\[calc\(\(100vw_-_1024px\)\/2\)\] {
    padding-right: calc((100vw - 1024px) / 2);
  }

  .lg\:pl-\[calc\(\(100vw_-_1024px\)\/2\)\] {
    padding-left: calc((100vw - 1024px) / 2);
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:aspect-w-8 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 8;
  }

  .lg\:aspect-w-8 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .lg\:mx-break-out {
}

  .lg\:px-break-out {
}

  @media (min-width: 640px) {

    .lg\:mx-break-out {
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 640px / 2 );
    }

    .lg\:px-break-out {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 640px / 2 );
    }
  }

  @media (min-width: 768px) {

    .lg\:mx-break-out {
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 768px / 2 );
    }

    .lg\:px-break-out {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 768px / 2 );
    }
  }

  @media (min-width: 1024px) {

    .lg\:mx-break-out {
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1024px / 2 );
    }

    .lg\:px-break-out {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1024px / 2 );
    }
  }

  @media (min-width: 1280px) {

    .lg\:mx-break-out {
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1280px / 2 );
    }

    .lg\:px-break-out {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1280px / 2 );
    }
  }

  @media (min-width: 1536px) {

    .lg\:mx-break-out {
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
      margin-left: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
      margin-right: calc((-100vw + var(--twcb-scrollbar-width)) / 2 + 1536px / 2 );
    }

    .lg\:px-break-out {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
    }

     {
      padding-left: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
      padding-right: calc((100vw - var(--twcb-scrollbar-width)) / 2 - 1536px / 2 );
    }
  }
}

@media (min-width: 1280px) {

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
    }
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-\[300px\] {
    width: 300px;
  }

  .xl\:min-w-\[650px\] {
    min-width: 650px;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:bg-contain {
    background-size: contain;
  }

  .xl\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pr-\[calc\(\(100vw_-_1280px\)\/2\+1rem\)\] {
    padding-right: calc((100vw - 1280px) / 2 + 1rem);
  }

  .xl\:pl-\[calc\(\(100vw_-_1280px\)\/2\+1rem\)\] {
    padding-left: calc((100vw - 1280px) / 2 + 1rem);
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:aspect-h-3 {
    --tw-aspect-h: 3;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-3\/5 {
    width: 60%;
  }

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:pr-\[calc\(\(100vw_-_1536px\)\/2\)\] {
    padding-right: calc((100vw - 1536px) / 2);
  }

  .\32xl\:pl-\[calc\(\(100vw_-_1536px\)\/2\)\] {
    padding-left: calc((100vw - 1536px) / 2);
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}