@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bold;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  display: inline-block;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

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

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

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

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

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

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

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  display: flex;
}

:root {
  --page-background: hsl(38, 14%, 89%);
  --color-black: hsl(0, 0%, 8%);
  --color-white: hsl(0, 0%, 100%);
  --navbar-height: 60px;
  --color-text-opacity: hsl(0, 0%, 40%);
  --color-text-opacity-on-black: hsl(38, 2%, 45%);
  --color-accent: #ff2f00;
  --background-page: hsl(0, 0%, 100%);
  --color-primary: hsl(240, 3%, 4%);
  --color-primary-2: hsl(240, 3%, 24%);
  --color-text-secondary: hsl(240, 3%, 45%);
  --color-border-primary: hsl(240, 3%, 4%);
  --color-border-secondary: hsl(240, 3%, 80%);
  --color-border-tertiary: hsl(240, 3%, 92%);
  --color-secondary: hsl(0, 0%, 96%);
  --color-white-fix: #ffffff;
  --color-pure-black: #000000;
  --color-background-glass: rgba(255, 255, 255, 0.75);
  --color-background-glass-dark: rgba(22, 22, 22, 0.8);
  --background-color-cards: #efefef;
  --color-text-on-sub-glass: #666666;
  --color-text-primary: red;
  --color-text-tertiary: #ffffff;
  --btn-primary-bg: #222;
  --btn-primary-color: #ffffff;
  --btn-secondary-bg: #ffffff;
  --btn-secondary-color: #222;
  --color-border-opacity: rgba(14, 14, 15, 0.1);
  --color-page-background: #d9d9d9;
  --color-background-code: #1b1b1d;
  --color-section-background: #efefef;
  --site-padding: clamp(16px, 2.083333vw, 40px);
  --gap: 16px;
  --cubic-default: cubic-bezier(0.65, 0.05, 0, 1);
  --duration-default: 0.735s;
  --transition-default: var(--duration-default) var(--cubic-default);
  --transition-primary: 0.3s cubic-bezier(0.3, 1, 0.3, 1);
  --transition-secondary: 0.6s cubic-bezier(0.3, 1, 0.3, 1);
  --transition-smooth: 0.8s cubic-bezier(0.3, 1, 0.3, 1);
  --transition-slow: 0.8s cubic-bezier(0.6, 0, 0.2, 1);
  --radius: 4px;
  --font-primary: "TWK Lausanne", sans-serif;
  --font-monospace: "Monospace Argon", ui-monospace, Menlo, Monaco, "Cascadia Mono", "Segoe UI Mono", "Roboto Mono",
  	"Oxygen Mono", "Ubuntu Mono", "Source Code Pro", "Fira Mono", "Droid Sans Mono", "Consolas", "Courier New",
  	monospace;
  --fw-text: 400;
  --fw-headlines: 700;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-accent: #ff5933;
    --background-page: var(--color-secondary-1000);
    --color-text: var(--color-secondary-70);
    --background-color-cards: var(--color-primary-200);
    --border-primary: var(--color-secondary-70);
    --border-secondary: var(--color-secondary-800);
    --border-tertiary: var(--color-secondary-900);
  }
}
@media (prefers-contrast: more) {
  :root {
    --color-text-secondary: var(--color-primary-200);
  }
}
.grey-section {
  --border-secondary: #c2c2c2;
  --border-tertiary: #d7d7da;
}

@font-face {
  font-family: "Monospace Argon";
  src: url("../fonts/MonaspaceArgonVarVF[wght,wdth,slnt].woff2") format("woff2-variations"), url("../fonts/MonaspaceArgonVarVF[wght,wdth,slnt].woff") format("woff-variations");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/montreal/PPNeueMontreal-Regular.woff2") format("woff2"), url("../fonts/montreal/PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/montreal/PPNeueMontreal-Medium.woff2") format("woff2"), url("../fonts/montreal/PPNeueMontreal-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src: url("../fonts/montreal/PPNeueMontreal-SemiBold.woff2") format("woff2"), url("../fonts/montreal/PPNeueMontreal-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
p {
  max-inline-size: 62ch;
}

:not(pre *)::selection {
  background-color: var(--color-accent);
  color: var(--color-white);
}

body.single-post h1 {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: var(--fw-headlines);
  letter-spacing: -0.01em;
  margin-block: 0.75em 1em;
  margin-block: 0.75lh 1lh;
}
body.single-post h2 {
  font-size: 2.5rem;
  font-weight: var(--fw-headlines);
  line-height: 1.12;
  margin-block: 0.5lh 0.25lh;
}
body.single-post h2 a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
body.single-post h3 {
  font-size: 1.75rem;
  font-weight: var(--fw-headlines);
  line-height: 1.12;
  margin-block: 0.25lh 0.25lh;
}
body.single-post h3 a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
body.single-post li code,
body.single-post a code,
body.single-post p code {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background-color: inherit;
  color: inherit;
  border-radius: inherit;
  border: inherit;
}
body.single-post p.intro {
  font-size: 1.125rem;
  font-weight: var(--fw-headlines);
  line-height: 1.5;
}

body:not(.single-post) h1,
body:not(.single-post) .h1 {
  font-size: clamp(56px, 5vw, 96px);
  font-weight: 600;
  line-height: 1;
}
body:not(.single-post) h2 {
  font-size: clamp(56px, 6.25vw, 120px);
  font-weight: 600;
  line-height: 1;
}
body:not(.single-post) h2.long {
  font-size: clamp(36px, 3.333333vw, 64px);
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--gap);
  width: 100%;
  padding-inline: var(--site-padding);
}

.grid-view {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.grid-view .container, .grid-view .row {
  height: 100%;
}
.grid-view .col {
  height: 100%;
  transform: scaleY(0);
  transition: transform var(--transition-smooth);
  transform-origin: top;
  background: rgba(255, 0, 0, 0.1);
}
.grid-view .col:nth-of-type(2) {
  transition-delay: 0.025s;
}
.grid-view .col:nth-of-type(3) {
  transition-delay: 0.05s;
}
.grid-view .col:nth-of-type(4) {
  transition-delay: 0.075s;
}

[data-grid-status=active] .grid-view .col {
  transform: scaleY(1);
  transform-origin: bottom;
}

* {
  -webkit-tap-highlight-color: transparent;
}

html {
  background-color: var(--page-background);
  color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-kerning: normal;
  font-optical-sizing: auto;
  font-size: 100%;
  line-height: 1.5;
  transition: background-color var(--transition-primary);
  scroll-behavior: smooth;
}

body {
  font-family: "PP Neue Montreal";
  font-weight: 500;
  font-size: 1rem;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

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

body :target {
  scroll-margin-top: 5rem;
}

body.disable-scroll {
  overflow: hidden;
}

*:focus-visible {
  outline-color: var(--color-accent);
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 4px;
}

.grid-view {
  view-transition-name: grid-view;
}

.navbar {
  view-transition-name: navbar;
}

.floatingNavbar {
  view-transition-name: floating-navbar;
}

@keyframes move-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(1rem);
  }
}
@keyframes move-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
::view-transition-old(root) {
  animation: var(--transition-smooth) both move-out;
}

::view-transition-new(root) {
  animation: var(--transition-smooth) both move-in;
  animation-delay: 0.8s;
}

.default-hero .container .row .page-title {
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .default-hero .container .row .page-title {
    grid-column: 4/span 8;
  }
}

.h75 {
  height: 75svh;
}

.grey-section {
  background-color: var(--color-secondary-80);
  padding-block: 5rem;
}

.row.cta {
  margin-top: 3rem;
}
.row.cta .link-wrapper {
  grid-column: span 12;
}

.btn {
  display: flex;
  line-height: 1;
  transition: opacity var(--transition-primary);
}
.btn.long-centered {
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  background-color: var(--color-black);
  color: var(--page-background);
  border: 1px solid var(--color-black);
}
.btn.long-centered:hover {
  opacity: 0.8;
}

.link {
  position: relative;
  max-width: max-content;
  max-height: max-content;
  white-space: nowrap;
  transition: color var(--transition-primary);
}
.link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  transition: transform var(--transition-primary);
  background: currentColor;
  transform: scale(0, 1);
  transform-origin: center right;
}
.link.big {
  font-size: 2rem;
  line-height: 1.12;
}
.link.icon::after {
  content: " →";
}
.link.reversed::before {
  transform: scale(1, 1);
  transform-origin: center left;
}
@media only screen and (hover: hover) and (pointer: fine) {
  .link:hover {
    color: var(--color-accent);
  }
  .link:hover::before {
    transform-origin: center left;
    transform: scale(1, 1);
  }
  .link.reversed:hover::before {
    transform-origin: center right;
    transform: scale(0, 1);
  }
}

