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

:root {
  --socialIcon: 0.4rem;
  --hamburgerHeight: 0.5rem;
  --color-primary: #fff000;
  --wrap: 0.7rem;
  --logowrap: 0.7rem;
  --gridwrap: 1.2rem;
  --tilewrap: 0.7rem;
  --borderwidth: 3px;
  --swiper-theme-color: #fff;
}

@media (min-width: 1024px) {
  :root {
    --socialIcon: 0.45rem;
    --wrap: 2.1rem;
    --logowrap: 3.7rem;
    --gridwrap: 0.9rem;
    --tilewrap: 1.6rem;
    --borderwidth: 2px;
  }
}

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

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

  src: url("fonts/futura-regular.woff2") format("woff2");

  font-style: normal;

  font-weight: 400;

  font-display: block;
}

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

  src: url("fonts/futura-bold.woff2") format("woff2");

  font-style: normal;

  font-weight: 700;

  font-display: block;
}

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

  src: url("fonts/futura-2.woff2") format("woff2");

  font-style: normal;

  font-weight: 900;

  font-display: block;
}

/*********************
web3000 STYLES 
*********************/

*,
*:after,
*:before {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  /* -webkit-perspective: 1000; */
  /* overflow: -moz-scrollbars-none; */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
  max-height: 1000000px;
}

* {
  box-sizing: border-box !important;
}

html.android,
html.android body {
  height: auto;
}

.no-scrollbar {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

p {
  -ms-word-wrap: normal;
  word-break: break-word;
  word-wrap: normal;
  /* -webkit-hyphens: auto;
      -moz-hyphens: auto;
        hyphens: auto;
      sets a minimum number of characters before and after the break
     -webkit-hyphenate-before: 2;
          hyphenate-lines: 3;
      enabling fancy ligatures when available
      -webkit-font-feature-settings: "liga", "dlig";
      -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
      -o-font-feature-settings: "liga", "dlig";
      font-feature-settings: "liga", "dlig";
     -webkit-hyphens: none;
     -moz-hyphens:    none;
     -ms-hyphens:     none;
     hyphens:         none; */
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.swup-transition-fade {
  opacity: 1;
  transition: opacity 0.25s ease;
}

/* body.home.swupReady .swup-transition-fade {
     transition-delay: 1.3s;
 } */

html.is-animating .swup-transition-fade {
  opacity: 0;
}

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

/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: futura, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

html {
  overflow-y: scroll;
  font-size: 3.5vw;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  html {
    font-size: 2.2vw;
  }
}

@media (min-width: 900px) {
  html {
    font-size: .85vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 3.5vmin;
  }
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: futura, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(173 174 176 / var(--tw-text-opacity));
}

.wrap {
  padding-left: var(--wrap);
  padding-right: var(--wrap);
}

.gridwrap {
  padding-left: var(--gridwrap);
  padding-right: var(--gridwrap);
}

#content {
  padding-top: 4rem;
}

@media (min-width: 900px) {
  #content {
    padding-top: 7.7rem;
  }
}

