/*!
Theme Name: ENTERlumi
Theme URI: https://dvdv.hu
Author: DvDv
Author URI: https://dvdv.hu
Description: Custom theme for ENTERlumi
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: enter
Tags:

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

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

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "Jakarta";

  src: url('../fonts/PlusJakartaSans-ExtraBoldLumi.otf');
}

@font-face {
  font-family: "JakartaReg";

  src: url('../fonts/PlusJakartaSans-Regular.woff');
}

@font-face {
  font-family: "Affair";

  src: url('../fonts/Affairs-Italic.woff');
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.1.8 | 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.
*/

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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;
}

*, ::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:  ;
}

::-webkit-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:  ;
}

::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:  ;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#page{
  padding-left: calc(( 100% - 1440px )*.5);
  padding-right: calc(( 100% - 1440px )*.5);
  margin: auto;
}

p,  li {
  font-size: 1rem;
  line-height: 125%;
}

@media (min-width: 640px) {
  p,  li {
    font-size: 1.125rem;
    line-height: 125%;
  }
}

@media (min-width: 768px) {
  p,  li {
    font-size: clamp(1rem, 8.1269vw ,1.25rem);
    line-height: 125%;
  }
}

@media (min-width: 1024px) {
  p,  li {
    font-size: clamp(1rem, 8.1269vw ,1.25rem);
    line-height: 125%;
  }
}

h1 {
  font-family: Affair;
  font-size: 2.5rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  h1 {
    font-size: 4.5rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: clamp(2.5rem, 8.1269vw ,7rem);
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: clamp(2.5rem, 8.1269vw ,7rem);
    line-height: 110%;
  }
}

h2 {
  font-family: Affair;
  font-size: 2.5rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  h2 {
    font-size: 4.5rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: clamp(2.5rem, 8.1269vw ,7rem);
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: clamp(2.5rem, 8.1269vw ,7rem);
    line-height: 110%;
  }
}

h3 {
  font-family: Affair;
  font-size: 1.3125rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  h3 {
    font-size: 2rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: clamp(1.3125rem, 8.1269vw ,2.625rem);
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: clamp(1.3125rem, 8.1269vw ,2.625rem);
    line-height: 110%;
  }
}

h4 {
  font-family: Affair;
  font-size: 1.3125rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  h4 {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 120%;
  }
}

.p2 {
  font-family: Affair;
  font-size: 0.875rem;
  line-height: 125%;
}

@media (min-width: 640px) {
  .p2 {
    font-size: 0.9375rem;
    line-height: 125%;
  }
}

@media (min-width: 768px) {
  .p2 {
    font-size: clamp(.875rem, 8.1269vw ,1rem);
    line-height: 125%;
  }
}

@media (min-width: 1024px) {
  .p2 {
    font-size: clamp(.875rem, 8.1269vw ,1rem);
    line-height: 125%;
  }
}

h1 > strong, h2 > strong, h3 > strong, h4 > strong, h5 > strong,  p > strong {
  font-family: Jakarta, Arial !important;
  text-transform: uppercase;
}

/* FOOTER */

@media (min-width: 768px) {
  .footer-menu > li {
    width: 33.333333%;
  }
}

.footer-menu a {
  font-family: JakartaReg;
  font-size: 0.875rem;
  line-height: 125%;
}

@media (min-width: 640px) {
  .footer-menu a {
    font-size: 0.9375rem;
    line-height: 125%;
  }
}

@media (min-width: 768px) {
  .footer-menu a {
    font-size: clamp(.875rem, 8.1269vw ,1rem);
    line-height: 125%;
  }
}

#menu-footer-menu>li {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px) {
  #menu-footer-menu>li {
    margin-bottom: 1.5rem;
    display: flex;
    width: 50%;
    flex-direction: column;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  #menu-footer-menu>li {
    grid-column: span 1 / span 1;
    margin-bottom: 0px;
    display: block;
    width: auto;
    padding-right: 0px;
  }
}