.link-border {
  position: relative;
  max-width: max-content;
  max-height: max-content;
  white-space: nowrap;
  padding-top: 0.5rem;
  line-height: 1;
  display: flex;
  border-top: 1px solid currentColor;
  transition: padding var(--transition-primary);
  overflow: hidden;
}
.link-border::before {
  content: "→ ";
  width: 2ch;
  position: absolute;
  left: 0;
  top: 0.5rem;
  transition: transform var(--transition-primary);
  transform: translateX(-2ch);
}
.link-border::after {
  content: " →";
  width: 2ch;
  position: absolute;
  right: 0;
  top: 0.5rem;
  transition: transform var(--transition-primary);
}
@media only screen and (hover: hover) and (pointer: fine) {
  .link-border:hover {
    padding-left: 2ch;
  }
  .link-border:hover::before {
    transform: translateX(0);
  }
  .link-border:hover::after {
    transform: translateX(2ch);
  }
}

/*
.long-cta-button {
  position: relative;
  width: 100%;
  max-width: 328px;
  height: max-content;
  white-space: nowrap;
  padding: 0.526em 1em 0.579em 1em;
  border-radius: var(--radius);
  border: solid 1px var(--color-black, #0e0e0f);
  background-color: var(--color-black, #0e0e0f);
  color: var(--color-white, #fff);
  font-size: calc(1rem - 1px) !important;
  line-height: 140%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: border-color var(--transition-primary),
    color var(--transition-primary), background-color var(--transition-primary);
  will-change: border-color, color, background-color;
  @include xl {
    max-width: 520px;
  }
  .cta-top {
    display: flex;
    justify-content: space-between;
    &:after {
      content: "●";
    }
  }
  .cta-outer {
    overflow: hidden;
    max-height: 0;
    transition: max-height var(--transition-slow);
    will-change: max-height;
    outline: solid 1px var(--color-black, #0e0e0f);
    border-radius: var(--radius);
    @include xl {
      position: absolute;
      top: 2rem;
      left: 0;
      right: 0;
    }
    .cta-inner {
      display: flex;
      flex-direction: column;
      gap: 100px;
      padding-block: 0.618em 0;
      @include xl {
        padding: 0.618em 1em;
      }
      border-radius: var(--radius);

      background-color: var(--color-black, #0e0e0f);
      ul {
        display: flex;
        flex-direction: column;
        li {
          a {
            display: flex;
            justify-content: space-between;
            transition: padding-inline var(--transition-primary);
            will-change: padding-inline, color;
            @include h3;
            &::after {
              content: "⮡";
            }
            &:hover {
              color: var(--color-accent);
              padding-inline: 0.5rem;
            }
          }
        }
      }
      .btn {
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
      }
    }
  }
  @include hover {
    &:hover {
      .cta-top {
        &:after {
          content: "○";
        }
      }
      .cta-outer {
        max-height: 500px;
      }
    }
  }
  @include no-hover {
    &.active {
      .cta-top {
        &:after {
          content: "○";
        }
      }
      .cta-outer {
        max-height: 500px;
      }
    }
  }
  &:focus-visible {
    .cta-top {
      &:after {
        content: "○";
      }
    }
    .cta-outer {
      max-height: 500px;
    }
  }
}

.filter-btn {
  padding: 0.5em 0.75em 0.5em 0.65em;
  &::before {
    content: "○";
    margin-right: 0.25em;
  }
  &.active {
    color: var(--color-white);
    border-color: var(--color-accent);
    background-color: var(--color-accent);
    &::before {
      content: "●";
      margin-right: 0.5em;
    }
  }
}
.h2-title-link {
	font-size: 2.75rem;
	line-height: 1.12;
	color: var(--color-text-secondary);
	&:hover {
		color: var(--color-accent);
	}
}

.link {
	text-decoration: underline;
	max-width: max-content;
}

.link-border {
	position: relative;
	max-width: max-content;
	max-height: max-content;
	white-space: nowrap;
	&::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		bottom: 0px;
		left: 0px;
		transition: transform var(--transition-primary);
		background: currentColor;
		transform: scale(0, 1);
		transform-origin: center right;
	}
	&.big {
		font-size: 2rem;
		line-height: 1.12;
	}
	&.icon-left {
		&::before {
			content: "⮡\00A0";
		}
	}
	&.reversed {
		&::after {
			transform: scale(1, 1);
			transform-origin: center left;
		}
	}
	@include hover {
		&:hover {
			color: var(--color-accent);
			&::after {
				transform-origin: center left;
				transform: scale(1, 1);
			}
		}
		&.reversed:hover::after {
			transform-origin: center right;
			transform: scale(0, 1);
		}
	}
}

.current-menu-item .link-border {
	&::after {
		transform: scale(1, 1);
		transform-origin: center left;
	}
}

.link-border,
.link-border * {
	cursor: pointer !important;
}
// V2
.btn {
	width: max-content;
	height: max-content;
	white-space: nowrap;
	padding-block: 0.5em;
	padding-inline: 1em;
	border-radius: var(--radius);
	font-size: calc(1rem - 1px);
	line-height: 1.5;
	cursor: pointer;
	display: flex;
	justify-content: center;
	transition: border-color var(--transition-primary), color var(--transition-primary),
		background-color var(--transition-primary);
	will-change: border-color, color, background-color;
	* {
		cursor: pointer;
	}
	&.icon-left {
		column-gap: 0.579em;
		&::before {
			content: "⮡";
		}
	}
	&.icon-right {
		column-gap: 0.579em;
		&::after {
			content: "⮡";
		}
	}
	&.fw {
		width: 100%;
		justify-content: space-between;
		padding-block: 0.75em;
	}
	&.primary {
		background-color: var(--color-text);
		color: var(--background-page);
		border: solid 1px var(--color-text);
	}
	&.secondary {
		border: solid 1px var(--color-text);
		color: var(--color-text);
	}
	@include hover {
		&:hover {
			color: var(--color-white-fix);
			background-color: var(--color-accent);
			border-color: var(--color-accent);
		}
	}
	&:focus-visible {
		color: var(--color-white-fix);
		background-color: var(--color-accent);
		border-color: var(--color-accent);
	}
}

button {
	width: max-content;
	height: max-content;
	white-space: nowrap;
	padding: 0.5em 0.75em;
	border-radius: var(--radius);
	border: solid 1px var(--color-black, #0e0e0f);
	color: var(--color-black, #0e0e0f);
	font-size: 1rem;
	line-height: 140%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	background: transparent;
	background-color: transparent;
	outline: none;
	transition: border-color var(--transition-primary), color var(--transition-primary),
		background-color var(--transition-primary);
	will-change: border-color, color, background-color;
	* {
		cursor: pointer;
	}
	&:disabled {
		color: var(--color-opacityText);
		border-color: var(--color-opacityText);
		cursor: not-allowed !important;
	}
	@include hover {
		&:hover:not(:disabled) {
			color: var(--color-white);
			background-color: var(--color-accent);
			border-color: var(--color-accent);
		}
	}
	&:focus-visible {
		color: var(--color-white);
		background-color: var(--color-accent);
		border-color: var(--color-accent);
	}
}
// V2
.small-link {
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 6%;
	text-underline-offset: 6%;
	&::before {
		content: "⮡ ";
	}
}
  */