/* section {
	@apply py-8;
} */

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 900px) {
  .container {
    max-width: 900px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.prose {
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #b91c1c;
  --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;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hf-btn {
  display: flex;
  height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hf-btn--black {
  --tw-bg-opacity: 1;
  background-color: rgb(147 144 144 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  @media (hover: hover) and (pointer: fine) {
    .hf-btn--black:hover {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
  }
}

.hf-btn--event {
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.hf-btn--cat {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 900px) {
  @media (hover: hover) and (pointer: fine) {
    .hf-btn--cat:hover {
      --tw-bg-opacity: 1 !important;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
    }
  }
}

.hf-btn--hero {
  position: relative;
  bottom: 4rem;
}

.hf-btn--tile {
  height: auto;
  border-radius: 1.5em;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.83rem;
  padding-bottom: 0.83rem;
  padding-left: 1.11rem;
  padding-right: 1.11rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  .hf-btn--tile {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.65rem;
    padding-bottom: 0.75rem;
  }
}

.hf-btn--centered {
  margin-left: auto;
  margin-right: auto;
}

#cookie-popup.active {
  --tw-translate-y: 0% !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;
}

.cookie-arrow .arrow-down {
  height: 1.27em;
  width: 1.27em;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

@media (min-width: 900px) {
  .cookie-arrow .arrow-down {
    height: 1.15em;
    width: 1.15em;
  }
}

.show-cookie-text .cookie-arrow .arrow-down {
  --tw-rotate: 180deg;
  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));
}

h1,
h2,
h3 {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: .9;
}

h1 {
  margin-bottom: 1.25rem;
}

h3,
body.page-template-page-customSimple h2 {
  margin-bottom: 0.75rem;
}

body.page-template-page-customSimple h2 {
  padding-top: 0.75rem;
}

h5 {
  font-size: .8rem;
  font-weight: 700;
}

.entry-content h1 + h2 {
  margin-bottom: 1.75rem;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.entry-content ul,
.entry-content ol {
  margin-left: 1rem;
  list-style-position: outside;
  list-style-type: disc;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content a {
  text-decoration-line: underline;
}

@media (min-width: 900px) {
  @media (hover: hover) and (pointer: fine) {
    .entry-content a:hover {
      text-decoration-line: none;
    }
  }
}

.entry-content--textColor p {
  margin-bottom: 1.5rem;
}

.details-row {
  width: 100%;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-left: var(--gridwrap);
  padding-right: var(--gridwrap);
  padding-top: 0.5rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.details-row:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 33 40 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .details-row {
    display: flex;
  }

  .details-col-1 {
    width: 18.5%;
  }

  .details-col-2 {
    width: 7%;
  }

  .details-col-3 {
    width: 19.5%;
  }

  .details-col-4 {
    width: 17.5%;
  }

  .details-col-5 {
    width: 21%;
  }

  .details-col-6 {
    width: 3%;
  }

  .details-col-7 {
    width: 13.5%;
  }

  .details-col-6,
.details-col-7 {
    margin-left: auto;
    text-align: right;
  }
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -100%;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
}

.custom-play-button img {
  height: 2.75rem;
  width: 2.75rem;
}

.videoplayer.playing .custom-play-button {
  visibility: hidden;
  cursor: default;
}

.hamburger-span {
  position: absolute;
  display: block;
  height: 0.125rem;
  width: 2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger {
  right: 0px !important;
  margin-left: auto !important;
}

@media (min-width: 900px) {
  .hamburger {
    padding-top: 0px !important;
  }
}

.nav-desktop .main-menu > .menu-item,
.inner-footer > a {
  display: block;
}

@media (min-width: 900px) {
  .nav-desktop .main-menu > .menu-item,
.inner-footer > a {
    margin-right: 1.91vw;
  }

  .nav-desktop .main-menu > .menu-item:last-child,
.inner-footer > a:last-child {
    margin-right: var(--logowrap);
    margin-left: 1rem;
  }
}

@media (max-width: 1023px) {
  .nav-desktop .main-menu > .menu-item:last-child,
.inner-footer > a:last-child {
    margin-top: 1rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .menu-item > a:hover {
    font-weight: 700;
  }
}

.main-menu > li.menu-item a::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
}

@media speech {
  .main-menu > li.menu-item a::after {
    display: none
  }
}

.menu-item-has-children:hover > a,
.current-menu-item > a,
.current_page_parent > a {
  font-weight: 700;
}

.nav-mobile {
  z-index: -10;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-mobile.show {
  z-index: 99996;
  opacity: 1;
}

.nav-mobile li {
  margin-bottom: 0.5rem;
}

.nav-mobile li a {
  font-size: 1.2rem;
}

.sub-menu {
  display: none;
  max-height: 0px;
  min-width: 19em;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 900px) {
  .sub-menu {
    pointer-events: none;
    position: absolute;
    margin-left: calc(var(--gridwrap) * -1);
    display: block;
    opacity: 1;
  }
}

.sub-menu li {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.sub-menu li:last-child {
  padding-bottom: .6rem;
}

@media (min-width: 900px) {
  .sub-menu li {
    padding-left: var(--gridwrap);
    padding-right: var(--gridwrap);
  }
}

.sub-menu li a {
  line-height: 1.7;
}

.nav-mobile .sub-menu {
  margin-left: 1.5rem;
  padding-top: 1rem;
}

.menu-item-has-children:hover > .sub-menu {
  pointer-events: auto;
  max-height: 35em;
  opacity: 1;
}

@media (min-width: 900px) {
  .menu-item-has-children:hover > .sub-menu {
    padding-bottom: var(--gridwrap);
    padding-top: 1.4rem;
  }
}

.menu-item-has-children > .sub-menu.show {
  pointer-events: auto;
  display: block;
}

/* .sub-menu::before {
	content: "";
	display: block;
	height: 1.25rem;
	background: transparent;
} */

footer :where(b, strong) {
  --tw-text-opacity: 1;
  color: rgb(199 200 201 / var(--tw-text-opacity));
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  html,
	body {
    height: 99% !important;
    overflow: visible !important;
    border: 1px solid white;
    page-break-after: avoid;
    page-break-before: avoid;
  }

  body {
    margin: 0 0 0 0 !important;
    min-height: 0 !important;
  }

  body,
	h1,
	h2,
	h3,
	ol,
	ul,
	div {
    width: auto;
    float: none;
    position: static;
    overflow: visible;
  }

  #container {
    min-height: 1px !important;
  }

  #content {
    margin-left: 0 !important;
    display: block !important;
    padding: 20px 0 20px 0 !important;
  }

  .page-section {
    max-width: 90%;
    display: inline !important;
  }

  .sticky-helper {
    position: static !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .footer {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }

  a,
	a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  a:after, a:visited:after {
    content: " (" attr(href) ")";
    display: none !important;
  }

  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
    content: "";
  }

  pre,
	blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
	img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }

  p,
	h2,
	h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
	h3 {
    page-break-after: avoid;
  }

  .sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
    display: none;
  }

  header,
	.social_links a,
	#lang_sel_list,
	.bg-image,
	#responsive-menu-pro-container {
    display: none !important;
  }

  img {
    position: static !important;
    opacity: 1 !important;
  }

  .entry-content img {
    margin: 0px;
    width: 60% !important;
    max-width: 100%;
    height: auto;
  }

  #logo {
    max-width: 30% !important;
    float: none !important;
    position: static !important;
    padding: 1px;
    width: 100%;
  }

  img {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid;
    /* or 'auto' */
  }

  .read-more-link {
    display: none !important;
  }

  .js_hidden {
    display: block !important;
  }

  a {
    text-decoration: none !important;
  }
}

.swiper-button {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prev {
  left: 0px;
}

.swiper-button-next {
  right: 0px;
}

swiper-slide a {
  display: block;
  height: 100%;
}

.slide--grid {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-top: var(--gridwrap);
  padding-bottom: var(--gridwrap);
}

.slide-row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--gridwrap);
  display: flex;
  -moz-column-gap: var(--gridwrap);
       column-gap: var(--gridwrap);
}

.slide-row:first-child {
  margin-top: auto;
}

.slide-row:last-child {
  margin-bottom: auto;
}

.slide-inner {
  position: relative;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
}

.slide--fullscreen .slide-inner {
  height: calc(100% - var(--gridwrap));
  padding-top: var(--gridwrap);
}

.slide--grid .slide-caption {
  top: 50%;
  width: 100%;
  --tw-translate-y: -50%;
  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));
  padding: var(--gridwrap);
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  .slide--grid .slide-caption {
    position: absolute;
  }
}

.slide--fullscreen .slide-caption {
  bottom: 0px;
  left: 0px;
  padding: var(--logowrap);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  .slide--fullscreen .slide-caption {
    position: absolute;
  }
}

.slide--grid .slide-inner h5 {
  bottom: 1rem;
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  .slide--grid .slide-inner h5 {
    position: absolute;
  }
}

.slide-caption,
.slide--grid .slide-inner h5 {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (hover: hover) {
  .slide-caption,
.slide--grid .slide-inner h5 {
    opacity: 0;
  }
}

.slide-inner:hover .slide-caption,
.slide--grid .slide-inner:hover h5 {
  opacity: 1;
}

.swiper-details-wrapper {
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99999;
  display: none;
  width: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
  overscroll-behavior: contain;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 2rem;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 900px) {
  .swiper-details-wrapper {
    display: block;
  }
}

.swiper-details-wrapper.active {
  pointer-events: auto;
  opacity: 1;
}

.overlay {
  pointer-events: none;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99998;
  display: none;
  height: 100vh;
  overscroll-behavior: contain;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.overlay.active {
  pointer-events: auto;
}

@media (min-width: 900px) {
  .overlay.active {
    display: block;
  }
}

.tile {
  position: relative;
  border-bottom-width: var(--borderwidth);
  --tw-border-opacity: 1;
  border-color: rgb(191 168 122 / var(--tw-border-opacity));
}

.tile-teaser {
  padding-left: var(--tilewrap);
  padding-right: var(--tilewrap);
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 900px) {
  .tile-teaser {
    height: 100%;
  }
}

.tile-teaser h3 {
  min-height: 1.85em;
  font-size: 155%;
  --tw-text-opacity: 1;
  color: rgb(191 168 122 / var(--tw-text-opacity));
}

.tile-content {
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 900px) {
  .tile-content {
    position: absolute;
  }
}

.tile-content {
  /* box-shadow: inset 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.75); */
  box-shadow: inset 0 1.5rem 1.5rem -1.5rem rgba(0, 0, 0, 0.75),
		0 1rem 1rem -1rem rgba(0, 0, 0, 0.9);
}

.tile-content--inner {
  padding: var(--tilewrap);
}

.tile-content p:last-child {
  margin-bottom: 0px;
}

.tile:hover {
  border-color: transparent;
}

.tile:hover .tile-content {
  max-height: 35em;
  border-bottom-width: var(--borderwidth);
  --tw-border-opacity: 1;
  border-color: rgb(191 168 122 / var(--tw-border-opacity));
}

.entry-content .tile-content :where(p, ul, ol) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* .tile-content {
	@apply border-yellow border-b-borderwidth;
} */

.tile-arrow {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  width: 1rem;
  --tw-rotate: 180deg;
  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));
}

.tile:hover .tile-arrow {
  --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));
}