#menu-footer-menu>li>a {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  font-family: Jakarta, Arial !important;
  text-transform: uppercase;
}

@media (min-width: 640px) {
  #menu-footer-menu>li>a {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px) {
  #menu-footer-menu>li>a {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 640px) {
  #menu-footer-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  #menu-footer-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.magic-stick{
  --footer:2rem;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transform-origin: calc(0% - var(--footer)) 50%;
  transition: .3s;
}

@media (max-width:744px){
  .magic-stick{
    --footer:1rem;
  }
}

.is-inview .magic-stick:nth-child(1){
  transform: rotate(0deg);
}

.is-inview .magic-stick:nth-child(2){
  transform: rotate(-30deg);
}

.is-inview .magic-stick:nth-child(3){
  transform: rotate(-60deg);
}

.is-inview .magic-stick:nth-child(4){
  transform: rotate(-90deg);
}

.is-inview .magic-stick:nth-child(5){
  transform: rotate(-120deg);
}

.is-inview .magic-stick:nth-child(6){
  transform: rotate(-150deg);
}

.is-inview .magic-stick:nth-child(7){
  transform: rotate(-180deg);
}

#footer-area:hover .magic-stick{
  transform: rotate(0deg)!important;
}

/* MENU */

.trp-ls-language-name {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.trp-ls-language-name:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#primary-menu {
  position: absolute;
  left: 0px;
  top: 3rem;
  max-height: 0px;
  width: 100%;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  #primary-menu {
    position: relative;
    top: 0px;
    max-height: -webkit-min-content;
    max-height: -moz-min-content;
    max-height: min-content;
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

#masthead.open #primary-menu {
  max-height: 100vh;
}

#primary-menu > li {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Jakarta, Arial;
  font-size: 1rem;
  line-height: 125%;
}

@media (min-width: 640px) {
  #primary-menu > li {
    font-size: 1.125rem;
    line-height: 125%;
  }
}

@media (min-width: 768px) {
  #primary-menu > li {
    margin-left: 1.75rem;
    display: block;
    border-bottom-width: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: clamp(1rem, 8.1269vw ,1.25rem);
    line-height: 125%;
  }
}

@media (min-width: 1024px) {
  #primary-menu > li {
    font-size: clamp(1rem, 8.1269vw ,1.25rem);
    line-height: 125%;
  }
}

@media (min-width: 1280px) {
  #primary-menu > li {
    margin-left: 3rem;
  }
}

li.menu-item-has-children>a {
  width: 50%;
  padding-right: 20%;
}

@media (min-width: 768px) {
  li.menu-item-has-children>a {
    padding-right: 0px;
  }
}

#masthead ul.sub-menu {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#masthead ul.sub-menu a {
  font-family: Affair;
  font-size: 1.3125rem;
  line-height: 110%;
  line-height: 1.375;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 640px) {
  #masthead ul.sub-menu a {
    font-size: 2rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  #masthead ul.sub-menu a {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 110%;
    opacity: 0.2;
  }

  #masthead ul.sub-menu a:hover {
    opacity: 1;
  }
}

#masthead ul.sub-menu li {
  padding-left: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

#masthead ul.sub-menu li:hover {
  padding-left: 0.5rem;
}

#masthead.open {
  height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  #masthead.open {
    height: auto;
    padding-bottom: 11rem;
  }
}

#masthead.open #hamburger span:nth-child(2) {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

#masthead.open #hamburger span:nth-child(1) {
  transform-origin: left;
  --tw-rotate: 23deg;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

#masthead.open #hamburger span:nth-child(3) {
  transform-origin: left;
  --tw-rotate: -23deg;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

#masthead.open .menu-image{
  max-height: 100vh;
}

#masthead.open ul.sub-menu {
  max-height: 24rem;
}

@media (min-width: 768px) {
  #masthead.open ul.sub-menu {
    padding-top: 1rem;
  }
}

#masthead.open #image-holder {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

p a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

p {
  font-family: Affair;
}

a>span {
  font-family: Affair;
}