.progress-bar {
  position: fixed;
  z-index: 601;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 0;
  background-color: var(--color-black);
}

.navbar {
  position: fixed;
  z-index: 600;
  top: 0;
  right: 0;
  width: 100%;
  background-color: var(--page-background);
  height: var(--navbar-height);
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-black);
  transition: height var(--transition-primary);
  overflow: hidden;
}
.navbar .container {
  height: var(--navbar-height);
}
.navbar .container .row {
  height: 100%;
  transition: padding var(--transition-primary);
}
.navbar p,
.navbar a {
  display: flex;
}
.navbar__logo {
  grid-column: span 3;
  display: flex;
  align-items: center;
  padding-block: 1rem;
  border-right: 1px solid var(--color-black);
}
@media (min-width: 768px) {
  .navbar__logo {
    grid-column: span 2;
  }
}
.navbar__logo a {
  transition: margin var(--transition-primary), padding var(--transition-primary);
}
.navbar__info {
  grid-column: span 2;
  display: none;
  align-items: center;
  padding-block: 1rem;
  border-right: 1px solid var(--color-black);
}
@media (min-width: 1200px) {
  .navbar__info {
    display: flex;
  }
}
.navbar__nav {
  display: none;
  align-items: center;
  grid-column: span 8;
  padding-block: 1rem;
  border-right: 1px solid var(--color-black);
}
@media (min-width: 992px) {
  .navbar__nav {
    display: flex;
    grid-column: span 7;
  }
}
@media (min-width: 1200px) {
  .navbar__nav {
    grid-column: span 6;
  }
}
.navbar__nav ul {
  display: flex;
  column-gap: 1.5rem;
}
.navbar__nav ul li {
  display: flex;
}
.navbar__nav ul li a {
  align-items: center;
  white-space: nowrap;
}
.navbar__cta {
  grid-column: span 3;
  display: none;
  align-items: center;
  transition: margin var(--transition-primary), padding var(--transition-primary);
}
@media (min-width: 768px) {
  .navbar__cta {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .navbar__cta {
    grid-column: span 2;
  }
}
.navbar__cta a {
  width: 100%;
  margin-block: 0.5rem;
  padding-block: 0.5rem;
  display: flex;
  justify-content: space-between;
  transition: all var(--transition-primary);
}
.navbar__cta a:hover {
  background-color: var(--color-black);
  color: var(--page-background);
  padding-inline: var(--gap);
  border-radius: 200em;
}
.navbar__cta a:after {
  content: " →";
}
.navbar__burger {
  grid-column: span 9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-block: 1rem;
}
.navbar__burger svg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  .navbar__burger {
    grid-column: span 7;
  }
}
@media (min-width: 992px) {
  .navbar__burger {
    display: none;
  }
}

.navbar.scrolled {
  height: 0px;
}

body.home .navbar.top .navbar__logo a {
  margin-left: calc(var(--site-padding) * -1);
  padding-left: var(--gap);
}
body.home .navbar.top .navbar__cta {
  margin-right: calc(var(--site-padding) * -1);
  padding-right: var(--gap);
}