.wpml-ls img {
  display: none;
}

.wpml-ls-item {
  font-weight: 700;
}

/* @import "./base/wordpress.css"; */

/* @import "../javascript/components/Hamburger/Hamburger.css";
@import "../javascript/components/MoreText/MoreText.css"; */

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-1 {
  top: 0.25rem;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-4 {
  top: 1rem;
}

.right-4 {
  right: 1rem;
}

.z-\[99997\] {
  z-index: 99997;
}

.z-\[99995\] {
  z-index: 99995;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-1 {
  order: 1;
}

.m-auto {
  margin: auto;
}

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

.mt-auto {
  margin-top: auto;
}

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

.mt-\[5\.75rem\] {
  margin-top: 5.75rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-6 {
  height: 1.5rem;
}

.h-4 {
  height: 1rem;
}

.h-10 {
  height: 2.5rem;
}

.h-screen {
  height: 100vh;
}

.h-\[calc\(100vh-12rem\)\] {
  height: calc(100vh - 12rem);
}

.h-full {
  height: 100%;
}

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

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

.w-5 {
  width: 1.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-full {
  width: 100%;
}

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

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

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[120\%\] {
  --tw-translate-y: 120%;
  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-45 {
  --tw-rotate: 45deg;
  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-45 {
  --tw-rotate: -45deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-x-gridwrap {
  -moz-column-gap: var(--gridwrap);
       column-gap: var(--gridwrap);
}

.gap-y-gridwrap {
  row-gap: var(--gridwrap);
}

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

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

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-t-borderwidth {
  border-top-width: var(--borderwidth);
}

.border-b-borderwidth {
  border-bottom-width: var(--borderwidth);
}

.border-darkblue {
  --tw-border-opacity: 1;
  border-color: rgb(37 51 64 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-current {
  background-color: currentColor;
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.bg-lightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(173 174 176 / var(--tw-bg-opacity));
}

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

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

.p-4 {
  padding: 1rem;
}

.p-2 {
  padding: 0.5rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-\[0\.8rem\] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

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

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

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

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

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

.pb-\[\.1em\] {
  padding-bottom: .1em;
}

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

.pb-\[0\.88rem\] {
  padding-bottom: 0.88rem;
}

.pb-\[1\.2rem\] {
  padding-bottom: 1.2rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-\[1\.33rem\] {
  padding-bottom: 1.33rem;
}

.pb-\[1\.16rem\] {
  padding-bottom: 1.16rem;
}

.pb-\[1\.66rem\] {
  padding-bottom: 1.66rem;
}

.pr-\[1\.66rem\] {
  padding-right: 1.66rem;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

.text-xs {
  font-size: .8rem;
}

.text-\[200\%\] {
  font-size: 200%;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

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

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(107 162 182 / var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-95 {
  opacity: 0.95;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 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
 */

.before\:mr-2::before {
  content: var(--tw-content);
  margin-right: 0.5rem;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[1em\]::before {
  content: var(--tw-content);
  height: 1em;
}

.before\:w-\[1em\]::before {
  content: var(--tw-content);
  width: 1em;
}

.before\:cursor-pointer::before {
  content: var(--tw-content);
  cursor: pointer;
}

.before\:bg-closecat::before {
  content: var(--tw-content);
  background-image: url("/wp-content/themes/web3000theme/images/close.svg");
}

.before\:bg-bgSVG::before {
  content: var(--tw-content);
  background-size: calc(100% - 1px);
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

@media (hover: hover) and (pointer: fine) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:checked ~ .peer-checked\:before\:bg-checkmark::before {
  content: var(--tw-content);
  background-image: url("/wp-content/themes/web3000theme/images/checkbox.svg");
}

@media (min-width: 640px) {
  .sm\:max-w-xl {
    max-width: 36rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .lg\:ml-wrap {
    margin-left: var(--wrap);
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-\[95\%\] {
    width: 95%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[18\.4vw\] {
    width: 18.4vw;
  }

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

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

  .lg\:px-logowrap {
    padding-left: var(--logowrap);
    padding-right: var(--logowrap);
  }

  .lg\:pl-logowrap {
    padding-left: var(--logowrap);
  }

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-\[1\.5rem\] {
    padding-right: 1.5rem;
  }

  .lg\:pt-\[3\.25rem\] {
    padding-top: 3.25rem;
  }

  .lg\:pb-\[\.6rem\] {
    padding-bottom: .6rem;
  }

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