.enter-page-content p {
  font-family: Affair;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .enter-page-content p {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 110%;
  }
}

.enter-page-content p{
  margin-bottom: 1em;
}

#enterlumi-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  #enterlumi-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

figure img {
  width: 100%;
}

a, button{
  -webkit-tap-highlight-color: transparent;
}

/* BLOCKS */

/* testimonial */

#testimonial p {
  font-family: Affair;
  font-size: 1.3125rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  #testimonial p {
    font-size: 2rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  #testimonial p {
    font-size: clamp(1.3125rem, 8.1269vw ,2.625rem);
    line-height: 110%;
  }
}

#testimonial p > strong {
  font-family: Jakarta, Arial;
  font-size: 1.3125rem;
  line-height: 110%;
  font-weight: 400;
}

@media (min-width: 640px) {
  #testimonial p > strong {
    font-size: 2rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  #testimonial p > strong {
    font-size: clamp(1.3125rem, 8.1269vw ,2.625rem);
    line-height: 110%;
  }
}

/* aboutsection */

#aboutsection h2 {
  font-family: Affair;
}

@media (min-width: 768px) {
  #aboutsection h2 {
    margin-bottom: 2.25rem;
  }
}

#aboutsection h2 > strong {
  font-family: Jakarta, Arial;
  font-weight: 400;
}

#aboutsection p {
  font-family: Affair;
}

#aboutsection p > strong {
  font-family: Jakarta, Arial;
  font-size: 1.3125rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  #aboutsection p > strong {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  #aboutsection p > strong {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 110%;
  }
}

/* IMAGE SECTION */

.image-section-content p {
  font-family: JakartaReg;
  font-size: 0.875rem !important;
  line-height: 125% !important;
}

@media (min-width: 640px) {
  .image-section-content p {
    font-size: 0.9375rem !important;
    line-height: 125% !important;
  }
}

@media (min-width: 768px) {
  .image-section-content p {
    font-size: clamp(.875rem, 8.1269vw ,1rem) !important;
    line-height: 125% !important;
  }
}

@media (min-width: 1024px) {
  .image-section-content p {
    font-size: clamp(.875rem, 8.1269vw ,1rem) !important;
    line-height: 125% !important;
  }
}

.image-section-content h1,  .image-section-content h2,  .image-section-content h3,  .image-section-content h4,  .image-section-content h5 {
  display: block;
}

.image-section-content a,  .accordion-button {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Affair;
  font-size: 1.3125rem;
  line-height: 110%;
  line-height: 1;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

@media (min-width: 640px) {
  .image-section-content a,  .accordion-button {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .image-section-content a,  .accordion-button {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  .image-section-content a,  .accordion-button {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 120%;
  }
}

.image-section-content > * {
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .image-section-content > * {
    margin-bottom: 2rem;
  }
}

.image-section-content ul,  #aboutsection ul {
  padding: initial;
  list-style: square;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .image-section-content ul,  #aboutsection ul {
    padding-left: 2rem;
  }
}

#aboutsection ul {
  margin-top: 1em;
}

.image-section-content blockquote>h4::before, .image-section-content blockquote>h4::after{
  content: '"';
  position: relative;
}

.image-section-content blockquote>h4{
  margin-bottom: .3em;
}