.toast {
  --bar-opacity: 0.1;
  position: fixed;
  z-index: 800;
  bottom: 1rem;
  left: 50%;
  width: calc(100vw - var(--site-padding) * 2);
  max-width: 430px;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 1rem;
  height: 0px;
  padding-bottom: env(safe-area-inset-bottom);
}
.toast:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3px;
  background-color: var(--color-black);
  opacity: var(--bar-opacity);
  border-radius: 100em;
}
.toast .toast-inner {
  padding-block: 2rem 1rem;
  padding-inline: var(--site-padding);
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.toast .toast-inner .close {
  display: flex;
  position: absolute;
  top: var(--site-padding);
  right: var(--site-padding);
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #ededed;
}
.toast .toast-inner .close svg {
  width: 1rem;
  height: 1rem;
}
.toast .toast-inner .title {
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
}
.toast .toast-inner .button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.toast .toast-inner .button-wrapper a {
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border-radius: 100em;
  border: 1px solid var(--color-black);
}
.toast .toast-inner .button-wrapper a.action {
  background-color: var(--color-black);
  color: var(--page-background);
}
.toast .toast-inner .button-wrapper p {
  width: 100%;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-decoration: underline;
}

.floatingNavbar {
  position: fixed;
  top: 1rem;
  right: var(--site-padding);
  border-radius: var(--radius);
  z-index: 1000;
  width: calc(var(--col-width) * 3 + var(--gap) * 2);
  min-height: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content 0fr;
  background-color: var(--background-page);
  border: 1px solid hsla(0, 0%, 0%, 0.1);
  opacity: 0;
  transform: translateY(-100%);
  transition: grid-template-rows var(--transition-primary), opacity var(--transition-primary), transform var(--transition-primary);
}
.floatingNavbar.scrolled {
  opacity: 1;
  transform: translateY(0);
}
.floatingNavbar__nav {
  grid-column: span 1;
  grid-row: 1;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floatingNavbar__submenu {
  grid-column: span 1;
  grid-row: 2;
}

.settingsFloatbar {
  position: fixed;
  bottom: 1rem;
  left: var(--site-padding);
  padding: 4px;
  border-radius: 8px;
  z-index: 1000;
  font-size: calc(1rem - 1px);
  display: flex;
  flex-direction: column;
  background-color: var(--color-background-glass);
  backdrop-filter: blur(1rem) saturate(180%);
  -webkit-backdrop-filter: blur(1rem) saturate(180%);
  border: 1px solid rgba(209, 213, 219, 0.3);
}
@media (max-width: 991px) {
  .settingsFloatbar {
    display: none;
  }
}
.settingsFloatbar__toggle {
  display: flex;
}
.settingsFloatbar__toggle .nav-item {
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding-block: 8px;
  padding-inline: 8px;
  border-radius: 4px;
  transition: background-color var(--transition-primary), border-color var(--transition-primary);
  border: solid 1px transparent;
}
.settingsFloatbar__toggle .nav-item svg {
  width: 1.5em;
  height: auto;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media only screen and (hover: hover) and (pointer: fine) {
  .settingsFloatbar__toggle .nav-item:hover {
    background-color: var(--color-background-glass-dark);
    backdrop-filter: blur(1rem) saturate(180%);
    -webkit-backdrop-filter: blur(1rem) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.settingsFloatbar__toggle.active .nav-item {
  background-color: var(--color-background-glass-dark);
  backdrop-filter: blur(1rem) saturate(180%);
  -webkit-backdrop-filter: blur(1rem) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.settingsFloatbar__content {
  display: grid;
  grid-template-rows: 0fr;
  grid-template-columns: 0fr;
  transition: grid-template-rows var(--transition-primary), grid-template-columns var(--transition-primary);
  overflow: hidden;
}
.settingsFloatbar__content.active {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.settingsFloatbar__content .settingsFloatbar__content-outer {
  grid-row: 1/1;
  grid-column: 1/1;
  display: grid;
  grid-template-rows: 0fr;
  grid-template-columns: 1fr;
  transition: opacity var(--transition-smooth), grid-template-rows var(--transition-primary), grid-template-columns var(--transition-primary), padding var(--transition-primary);
  overflow: hidden;
  padding-bottom: 0px;
  visibility: hidden;
  opacity: 0;
}
.settingsFloatbar__content .settingsFloatbar__content-outer .settingsFloatbar__item {
  min-width: 14rem;
  max-width: 32rem;
  grid-row: 1/1;
  grid-column: 1/1;
  flex-direction: column;
  gap: 20px;
  background-color: var(--color-background-glass-dark);
  backdrop-filter: blur(1rem) saturate(180%);
  -webkit-backdrop-filter: blur(1rem) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 1em;
  margin-bottom: 4px;
  border-radius: 4px;
}
.settingsFloatbar__content .settingsFloatbar__content-outer .settingsFloatbar__item .title {
  margin-bottom: 1em;
  font-weight: 600;
}
.settingsFloatbar__content .settingsFloatbar__content-outer .settingsFloatbar__item .settings-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.settingsFloatbar__content .settingsFloatbar__content-outer .settingsFloatbar__item .settings-row .settings-row__item {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
.settingsFloatbar__content .settingsFloatbar__content-outer .settingsFloatbar__item .settings-row .settings-row__item .desc p span {
  opacity: 0.5;
}
.settingsFloatbar__content .theme-toggle {
  --toggle-width: 36px; /* Breite des gesamten Schalters */
  --toggle-height: 20px; /* Höhe des gesamten Schalters */
  --thumb-size: 16px; /* Größe des Knopfs */
  --toggle-padding: 2px; /* Abstand des Knopfs vom Rand der Schiene */
  width: var(--toggle-width);
  height: var(--toggle-height);
  background-color: var(--color-text-secondary); /* Standard-Hintergrund (System) */
  border-radius: 200em; /* Runde Ecken */
  position: relative;
  cursor: pointer;
  padding: var(--toggle-padding);
  box-sizing: border-box;
  transition: background-color var(--transition-primary); /* Animation für Hintergrund */
  /* Verhindert Textselektion beim Klicken */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.settingsFloatbar__content .theme-toggle .theme-toggle__track {
  width: 100%;
  height: 100%;
  position: relative;
}
.settingsFloatbar__content .theme-toggle .theme-toggle__track .theme-toggle__thumb {
  width: var(--thumb-size);
  height: var(--thumb-size);
  background-color: var(--color-white); /* Knopf-Farbe */
  border-radius: 50%; /* Runder Knopf */
  position: absolute;
  top: 0; /* Positioniert den Knopf innerhalb des Paddings */
  left: 0; /* Startposition (System) */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease; /* Animation für die Bewegung */
}
.settingsFloatbar.active .settingsFloatbar__content {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.settingsFloatbar.active .settingsFloatbar__content-outer {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  opacity: 1;
  visibility: visible;
}

.theme-selector-container.is-system .theme-toggle__thumb {
  transform: translateX(0); /* Linke Position */
}

.theme-selector-container.is-light .theme-toggle__thumb {
  transform: translateX(calc((var(--toggle-width) - var(--toggle-padding) * 2 - var(--thumb-size)) / 2)); /* Mittlere Position */
}

.theme-selector-container.is-dark .theme-toggle__thumb {
  transform: translateX(calc(var(--toggle-width) - var(--toggle-padding) * 2 - var(--thumb-size))); /* Rechte Position */
}

.footer {
  background-color: var(--color-black);
  color: var(--page-background);
  min-height: 50vh;
  margin-top: clamp(140px, 12.5vw, 240px);
  padding-block: 5rem 1rem;
  display: grid;
}
.footer a:not(.ctc):not(.footer-big-link) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer a:not(.ctc):not(.footer-big-link):after {
  content: "↗";
}
.footer .row.top {
  padding-top: 1rem;
  border-top: 1px solid currentColor;
  row-gap: 2.5rem;
  margin-bottom: 96px;
}
.footer .row.top h2 {
  grid-column: span 12;
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 500;
  max-inline-size: 26ch;
}
@media (min-width: 992px) {
  .footer .row.top h2 {
    grid-column: span 8;
  }
}
.footer .row.top h2 span {
  opacity: 0.6;
}
.footer .row.top .contacts-wrapper {
  grid-column: span 12;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: var(--gap);
}
@media (max-width: 991px) {
  .footer .row.top .contacts-wrapper {
    padding-top: 0.75rem;
    border-top: 1px solid currentColor;
  }
}
@media (min-width: 992px) {
  .footer .row.top .contacts-wrapper {
    grid-column: span 4;
  }
}
.footer .row.top .contacts-wrapper p.label {
  grid-column: span 6;
}
@media (min-width: 992px) {
  .footer .row.top .contacts-wrapper p.label {
    display: none;
  }
}
.footer .row.top .contacts-wrapper .contacts {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer .row.top .contacts-wrapper .contacts {
    grid-column: span 4;
  }
}
.footer .row.top .contacts-wrapper .contacts li {
  display: flex;
  justify-content: space-between;
}
.footer .row.top .contacts-wrapper .contacts li:first-of-type {
  padding-bottom: 0.75rem;
}
.footer .row.top .contacts-wrapper .contacts li:not(:first-of-type) {
  border-top: 1px solid currentColor;
  padding-block: 0.75rem;
}
.footer .row.top .contacts-wrapper .contacts li .touch {
  opacity: 0.6;
}
@media only screen and (hover: hover) and (pointer: fine) {
  .footer .row.top .contacts-wrapper .contacts li .touch {
    display: none;
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  .footer .row.top .contacts-wrapper .contacts li .actions {
    display: none;
  }
}
.footer .row.top .contacts-wrapper .contacts li .actions svg {
  height: 1rem;
  width: auto;
}
.footer .row.top .office-times {
  grid-column: span 12;
  padding-top: 0.75rem;
  border-top: 1px solid currentColor;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: var(--gap);
}
@media (min-width: 1200px) {
  .footer .row.top .office-times {
    grid-column: 5/span 8;
  }
}
.footer .row.top .office-times p.label {
  grid-column: span 6;
}
@media (min-width: 1200px) {
  .footer .row.top .office-times p.label {
    grid-column: span 4;
  }
}
.footer .row.top .office-times ul {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
  row-gap: 1lh;
}
@media (min-width: 1200px) {
  .footer .row.top .office-times ul {
    grid-column: span 4;
  }
}
.footer .row.top .office-times ul li {
  display: flex;
  flex-direction: column;
}
.footer .row.top .legal {
  grid-column: span 12;
  padding-top: 0.75rem;
  border-top: 1px solid currentColor;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: var(--gap);
}
@media (min-width: 1200px) {
  .footer .row.top .legal {
    grid-column: 5/span 8;
  }
}
.footer .row.top .legal p.label {
  grid-column: span 6;
}
@media (min-width: 1200px) {
  .footer .row.top .legal p.label {
    grid-column: span 4;
  }
}
.footer .row.top .legal ul {
  grid-column: span 6;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .footer .row.top .legal ul {
    grid-column: span 4;
  }
}
.footer .row.top .legal ul li {
  display: flex;
  justify-content: space-between;
}
.footer .row.top .legal ul li:first-of-type {
  padding-bottom: 0.75rem;
}
.footer .row.top .legal ul li:not(:first-of-type) {
  border-top: 1px solid currentColor;
  padding-block: 0.75rem;
}
.footer .row.top .socials {
  grid-column: span 12;
  padding-top: 0.75rem;
  border-top: 1px solid currentColor;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: var(--gap);
}
@media (min-width: 1200px) {
  .footer .row.top .socials {
    grid-column: 5/span 8;
  }
}
.footer .row.top .socials p.label {
  grid-column: span 6;
}
@media (min-width: 1200px) {
  .footer .row.top .socials p.label {
    grid-column: span 4;
  }
}
.footer .row.top .socials ul {
  grid-column: span 6;
  display: flex;
}
@media (max-width: 1199px) {
  .footer .row.top .socials ul {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .footer .row.top .socials ul {
    grid-column: span 4;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
.footer .row.top .socials ul li {
  display: flex;
}
@media (max-width: 1199px) {
  .footer .row.top .socials ul li {
    display: flex;
    justify-content: space-between;
  }
  .footer .row.top .socials ul li:first-of-type {
    padding-bottom: 0.75rem;
  }
  .footer .row.top .socials ul li:not(:first-of-type) {
    border-top: 1px solid currentColor;
    padding-block: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .footer .row.top .socials ul li a {
    background-color: var(--page-background);
    color: var(--color-black);
    line-height: 1;
    padding: 0.5em 0.75em;
    border-radius: 200em;
  }
  .footer .row.top .socials ul li a:after {
    display: none;
  }
}
.footer .row.middle {
  margin-bottom: 1rem;
}
.footer .row.middle .copyright {
  grid-column: span 6;
}
@media (min-width: 1200px) {
  .footer .row.middle .copyright {
    grid-column: span 4;
  }
}
.footer .row.middle .tools {
  grid-column: span 6;
}
@media (min-width: 1200px) {
  .footer .row.middle .tools {
    grid-column: 9/span 4;
  }
}
.footer .row.bottom {
  padding-top: 2rem;
  border-top: 1px solid currentColor;
}
.footer .row.bottom a {
  grid-column: span 12;
}
.footer .row.bottom a svg {
  width: 100%;
  height: auto;
}

.inner {
  background-color: var(--background-page);
  position: relative;
  z-index: 1;
  padding-top: 5rem;
}

section.fp-hero {
  height: 100svh;
  border-bottom: 1px solid var(--color-black);
  display: flex;
  align-items: flex-end;
}
section.fp-hero .container {
  height: calc(100svh - var(--navbar-height));
  display: grid;
}
section.fp-hero .container .row {
  max-height: calc(100svh - var(--navbar-height));
  grid-template-rows: max-content minmax(0, 1fr) max-content;
  border-top: 1px solid var(--color-black);
  position: relative;
}
@media (min-width: 992px) {
  section.fp-hero .container .row {
    grid-template-rows: minmax(0, 1fr) max-content;
  }
}
section.fp-hero .news-image-container {
  grid-column: span 12;
  height: 100%;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 100%;
  column-gap: var(--gap);
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  section.fp-hero .news-image-container {
    grid-row: 2;
  }
}
section.fp-hero .news-image-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--site-padding) * -1);
  width: calc(100% + var(--site-padding) * 2);
  height: 1px;
  background-color: currentColor;
}
section.fp-hero .news-image-container .news-image-wrapper {
  grid-column: 1/span 12;
  grid-row: 1;
  height: 100%;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 100%;
  column-gap: var(--gap);
  width: 100%;
  transition: opacity var(--transition-primary);
}
section.fp-hero .news-image-container .news-image-wrapper .cz {
  clip-path: inset(100% 0 0 0);
}
@media (max-width: 991px) {
  section.fp-hero .news-image-container .news-image-wrapper .placeholder {
    display: none;
  }
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .placeholder {
    grid-column: span 2;
    grid-row: 1;
    border-right: 1px solid var(--color-black);
  }
}
section.fp-hero .news-image-container .news-image-wrapper .embla {
  position: relative;
  grid-column: span 12;
  grid-row: 1;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 100%;
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla {
    grid-column: span 10;
  }
}
section.fp-hero .news-image-container .news-image-wrapper .embla__viewport {
  grid-column: span 12;
  grid-row: 1;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla__viewport {
    grid-column: span 10;
  }
}
section.fp-hero .news-image-container .news-image-wrapper .embla__container {
  grid-column: span 12;
  grid-row: 1;
}
@media (max-width: 991px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
  }
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla__container {
    grid-column: span 10;
    display: grid;
    grid-template-columns: subgrid;
  }
}
section.fp-hero .news-image-container .news-image-wrapper .embla__slide {
  transform: translate3d(0, 0, 0);
  flex: 0 0 100%;
  min-width: 0;
}
@media (max-width: 991px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla__controls {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    opacity: 0;
    transition: opacity var(--transition-primary);
  }
  section.fp-hero .news-image-container .news-image-wrapper .embla__controls .embla__dot {
    --size: 0.75rem;
    width: var(--size);
    height: var(--size);
    outline: 0;
    border: solid 1px currentColor;
    background-color: transparent;
  }
  section.fp-hero .news-image-container .news-image-wrapper .embla__controls .embla__dot--selected {
    background-color: currentColor;
  }
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla__controls {
    display: none;
  }
}
@media (max-width: 991px) {
  section.fp-hero .news-image-container .news-image-wrapper .embla__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
  }
}
section.fp-hero .news-image-container .news-image-wrapper .image-left {
  grid-column: 1/span 12;
  grid-row: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .image-left {
    grid-column: span 6;
    padding-block: 1rem;
    padding-right: var(--gap);
    border-right: 1px solid var(--color-black);
  }
}
section.fp-hero .news-image-container .news-image-wrapper .image-left img,
section.fp-hero .news-image-container .news-image-wrapper .image-left video {
  z-index: 1;
  height: 100%;
  max-height: 75%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
section.fp-hero .news-image-container .news-image-wrapper .image-right {
  grid-column: 1/span 12;
  grid-row: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  section.fp-hero .news-image-container .news-image-wrapper .image-right {
    grid-column: span 4;
    grid-row: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-right: var(--gap);
    padding-block: 1rem;
    margin-right: calc(var(--site-padding) * -1);
  }
}
section.fp-hero .news-image-container .news-image-wrapper .image-right img,
section.fp-hero .news-image-container .news-image-wrapper .image-right video {
  z-index: 1;
  height: 100%;
  max-height: 75%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
section.fp-hero .news-image-container .news-image-wrapper .image-right.blog-play ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
section.fp-hero .news-image-container .news-image-wrapper .image-right.blog-play ul li {
  display: flex;
  line-height: 1;
  font-size: 14px;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 200em;
}
section.fp-hero .news-image-container .news-image-wrapper .image-right.blog-play ul li.first {
  background-color: var(--color-black);
  color: var(--page-background);
}
section.fp-hero .news-image-container .news-image-wrapper.active {
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  section.fp-hero .news-image-container .news-image-wrapper.active .embla__controls {
    opacity: 1;
  }
}
section.fp-hero .scroll-block {
  grid-column: span 12;
}
@media (max-width: 991px) {
  section.fp-hero .scroll-block {
    display: none;
  }
}
@media (min-width: 992px) {
  section.fp-hero .scroll-block {
    grid-column: span 2;
    border-right: 1px solid currentColor;
    padding-block: 1rem 8px;
    margin-left: calc(var(--site-padding) * -1);
    padding-left: var(--gap);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
section.fp-hero .page-title {
  grid-column: span 12;
  padding-block: 1rem;
}
@media (max-width: 991px) {
  section.fp-hero .page-title {
    grid-row: 1;
    position: relative;
  }
  section.fp-hero .page-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(var(--site-padding) * -1);
    width: calc(100% + var(--site-padding) * 2);
    height: 1px;
    background-color: currentColor;
  }
}
@media (min-width: 992px) {
  section.fp-hero .page-title {
    padding-block: 1rem 8px;
    grid-column: span 6;
    border-right: 1px solid currentColor;
  }
}
section.fp-hero .news-block {
  grid-column: span 12;
  padding-top: 1rem;
}
@media (max-width: 991px) {
  section.fp-hero .news-block {
    grid-row: 3;
  }
}
@media (min-width: 992px) {
  section.fp-hero .news-block {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
section.fp-hero .news-block .news-title {
  margin-bottom: 0.5rem;
}
section.fp-hero .news-block .news-block-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: calc(var(--gap) * -1);
  margin-right: calc(var(--site-padding) * -1);
}
section.fp-hero .news-block .news-block-wrapper .news-item {
  display: flex;
  border-top: 1px solid currentColor;
  cursor: pointer;
}
section.fp-hero .news-block .news-block-wrapper .news-item .news-item-inner {
  width: 100%;
  padding-inline: var(--gap);
  padding-block: 8px;
  display: flex;
  justify-content: space-between;
  column-gap: var(--gap);
  background-color: transparent;
  transition: background-color var(--transition-primary), color var(--transition-primary);
}
section.fp-hero .news-block .news-block-wrapper .news-item .news-item-title::before {
  content: "█ ";
}
section.fp-hero .news-block .news-block-wrapper .news-item .news-item-arrow {
  grid-column: span 1;
  justify-self: flex-end;
}
@media only screen and (hover: hover) and (pointer: fine) {
  section.fp-hero .news-block .news-block-wrapper .news-item:hover .news-item-inner {
    background-color: var(--color-black);
    color: var(--page-background);
  }
}
@media only screen and (hover: none) and (pointer: coarse) {
  section.fp-hero .news-block .news-block-wrapper .news-item.active .news-item-inner {
    background-color: var(--color-black);
    color: var(--page-background);
  }
}
section.fp-hero .desc {
  grid-column: span 12;
}
@media (min-width: 992px) {
  section.fp-hero .desc {
    grid-column: 4/span 5;
    grid-row: 2;
    align-self: flex-end;
  }
}
section.fp-hero .desc p {
  font-size: 1.25rem;
  line-height: 1.25;
  max-inline-size: 50ch;
}
section.fp-hero .scroller {
  grid-column: span 3;
  grid-row: 2;
  align-self: flex-end;
}
section.fp-hero .scroller .div {
  width: 3rem;
  height: 3rem;
  background-color: var(--color-text);
}
section.fp-hero .link-wrapper {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  section.fp-hero .link-wrapper {
    grid-column: span 3;
    grid-row: 2;
  }
}
section.fp-hero .link-wrapper a {
  font-size: 1.25rem;
  line-height: 1.25;
  max-width: max-content;
}
section.fp-hero .link-wrapper a .arrow {
  color: var(--color-accent);
  max-width: 0;
  overflow: hidden;
  display: inline-flex;
  transition: max-width var(--transition-secondary);
}
section.fp-hero .link-wrapper a:hover .arrow {
  max-width: 2em;
}

section.index-intro .container .row h2 {
  grid-column: span 12;
  margin-block: 2.5lh 5lh;
}

section.fp-latest-playgrounds {
  margin-top: clamp(140px, 12.5vw, 240px);
  background-color: var(--color-black);
  color: var(--page-background);
  padding-block: clamp(80px, 6.25vw, 120px);
  min-height: 100vh;
}
section.fp-latest-playgrounds .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.fp-latest-playgrounds .container .row.title-row {
  border-top: 1px solid var(--page-background);
  padding-top: 1rem;
  margin-bottom: clamp(80px, 8.333333vw, 160px);
}
section.fp-latest-playgrounds .container .row.title-row .title {
  grid-column: span 12;
  grid-row: 1;
}
@media (min-width: 992px) {
  section.fp-latest-playgrounds .container .row.title-row .title {
    grid-column: span 8;
  }
}
section.fp-latest-playgrounds .container .row.title-row .title h2 {
  margin-bottom: clamp(32px, 3.75vw, 72px);
}
section.fp-latest-playgrounds .container .row.title-row .link-wrapper {
  grid-column: span 8;
  grid-row: 3;
}
@media (min-width: 992px) {
  section.fp-latest-playgrounds .container .row.title-row .link-wrapper {
    grid-column: span 3;
    grid-row: 2;
  }
}
section.fp-latest-playgrounds .container .row.title-row .link-wrapper a {
  max-width: 100%;
  width: 100%;
}
section.fp-latest-playgrounds .container .row.title-row .text {
  grid-column: span 12;
  grid-row: 2;
}
@media (max-width: 991px) {
  section.fp-latest-playgrounds .container .row.title-row .text {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  section.fp-latest-playgrounds .container .row.title-row .text {
    padding-top: 0.35rem;
    grid-column: span 4;
    grid-row: 1;
  }
}
@media (max-width: 991px) {
  section.fp-latest-playgrounds .container .row.playground-row {
    row-gap: 3.5rem;
  }
}

section.fp-blogs {
  padding-top: 7.5rem;
}
section.fp-blogs .title-row .title {
  grid-column: span 12;
  margin-bottom: 1lh;
}
@media (min-width: 1200px) {
  section.fp-blogs .title-row .title {
    grid-column: span 5;
  }
}
section.fp-blogs .blog-row {
  border-top: 1px solid var(--color-black);
}
@media (min-width: 992px) {
  section.fp-blogs .blog-row:last-of-type {
    border-bottom: 1px solid var(--color-black);
  }
}
@media (max-width: 991px) {
  section.fp-blogs .blog-row:not(:nth-last-of-type(1)) {
    margin-bottom: clamp(60px, 7.291667vw, 140px);
  }
}
section.fp-blogs .blog-row .index-blog-item__infos {
  grid-column: span 12;
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  section.fp-blogs .blog-row .index-blog-item__infos ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 992px) {
  section.fp-blogs .blog-row .index-blog-item__infos {
    grid-column: span 2;
    height: 100%;
    padding-right: var(--gap);
    border-right: 1px solid var(--color-black);
  }
}
section.fp-blogs .blog-row .index-blog-item__title {
  grid-column: span 12;
  padding-block: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.fp-blogs .blog-row .index-blog-item__title {
    grid-column: span 5;
    height: 100%;
  }
}
section.fp-blogs .blog-row .index-blog-item__title .title {
  display: flex;
  transition: color var(--transition-primary);
}
section.fp-blogs .blog-row .index-blog-item__title .title h3 {
  font-size: clamp(28px, 2.083333vw, 40px);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.25lh;
}
section.fp-blogs .blog-row .index-blog-item__title .title:hover {
  color: var(--color-accent);
}
section.fp-blogs .blog-row .index-blog-item__title .excerpt {
  margin-bottom: 1lh;
  max-width: 54ch;
}
section.fp-blogs .blog-row .index-blog-item__image {
  grid-column: span 12;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  section.fp-blogs .blog-row .index-blog-item__image {
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  section.fp-blogs .blog-row .index-blog-item__image {
    grid-column: 9/span 4;
    padding-block: 1rem;
  }
  section.fp-blogs .blog-row .index-blog-item__image::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * var(--gap) - 1px);
    width: 1px;
    height: 100%;
    background-color: var(--color-black);
  }
}
section.fp-blogs .blog-row .index-blog-item__image .image,
section.fp-blogs .blog-row .index-blog-item__image .video {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  transition: all var(--transition-primary);
}
section.fp-blogs .blog-row .index-blog-item__image .image img,
section.fp-blogs .blog-row .index-blog-item__image .image video,
section.fp-blogs .blog-row .index-blog-item__image .video img,
section.fp-blogs .blog-row .index-blog-item__image .video video {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: center;
}
section.fp-blogs .blog-row .index-blog-item__image:hover .image,
section.fp-blogs .blog-row .index-blog-item__image:hover .video {
  border-radius: 200px;
}

.row.projects-row {
  padding-top: 1rem;
  border-top: 1px solid var(--color-black);
}
.row.projects-row:not(:nth-last-of-type(2)) {
  margin-bottom: clamp(60px, 7.291667vw, 140px);
}
.row.projects-row .project-case {
  grid-column: span 12;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: max-content 1fr;
  column-gap: var(--gap);
  row-gap: clamp(24px, 1.666667vw, 32px);
  height: max-content;
}
.row.projects-row .project-case-images {
  grid-column: span 12;
  grid-row: 2;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
@media (max-width: 991px) {
  .row.projects-row .project-case-images {
    aspect-ratio: 99/76;
  }
}
.row.projects-row .project-case-images__container {
  --col-first: 0.2fr;
  --col-second: 0.8fr;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: var(--col-first) var(--col-second);
  column-gap: var(--gap);
}
@media (min-width: 992px) {
  .row.projects-row .project-case-images__container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.row.projects-row .project-case-images__container__slide {
  height: 100%;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.row.projects-row .project-case__image-left {
  grid-column: span 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: hsl(38, 14%, 85%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .row.projects-row .project-case__image-left {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .row.projects-row .project-case__image-left {
    grid-column: span 8;
  }
}
.row.projects-row .project-case__image-left img,
.row.projects-row .project-case__image-left video {
  z-index: 1;
  height: 100%;
  max-height: 75vh;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(16px, 5vw, 96px);
}
.row.projects-row .project-case__image-right {
  grid-column: span 1;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: hsl(38, 14%, 85%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .row.projects-row .project-case__image-right {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .row.projects-row .project-case__image-right {
    grid-column: span 4;
  }
}
.row.projects-row .project-case__image-right img,
.row.projects-row .project-case__image-right video {
  z-index: 1;
  height: 100%;
  max-height: 75vh;
  width: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(16px, 5vw, 96px);
}
.row.projects-row .project-case__title {
  display: flex;
  flex-direction: column;
}
.row.projects-row .project-case__title .title-title {
  color: var(--color-text-secondary);
}
.row.projects-row .project-case .project {
  grid-column: span 6;
}
@media (min-width: 992px) {
  .row.projects-row .project-case .project {
    grid-column: span 2;
  }
}
.row.projects-row .project-case .service {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .row.projects-row .project-case .service {
    display: none;
  }
}
.row.projects-row .project-case .type {
  grid-column: span 4;
}
@media (min-width: 992px) {
  .row.projects-row .project-case .type {
    grid-column: span 3;
  }
}
.row.projects-row .project-case .islive {
  grid-column: span 4;
}
@media (max-width: 991px) {
  .row.projects-row .project-case .islive {
    display: none;
  }
}
.row.projects-row .project-case .islive a:after {
  content: " ↗";
}
.row.projects-row .project-case .islive a:hover {
  color: var(--color-accent);
}

.row.playground-row .playground-case {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: max-content;
}
@media (min-width: 1200px) {
  .row.playground-row .playground-case {
    grid-column: span 4;
  }
}
.row.playground-row .playground-case__image {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--color-border-opacity);
}
.row.playground-row .playground-case__image img,
.row.playground-row .playground-case__image video {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.row.playground-row .playground-case__title {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.row.playground-row .playground-case__title .content {
  display: flex;
  flex-direction: column;
}
.row.playground-row .playground-case__title .content ul {
  display: flex;
  gap: 0.5rem;
  color: var(--color-text-opacity-on-black);
}

pre {
  font-family: var(--font-primary);
  font-size: 16px !important;
  line-height: 150%;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: calc(var(--radius) * 2);
  background-color: var(--color-background-code);
}
pre p,
pre a {
  font-size: inherit !important;
}
pre .bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white-fix);
  padding: 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 14px !important;
}
pre .bar p {
  font-size: inherit;
  padding: 0.2em 0.6em;
}
pre .bar .copy-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
  border-radius: var(--radius);
  transition: background-color var(--transition-primary);
}
pre .bar .copy-item div {
  display: flex;
}
pre .bar .copy-item div svg {
  height: 1em;
  width: auto;
}
pre .bar .copy-item:hover {
  background-color: #000;
  cursor: pointer;
}
pre code {
  font-family: var(--font-monospace);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "calt", "liga", "ss01", "ss02", "ss03", "ss04", "ss05", "ss06", "ss07", "ss08";
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 450;
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

/*!
    Theme: GitHub Dark
    Description: Dark theme as seen on github.com
    Author: github.com
    Maintainer: @Hirse
    Updated: 2021-05-15

    Outdated base version: https://github.com/primer/github-syntax-dark
    Current colors taken from GitHub's CSS
  */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: var(--color-white-fix);
}

.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  color: #ff7b72;
}

.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  color: #d2a8ff;
}

.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id,
.hljs-variable {
  color: #79c0ff;
}

.hljs-meta .hljs-string,
.hljs-regexp,
.hljs-string {
  color: #a5d6ff;
}

.hljs-built_in,
.hljs-symbol {
  color: #ffa657;
}

.hljs-code,
.hljs-comment,
.hljs-formula {
  color: #8b949e;
}

.hljs-name,
.hljs-quote,
.hljs-selector-pseudo,
.hljs-selector-tag {
  color: #7ee787;
}

.hljs-subst {
  color: #c9d1d9;
}

.hljs-section {
  color: #1f6feb;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.hljs-bullet {
  color: #f2cc60;
}

.hljs-emphasis {
  color: #c9d1d9;
  font-style: italic;
  font-variation-settings: "slnt" -11;
}

.hljs-strong {
  color: #c9d1d9;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.hljs-addition {
  color: #aff5b4;
  background-color: #033a16;
}

.hljs-deletion {
  color: #ffdcd7;
  background-color: #67060c;
}

section.blogs-hero {
  padding-top: 25svh;
}
section.blogs-hero .title {
  grid-column: span 12;
}
@media (min-width: 1200px) {
  section.blogs-hero .title {
    grid-column: span 4;
  }
}
section.blogs-hero .filter-row {
  margin-block: 98px;
}
section.blogs-hero .filter-row ul {
  grid-column: span 12;
  display: flex;
  gap: 0.5rem;
}
section.blogs-hero .filter-row ul li {
  display: flex;
}

section.all-blogs {
  margin-bottom: clamp(100px, 8.333333vw, 160px);
}
section.all-blogs .row {
  row-gap: 100px;
  min-height: 75vh;
}
section.all-blogs .blog-card {
  grid-column: span 12;
}
@media (min-width: 1200px) {
  section.all-blogs .blog-card {
    grid-column: span 4;
  }
}

.single-blog-hero {
  padding-top: 5rem;
}
.single-blog-hero .container .row .page-title {
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .single-blog-hero .container .row .page-title {
    grid-column: 4/span 6;
  }
}

.single-blog-content {
  overflow-wrap: break-word;
}
.single-blog-content p {
  max-inline-size: none;
}
.single-blog-content .details {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.single-blog-content .details div {
  display: flex;
  flex-direction: column;
}
.single-blog-content .details div .label {
  color: var(--color-text-secondary);
}
@media (min-width: 1200px) {
  .single-blog-content .details {
    grid-column: span 3;
  }
}
.single-blog-content .content {
  font-size: 18px;
  grid-column: span 12;
}
@media (min-width: 1200px) {
  .single-blog-content .content {
    grid-column: span 6;
  }
}
.single-blog-content .content p {
  margin-bottom: 1lh;
}
.single-blog-content .content figure {
  margin-bottom: 1rem;
}
.single-blog-content .thumb-image {
  border-radius: calc(var(--radius) * 2);
  overflow: hidden;
}

.blog-scroller {
  position: fixed;
  z-index: 100;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px;
  background-color: var(--color-primary);
  color: var(--background-page);
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 500;
  width: max-content;
  border-radius: 1.5rem;
  transform-origin: center bottom;
}
.blog-scroller__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.blog-scroller__bottom .indicator {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-scroller__bottom svg {
  width: 1.25rem;
  height: auto;
}
.blog-scroller__bottom svg #progress-circle {
  stroke-width: 2;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-90deg);
  transform-origin: center;
}
.blog-scroller__bottom svg #progress-circle-bg {
  stroke-width: 1.5;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.25;
}
.blog-scroller__bottom .value {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 200em;
  background-color: var(--color-primary-2);
  padding: 0.25em 0.5em;
  font-size: 14px;
  line-height: 1;
}
.blog-scroller__bottom .value p {
  font-size: 14px;
  line-height: 1;
  font-feature-settings: "tnum" 1;
}
.blog-scroller__bottom .current {
  display: flex;
  align-items: center;
}
.blog-scroller__bottom .current svg {
  height: 1em;
  width: auto;
  margin-left: 4px;
}
.blog-scroller__bottom .current:hover {
  cursor: pointer;
}
.blog-scroller__top {
  display: flex;
  height: 0;
  width: 0;
  overflow: hidden;
}
.blog-scroller__top .table-of-contents {
  display: flex;
  padding-bottom: 1rem;
}
.blog-scroller__top .table-of-contents > ul {
  margin-right: 1rem;
}
.blog-scroller__top .table-of-contents > ul li {
  display: flex;
  flex-direction: column;
}
.blog-scroller__top .table-of-contents > ul li a {
  display: flex;
  white-space: nowrap;
  max-width: max-content;
  opacity: 0.6;
  transition: opacity var(--transition-primary);
}
.blog-scroller__top .table-of-contents > ul li a span {
  font-feature-settings: "tnum" 1;
  letter-spacing: -0.01em;
  width: 1.5rem;
  margin-right: 1rem;
}
.blog-scroller__top .table-of-contents > ul li a:hover, .blog-scroller__top .table-of-contents > ul li a.active {
  opacity: 1;
}
.blog-scroller__top .table-of-contents > ul li ul {
  margin-left: 1rem;
}/*# sourceMappingURL=styles.css.map */