*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  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: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}.fixed {
  position: fixed;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-36 {
  height: 9rem;
}.w-auto {
  width: auto;
}.w-full {
  width: 100%;
}.flex-auto {
  flex: 1 1 auto;
}.flex-col {
  flex-direction: column;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-16 {
  gap: 4rem;
}.gap-3 {
  gap: 0.75rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.overflow-hidden {
  overflow: hidden;
}.rounded-2xl {
  border-radius: 1rem;
}.rounded-xl {
  border-radius: 0.75rem;
}.border-t {
  border-top-width: 1px;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}.p-8 {
  padding: 2rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.pt-0 {
  padding-top: 0px;
}.pt-10 {
  padding-top: 2.5rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-6 {
  padding-top: 1.5rem;
}.text-center {
  text-align: center;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}*{margin:0;padding:0;box-sizing:border-box}body{margin:0 !important;padding:0 !important}p,li{max-width:65ch;line-height:1.6;-webkit-hyphens:auto;hyphens:auto;word-break:break-word}html{lang:de}.marquee{--gap: 1rem;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap);--tw-bg-opacity: 1;background-color: rgb(0 128 128 / var(--tw-bg-opacity));padding-top: 1rem;padding-bottom: 1rem}.marquee__content{animation:scroll 45s linear infinite;flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;gap:var(--gap);color:#fff}@keyframes scroll{from{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}.breadcrumb .breadcrumb-list{display:flex;list-style:none;padding:0;margin:0;font-size: 1.125rem;line-height: 1.75rem}.breadcrumb .breadcrumb-list li{display:flex;align-items:center}.breadcrumb .breadcrumb-list li+li::before{content:"›";color:#111;margin:0 .5rem}.breadcrumb .breadcrumb-list li a{color:inherit}.menu-nav{transition:translate .8s cubic-bezier(0.32, 0.72, 0, 1),color .3s linear;translate:0 0px;color:#111;display:flex;position:fixed;justify-content:space-between;align-items:center;width:100vw;z-index:9999;padding-right:5vw;padding-left:5vw;padding-top: 1.5rem;padding-bottom: 1.5rem}.menu-nav__logo a{font-weight:600}.menu-nav__toggle{position:relative;width:3rem;height:1.5rem;cursor:pointer}.menu-nav__toggle p{position:absolute;transform-origin:top left;will-change:transform,opacity}.menu-nav__toggle p#menu-close{opacity:0;transform:translateX(-5px) translateY(10px) rotate(5deg)}dialog.menu{z-index:9998;backface-visibility:hidden;content-visibility:auto;background-color:rgba(0,0,0,0);border-style:none;width:100%;max-width:100vw;height:100%;min-height:100dvh;max-height:100lvh;margin:0;padding:0;display:grid;position:fixed;inset:0%;overflow:hidden}dialog .menu__wrapper{padding-bottom:2rem;flex-flow:column;justify-content:space-between;align-items:center;width:100%;max-width:100vw;display:flex;position:relative;overflow:hidden}dialog .menu__header{padding:2rem;justify-content:space-between;align-items:center;width:100%;display:flex}dialog .menu__header .btn{color:#fff;padding:.5rem 1.5rem;margin-top:-1.5rem;margin-bottom:-1.5rem}dialog .menu__inner{z-index:200;transition:transform .3s cubic-bezier(0.32, 0.72, 0, 1);transform:translate3d(0, calc(100% + 3rem), 0);contain:content;background:#fff;border-radius:1rem;width:calc(100% - 4rem);padding:2rem 2rem 1rem 2rem;width: 100%;margin-right: auto;margin-left: auto;padding-right: 1rem;padding-left: 1rem}@media (min-width: 640px) {

  dialog .menu__inner {
    max-width: 640px;
  }
}@media (min-width: 768px) {

  dialog .menu__inner {
    max-width: 768px;
  }
}@media (min-width: 1024px) {

  dialog .menu__inner {
    max-width: 1024px;
  }
}@media (min-width: 1280px) {

  dialog .menu__inner {
    max-width: 1280px;
  }
}@media (min-width: 1536px) {

  dialog .menu__inner {
    max-width: 1536px;
  }
}@media screen and (max-width: 992px){dialog .menu__inner{width:calc(100% - 2rem);padding:2rem 1rem 1rem 1rem}}dialog .menu__inner ul{display:grid;gap:1.5rem}dialog .menu__inner ul li{font-size:1.25rem;align-items:center;text-align:center;display:block}dialog .menu__inner ul li .menu__btn-item{border-radius:8px;padding:.5rem 1.5rem;display:inline-block;outline:2px solid rgba(235,235,235,.6941176471);outline-offset:2px}dialog .menu__inner ul li .menu__btn-item:hover{background:rgba(235,235,235,.6941176471)}dialog .menu__layer{opacity:0;-webkit-backdrop-filter:blur(0.5rem);backdrop-filter:blur(0.5rem);cursor:no-drop;transition:opacity .3s linear;background-color:color-mix(in hsl, #111, transparent 82%);border-style:none;padding:0;position:absolute;inset:0%}dialog .menu__layer-noise{background-position:0 0;background-size:.5em .5em;position:absolute;inset:0;display:block}dialog .menu__footer{margin-top:2rem;display:flex;justify-content:space-between;align-items:center}dialog.open .menu__inner{transform:translate3d(0, 0, 0)}dialog.open .menu__layer{opacity:1}:root{--bouncy-ease: cubic-bezier(0.34, 1.64, 0.64, 1);--elastic-ease: linear( 0, 0.2178 2.1%, 1.1144 8.49%, 1.2959 10.7%, 1.3463 11.81%, 1.3705 12.94%, 1.3726, 1.3643 14.48%, 1.3151 16.2%, 1.0317 21.81%, 0.941 24.01%, 0.8912 25.91%, 0.8694 27.84%, 0.8698 29.21%, 0.8824 30.71%, 1.0122 38.33%, 1.0357, 1.046 42.71%, 1.0416 45.7%, 0.9961 53.26%, 0.9839 57.54%, 0.9853 60.71%, 1.0012 68.14%, 1.0056 72.24%, 0.9981 86.66%, 1 100% );--elastic-ease-out: linear( 0, 0.5737 7.6%, 0.8382 11.87%, 0.9463 14.19%, 1.0292 16.54%, 1.0886 18.97%, 1.1258 21.53%, 1.137 22.97%, 1.1424 24.48%, 1.1423 26.1%, 1.1366 27.86%, 1.1165 31.01%, 1.0507 38.62%, 1.0219 42.57%, 0.9995 46.99%, 0.9872 51.63%, 0.9842 58.77%, 1.0011 81.26%, 1 );--elastic-in: linear( 0, 0.0019 13.34%, -0.0056 27.76%, -0.0012 31.86%, 0.0147 39.29%, 0.0161 42.46%, 0.0039 46.74%, -0.0416 54.3%, -0.046 57.29%, -0.0357, -0.0122 61.67%, 0.1176 69.29%, 0.1302 70.79%, 0.1306 72.16%, 0.1088 74.09%, 0.059 75.99%, -0.0317 78.19%, -0.3151 83.8%, -0.3643 85.52%, -0.3726, -0.3705 87.06%, -0.3463, -0.2959 89.3%, -0.1144 91.51%, 0.7822 97.9%, 1 );--elastic-ease-out-soft: linear( 0, 0.029 1.7%, 0.113 3.6%, 0.604 11.1%, 0.809 15%, 0.949 19.1%, 0.995 21.3%, 1.026 23.6%, 1.044 26.2%, 1.049 29.3%, 1.01 43.5%, 1 51.2%, 1 );--smooth-ease: cubic-bezier(0.32, 0.72, 0, 1);--opacity-ease: cubic-bezier(0.4, 0, 0.2, 1);--z-index-header: 800}.menu{--menu-animation-speed: 0.85s;--backdrop-speed: 0.3s;--backdrop-ease: var(--opacity-ease);--modal-speed: 0.5s;--modal-ease: cubic-bezier(0.32, 0.72, 0, 1);--content-speed: 0.65s;--content-ease: var(--elastic-ease-out);--content-stagger: 0.03s}.menu:not(.open){pointer-events:none;visibility:hidden;transition:visibility 0s linear var(--menu-animation-speed)}.menu:not(.open) .menu_backdrop{opacity:0}.menu__nav li{transform:scale(1.05);opacity:0;transition:transform .75s var(--elastic-ease-out),opacity .15s ease-out;transition-delay:calc(var(--menu-animation-speed) - .65s + .08s*var(--mix)),calc(var(--menu-animation-speed) - .65s + .08s*var(--mix))}.menu__nav li .menu__btn-item{color:#111;font-weight:300}.menu.open .menu__nav li{opacity:1;transform:scale(1)}.studio-wai-header{z-index:9999;position:inherit}.menu-nav__toggle{width:5rem;font-size: 1.5rem;line-height: 2rem}@media (min-width: 1024px) {

  .menu-nav__toggle {
    display: none;
  }
}.studio-wai-primary a{position:relative;text-decoration:none}.studio-wai-primary a::after{content:"";display:block;position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#111;transform:scaleX(0);transform-origin:center center;transition:transform .2s ease,background-color .2s}.studio-wai-primary a:hover::after{transform:scaleX(1);width:100%}.studio-wai-primary .current-menu-item a::after{transform:scaleX(1);width:100%}.studio-wai-footer a:hover{text-decoration:none}.language-switcher{align-items:center;justify-content:center;display:flex;gap:1rem;padding:1rem;padding-top:2rem}.language-switcher img{width:30px}.btn {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 128 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));text-decoration:none;text-align:center;display:inline-block;
}.btn.transparent{background:rgba(0,0,0,0)}.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 103 103 / var(--tw-bg-opacity));transition:all .5s cubic-bezier(0.19, 1, 0.22, 1);cursor:pointer;
}.btn:focus{outline:2px solid #000;outline-offset:2px}.studio-wai-clock {
  display: flex;
  gap: 0.25rem;
}.studio-wai-clock__inner {
  display: flex;gap:.15rem;
}.studio-wai-clock__inner span{display:inline-block}.studio-wai-clock__colon{animation:colon-blink 1s step-start infinite}@keyframes colon-blink{50%{opacity:0}}ul.wp-block-list,ol.wp-block-list{margin:1.5rem 0;padding-left:1.25rem;list-style-position:outside;list-style:disc !important}ul.wp-block-list li,ol.wp-block-list li{position:relative;margin-bottom:.75rem}ul.wp-block-list li::marker,ol.wp-block-list li::marker{color:#111;font-weight:bold}ul.wp-block-list li:last-child,ol.wp-block-list li:last-child{margin-bottom:0}ul.clean-list{list-style:none;padding-left:0}ul.clean-list li::marker{content:none}body,html{margin:0;padding:0;height:100%;scroll-behavior:smooth;background:#fff;font-weight:300;color:#111}header{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}#app {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}#app>main {
  flex: 1 1 0%;
}.site-logo>a{text-decoration:none}.site-logo>a:hover{text-decoration:underline}@media (min-width: 1024px) {

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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