.image-section-content blockquote {
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .image-section-content blockquote {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .image-section-content blockquote {
    margin-bottom: 4rem;
  }
}

.accordion-body .content{
  display: -webkit-box;
  -webkit-line-clamp: 99999999;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 1s ease-out;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.accordion-body .content.closed{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.accordion-button {
  margin-top: 1rem;
  line-height: 1 !important;
}

@media (min-width: 768px) {
  .accordion-button {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .accordion-button {
    margin-top: 2rem;
  }
}

/* Internal Links SECTION */

.title-elem.is-inview{
  opacity: 1;
}

.lumi-text{
  display: none;
}

.home .lumi-text{
  display: initial;
}

/* MOBILE MENU */

#hamburger {
  position: relative;
  display: flex;
  height: 1.5rem;
  width: 2.25rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #hamburger {
    display: none;
  }
}

#hamburger > span {
  position: relative;
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

/* #hamburger > span:nth-child(1) {
	@apply;
}

#hamburger > span:nth-child(3) {
	@apply translate-y-2;
} */

/* ANIMATIONS */

/* .section-anim > span{
	font-size: 1rem;
	transform-origin: calc(0% - 1em) 50%;
	transform: translateX(1em) rotate(0deg);
}
.internal-links:hover .section-anim > span:nth-child(1){
	animation: section-anim-1 4s ease-in-out 0s reverse forwards;
}

.internal-links:hover .section-anim > span:nth-child(2){
	animation: section-anim-1 4s ease-in-out 1s reverse forwards;
}
.internal-links:hover .section-anim > span:nth-child(3){
	animation: section-anim-1 4s ease-in-out 2s reverse forwards;
} */

@-webkit-keyframes section-anim-1 {
  0% {
    transform: translateX(1em) rotate(0deg);
  }

  25% {
    transform: translateX(1em) rotate(0deg);
  }

  50% {
    transform: translateX(1em) rotate(-45deg);
  }

  75% {
    transform: translateX(1em) rotate(-90deg);
  }

  100% {
    transform: translateX(1em) rotate(-90deg);
  }
}

@keyframes section-anim-1 {
  0% {
    transform: translateX(1em) rotate(0deg);
  }

  25% {
    transform: translateX(1em) rotate(0deg);
  }

  50% {
    transform: translateX(1em) rotate(-45deg);
  }

  75% {
    transform: translateX(1em) rotate(-90deg);
  }

  100% {
    transform: translateX(1em) rotate(-90deg);
  }
}

.section-anim > span{
  transition: 300ms;
  transform: translateX(1em) rotate(0deg);
  transform-origin: calc(0% - 1em) 50%;
}

/* .internal-links:hover .section-anim > span{
	transform: translateX(1em) rotate(-90deg);
} */

.internal-links:hover .section-anim > span:nth-child(1){
  transition-delay: 0ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(1em) rotate(-90deg);
}

.internal-links:hover .section-anim > span:nth-child(2){
  transition-delay: 250ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(1em) rotate(-45deg);
}

.internal-links:hover .section-anim > span:nth-child(3){
  transition-delay: 500ms;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateX(1em) rotate(0deg);
}

.internal-links .section-anim > span:nth-child(1){
  transform: translateX(1em) rotate(0deg);
}

.internal-links .section-anim > span:nth-child(2){
  transform: translateX(1em) rotate(-90deg);
}

.internal-links .section-anim > span:nth-child(3){
  transform: translateX(1em) rotate(-45deg);
}

#aboutsection .section-anim span{
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: calc(0% - 1em) 50%;
}

#aboutsection .section-anim span:nth-child(1){
  transform: rotate(-90deg);
}

#aboutsection .section-anim span:nth-child(2){
  transform: rotate(-135deg);
}

#aboutsection .section-anim span:nth-child(3){
  transform: rotate(-45deg);
}

#aboutsection:hover .section-anim span:nth-child(1){
  transform: rotate(-135deg);
}

#aboutsection:hover .section-anim span:nth-child(2){
  transform: rotate(-45deg);
}

#aboutsection:hover .section-anim span:nth-child(3){
  transform: rotate(-90deg);
}

/* ANIMATIONS */

.is-inview > .baseline {
  --tw-translate-y: 0px;
  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));
}

.is-inview > .rot-anim{
  transform-origin: bottom left;
  /* animation: rotototot 2s ease-in-out 0s forwards; */
  --tw-translate-y: -1.5rem !important;
  --tw-rotate: -90deg !important;
  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)) !important;
}

@media (min-width: 768px) {
  .is-inview > .rot-anim {
    --tw-translate-y: -3.5rem !important;
    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)) !important;
  }
}

@-webkit-keyframes rotototot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-90deg);
  }
}

