@import 'https://unpkg.com/swiper@5.3.1/css/swiper.min.css';

@import url('https://fonts.googleapis.com/css2?family=Mada:wght@500;600;700&family=Sen:wght@400;700&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, 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.
 */

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

/**
 * 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.
 */

[type="search"]::-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.
 */

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

/*
 * Add the correct display in all browsers.
 */

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}


ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Sen, system-ui, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.container{
  width: 100%;
}

@media (min-width: 380px){
  .container{
    max-width: 380px;
  }
}

@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: 1800px){
  .container{
    max-width: 1800px;
  }
}

.bg-transparent{
  background-color: transparent;
}

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

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

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

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

.bg-grey-light{
  background-color: var(--color-grey-light);
}

.bg-blue-dark{
  background-color: var(--color-blue-dark);
}

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

.bg-blue-light{
  background-color: var(--color-blue-light);
}

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

.border-current{
  border-color: currentColor;
}

.border-white{
  border-color: var(--color-white);
}

.border-grey{
  border-color: var(--color-grey);
}

.border-grey-light{
  border-color: var(--color-grey-light);
}

.border-blue-dark{
  border-color: var(--color-blue-dark);
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-circle{
  border-radius: 50%;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-r{
  border-right-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-grow{
  flex-grow: 1;
}

.font-bold{
  font-weight: 700;
}

.h-0{
  height: 0;
}

.h-5{
  height: 1.25rem;
}

.h-8{
  height: 2rem;
}

.h-auto{
  height: auto;
}

.h-site-xs{
  height: var(--site-xs);
}

.h-site-lg{
  height: var(--site-lg);
}

.h-site-2xl{
  height: var(--site-2xl);
}

.h-ems-2{
  height: 0.5em;
}

.h-ems-3{
  height: 0.75em;
}

.h-ems-4{
  height: 1em;
}

.h-ems-40{
  height: 10em;
}

.h-md{
  height: 28rem;
}

.h-lg{
  height: 32rem;
}

.h-xl{
  height: 36rem;
}

.h-2xl{
  height: 42rem;
}

.h-full{
  height: 100%;
}

.leading-none{
  line-height: 1;
}

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

.mr-1{
  margin-right: 0.25rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-site-2xs{
  margin-top: var(--site-2xs);
}

.mr-site-xs{
  margin-right: var(--site-xs);
}

.mb-site-xs{
  margin-bottom: var(--site-xs);
}

.mt-site-md{
  margin-top: var(--site-md);
}

.mr-ems-1{
  margin-right: 0.25em;
}

.mr-ems-2{
  margin-right: 0.5em;
}

.mr-ems-3{
  margin-right: 0.75em;
}

.mb-ems-3{
  margin-bottom: 0.75em;
}

.-mr-3{
  margin-right: -0.75rem;
}

.-mb-3{
  margin-bottom: -0.75rem;
}

.-mr-5{
  margin-right: -1.25rem;
}

.-mb-5{
  margin-bottom: -1.25rem;
}

.-mr-site-2xs{
  margin-right: calc(var(--site-2xs) * -1);
}

.-mr-site-xs{
  margin-right: calc(var(--site-xs) * -1);
}

.-mb-site-xs{
  margin-bottom: calc(var(--site-xs) * -1);
}

.-mb-ems-2{
  margin-bottom: -0.5em;
}

.-mb-ems-3{
  margin-bottom: -0.75em;
}

.max-h-screen-3\/4{
  max-height: 75vh;
}

.max-h-screen-4\/5{
  max-height: 80vh;
}

.max-h-screen{
  max-height: 100vh;
}

.max-w-40{
  max-width: 10rem;
}

.max-w-48{
  max-width: 12rem;
}

.max-w-ems-40{
  max-width: 10em;
}

.max-w-ems-48{
  max-width: 12em;
}

.max-w-ems-56{
  max-width: 14em;
}

.max-w-xs{
  max-width: 20rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-md{
  max-width: 28rem;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-ems-xs{
  max-width: 20em;
}

.max-w-ems-sm{
  max-width: 24em;
}

.max-w-ems-md{
  max-width: 28em;
}

.max-w-ems-lg{
  max-width: 32em;
}

.max-w-screen{
  max-width: 100vw;
}

.min-h-lg{
  min-height: 32rem;
}

.min-h-screen{
  min-height: 100vh;
}

.min-w-ems-64{
  min-width: 16em;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.opacity-50{
  opacity: 0.5;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.p-4{
  padding: 1rem;
}

.py-site-2xs{
  padding-top: var(--site-2xs);
  padding-bottom: var(--site-2xs);
}

.py-site-xs{
  padding-top: var(--site-xs);
  padding-bottom: var(--site-xs);
}

.px-site-xs{
  padding-left: var(--site-xs);
  padding-right: var(--site-xs);
}

.py-site-sm{
  padding-top: var(--site-sm);
  padding-bottom: var(--site-sm);
}

.py-site-md{
  padding-top: var(--site-md);
  padding-bottom: var(--site-md);
}

.py-site-lg{
  padding-top: var(--site-lg);
  padding-bottom: var(--site-lg);
}

.py-site-xl{
  padding-top: var(--site-xl);
  padding-bottom: var(--site-xl);
}

.py-site-2xl{
  padding-top: var(--site-2xl);
  padding-bottom: var(--site-2xl);
}

.py-ems-1{
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.py-ems-2{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.px-ems-2{
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.py-ems-3{
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pt-site-2xs{
  padding-top: var(--site-2xs);
}

.pb-site-2xs{
  padding-bottom: var(--site-2xs);
}

.pt-site-xs{
  padding-top: var(--site-xs);
}

.pr-site-xs{
  padding-right: var(--site-xs);
}

.pb-site-xs{
  padding-bottom: var(--site-xs);
}

.pl-site-xs{
  padding-left: var(--site-xs);
}

.pt-site-sm{
  padding-top: var(--site-sm);
}

.pb-site-sm{
  padding-bottom: var(--site-sm);
}

.pt-site-md{
  padding-top: var(--site-md);
}

.pb-site-md{
  padding-bottom: var(--site-md);
}

.pt-site-xl{
  padding-top: var(--site-xl);
}

.pb-site-xl{
  padding-bottom: var(--site-xl);
}

.pt-ems-1{
  padding-top: 0.25em;
}

.pr-ems-1{
  padding-right: 0.25em;
}

.pb-ems-1{
  padding-bottom: 0.25em;
}

.pt-ems-2{
  padding-top: 0.5em;
}

.pr-ems-2{
  padding-right: 0.5em;
}

.pb-ems-2{
  padding-bottom: 0.5em;
}

.pl-ems-2{
  padding-left: 0.5em;
}

.pt-ems-3{
  padding-top: 0.75em;
}

.pr-ems-3{
  padding-right: 0.75em;
}

.pb-ems-3{
  padding-bottom: 0.75em;
}

.pl-ems-3{
  padding-left: 0.75em;
}

.pt-ems-4{
  padding-top: 1em;
}

.pb-ems-4{
  padding-bottom: 1em;
}

.pt-ems-5{
  padding-top: 1.25em;
}

.pl-ems-6{
  padding-left: 1.5em;
}

.pointer-events-none{
  pointer-events: none;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-y-0{
  top: 0;
  bottom: 0;
}

.inset-x-0{
  right: 0;
  left: 0;
}

.top-0{
  top: 0;
}

.right-0{
  right: 0;
}

.bottom-0{
  bottom: 0;
}

.left-0{
  left: 0;
}

.resize-none{
  resize: none;
}

.shadow-lg{
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.fill-current{
  fill: currentColor;
}

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

.text-black{
  color: var(--color-black);
}

.text-white{
  color: var(--color-white);
}

.text-text-light{
  color: var(--color-text-light);
}

.text-text-dark{
  color: var(--color-text-dark);
}

.text-grey{
  color: var(--color-grey);
}

.text-blue-dark{
  color: var(--color-blue-dark);
}

.hover\:text-white:hover{
  color: var(--color-white);
}

.uppercase{
  text-transform: uppercase;
}

.underline{
  text-decoration: underline;
}

.whitespace-no-wrap{
  white-space: nowrap;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-56{
  width: 14rem;
}

.w-64{
  width: 16rem;
}

.w-auto{
  width: auto;
}

.w-ems-3{
  width: 0.75em;
}

.w-ems-4{
  width: 1em;
}

.w-ems-64{
  width: 16em;
}

.w-full{
  width: 100%;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-6{
  grid-column: span 6 / span 6;
}

.col-span-8{
  grid-column: span 8 / span 8;
}

.col-span-10{
  grid-column: span 10 / span 10;
}

.col-span-12{
  grid-column: span 12 / span 12;
}

.col-start-2{
  grid-column-start: 2;
}

.transition-all{
  transition-property: all;
}

.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity{
  transition-property: opacity;
}

.transition-transform{
  transition-property: transform;
}

.duration-300{
  transition-duration: 300ms;
}

@-webkit-keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.inset-m,
  .inset-cm {
  top: 50%;
}


  .inset-cm {
  left: 50%;
}

.inset-m {
  transform: translateY(-50%);
}

.inset-cm {
  transform: translate(-50%, -50%);
}

.object-contain {
  font-family: 'object-fit: contain;';
}

.object-cover {
  font-family: 'object-fit: cover;';
}

/* @import 'scroll-out'; */

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  overflow-x: hidden;
}

@media (max-width: 1023px) {
    html.menu { overflow: hidden
    }
  }

body.dev:before {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  background-color: var(--color-white);
  color: var(--color-black);
  z-index: 50;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  line-height: 1;
  font-family: monospace;
  font-size: 11px;
  content: '0';
}

@media (min-width: 380px) {

body.dev:before { content: 'xs'
}
  }

@media (min-width: 640px) {

body.dev:before { content: 'sm'
}
  }

@media (min-width: 768px) {

body.dev:before { content: 'md'
}
  }

@media (min-width: 1024px) {

body.dev:before { content: 'lg'
}
  }

@media (min-width: 1280px) {

body.dev:before { content: 'xl'
}
  }

@media (min-width: 1800px) {

body.dev:before { content: 'full'
}
  }

img {
  width: 100%;
  height: auto;
}

.u-text-shadow { text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5)
}

.u-input-hide { position: absolute; opacity: 0; pointer-events: none
}

.u-filter-invert { filter: invert(1)
}

.u-circle { border-radius: 50%
}

.grid {
  grid-column-gap: var(--grid-gap-x);
  grid-row-gap: var(--grid-gap-y);
}

.no-gap,
  .no-gap-y {
  grid-row-gap: 0;
}

.no-gap,
  .no-gap-x {
  grid-column-gap: 0;
}

.u-box-3\:1 {
  display: block;
  /* overflow-hidden;*/
}

.u-box-3\:1:before {
  display: block;
  content: '';
  padding-top: calc((1/3) * 100%);
}

.u-box-3\:1:not([class*="overflow-"]) { overflow: hidden
}

.u-box-2\:1 {
  display: block;
  /* overflow-hidden;*/
}

.u-box-2\:1:before {
  display: block;
  content: '';
  padding-top: calc((1/2) * 100%);
}

.u-box-2\:1:not([class*="overflow-"]) { overflow: hidden
}

.u-box-16\:9 {
  display: block;
  /* overflow-hidden;*/
}

.u-box-16\:9:before {
  display: block;
  content: '';
  padding-top: calc((9/16) * 100%);
}

.u-box-16\:9:not([class*="overflow-"]) { overflow: hidden
}

.u-box-3\:2 {
  display: block;
  /* overflow-hidden;*/
}

.u-box-3\:2:before {
  display: block;
  content: '';
  padding-top: calc((2/3) * 100%);
}

.u-box-3\:2:not([class*="overflow-"]) { overflow: hidden
}

.u-box-3\:4 {
  display: block; /*overflow-hidden;*/
}

.u-box-3\:4:before {
  display: block;
  content: '';
  padding-top: calc((4/3) * 100%);
}

.u-box-3\:4:not([class*="overflow-"]) { overflow: hidden
}

.u-box-4\:3 {
  display: block;
  /* overflow-hidden;*/
}

.u-box-4\:3:before {
  display: block;
  content: '';
  padding-top: calc((3/4) * 100%);
}

.u-box-4\:3:not([class*="overflow-"]) { overflow: hidden
}

.u-box-4\:5 {
  display: block; /*overflow-hidden;*/
}

.u-box-4\:5:before {
  display: block;
  content: '';
  padding-top: calc((5/4) * 100%);
}

.u-box-4\:5:not([class*="overflow-"]) { overflow: hidden
}

.u-box-1\:1 {
  display: block; /*overflow-hidden;*/
}

.u-box-1\:1:before {
  display: block;
  content: '';
  padding-top: calc((1/1) * 100%);
}

.u-box-1\:1:not([class*="overflow-"]) { overflow: hidden
}

.u-box-1\:1 {
  display: block;
  /* overflow-hidden;*/
}

.u-box-1\:1:before {
  display: block;
  content: '';
  padding-top: calc((1/1) * 100%);
}

.u-box-1\:1:not([class*="overflow-"]) { overflow: hidden
}

.u-box-3\:1:before {
  padding-top: calc((1/3) * 100%);
  content: '';
  display: block;
}

.w-container { width: var(--container)
}

.h-gap { height: var(--grid-gap-y)
}

.container-padding {
  padding-right: var(--container)
}

.-container-margin {
  margin-right: calc(-1 * var(--container))
}

.container-padding {
  padding-left: var(--container)
}

.-container-margin {
  margin-left: calc(-1 * var(--container))
}


    .pt-gap,
    .py-gap {
  padding-top: var(--grid-gap-y)
}

/*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/


    .pr-gap {
  padding-right: var(--grid-gap-x)
}


    .mr-gap {
  margin-right: var(--grid-gap-x)
}


    .-mr-gap {
  margin-right: calc(-1 * var(--grid-gap-x))
}

/*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/


    .pb-gap,
    .py-gap {
  padding-bottom: var(--grid-gap-y)
}


    .-mb-gap {
  margin-bottom: calc(-1 * var(--grid-gap-y))
}

/*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

/*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

:root {
  /* BASE */
  --bg-color: var(--color-blue-dark);
  --color: var(--color-black);
  --color-black: #000;
  --color-white: #fff;
  --color-text-light: var(--color-white);
  --color-text-dark: var(--color-blue-dark);
  --color-bg-light: var(--color-grey-lighter);
  --color-bg-dark: var(--color-blue);
  --color-grey: #AEAEAE;
  --color-grey-light: #E5E5E5;
  --color-grey-lighter: #F4F4F4;
  --color-blue-dark: #14182E;
  --color-blue: #1F2545;
  --color-blue-light: #383C53;
  --color-red: #751922;
  --color-brown: #9b7247;
  --transition: .3s;
  --scroll-out-duration: 500ms;
  --scroll-out-delay: 1500ms;
  --scroll-out-offset-x: 4rem;
  --scroll-out-offset-y: 2rem;
  --site-2xs: 12px;
  --site-xs: 24px;
  --site-sm: 36px;
  --site-md: 48px;
  --site-lg: 60px;
  --site-xl: 72px;
  --site-2xl: 144px;
  --site-3xl: 192px;
  --container: 35px;
  --grid-gap-x: 15px;
  --grid-gap-y: 40px;
  --column-gap: var(--grid-gap-x);
  --box-spacing: 17px;
}

@media (min-width: 380px) {

:root { --site-2xs: calc(12px + (16 - 12) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-2xs: 16px;
}
  }

@media (min-width: 380px) {

:root { --site-xs: calc(24px + (32 - 24) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-xs: 32px;
}
  }

@media (min-width: 380px) {

:root { --site-sm: calc(36px + (48 - 36) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-sm: 48px;
}
  }

@media (min-width: 380px) {

:root { --site-md: calc(48px + (64 - 48) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-md: 64px;
}
  }

@media (min-width: 380px) {

:root { --site-lg: calc(60px + (80 - 60) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-lg: 80px;
}
  }

@media (min-width: 380px) {

:root { --site-xl: calc(72px + (96 - 72) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-xl: 96px;
}
  }

@media (min-width: 380px) {

:root { --site-2xl: calc(144px + (192 - 144) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-2xl: 192px;
}
  }

@media (min-width: 380px) {

:root { --site-2xl: calc(192px + (256 - 192) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --site-2xl: 256px;
}
  }

@media (min-width: 380px) {

:root { --container: calc(35px + (100 - 35) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root { --container: 100px;
}
  }

@media (min-width: 380px) {

:root {
    --grid-gap-x: calc(15px + (30 - 15) * ((100vw - 380px) / (1280 - 380)));

    --grid-gap-y: calc(40px + (70 - 40) * ((100vw - 380px) / (1280 - 380)));
}
  }

@media (min-width: 1280px) {

:root {
    --grid-gap-x: 30px;

    --grid-gap-y: 70px;
}
  }

/* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */

.t-base {
  font-family: Sen, system-ui, sans-serif;
  line-height: 1.3;
  font-size: 14px;
}

@media (min-width: 380px) {

.t-base { font-size: calc(14px + (15 - 14) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-base { font-size: 18px
}
  }

.t-head-lg {
  font-family: Mada, system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
}

@media (min-width: 380px) {

.t-head-lg { font-size: calc(30px + (36 - 30) * ((100vw - 380px) / (1024 - 380)));
}
  }

@media (min-width: 1024px) {

.t-head-lg { font-size: 36px;
}
  }

.t-head-md {
  font-family: Mada, system-ui, sans-serif;
  font-weight: 600;
  font-size: 26px;
}

@media (min-width: 380px) {

.t-head-md { font-size: calc(26px + (30 - 26) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-head-md { font-size: 30px
}
  }

.t-quote {
  font-family: Sen, system-ui, sans-serif;
  font-size: 22px;
}

@media (min-width: 380px) {

.t-quote { font-size: calc(22px + (28 - 22) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-quote { font-size: 28px
}
  }

.t-head-sm,
    .wysiwyg h3 {
  font-family: Mada, system-ui, sans-serif;
  font-weight: 500;
  font-size: 21px;
}

@media (min-width: 380px) {

.t-head-sm,
    .wysiwyg h3 { font-size: calc(21px + (23 - 21) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-head-sm,
    .wysiwyg h3 { font-size: 23px
}
  }

.t-tagline,
    .c-button {
  font-family: Mada, system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .05em;
}

@media (min-width: 380px) {

.t-tagline,
    .c-button { font-size: calc(15px + (17 - 15) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-tagline,
    .c-button { font-size: 18px
}
  }

.t-lead,
    .c-button-sm {
  font-family: Sen, system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
}

@media (min-width: 380px) {

.t-lead,
    .c-button-sm { font-size: calc(14px + (15 - 14) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-lead,
    .c-button-sm { font-size: 15px
}
  }

.t-menu-head {
  font-family: Mada, system-ui, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 16px;
}

@media (min-width: 380px) {

.t-menu-head { font-size: calc(16px + (18 - 16) * ((100vw - 380px) / (1024 - 380)))
}
  }

@media (min-width: 1024px) {

.t-menu-head { font-size: 18px
}
  }

.t-menu-link {
  font-size: 15px;
  font-family: Mada, system-ui, sans-serif;
  font-weight: 600;
}

.t-menu-sublink {
  font-size: 15px;
  font-family: Mada, system-ui, sans-serif;
  font-weight: 300;
}

.t-comment {
  font-family: Sen, system-ui, sans-serif;
  font-size: 10px;
}

html {
  scroll-behavior: smooth;
}

html.no-scroll {
  overflow: hidden;
}

body {
  background: var(--bg-color);
  color: var(--color);
  font-family: var(--font-family);
}

.lazyload-class {
  filter: blur(3px);
}

.lazyloaded {
  filter: none;
  transition: filter 1s;
}

.js-swiper-prev.swiper-button-disabled, .js-swiper-next.swiper-button-disabled { opacity: 0
  }

.swiper-pagination-bullets { margin-right: -0.5rem
  }

.swiper-pagination-bullet {
    margin-right: 0.5rem;
    height: 1rem;
    width: 1rem;
    background-color: var(--color-grey);
  }

.swiper-pagination-bullet-active { background-color: var(--color-blue-dark)
    }

.js-product-overlay {
  opacity: 0;
  pointer-events: none;
}

.js-product-overlay.active { opacity: 1; pointer-events: auto
  }

.js-vendor-search-output > li {
  border-bottom-width: 1px;
  border-color: var(--color-grey);
}

.js-vendor-search-output > li:first-child { margin-top: -0.5em
  }

.js-vendor-search-output > li:last-child { margin-bottom: -0.5em; border-bottom-width: 0
  }

.js-accordion-container .js-accordion-control.active .js-accordion-control-90 > * { transform: rotate(90deg)
  }

.js-accordion-container .js-accordion-control.active .js-accordion-control-180 > * { transform: rotate(180deg)
  }

html.menu, html.menu body { overflow: hidden
  }

.c-menu-container,
    .c-menu-close {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
  }

html.menu .c-menu-open { opacity: 0
  }

html.menu .c-menu-container,
    html.menu .c-menu-close {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

.c-button,
  .c-input-text,
  .c-input-text-sm,
  .c-input-box {
  border-radius: 0.25rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.c-button { text-align: center; padding-left: 3em; padding-right: 3em
}

.c-input-text { padding-left: 1em; padding-right: 1em; padding-top: 0.75em; padding-bottom: 0.75em
}

.c-input-box {
  padding-left: var(--box-spacing);
  padding-right: var(--box-spacing);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

.c-input-text-sm { padding-left: 0.75em; padding-right: 0.75em; padding-top: 0.5em; padding-bottom: 0.5em; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)
}

.c-button-sm { padding-top: 0.5em; padding-bottom: 0.5em; padding-left: 1.25em; padding-right: 1.25em; border-radius: 0.25rem; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)
}

.js-form.pending, .js-form-formcarry.pending { opacity: 0.33
  }

.js-form:not(.ready) .js-form-button .ready, .js-form-formcarry:not(.ready) .js-form-button .ready { display: none
    }

.js-form:not(.ready) .js-form-section, .js-form-formcarry:not(.ready) .js-form-section { opacity: 0.5; pointer-events: none
    }

.js-form:not(.pending) .js-form-button .pending, .js-form-formcarry:not(.pending) .js-form-button .pending { display: none
  }

.js-form:not(.success) .js-form-message .success,
      .js-form:not(.success) .js-form-button .success,
      .js-form-formcarry:not(.success) .js-form-message .success,
      .js-form-formcarry:not(.success) .js-form-button .success { display: none
    }

.js-form:not(.error) .js-form-message .error,
      .js-form:not(.error) .js-form-button .error,
      .js-form-formcarry:not(.error) .js-form-message .error,
      .js-form-formcarry:not(.error) .js-form-button .error { display: none
    }

.wysiwyg a { text-decoration: underline;
  }

.wysiwyg h3 { padding-bottom: 1em
  }

.wysiwyg * + h3 { padding-top: 0.75em
  }

.wysiwyg p:not(:last-child) {  padding-bottom: 1.25em
  }

/* swiper modal */

.modal{
  z-index: 1000;
}

.js-swiper-block {
  /* width: 100%;
  height: 100%; */
}

.js-swiper-block-image img{
  max-width: 100%;
  max-height: 80vh;
}

.js-close-modal{
  position: absolute;
  top: var(--box-spacing);
  right: var(--box-spacing);
  z-index: 100;
  /* background-color: white; */
}

.js-modal-image-container {
  max-height: 70vh;
}

.search-icon {
  right: 0;
  padding-right: var(--box-spacing);
  padding-top: var(--box-spacing);
  opacity: .7;
}

.search-icon:hover {
  opacity: 1;
}

.block-options-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding-left: var(--box-spacing);
  padding-right: var(--box-spacing);
  padding-bottom: var(--box-spacing);
}

@media (min-width: 380px){

  .xs\:hidden{
    display: none;
  }

  .xs\:w-40{
    width: 10rem;
  }

  .xs\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xs\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xs\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xs\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .xs\:col-start-3{
    grid-column-start: 3;
  }

  .xs\:u-box-3\:4 {
    display: block; /*overflow-hidden;*/
  }

  .xs\:u-box-3\:4:before {
    display: block;
    content: '';
    padding-top: calc((4/3) * 100%);
  }

  .xs\:u-box-3\:4:not([class*="overflow-"]) { overflow: hidden
  }

  .xs\:u-box-4\:5 {
    display: block; /*overflow-hidden;*/
  }

  .xs\:u-box-4\:5:before {
    display: block;
    content: '';
    padding-top: calc((5/4) * 100%);
  }

  .xs\:u-box-4\:5:not([class*="overflow-"]) { overflow: hidden
  }

  .xs\:u-box-1\:1 {
    display: block; /*overflow-hidden;*/
  }

  .xs\:u-box-1\:1:before {
    display: block;
    content: '';
    padding-top: calc((1/1) * 100%);
  }

  .xs\:u-box-1\:1:not([class*="overflow-"]) { overflow: hidden
  }

  .xs\:u-box-1\:1 {
    display: block;
    /* overflow-hidden;*/
  }

  .xs\:u-box-1\:1:before {
    display: block;
    content: '';
    padding-top: calc((1/1) * 100%);
  }

  .xs\:u-box-1\:1:not([class*="overflow-"]) { overflow: hidden
  }

  .xs\:container-padding {
    padding-right: var(--container)
  }

  .xs\:container-padding {
    padding-left: var(--container)
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 379px){

  .u-xs\:hidden{
    display: none;
  }

  .u-xs\:flex-col{
    flex-direction: column;
  }

  .u-xs\:items-center{
    align-items: center;
  }

  .u-xs\:mt-2{
    margin-top: 0.5rem;
  }

  .u-xs\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .u-xs\:w-full{
    width: 100%;
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (min-width: 640px){

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:flex-col{
    flex-direction: column;
  }

  .sm\:flex-wrap{
    flex-wrap: wrap;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:min-h-64{
    min-height: 16rem;
  }

  .sm\:px-site-xs{
    padding-left: var(--site-xs);
    padding-right: var(--site-xs);
  }

  .sm\:pb-ems-3{
    padding-bottom: 0.75em;
  }

  .sm\:pt-ems-4{
    padding-top: 1em;
  }

  .sm\:w-48{
    width: 12rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }

  .sm\:col-start-auto{
    grid-column-start: auto;
  }

  .sm\:u-column-2 { -moz-column-count: 2; column-count: 2
  }

  
  .sm\:u-column-2 {
    -moz-column-gap: var(--column-gap);
         column-gap: var(--column-gap);
  }

  .sm\:u-box-3\:2 {
    display: block;
    /* overflow-hidden;*/
  }

  .sm\:u-box-3\:2:before {
    display: block;
    content: '';
    padding-top: calc((2/3) * 100%);
  }

  .sm\:u-box-3\:2:not([class*="overflow-"]) { overflow: hidden
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 639px){

  .u-sm\:border-t{
    border-top-width: 1px;
  }

  .u-sm\:border-b{
    border-bottom-width: 1px;
  }

  .u-sm\:hidden{
    display: none;
  }

  .u-sm\:flex-col{
    flex-direction: column;
  }

  .u-sm\:flex-1{
    flex: 1 1 0%;
  }

  .u-sm\:order-first{
    order: -9999;
  }

  .u-sm\:order-last{
    order: 9999;
  }

  .u-sm\:py-ems-3{
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }

  
  .u-sm\:no-gap-y {
    grid-row-gap: 0;
  }

  .u-sm\:-container-margin {
    margin-right: calc(-1 * var(--container))
  }

  .u-sm\:-container-margin {
    margin-left: calc(-1 * var(--container))
  }

  
    .u-sm\:pt-gap {
    padding-top: var(--grid-gap-y)
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (min-width: 768px){

  .md\:rounded-br-xl{
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1.5rem;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:order-first{
    order: -9999;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:mr-0{
    margin-right: 0;
  }

  .md\:ml-0{
    margin-left: 0;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem;
  }

  .md\:max-w-ems-xs{
    max-width: 20em;
  }

  .md\:min-w-xl{
    min-width: 36rem;
  }

  .md\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .md\:px-site-sm{
    padding-left: var(--site-sm);
    padding-right: var(--site-sm);
  }

  .md\:py-site-md{
    padding-top: var(--site-md);
    padding-bottom: var(--site-md);
  }

  .md\:pl-0{
    padding-left: 0;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem;
  }

  .md\:pt-site-sm{
    padding-top: var(--site-sm);
  }

  .md\:pt-site-lg{
    padding-top: var(--site-lg);
  }

  .md\:pt-ems-3{
    padding-top: 0.75em;
  }

  .md\:pt-ems-6{
    padding-top: 1.5em;
  }

  .md\:absolute{
    position: absolute;
  }

  .md\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:top-0{
    top: 0;
  }

  .md\:bottom-0{
    bottom: 0;
  }

  .md\:left-0{
    left: 0;
  }

  .md\:z-10{
    z-index: 10;
  }

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .md\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .md\:col-start-1{
    grid-column-start: 1;
  }

  .md\:object-cover {
    font-family: 'object-fit: cover;';
  }

  .md\:u-column-1 { -moz-column-count: 1; column-count: 1
  }

  .md\:u-column-1 {
    -moz-column-gap: var(--column-gap);
         column-gap: var(--column-gap);
  }

  .md\:u-box-2\:1 {
    display: block;
    /* overflow-hidden;*/
  }

  .md\:u-box-2\:1:before {
    display: block;
    content: '';
    padding-top: calc((1/2) * 100%);
  }

  .md\:u-box-2\:1:not([class*="overflow-"]) { overflow: hidden
  }

  .md\:u-box-16\:9 {
    display: block;
    /* overflow-hidden;*/
  }

  .md\:u-box-16\:9:before {
    display: block;
    content: '';
    padding-top: calc((9/16) * 100%);
  }

  .md\:u-box-16\:9:not([class*="overflow-"]) { overflow: hidden
  }

  .md\:u-box-4\:3 {
    display: block;
    /* overflow-hidden;*/
  }

  .md\:u-box-4\:3:before {
    display: block;
    content: '';
    padding-top: calc((3/4) * 100%);
  }

  .md\:u-box-4\:3:not([class*="overflow-"]) { overflow: hidden
  }

  .md\:u-box-5\:4 {
    display: block;
    /* overflow-hidden;*/
  }

  .md\:u-box-5\:4:before {
    display: block;
    content: '';
    padding-top: calc((4/5) * 100%);
  }

  .md\:u-box-5\:4:not([class*="overflow-"]) { overflow: hidden
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 767px){

  .u-md\:hidden{
    display: none;
  }

  .u-md\:order-first{
    order: -9999;
  }

  .u-md\:u-box-4\:3 {
    display: block;
    /* overflow-hidden;*/
  }

  .u-md\:u-box-4\:3:before {
    display: block;
    content: '';
    padding-top: calc((3/4) * 100%);
  }

  .u-md\:u-box-4\:3:not([class*="overflow-"]) { overflow: hidden
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (min-width: 1024px){

  .lg\:hidden{
    display: none;
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:order-first{
    order: -9999;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

  .lg\:h-xl{
    height: 36rem;
  }

  .lg\:ml-0{
    margin-left: 0;
  }

  .lg\:max-h-screen{
    max-height: 100vh;
  }

  .lg\:max-w-5xl{
    max-width: 64rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:pt-0{
    padding-top: 0;
  }

  .lg\:pl-3{
    padding-left: 0.75rem;
  }

  .lg\:pt-site-lg{
    padding-top: var(--site-lg);
  }

  .lg\:pr-site-lg{
    padding-right: var(--site-lg);
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-10{
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-2{
    grid-column-start: 2;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1{
    grid-row-start: 1;
  }

  .lg\:row-start-2{
    grid-row-start: 2;
  }

  .lg\:grid-gap-sm {
    grid-row-gap: calc(var(--grid-gap-y) * 0.5);
  }

  .lg\:u-column-2 { -moz-column-count: 2; column-count: 2
  }

  
  .lg\:u-column-2 {
    -moz-column-gap: var(--column-gap);
         column-gap: var(--column-gap);
  }

  .lg\:u-box-3\:2 {
    display: block;
    /* overflow-hidden;*/
  }

  .lg\:u-box-3\:2:before {
    display: block;
    content: '';
    padding-top: calc((2/3) * 100%);
  }

  .lg\:u-box-3\:2:not([class*="overflow-"]) { overflow: hidden
  }

  .lg\:u-box-1\:1 {
    display: block; /*overflow-hidden;*/
  }

  .lg\:u-box-1\:1:before {
    display: block;
    content: '';
    padding-top: calc((1/1) * 100%);
  }

  .lg\:u-box-1\:1:not([class*="overflow-"]) { overflow: hidden
  }

  .lg\:u-box-1\:1 {
    display: block;
    /* overflow-hidden;*/
  }

  .lg\:u-box-1\:1:before {
    display: block;
    content: '';
    padding-top: calc((1/1) * 100%);
  }

  .lg\:u-box-1\:1:not([class*="overflow-"]) { overflow: hidden
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 1023px){

  .u-lg\:flex{
    display: flex;
  }

  .u-lg\:hidden{
    display: none;
  }

  .u-lg\:flex-col{
    flex-direction: column;
  }

  .u-lg\:justify-end{
    justify-content: flex-end;
  }

  .u-lg\:h-lg{
    height: 32rem;
  }

  .u-lg\:max-h-screen-3\/4{
    max-height: 75vh;
  }

  .u-lg\:pt-site-md{
    padding-top: var(--site-md);
  }

  .u-lg\:absolute{
    position: absolute;
  }

  .u-lg\:inset-0{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .u-lg\:no-gap {
    grid-row-gap: 0;
  }

  .u-lg\:no-gap {
    grid-column-gap: 0;
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (min-width: 1280px){

  .xl\:hidden{
    display: none;
  }

  .xl\:pt-site-xs{
    padding-top: var(--site-xs);
  }

  .xl\:pb-site-xs{
    padding-bottom: var(--site-xs);
  }

  .xl\:pl-site-sm{
    padding-left: var(--site-sm);
  }

  .xl\:absolute{
    position: absolute;
  }

  .xl\:inset-x-0{
    right: 0;
    left: 0;
  }

  .xl\:top-0{
    top: 0;
  }

  .xl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .xl\:col-start-1{
    grid-column-start: 1;
  }

  .xl\:col-start-2{
    grid-column-start: 2;
  }

  .xl\:col-start-4{
    grid-column-start: 4;
  }

  .xl\:col-start-6{
    grid-column-start: 6;
  }

  .xl\:col-start-7{
    grid-column-start: 7;
  }

  
  .xl\:no-gap-x {
    grid-column-gap: 0;
  }

  .xl\:u-box-16\:9 {
    display: block;
    /* overflow-hidden;*/
  }

  .xl\:u-box-16\:9:before {
    display: block;
    content: '';
    padding-top: calc((9/16) * 100%);
  }

  .xl\:u-box-16\:9:not([class*="overflow-"]) { overflow: hidden
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  
    .xl\:pr-gap {
    padding-right: var(--grid-gap-x)
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  
    .xl\:pl-gap {
    padding-left: var(--grid-gap-x)
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 1279px){

  .u-xl\:hidden{
    display: none;
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (min-width: 1800px){

  .full\:hidden{
    display: none;
  }

  .full\:pr-site-sm{
    padding-right: var(--site-sm);
  }

  .full\:w-48{
    width: 12rem;
  }

  .full\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .full\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .full\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .full\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .full\:col-span-7{
    grid-column: span 7 / span 7;
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 1799px){

  .u-full\:hidden{
    display: none;
  }

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (min-width: 1024px){

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

@media (max-width: 1023px){

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /*@each $size in (2xs, xs, sm, md, lg, xl, 2xl, 3xl) {
      
      .w-site-$(size) { width: var(--site-$(size)) }
      .h-site-$(size) { height: var(--site-$(size)) }

      .p-site-$(size),
      .p$(s)-site-$(size),
      .p$(axis)-site-$(size) {
        padding-$(side): var(--site-$(size))
      }
      
      .m-site-$(size),
      .m$(s)-site-$(size),
      .m$(axis)-site-$(size) {
        margin-$(side): var(--site-$(size))
      }
      .-m-site-$(size),
      .-m$(s)-site-$(size),
      .-m$(axis)-site-$(size) {
        margin-$(side): calc(-1 * var(--site-$(size)))
      }
    
    }*/

  /* (min-font)px + (max-font - min-font) * ((100vw - (min-screen)px) / (max-screen - min-screen)) */
}

.wysiwyg li {
  margin-left: 1em;
  padding-left: 1em;
  list-style-type: disc;
}

.wysiwyg ol li {
  list-style-type: decimal;
}

.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 1em;
}