@keyframes rotototot {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-90deg);
  }
}

/* ANIMATION BLOCK */

.anim1>span {
  position: absolute;
  right: 0.5rem;
  height: 0.5rem;
  width: 3.5rem;
  transform-origin: right;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .anim1>span {
    height: 1rem;
    width: 7rem;
  }
}

.anim4>span {
  position: absolute;
  right: 25%;
  height: 3.5rem;
  width: 0.5rem;
  transform-origin: bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .anim4>span {
    height: 7rem;
    width: 1rem;
  }
}

.anim2>span, .anim3>span {
  position: absolute;
  left: 0.5rem;
  height: 0.5rem;
  width: 3.5rem;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .anim2>span, .anim3>span {
    height: 1rem;
    width: 7rem;
  }
}

.anim4 {
  margin-top: 0px !important;
}

/* SINGLE */

.project-template-postWithSlideshow .entry-content p {
  font-family: JakartaReg;
  font-size: 0.875rem;
  line-height: 125%;
  line-height: 1.25 !important;
}

@media (min-width: 640px) {
  .project-template-postWithSlideshow .entry-content p {
    font-size: 0.9375rem;
    line-height: 125%;
  }
}

@media (min-width: 768px) {
  .project-template-postWithSlideshow .entry-content p {
    font-size: clamp(.875rem, 8.1269vw ,1rem);
    line-height: 125%;
  }
}

@media (min-width: 1024px) {
  .project-template-postWithSlideshow .entry-content p {
    font-size: clamp(.875rem, 8.1269vw ,1rem);
    line-height: 125%;
  }
}

.project-template-postWithSlideshow .entry-title {
  font-size: 1.3125rem;
  line-height: 110%;
}

@media (min-width: 640px) {
  .project-template-postWithSlideshow .entry-title {
    font-size: 2rem;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  .project-template-postWithSlideshow .entry-title {
    font-size: clamp(1.3125rem, 8.1269vw ,2.625rem);
    line-height: 110%;
  }
}

#next:hover{
  cursor: url("../assets/right.svg") 16 16, pointer;
}

#prev:hover{
  cursor: url("../assets/left.svg") 16 16, pointer;
}

/* LOCOMOTIVE SCROLL */

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all containers with the `enter-prose` class on the
 * frontend, and within the block editor.
 *
 * The `$prose-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

.enter-prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.enter-prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.enter-prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.enter-prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.enter-prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.enter-prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.enter-prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.enter-prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.enter-prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.enter-prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.enter-prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.enter-prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.enter-prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.enter-prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.enter-prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.enter-prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.enter-prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.enter-prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.enter-prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.enter-prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.enter-prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.enter-prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.enter-prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.enter-prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.enter-prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.enter-prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.enter-prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.enter-prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.enter-prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.enter-prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.enter-prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.enter-prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.enter-prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.enter-prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.enter-prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.enter-prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.enter-prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.enter-prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.enter-prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.enter-prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.enter-prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.enter-prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.enter-prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.enter-prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.enter-prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.enter-prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.enter-prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.enter-prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.enter-prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.enter-prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.enter-prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.enter-prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.enter-prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.enter-prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.enter-prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.enter-prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.enter-prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.enter-prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.enter-prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.enter-prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.enter-prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.enter-prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.enter-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.enter-prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.enter-prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.enter-prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.enter-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.enter-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.enter-prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.enter-prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.enter-prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.enter-prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.enter-prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.enter-prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.enter-prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.enter-prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.enter-prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.enter-prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.enter-prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.enter-prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.enter-prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.enter-prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.enter-prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.enter-prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.enter-prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.enter-prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.enter-prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.enter-prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.enter-prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.enter-prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.enter-prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.enter-prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.enter-prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.enter-prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.enter-prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.enter-prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.enter-prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.enter-prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.enter-prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.enter-prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.enter-prose {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  max-width: none;
}

.enter-prose :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.left-4 {
  left: 1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.left-6 {
  left: 1.5rem;
}

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

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

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

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

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

.row-span-full {
  grid-row: 1 / -1;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.ml-\[\.5rem\] {
  margin-left: .5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.mb-16 {
  margin-bottom: 4rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-\[30vh\] {
  margin-bottom: 30vh;
}

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

.mt-36 {
  margin-top: 9rem;
}

.ml-\[66\.66666\%\] {
  margin-left: 66.66666%;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}

.h-auto {
  height: auto;
}

.h-\[90\%\] {
  height: 90%;
}

.h-full {
  height: 100%;
}

.h-\[0\.5rem\] {
  height: 0.5rem;
}

.h-4 {
  height: 1rem;
}

.h-\[95\%\] {
  height: 95%;
}

.h-2 {
  height: 0.5rem;
}

.h-screen {
  height: 100vh;
}

.h-6 {
  height: 1.5rem;
}

.h-3 {
  height: 0.75rem;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[50vh\] {
  min-height: 50vh;
}

.w-full {
  width: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-\[0\.5rem\] {
  width: 0.5rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-28 {
  width: 7rem;
}

.w-2 {
  width: 0.5rem;
}

.w-screen {
  width: 100vw;
}

.w-\[12rem\] {
  width: 12rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-14 {
  width: 3.5rem;
}

.w-1\/2 {
  width: 50%;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[1408px\] {
  max-width: 1408px;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-bottom-right {
  transform-origin: bottom right;
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.-translate-y-\[10vh\] {
  --tw-translate-y: -10vh;
  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-0 {
  --tw-rotate: 0deg;
  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-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

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

.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-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-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));
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-\[80\%\] {
  padding-top: 80%;
}

.pb-\[100vh\] {
  padding-bottom: 100vh;
}

.pt-\[60vh\] {
  padding-top: 60vh;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-aff {
  font-family: Affair;
}

.font-jak {
  font-family: Jakarta, Arial;
}

.font-jakr {
  font-family: JakartaReg;
}

.text-h4m {
  font-size: 1.3125rem;
  line-height: 110%;
}

.text-p1 {
  font-size: clamp(1rem, 8.1269vw ,1.25rem);
  line-height: 125%;
}

.text-p1m {
  font-size: 1rem;
  line-height: 125%;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-tight {
  line-height: 1.25;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.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);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px) {
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-\[17rem\] {
    width: 17rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-\[50\%\] {
    width: 50%;
  }

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

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

  .sm\:text-h4t {
    font-size: 1.5rem;
    line-height: 120%;
  }
}

@media (min-width: 768px) {
  .md\:bottom-28 {
    bottom: 7rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

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

  .md\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

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

  .md\:mb-56 {
    margin-bottom: 14rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-28 {
    width: 7rem;
  }

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

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:-translate-y-\[65vh\] {
    --tw-translate-y: -65vh;
    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));
  }

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pt-\[56\.25\%\] {
    padding-top: 56.25%;
  }

  .md\:pl-28 {
    padding-left: 7rem;
  }

  .md\:pr-\[25\%\] {
    padding-right: 25%;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pr-\[4\.16666666vw\] {
    padding-right: 4.16666666vw;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:text-h4 {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 110%;
  }

  .md\:text-p2 {
    font-size: clamp(.875rem, 8.1269vw ,1rem);
    line-height: 125%;
  }

  .md\:text-p1 {
    font-size: clamp(1rem, 8.1269vw ,1.25rem);
    line-height: 125%;
  }

  .md\:hover\:-translate-y-4:hover {
    --tw-translate-y: -1rem;
    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));
  }
}

@media (min-width: 1024px) {
  .lg\:text-h4lg {
    font-size: clamp(1.1325rem, 8.1269vw ,1.875rem);
    line-height: 120%;
  }
}
