@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
 ========================================================================== */
.hidden {
  display: none;
}
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-weight: 400;
  font-size: 2rem;
}
/* Grouping content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/* Embedded content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
 Typography
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 Colors
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 Breakpoints
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 Grid Setup
 --------------------------------------------------------------*/
/*--------------------------------------------------------------
 Responsive Values
 --------------------------------------------------------------*/
/* Mixin to make neat grid breakpoints easier */

::selection {
  background: #00000022;
  color: #000000;
}

@font-face {
  font-family: "Graphik";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/graphik-light.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/graphik-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/graphik-medium.woff2") format("woff2");
}
/* @font-face {
  font-family: "Graphik";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/graphik-semibold.woff2") format("woff2");
} */
/* @font-face {
  font-family: "Graphik";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/graphik-bold.woff2") format("woff2");
} */

@font-face {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400 900;
  font-display: swap;
  src: url("./fonts/playfair-display-italic.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("./fonts/playfair-display-regular.woff2") format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "pw-icons";
  src: url("./fonts/pw-icons.eot");
  src:
    url("./fonts/pw-icons.eot?#iefix") format("eot"),
    url("./fonts/pw-icons.woff2") format("woff2"),
    url("fonts/pw-icons.woff") format("woff"),
    url("fonts/pw-icons.ttf") format("truetype"),
    url("fonts/pw-icons.svg#pw-icons") format("svg");
}
.icon-arrow-down:before,
.icon-arrow-head-right:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-up:before,
.icon-behance:before,
.icon-facebook:before,
.icon-instagram:before,
.icon-linkedin:before,
.icon-pinterest:before,
.icon-return:before,
.icon-share:before,
.icon-success:before,
.icon-twitter:before {
  font-family: "pw-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}
.icon-arrow-down:before {
  content: "";
}
.icon-arrow-head-right:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-behance:before {
  content: "";
}
.icon-facebook:before {
  content: "";
}
.icon-instagram:before {
  content: "";
}
.icon-linkedin:before {
  content: "";
}
.icon-pinterest:before {
  content: "";
}
.icon-return:before {
  content: "";
}
.icon-share:before {
  content: "";
}
.icon-success:before {
  content: "";
}
.icon-twitter:before {
  content: "";
}

html {
  font-size: clamp(16px, 1.25vw, 20px);
  overflow-x: hidden;
  max-width: 100%;
}

body {
  background-color: white;
  color: black;
  font-family: "Graphik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  transition:
    background-color 0.2s linear,
    color 0.2s linear;
  -webkit-font-smoothing: antialiased;
}
body {
  padding: 0 1rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (min-width: 28rem) {
  body {
    padding: 0 4rem;
  }
}

body.bg-dark {
  background: currentColor;
  color: #fff;
}
#page.bg-light {
  background: white !important;
}
a {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}
#page {
  padding-top: 4rem;
  transition:
    opacity 0.2s ease-in-out,
    transform 0.2s ease-in-out;
}
.post-name-studio #page {
  padding-top: 2rem;
}

.home #page {
  padding-top: 0rem;
}
#site.in-transition:not(.is-filter-clicked) #page {
  opacity: 0;
  transform: translateY(1rem);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.logo {
  display: inline-block;
}

.navigation .logo svg {
  width: 100%;
  height: 100%;
}
.navigation .logo use {
  opacity: 0;
}
@media screen and (max-width: 28rem) {
  .navigation .logo {
    width: 2.8125rem;
    height: 1.6875rem;
  }
  .navigation .logo use:nth-child(3) {
    opacity: 1;
  }
}
@media screen and (min-width: 28rem) {
  .navigation .logo use {
    transition: opacity 0.2s linear;
  }
  .navigation .logo {
    width: 15.8125rem;
    height: 1.6875rem;
  }
  .navigation .logo use:nth-child(1) {
    opacity: 1;
  }
  .navigation .logo use:nth-child(2) {
    opacity: 0;
  }
  .navigation .logo:hover use:nth-child(1) {
    opacity: 0;
  }
  .navigation .logo:hover use:nth-child(2) {
    opacity: 1;
  }
  #site.in-transition.is-logo-clicked .navigation .logo use:nth-child(1) {
    opacity: 0 !important;
  }
  #site.in-transition.is-logo-clicked .navigation .logo use:nth-child(2) {
    opacity: 1 !important;
  }
}

.o-svg *:where(svg, use) {
  fill: currentColor;
}
.o-svg svg *:where(svg, use) *:where(path, polygon, circle, rect) {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

/* body.bg-dark .logo svg path {
  fill: #fff;
} */
/* html.no-svg .logo {
  background-image: url(../../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
html.no-svg .logo svg {
  visibility: hidden;
  width: 0px;
  height: 0px;
} */

.inline-video,
.picture {
  position: relative;

  overflow: hidden;
  border-radius: 5px;
}

/*
.logged-in.admin-bar *:has(> .picture--gif) {
  position: relative;

  &::after {
    padding: 0.5rem 0.75rem;
    content: "GIF";
    z-index: 10;
    position: absolute;
    inset: 0;
    outline: 3px dashed magenta;
    outline-offset: 3px;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 5px;
    background: #ff00ff99;
  }
}
.logged-in.admin-bar:has(.picture--gif) #wp-admin-bar-wp-logo {
  background-color: magenta;
  color: white;
}
  */

.inline-video {
  width: 100%;
  height: 100%;
}
.inline-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture.picture--loaded .picture__placeholder {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
  z-index: 1;
}
/* .picture.picture--loaded .picture__placeholder:after {
  opacity: 0;
} */
.picture.picture--loaded img {
  position: relative;
  top: auto;
  left: auto;
  z-index: 2;
}
.picture__placeholder {
  width: 100%;
  transition: opacity 0.2s ease-in-out;
}
/* .picture__placeholder:after {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: currentColor;
  border-radius: 100%;
  animation: pulse 2s infinite;
  transition: opacity 0.1s linear;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.25rem;
} */
.picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  z-index: 2;
  transition: opacity 0.4s ease-out;
}
.picture img.lazyload {
  opacity: 0;
}
.picture img.lazyloaded {
  opacity: 1;
}
.video {
  background: currentColor;
  position: relative;

  overflow: hidden;
  border-radius: 5px;
}
.video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.icon {
  font-size: 1.5rem;
  line-height: 1;
}
.icon:before,
.icon:after {
  vertical-align: top;
}
.screen-reader-offscreen {
  position: absolute;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
}
.container--fluid {
  width: 100%;
}
.container--grid,
.container--fluid {
  margin-left: auto;
  margin-right: auto;
  /*
   padding-left: 32px;
   padding-right: 32px;
   */
}

@media (min-width: 75rem) {
  .pr-single-image.container--fluid {
    width: 90%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.container--grid .grid::after {
  clear: both;
  content: "";
  display: block;
}

.tiles {
  margin: 0px -0.625rem;
  /*--------------------------------------------------------------
   Columns
   --------------------------------------------------------------*/
}
.tiles__col,
.tiles__sizer {
  width: 16.6667%;
  min-height: 1px;
  box-sizing: border-box;
}
.tiles__col {
  padding: 0px 0.625rem;
  margin-bottom: 1.25rem;
}
.tiles .c1-6 {
  width: 50%;
}
@media screen and (min-width: 39rem) {
  .tiles .c1-6 {
    width: 33.3334%;
  }
}
@media screen and (min-width: 75rem) {
  .tiles .c1-6 {
    width: 16.6667%;
  }
}
.tiles .c2-6 {
  width: 50%;
}
@media screen and (min-width: 39rem) {
  .tiles .c2-6 {
    width: 33.3334%;
  }
}
.tiles .c3-6 {
  width: 50%;
}
.tiles .c4-6 {
  width: 50%;
}
@media screen and (min-width: 39rem) {
  .tiles .c4-6 {
    width: 66.6667%;
  }
}
.tiles .c5-6 {
  width: 100%;
}
@media screen and (min-width: 39rem) {
  .tiles .c5-6 {
    width: 83.3334%;
  }
}
.tiles .c6-6 {
  width: 100%;
}

#progress {
  height: 0.2rem;
  width: 0%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0.5;
}
/* body.bg-dark #progress {
  background-color: #fff;
} */
@media screen and (max-width: 61.9375rem) {
  #progress {
    height: 0px;
    visibility: hidden;
  }
}

.button {
  display: inline-block;
  min-width: 13.75rem;
  border: 1px solid currentColor;
  text-align: center;
  transition: border-color 0.15s linear;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 1.3em;
  box-sizing: border-box;
}
@media screen and (min-width: 39rem) {
  .button {
    min-width: 23rem;
  }
}
.button:hover {
  border-color: #ebebeb;
}
.button--inverse {
  border-color: #fff;
}
.button--inverse:hover {
  border-color: hsl(0, 0%, 50%);
}
.button--adapt:hover {
  border-color: rgba(0, 0, 0, 0.08);
}
body.bg-dark .button--adapt {
  border-color: #fff;
}
body.bg-dark .button--adapt:hover {
  border-color: rgba(255, 255, 255, 0.08);
}
.hamburger {
  box-sizing: border-box;

  width: 2.5rem;
  height: 2rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: -0.5rem;

  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition:
    opacity 0.1s linear,
    gap 0.1s linear;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.375rem;
}
@media screen and (min-width: 28rem) {
  .hamburger {
    gap: 0.5rem;
    height: 3rem;
    width: 3rem;
  }
}

.hamburger:hover,
.hamburger:focus {
  opacity: 0.4;
  gap: 0.25rem;
}
@media screen and (min-width: 28rem) {
  .hamburger:hover,
  .hamburger:focus {
    gap: 0.375rem;
  }
}

/* .hamburger:hover:before,
.hamburger:focus:before {
  top: 0.125rem;
}
.hamburger:hover:after,
.hamburger:focus:after {
  bottom: 0.125rem;
}
.hamburger:before,
.hamburger:after {
  position: absolute;
} */
.hamburger:before,
.hamburger:after,
.hamburger__inner {
  flex: 0 0 auto;

  content: "";
  display: inline-block;
  width: 100%;
  height: 0.125rem;
  background: currentColor;
}
/* body.bg-dark .hamburger:before,
body.bg-dark .hamburger:after,
body.bg-dark .hamburger__inner {
  background: #fff;
} */
/* .hamburger:before {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  transition: top 0.1s linear;
}
.hamburger__inner {
  top: 50%;
  left: 0;
  right: auto;
  bottom: auto;
}
.hamburger:after {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  transition: bottom 0.1s linear;
} */

.overlay {
  background: black;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay__content {
  width: 100%;
  padding: 1.25rem;
  text-align: center;
  box-sizing: border-box;
}
.overlay h4 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 75rem) {
  .overlay h4 {
    margin-bottom: 1.25rem;
  }
}
.overlay ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.overlay li {
  margin: 0;
  padding: 0;
}
.overlay li a {
  display: block;
  padding: 0.25em 0;
  transition: opacity 0.1s linear;
  font-size: 2.1875rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 75rem) {
  .overlay li a {
    font-size: 3.25rem;
  }
}
.overlay li a:hover {
  opacity: 0.4;
}
.clock {
  position: relative;
  width: 100%;
  max-width: 10rem;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.clock:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.clock__hours,
.clock__minutes {
  padding-left: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transform-origin: 0% 50%;
  height: 1.5rem;
  margin-top: -0.75rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  /*     font-family: "gt-haptik-medium", Futura, "Trebuchet MS", Arial, sans-serif; */
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
}
.clock__hours {
  z-index: 3;
}
.clock__minutes {
  z-index: 2;
  color: #bababa;
}
.clock__seconds {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48%;
  height: 1px;
  background: #ebebeb;
  transform-origin: 0% 50%;
  z-index: 1;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  /* whatever */
}
/* Arrows */
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-slider:hover .slick-arrow.slick-disabled {
  opacity: 0;
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -1.875rem;
  padding: 1rem;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #fff;
  z-index: 5;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.slick-arrow:before {
  font-family: "pw-icons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 1.5rem;
  color: currentColor;
  display: block;
  transition: all 0.1s ease-in;
}
.slick-prev {
  left: 3.125rem;
}
.slick-prev:before {
  content: "";
}
.slick-prev:hover:before {
  transform: translateX(-0.1875rem);
}
.slick-next {
  right: 3.125rem;
}
.slick-next:before {
  content: "";
}
.slick-next:hover:before {
  transform: translateX(0.1875rem);
}
/* Dots */
.slick-dots {
  display: block;
  list-style-type: none;
  margin: 0.3125rem 0 0 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.slick-dots li.slick-active button:after {
  background-color: currentColor;
}
body.bg-dark .slick-dots li.slick-active button:after {
  background-color: #fff;
}
.slick-dots button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  width: 28px;
  height: 44px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.slick-dots button:after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  margin: -0.1875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  transition: background-color 0.1s linear;
}
body.bg-dark .slick-dots button:after {
  background-color: rgba(255, 255, 255, 0.16);
}
.preloader {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: currentColor;
  border-radius: 1.25rem;
  animation: pulse 2s infinite;
  transition: opacity 0.1s linear;
}

.navigation {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 28rem) {
  .navigation {
    height: 6rem;
  }
}

.navigation__inner {
  width: 100%;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation__branding {
  margin-top: 0.5rem;
}
.navigation__pages {
  display: flex;
  align-items: center;
}
.navigation .navigation__menu {
  list-style-type: none;
  margin: -1.25rem;
  padding: 0;
}
@media screen and (max-width: 44rem) {
  .navigation .navigation__menu {
    display: none;
  }
}
.navigation .navigation__menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.navigation .navigation__menu li.current-menu-item a {
  color: currentColor;
}
/* .navigation .navigation__menu li.current-menu-item a:after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  width: calc(100% - 44px);
  position: absolute;
  bottom: 22%;
  left: 22px;
} */
.navigation .navigation__menu a {
  padding-inline: 1.25rem;
  padding-block: 1.375rem;
  display: block;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
  font-style: normal;
  position: relative;
  /* transition: opacity 0.1s linear; */
}
/* @media screen and (min-width: 75rem) {
  .navigation .navigation__menu a {
    font-size: 18px;
    font-size: 1.125rem;
    font-size: 0.9rem;
  }
} */
.navigation .navigation__menu a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}
@media screen and (min-width: 44rem) {
  .navigation .hamburger {
    display: none;
  }
}
.navigation__back {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  display: none;
  /* hide during transition */
  transition: opacity 0.2s linear;
}
#site.in-transition .navigation__back {
  opacity: 0;
}

.footer {
  margin-top: 3rem;
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 3rem;
  padding-bottom: 2rem;
  color: currentColor;

  margin-inline: -1rem;
  padding-inline: 1rem;

  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 28rem) {
  .footer {
    margin-inline: -4rem;
    padding-inline: 4rem;
    grid-template-columns: auto auto;
  }
}

.footer .footer__wrapper {
  width: 100%;
}
@media screen and (max-width: 39rem) {
  .footer .footer__wrapper {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
@media screen and (min-width: 39rem) {
  .footer .footer__wrapper {
    max-width: 60rem;
  }
}
.footer .footer__wrapper-inner {
  margin-inline-start: auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  gap: 2rem;
}

.footer .footer__column {
  column-span: 1;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.75rem;
  row-gap: 2rem; */
}
/* @media screen and (min-width: 40rem) {
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 64rem) {
  .footer {
    grid-template-columns: repeat(4, 1fr);
  }
} */

.footer__column a {
  /* text-transform: uppercase; */
  color: black;
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  font-style: normal;
}
.footer__column a:hover {
  text-decoration: underline;
  /* text-decoration-thickness: 1px;
  text-underline-offset: 0.5em; */
}

.footer h3 {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 1.125;
  line-height: 1.555;
  margin-bottom: 0.25rem;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  grid-column-start: 1;
  grid-column-end: -1;
}
@media screen and (min-width: 39rem) {
  .footer__brand {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}

.footer__brand .logo {
  width: 14rem;
}
.footer__brand svg {
  width: 100%;
  height: auto;
  aspect-ratio: 253 / 27;
}
/* .footer__brand-logo {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
} */
.footer__brand p {
  margin: 0;
  padding: 0;

  font-weight: 400;
  font-size: 0.75rem;

  color: hsl(0, 0%, 60%);

  max-width: 35ch;
}

.footer__newsletter-form .mc4wp-form-fields {
  display: flex;
  margin-top: 1rem;
}
.footer__newsletter-form input[type="email"] {
  appearance: none;
  display: inline-block;
  border: 1px solid hsl(0, 0%, 90%);
  padding: 0.5rem;
  border-radius: 0;
}
.footer__newsletter-form input[type="email"]::placeholder {
  color: hsl(0, 0%, 70%);
  font-size: 0.75rem;
}
.footer__newsletter-form label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer__newsletter-form label input[type="checkbox"] {
  accent-color: currentColor;
}
.footer__newsletter-form label span {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.1;

  color: hsl(0, 0%, 60%);
}
.footer__newsletter-form input[type="submit"] {
  appearance: none;
  background: black;
  color: white;
  font-weight: inherit;
  font-size: inherit;
  border: none;
  width: fit-content;
  padding: 0.25rem 0.5rem;
  font-size: 0.8125rem;
}
.footer__newsletter-form input[type="submit"]:hover {
  color: hsl(0, 0%, 60%);
}

.footer__newsletter-form *:focus {
  outline: 0.125rem solid hsla(0, 0%, 70%, 0.25);
}

.footer__newsletter-form input[type="email"]:placeholder-shown + label {
  display: none;
}

.footer__column {
  display: flex;
  flex-direction: column;
}
.footer__column h3 {
  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.footer__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer__column *:where(p, li) {
  letter-spacing: 0.025em;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  font-style: normal;
}
.footer__column p {
  margin: 0;
  padding: 0;
}
.footer__column p:not(:empty) + p:not(:empty) {
  margin-top: 0.75rem;
}

.footer__footnote {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.25;

  grid-column: 1 / -1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;

  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(0, 0%, 90%);

  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
}
/* @media screen and (min-width: 19rem) {
  .footer__footnote {
    flex-direction: row;
    gap: 2rem;
  }
}
@media screen and (min-width: 41.25rem) {
  .footer__footnote {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.footer__footnote ul {
  list-style: none;

  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer__footnote p {
  margin: 0;
  padding: 0;
  white-space: nowrap;
} */

.pa-message-button {
  background: currentColor;
  color: #fff;
  text-align: center;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .pa-message-button {
    padding-top: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-message-button {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 39rem) {
  .pa-message-button {
    padding-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-message-button {
    padding-bottom: 5rem;
  }
}
.pa-message-button + [class^="pa-"] {
  margin-top: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .pa-message-button + [class^="pa-"] {
    margin-top: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-message-button + [class^="pa-"] {
    margin-top: 5rem;
  }
}
.pa-message-button__message {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 75rem) {
  .pa-message-button__message {
    margin-bottom: 1.875rem;
  }
}
.pa-message-button__message p {
  /*     font-family: "gt-haptik-medium", Futura, "Trebuchet MS", Arial, sans-serif; */
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100% - 1.875rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 3.75rem);
}
@media screen and (min-width: 39rem) {
  .pa-message-button__message p {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .pa-message-button__message p {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-message-button__message p {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 39rem) {
  .pa-message-button__message p {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 24px;
    margin-left: calc(0% - 1.5rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pa-message-button__message p {
    width: calc(66.66667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.66667% - 2.1875rem + 3.75rem);
  }
}
.pa-headline--small {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 75rem) {
  .pa-headline--small {
    margin-bottom: 1.875rem;
  }
}
.pa-headline--medium {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 39rem) {
  .pa-headline--medium {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-headline--medium {
    margin-bottom: 3.75rem;
  }
}
.pa-headline--large {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 39rem) {
  .pa-headline--large {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-headline--large {
    margin-bottom: 3.75rem;
  }
}
.pa-headline__headline {
  /* alignment */
  /* styles */
  /*     font-family: "gt-haptik-medium", Futura, "Trebuchet MS", Arial, sans-serif; */
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
.pa-headline__headline--center {
  text-align: center;
}
.pa-headline__headline--left {
  text-align: left;
}
.pa-headline__headline--small {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #757575;
}
.pa-headline__headline--medium {
  font-size: 0.875rem;
  letter-spacing: 0.0625em;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
}
.pa-headline__headline--medium:after {
  content: " ";
  width: 4.6875rem;
  margin: 1.5rem auto;
  border-bottom: 1px solid black;
  height: 1px;
  display: block;
}
.pa-headline__headline--large {
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  max-width: 50rem;
  text-align: center;
  margin: auto;
}

.pa-slideshow {
  margin-bottom: 3.25rem;
}
.pa-slideshow-links {
  margin: 0 auto;
}
@media screen and (max-height: 56.25rem) {
  .pa-slideshow-links {
    margin-left: auto;
    margin-right: auto;
  }
}
.pa-slideshow-desktop {
  display: block;
}
.pa-slideshow-desktop.pa-slideshow-links a {
  position: absolute;
  bottom: 1.875rem;
  right: 3.75rem;
  z-index: 2;
  color: black;
  font-size: 1.375rem;
  text-decoration: none;
  text-transform: uppercase;
}
.pa-slideshow-mobile {
  display: none;
}
.pa-slideshow-mobile .slick-next,
.pa-slideshow-mobile .slick-prev {
  display: none !important;
}
.pa-slideshow-links.side-label-container .slick-arrow {
  z-index: 1000;
  width: 50%;
  top: 0;
  bottom: 0;
  background: none;
  padding: 0;
  height: 100%;
  margin-top: 0;
}
.pa-slideshow-links.side-label-container .slick-next {
  right: 0;
}
.pa-slideshow-links.side-label-container .slick-next:hover {
  cursor:
    url(../../images/next.png) 25 0,
    url(../../images/next.cur) 25 0,
    auto;
  cursor:
    -webkit-image-set(url(../../images/next.png) 1x) 25 0,
    auto;
}
.pa-slideshow-links.side-label-container .slick-next:before {
  content: none;
}
.pa-slideshow-links.side-label-container .slick-prev {
  left: 0;
}
.pa-slideshow-links.side-label-container .slick-prev:hover {
  cursor:
    url(../../images/prev.png) 25 0,
    url(../..//images/prev.cur) 25 0,
    auto;
  cursor:
    -webkit-image-set(url(../../images/prev.png) 1x) 25 0,
    auto;
}
.pa-slideshow-links.side-label-container .slick-prev:before {
  content: none;
}
@media (max-width: 47.999rem) {
  .pa-slideshow-desktop {
    display: none;
  }
  .pa-slideshow-mobile {
    display: block;
  }
}
.pa-slideshow-links .slide {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  background-size: cover;
}
.pa-slideshow-links .slide img {
  max-width: 100%;
}
.pa-slideshow-links .slick-dots {
  display: none !important;
}
@media screen and (min-width: 39rem) {
  .pa-slideshow {
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-slideshow {
    margin-bottom: 5rem;
  }
}
.pa-single-image {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .pa-single-image {
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-single-image {
    margin-bottom: 5rem;
  }
}

.wa-grid {
  transition: opacity 0.2s ease-in-out;
}
#site.in-transition.is-filter-clicked .wa-grid {
  opacity: 0.25;
}

.wa-grid__header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
}

.wa-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1rem;

  margin-top: 2rem;
}
@media screen and (min-width: 28rem) {
  .wa-grid__grid {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 0.5rem;
  }
}

.wa-grid__more {
  appearance: none;
  background: none;
  border: 0;
  grid-column: 1 / -1;

  cursor: pointer;

  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;

  margin-block: 2rem;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}
.wa-grid__more:hover {
  opacity: 0.5;
}

.wa-grid__grid.is-expanded .wa-grid__more {
  display: none;
}
.wa-grid__rest {
  display: none;
}
.wa-grid__grid.is-expanded .wa-grid__rest {
  display: contents;
}

/* @media screen and (min-width: 39rem) {
  .wa-grid__grid {
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
    gap: 0.5rem;
  }
} */
/* .wa-grid__item {
  background-color: hsl(0, 0%, 90%);
} */

/*
.wa-grid__item,
.wa-grid__sizer,
.wa-grid__gutter-sizer {
  box-sizing: border-box;
  min-height: 1px;
}
.wa-grid__item,
.wa-grid__sizer {
  width: 100%;
}
@media screen and (min-width: 39rem) {
  .wa-grid__item,
  .wa-grid__sizer {
    width: calc(33.33333% - 20px);
  }
}
.wa-grid__item--larger {
  width: 100%;
}
@media screen and (min-width: 39rem) {
  .wa-grid__item--larger {
    width: calc(66.66667% - 8px);
  }
}
@media screen and (min-width: 62rem) {
  
}
.wa-grid__item {
  margin-bottom: 24px;
}
@media screen and (min-width: 39rem) {
  .wa-grid__item {
    
  }
}
.wa-grid__gutter-sizer {
  width: 30px;
}
*/

.wa-filter-toggle {
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0.75rem;

  cursor: pointer;

  transition: color 0.1s linear;
  color: hsl(0, 0%, 60%);

  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.wa-filter-toggle:hover,
.wa-filter-toggle:focus {
  color: currentColor;
}

.wa-filter-toggle::after {
  content: " +";
}
.wa-filter-toggle[aria-expanded="true"]::after {
  content: " –";
}
/* .wa-filter {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-in-out;
}
.wa-filter-toggle[aria-expanded="true"] + .wa-filter {
  grid-template-rows: 1fr;
}
.wa-filter__inner {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.wa-filter-toggle[aria-expanded="true"] + .wa-filter .wa-filter__inner {
  opacity: 1;
}
*/
.wa-filter__items {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 1rem;

  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  column-gap: 1.5rem;
}

.wa-filter li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 39rem) {
  .wa-filter__items {
    row-gap: 0.5rem;
    column-gap: 1.5rem;
  }
  .wa-filter li {
    display: inline-block;
  }
}
.wa-filter .wa-filter__item--current a {
  color: currentColor;
  text-decoration: underline;
}
/* .wa-filter .wa-filter__item--current a:after {
  position: absolute;
  content: "";
  display: block;
  background-color: currentColor;
}
@media screen and (max-width: 38.9375em) {
  .wa-filter .wa-filter__item--current a:after {
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0px;
    border-radius: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 39rem) {
  .wa-filter .wa-filter__item--current a:after {
    bottom: 20%;
    left: 0px;
    width: 100%;
    height: 1px;
  }
} */
.wa-filter a {
  display: block;
  position: relative;
  color: hsl(0, 0%, 60%);

  transition: color 0.1s linear;

  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.6;
}
/* @media screen and (min-width: 75rem) {
  .wa-filter a {
    font-size: 18px;
    font-size: 1.125rem;
  }
} */
/* @media screen and (min-width: 39rem) {
  .wa-filter a {
    padding: 0.75em 0;
  }
} */
.wa-filter a:hover {
  color: currentColor;
}

.pa-lead-in {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 39rem) {
  .pa-lead-in {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-lead-in {
    margin-bottom: 3.75rem;
  }
}
.pa-lead-in__col {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 20px;
  margin-left: calc(0% - 1.25rem + 2.5rem);
  /* == sm == */
  /* == md == */
  /* == debug? == */
}
@media only screen and (min-width: 39rem) {
  .pa-lead-in__col {
    width: calc(83.33333% - 2.75rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(8.33333% - 1.625rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pa-lead-in__col {
    width: calc(66.66667% - 3.125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(16.66667% - 2.1875rem + 3.75rem);
  }
}
.pa-lead-in__col p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 75rem) {
  .pa-lead-in__col p {
    font-size: 1.125rem;
  }
}
.pa-instagram-feed {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .pa-instagram-feed {
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-instagram-feed {
    margin-bottom: 5rem;
  }
}
.pa-instagram-feed__item {
  position: relative;
  margin-bottom: 3.25rem;
  width: calc(33.33333% - 1.666rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 1.25rem + 2.5rem);
}
@media screen and (min-width: 39rem) {
  .pa-instagram-feed__item {
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-instagram-feed__item {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 39rem) {
  .pa-instagram-feed__item {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(0% - 1.5rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pa-instagram-feed__item {
    width: calc(33.33333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(0% - 1.875rem + 3.75rem);
  }
}
.pa-instagram-feed__item:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}
.pa-instagram-feed__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.pa-instagram-feed__show-more {
  text-align: center;
}

/* .pa-text *:where(p, ul, ol, h1, h2, h3, h4, h5, h6) {
  max-width: 40rem;
} */
.pa-text p.o-format-headline[style*="text-align: center"] {
  max-width: 30ch;
  margin: auto;
}

/* .pa-text {
  margin-bottom: 52px;
  margin-bottom: 3.25rem;
} */
/* @media screen and (min-width: 39rem) {
  .pa-text {
    margin-bottom: 68px;
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-text {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
} */

/*
.pa-text__col {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-left: calc(0% - 20px + 40px);
}
@media only screen and (min-width: 39rem) {
  .pa-text__col {
    width: calc(100% - 48px);
    float: left;
    margin-left: 24px;
    margin-left: calc(0% - 24px + 48px);
  }
}
@media only screen and (min-width: 62rem) {
  .pa-text__col {
    width: calc(66.66667% - 50px);
    float: left;
    margin-left: 30px;
    margin-left: calc(16.66667% - 35px + 60px);
  }
}
*/

.pa-columns {
}
/* .pa-columns__title {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: 0.02em;
} */
.pa-columns__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  column-gap: 1rem;
  row-gap: 3rem;

  padding-top: 1rem;
  padding-bottom: 3rem;
}
.pa-columns__item {
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* .pa-logos__title {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: 0.02em;
} */
@keyframes pa-logos-slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.pa-logos__items-wrapper {
  padding-top: 1rem;
  padding-bottom: 3rem;

  overflow-x: hidden;
  /* outline: 1px solid blue; */
}
.pa-logos__items {
  position: relative;
  width: fit-content;
  /* outline: 1px solid red; */

  animation: pa-logos-slider var(--logos-duration, 8s) linear infinite;
}
.pa-logos__item-group {
  display: flex;
  align-items: center;
  gap: 4rem;

  padding-right: 4rem;
}
.pa-logos__item-group--clone {
  position: absolute;
  top: 0;
  left: 100%;
}
.pa-logos__item-group img {
  flex: 0 0 auto;

  width: auto;
  max-width: 12rem;
  height: 100%;
  min-height: 4rem;
  max-height: 6rem;
}

.pa-people {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  column-gap: 1rem;
  row-gap: 3rem;
}
@media screen and (max-width: 29.999rem) {
  .pa-people {
    grid-template-columns: 1fr;
  }
}

.pa-people__person {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.pa-people__person .picture {
  margin-bottom: 1rem;
}
.pa-people__person .picture img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.pa-people__person-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}
.pa-people__person-position {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  /* font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: hsl(0, 0%, 60%); */
  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
}
.pa-people__person-text {
  margin-top: 1.5rem;
  padding-right: 1rem;

  font-size: 0.875rem;
}

.project-teaser {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  border-radius: 0.75rem;
}
.project-teaser img {
  border-radius: 0.75rem;
}
.project-teaser__overlay {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: flex-end;
}
@media screen and (min-width: 39rem) {
  .project-teaser__overlay,
  .project-teaser video,
  .project-teaser img {
    transition:
      opacity 0.3s ease-in-out,
      transform 0.3s ease-in-out;
  }
}
@media screen and (max-width: 38.9375rem) {
  .project-teaser__overlay {
    margin-top: 0.25em;
  }
}
@media screen and (min-width: 39rem) {
  .project-teaser__overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
    padding: 0.875rem;
    padding-bottom: 1.25rem;
    box-sizing: border-box;

    transform: translateY(1rem);

    color: var(--thumbnail-color);
    filter: invert(1) grayscale(1) brightness(1.3) contrast(9000);
    mix-blend-mode: luminosity;
  }
}
/* @media screen and (min-width: 39rem) {
  .project-teaser--dark .project-teaser__overlay {
    color: black;
  }
} */
.project-teaser h4 {
  color: inherit;
  margin: 0;

  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.675rem;
  line-height: 1.15;
  letter-spacing: 0.05em;
}
/* 
@media screen and (max-width: 38.9375rem) {
  .project-teaser h4 {
    font-size: 0.8125rem;
    line-height: 1.31;
  }
}
@media screen and (min-width: 75rem) {
  .project-teaser h4 {
    font-size: 28px;
    font-size: 1.75rem;
  }
} */
.project-teaser h5 {
  color: inherit;
  margin: 0;

  font-weight: 400;
  font-size: 0.65625rem;
  line-height: 1.1;
}
@media screen and (max-width: 38.9375rem) {
  .project-teaser h5 {
    display: none;
  }
}

.project-teaser h5:has(span) span + span:before {
  content: "·";
  display: inline-block;
  padding-inline: 0.2rem;
  color: inherit;
}

/* @media screen and (max-width: 38.9375em) {
  .project-teaser h5 {
    color: #bababa;
  }
} */
.project-teaser video,
.project-teaser img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* @media screen and (max-width: 38.9375rem) {
  .project-teaser video,
  .project-teaser img {
    height: auto;
    aspect-ratio: 30 / 19;
  }
} */
@media screen and (min-width: 39rem) {
  .project-teaser {
    background-color: var(--thumbnail-color);
  }
  .project-teaser video,
  .project-teaser img {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .project-teaser:hover video,
  .project-teaser:hover img {
    z-index: 1;
    opacity: 0.05;
  }
}
.project-teaser:hover .picture__placeholder {
  opacity: 1;
}
.project-teaser:hover .project-teaser__overlay {
  opacity: 1;
  transform: translateY(0);
}
.pa-list {
  margin-bottom: 3.25rem;
}
.pa-list__headline {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 1.25rem + 2.5rem);
  margin-top: 0;
  margin-bottom: 2em;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.25;
}
@media only screen and (min-width: 39rem) {
  .pa-list__headline {
    width: calc(100% - 3rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(0% - 1.5rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pa-list__headline {
    width: calc(25% - 2.34375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(0% - 1.875rem + 3.75rem);
  }
}
@media screen and (min-width: 75rem) {
  .pa-list__headline {
    font-size: 1.75rem;
  }
}
.pa-list__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pa-list--logos .pa-list__list::after {
  clear: both;
  content: "";
  display: table;
}
@media screen and (min-width: 62rem) {
  .pa-list--logos .pa-list__list {
    margin-top: -1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pa-list--logos .pa-list__list {
    margin-top: -2.25rem;
  }
}
.pa-list--logos .pa-list__list li {
  width: 25%;
  float: left;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.pa-list--logos .pa-list__list svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pa-list--capabilities .pa-list__list > li {
  width: 25%;
  padding: 0;
  margin: 0 0 2rem 0;
  float: left;
  text-align: center;
}
@media screen and (max-width: 60rem) {
  .pa-list--capabilities .pa-list__list > li {
    width: 50%;
  }
}
@media screen and (max-width: 33.75rem) {
  .pa-list--capabilities .pa-list__list > li {
    width: 100%;
    text-align: center;
  }
}
.pa-list--capabilities .pa-list__list ul {
  list-style-type: none;
  margin: 0.6rem 0 0 0;
  padding: 0;
}
.pa-list--capabilities .pa-list__list ul::after {
  clear: both;
  content: "";
  display: table;
}
.pa-list--capabilities .pa-list__list ul li {
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding: 0.34rem 0;
  width: 100%;
  float: left;
}
.pa-list--capabilities h4 {
  /*     font-family: "gt-haptik-medium", Futura, "Trebuchet MS", Arial, sans-serif; */
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 75rem) {
  .pa-list--capabilities h4 {
    font-size: 1.125rem;
  }
}
.pa-newsletter-signup p {
  background-color: rgba(255, 0, 0, 0.2);
  color: red;
  margin: 0;
  padding: 1.25rem;
  text-align: center;
}
.contact-infos {
  /* nothing here */
}
.newsfeed {
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .newsfeed {
    padding-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .newsfeed {
    padding-bottom: 5rem;
  }
}
.newsfeed__post {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 1.25rem + 2.5rem);
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 39rem) {
  .newsfeed__post {
    width: calc(50% - 2.25rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(0% - 1.5rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .newsfeed__post {
    width: calc(50% - 2.8125rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(0% - 1.875rem + 3.75rem);
  }
}
@media screen and (min-width: 39rem) {
  .newsfeed__post {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .newsfeed__post {
    margin-bottom: 3.75rem;
  }
}
.newsfeed__post .picture {
  margin-bottom: 1rem;
  border: 1px solid #d6d6d6;
}
@media screen and (min-width: 75rem) {
  .newsfeed__post .picture {
    margin-bottom: 1.25rem;
  }
}
.newsfeed__post h2 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 75rem) {
  .newsfeed__post h2 {
    font-size: 1.75rem;
  }
}
.newsfeed__post p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 75rem) {
  .newsfeed__post p {
    font-size: 1.125rem;
  }
}
.newsfeed__post a {
  text-decoration: underline;
  font-size: 0.875rem;
}
.newsfeed__post:nth-child(2n + 1) {
  clear: both;
}
.newsfeed .preloader {
  margin: 0 auto;
}
.not-found-message {
  text-align: center;
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .not-found-message {
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .not-found-message {
    margin-bottom: 5rem;
  }
}
.not-found-message h1 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 2.1875rem;
  line-height: 1.1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 39rem) {
  .not-found-message h1 {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .not-found-message h1 {
    font-size: 3.625rem;
  }
}
@media screen and (min-width: 75rem) {
  .not-found-message h1 {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 75rem) {
  .not-found-message h1 {
    margin-bottom: 1.25rem;
  }
}
.not-found-message p {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (min-width: 75rem) {
  .not-found-message p {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .not-found-message p {
    font-size: 1.125rem;
  }
}
.pr-header {
  padding-bottom: 3.75rem;
  margin-top: -4rem;
}
.pr-header__teaser {
  position: relative;
  /* height: calc(100lvh - 8.75rem); */
  margin-left: calc((100vw - 75rem + 4rem) / 2 * -1);
  margin-right: calc((100vw - 75rem + 4rem) / 2 * -1);
}
@media screen and (max-width: 79rem) {
  .pr-header__teaser {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.pr-header__teaser .video,
.pr-header__teaser .picture {
  /* position: absolute;
  inset: 0; */

  border-radius: 0;
}
.pr-header__teaser img,
.pr-header__teaser video {
  width: 100%;
  height: 100%;
  max-height: calc(100lvh - 8.75rem);
  object-fit: cover;
}
.pr-header__wrapper {
  margin-top: 3.75rem;

  display: grid;
  gap: 4rem;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 48rem) {
  .pr-header__wrapper {
    grid-template-columns: 1fr;
  }
}
.pr-header__content {
  max-width: 65ch;
}
.pr-header__content * {
  margin: 0;
}
.pr-header__title {
  /* font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2275;
  color: hsl(0, 0%, 60%); */
  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;

  margin-bottom: 1rem;
}
.pr-header__headline {
  /* font-weight: 400;
  font-size: 2.875rem;
  line-height: 1.13; */
  font-family: "Playfair Display", serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;

  margin-bottom: 2.5rem;
}
.pr-header__intro {
  /* font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;

  & > * + * {
    margin-top: 0.75rem;
  } */
}
.pr-header__services {
}
@media screen and (max-width: 48rem) {
  .pr-header__services {
    margin-top: 0;
  }
}

.pr-header__services *:first-child {
  margin-top: 0;
}
.pr-header__services p {
  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;

  padding: 0;
  margin-bottom: 2rem;
}
.pr-header__services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;

  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.pr-header__services li {
  /* font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.4; */

  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-style: italic;
  color: hsl(0, 0%, 40%);

  white-space: nowrap;
}

.pr-related {
  background: currentColor;
  color: #fff;
  padding-top: 3.25rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 39rem) {
  .pr-related {
    padding-top: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-related {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 39rem) {
  .pr-related {
    padding-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-related {
    padding-bottom: 3.75rem;
  }
}
.pr-related__item {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 1.25rem + 2.5rem);
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 39rem) {
  .pr-related__item {
    width: calc(33.33333% - 2rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(0% - 1.5rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pr-related__item {
    width: calc(33.33333% - 2.5rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(0% - 1.875rem + 3.75rem);
  }
}
@media screen and (min-width: 75rem) {
  .pr-related__item {
    margin-bottom: 1.875rem;
  }
}
.pr-related__more {
  text-align: center;
}
.pr-related__button {
  display: inline-block;
  color: #757575;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  transition: color 0.15s ease-in-out;
  padding: 0.4em 0;
}
.pr-related__button:hover {
  color: #ebebeb;
}
.pr-related__button:hover:after {
  bottom: -0.3125rem;
  opacity: 0;
}
.pr-related__button:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #757575;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.15s ease-in-out;
}
.pr-single-image__col {
  /*
   margin-left: 20px;
   margin-left: calc(0% - 20px + 40px);
   */
  /* == sm == */
  /* == md == */
  /* == debug? == */
}
/* .pr-single-image .picture.picture--loaded img {
  max-width: 75rem;
  margin: auto;
} */
@media only screen and (min-width: 39rem) {
  .pr-single-image__col {
    /*
     width: calc(83.33333% - 44px);
     float: left;
     */
    /*
     margin-left: 24px;
     margin-left: calc(8.33333% - 26px + 48px);
     */
  }
}
@media only screen and (min-width: 62rem) {
  .pr-single-image__col {
    /*
     width: calc(83.33333% - 55px);
     float: left;
     margin-left: 30px;
     margin-left: calc(8.33333% - 32.5px + 60px);
     */
  }
}
.pr-two-images .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media screen and (min-width: 28rem) {
  .pr-two-images .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.pr-two-images img,
.pr-two-images video {
  width: 100%;
  height: auto;
}

/* .pr-two-images__col {
  flex-grow: 1;
  width: 50%;
}
.pr-two-images__col + .pr-two-images__col {
  margin-left: 2%;
} */
@media only screen and (min-width: 39rem) {
  /*
   .pr-two-images__col {
   width: calc(50% - 36px);
   float: left;
   margin-left: 24px;
   margin-left: calc(0% - 24px + 48px);
   }
   */
}
@media only screen and (min-width: 62rem) {
  /*
   .pr-two-images__col {
   width: calc(50% - 45px);
   float: left;
   margin-left: 30px;
   margin-left: calc(0% - 30px + 60px);
   }
   */
}
.pr-slideshow__col {
  /*
   width: calc(100% - 40px);
   float: left;
   margin-left: 20px;
   margin-left: calc(0% - 20px + 40px);
   */
  /* == sm == */
  /* == md == */
  /* == debug? == */
}
@media only screen and (min-width: 39rem) {
  .pr-slideshow__col {
    /*
     width: calc(83.33333% - 44px);
     float: left;
     margin-left: 24px;
     margin-left: calc(8.33333% - 26px + 48px);
     */
  }
}
@media only screen and (min-width: 62rem) {
  .pr-slideshow__col {
    /*
     width: calc(83.33333% - 55px);
     float: left;
     margin-left: 30px;
     margin-left: calc(8.33333% - 32.5px + 60px);
     */
  }
}
.pr-video__col {
  /*
   width: 100%;
   float: left;
   margin-left: 20px;
   margin-left: calc(0% - 20px + 40px);
   */
  /* == sm == */
  /* == md == */
  /* == debug? == */
}
@media only screen and (min-width: 39rem) {
  .pr-video__col {
    /*
     width: calc(100% - 48px);
     float: left;
     margin-left: 24px;
     margin-left: calc(0% - 24px + 48px);
     */
  }
}
@media only screen and (min-width: 62rem) {
  .pr-video__col {
    /*
     width: calc(83.33333% - 55px);
     float: left;
     margin-left: 30px;
     margin-left: calc(8.33333% - 32.5px + 60px);
     */
  }
}
.pr-moodboard {
  /* Nothing so see here */
}
.pr-testimonial__quote-by {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 1.25rem + 2.5rem);
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1.8em;
}
@media only screen and (min-width: 39rem) {
  .pr-testimonial__quote-by {
    width: calc(83.33333% - 2.75rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(8.33333% - 1.625rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pr-testimonial__quote-by {
    width: calc(25% - 2.34375rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(8.33333% - 2.03125rem + 3.75rem);
  }
}
.pr-testimonial__quote-by p {
  margin: 0;
}
.pr-testimonial__quote-by p:nth-of-type(2) {
  color: rgba(0, 0, 0, 0.54);
}
body.bg-dark .pr-testimonial__quote-by p:nth-of-type(2) {
  color: rgba(255, 255, 255, 0.54);
}
.pr-testimonial__quote {
  width: calc(100% - 2.5rem);
  float: left;
  margin-left: 1.25rem;
  margin-left: calc(0% - 1.25rem + 2.5rem);
}
@media only screen and (min-width: 39rem) {
  .pr-testimonial__quote {
    width: calc(83.33333% - 2.75rem);
    float: left;
    margin-left: 1.5rem;
    margin-left: calc(8.33333% - 1.625rem + 3rem);
  }
}
@media only screen and (min-width: 62rem) {
  .pr-testimonial__quote {
    width: calc(58.33333% - 2.96875rem);
    float: left;
    margin-left: 1.875rem;
    margin-left: calc(0% - 1.875rem + 3.75rem);
  }
}
.pr-testimonial__quote p {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin: 0;
}
@media screen and (min-width: 75rem) {
  .pr-testimonial__quote p {
    font-size: 1.75rem;
  }
}
.pr-testimonial__quote p + p {
  margin-top: 0.65rem;
}
.pr-testimonial__quote cite {
  font-style: normal;
}
.pr-headline {
  text-align: center;
}
.pr-headline__headline {
  margin: 0 auto;
  max-width: 37.5rem;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media screen and (min-width: 39rem) {
  .pr-headline__headline {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 62rem) {
  .pr-headline__headline {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-headline__headline {
    font-size: 3rem;
  }
}
.pr-artboards {
  background-color: currentColor;
  /* fallback */
}
.pr-artboards__slider {
  cursor: move;
}
.pr-artboards .slide {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  outline: 0;
  margin: 0 20px;
}
@media screen and (min-width: 39rem) {
  .pr-artboards .slide {
    padding-top: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-artboards .slide {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 39rem) {
  .pr-artboards .slide {
    padding-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-artboards .slide {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 62rem) {
  .pr-artboards .slide {
    margin: 0px 3.75rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-artboards .slide {
    margin: 0px 5rem;
  }
}
@media screen and (min-width: 118rem) {
  .pr-artboards .slide {
    margin: 0px 2.5rem;
  }
}
.pr-artboards .picture__placeholder {
  box-shadow: 0 0.125rem 4.375rem 0 rgba(0, 0, 0, 0.25);
}
.pr-credits {
  text-align: center;
  padding-top: 1.75rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 75rem) {
  .pr-credits {
    padding-top: 1.875rem;
  }
}
@media screen and (min-width: 39rem) {
  .pr-credits {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-credits {
    margin-bottom: 3.75rem;
  }
}
.pr-credits h4 {
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  color: rgba(0, 0, 0, 0.54);
}
body.bg-dark .pr-credits h4 {
  color: rgba(255, 255, 255, 0.54);
}
.pr-credits ul {
  margin-top: 1.75rem;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
@media screen and (min-width: 75rem) {
  .pr-credits ul {
    margin-top: 1.875rem;
  }
}
.pr-credits ul li {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}
@media screen and (min-width: 75rem) {
  .pr-credits ul li {
    font-size: 1.125rem;
  }
}
.pr-credits ul li + li {
  margin-top: 0.4rem;
}
.pr-credits ul a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: opacity 0.1s linear;
}
.pr-credits ul a:hover {
  opacity: 0.5;
}
.pr-credits ul strong {
  text-transform: uppercase;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 0.9rem;
  display: inline-block;
  margin-right: 0.34rem;
}
.pr-link {
  text-align: center;
  padding-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .pr-link {
    padding-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .pr-link {
    padding-bottom: 5rem;
  }
}
.project-module[data-spacing="static-xs"] {
  margin-bottom: 1rem;
}
@media screen and (min-width: 75rem) {
  .project-module[data-spacing="static-xs"] {
    margin-bottom: 1.25rem;
  }
}
.project-module[data-spacing="static-sm"] {
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 75rem) {
  .project-module[data-spacing="static-sm"] {
    margin-bottom: 1.875rem;
  }
}
.project-module[data-spacing="static-md"] {
  margin-bottom: 1rem;
}
@media screen and (min-width: 28rem) {
  .project-module[data-spacing="static-md"] {
    margin-bottom: 2rem;
  }
}

.pr-single-image img,
.pr-single-image video {
  width: 100%;
  height: auto;
}
.pr-single-image .picture {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 39rem) {
  .project-module[data-spacing="static-md"] {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 75rem) {
  .project-module[data-spacing="static-md"] {
    margin-bottom: 1.875rem;
  }
}
.project-module[data-spacing="static-lg"] {
  margin-bottom: 3.25rem;
}
@media screen and (min-width: 39rem) {
  .project-module[data-spacing="static-lg"] {
    margin-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .project-module[data-spacing="static-lg"] {
    margin-bottom: 5rem;
  }
}
.project-module[data-spacing="static-xl"] {
  margin-bottom: 4.25rem;
}
@media screen and (min-width: 39rem) {
  .project-module[data-spacing="static-xl"] {
    margin-bottom: 5.625rem;
  }
}
@media screen and (min-width: 75rem) {
  .project-module[data-spacing="static-xl"] {
    margin-bottom: 7.5rem;
  }
}
.project-module[data-spacing="static-gutter"] {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 39rem) {
  .project-module[data-spacing="static-gutter"] {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 62rem) {
  .project-module[data-spacing="static-gutter"] {
    margin-bottom: 1.875rem;
  }
}
.project-module[data-spacing="contextual"]
  + .project-module[data-spacing^="static"] {
  margin-top: 4.25rem;
}
@media screen and (min-width: 39rem) {
  .project-module[data-spacing="contextual"]
    + .project-module[data-spacing^="static"] {
    margin-top: 5.625rem;
  }
}
@media screen and (min-width: 75rem) {
  .project-module[data-spacing="contextual"]
    + .project-module[data-spacing^="static"] {
    margin-top: 7.5rem;
  }
}
/* .mc4wp-form-fields {
  display: flex;
  flex-direction: row;
  text-align: center;
  max-width: 400px;
  margin: auto;
} */
.city-break {
  display: none;
}
footer h5.instagram {
  margin-top: 2rem;
}
.pa-list__client_list {
  -moz-column-count: 3;
  -moz-column-gap: 1.25rem;
  -webkit-column-count: 3;
  -webkit-column-gap: 1.25rem;
  column-count: 3;
  column-gap: 1.25rem;
  max-width: 56.25rem;
  margin: auto;
  margin-bottom: 2rem;
}
.pa-list__client_list .client {
  font-size: 1.125rem;
  font-weight: normal;
  color: black;
  margin-bottom: 1rem;
}
.pa-list__client_list .client a:hover {
  font-weight: bold;
}
.pa-lead-in__col p {
  font-size: 1.875rem;
  margin-top: 0;
  letter-spacing: 0;
  font-weight: 400;
}
.pa-headline--large + .pa-lead-in {
  margin-top: -2.5rem;
}
.location-grid {
  display: flex;
  flex-direction: row;
  flex: 1;
  font-size: 0.875rem;
  margin-bottom: 2rem;
}
.location-grid-item {
  display: block;
  flex-direction: column;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.location-grid-item__content,
.location-grid-item__meta {
  display: block;
  width: 100%;
}
.location-grid h2 {
  text-transform: uppercase;
}
.pr-single-image {
  margin-bottom: 3.75rem;
}

.work-grid {
  overflow: hidden;
  line-height: 0;
}
.work-grid .item {
  float: left;
  position: relative;
}
.work-grid .item .project-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  padding: 1.25rem;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  overflow-y: auto;
  overflow-x: hidden;
}
.project-hover::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.project-hover::-webkit-scrollbar {
  width: 4px;
  background-color: #757575;
}

.work-grid .item .project-hover p,
.work-grid .item .project-hover h3,
.work-grid .item .project-hover a {
  transform: translateY(-0.625rem);
  transition: all 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.work-grid .item:hover .project-hover p,
.work-grid .item:hover .project-hover h3,
.work-grid .item:hover .project-hover a {
  transform: translateY(0);
}
.work-grid .item .project-hover p {
  font-size: 0.875rem;
  line-height: 1.3;
}
.work-grid .item .project-hover h3 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.work-grid .item .project-hover a,
.work-grid .item .project-hover a:hover,
.work-grid .item .project-hover a:focus,
.work-grid .item .project-hover a:active {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.work-grid .item .project-hover:hover {
  opacity: 1;
}
.work-grid .item img {
  max-width: 100%;
}
.work-grid .one-item,
.work-grid .two-item,
.work-grid .three-item {
  overflow: hidden;
}
.work-grid .one-item {
  margin-bottom: 3.1875rem;
}
.work-grid .two-item.even .item {
  width: 47.85%;
}
.work-grid .two-item.even .item:first-child {
  margin-right: 4.3%;
}
.work-grid .two-item.left .item {
  width: 30.4%;
}
.work-grid .two-item.left .item:first-child {
  width: 65.2%;
  margin-right: 4.3%;
}
.work-grid .two-item.right .item {
  width: 30.4%;
  margin-right: 4.3%;
}
.work-grid .two-item.right .item:last-child {
  width: 65.3%;
  margin-right: 0;
}
.work-grid .three-item.even .item {
  width: 30.4%;
  margin-right: 4.3%;
}
.work-grid .three-item.even .item:last-child {
  margin-right: 0%;
}
.work-grid .three-item.left .stacked-item {
  width: 30.4%;
  float: right;
}
.work-grid .three-item.left .stacked-item .item {
  width: 100%;
  float: none;
}
.work-grid .three-item.left .stacked-item .item:first-child {
  margin-bottom: 3.1875rem;
}
.work-grid .three-item.left .item {
  width: 65.2%;
  margin-right: 4.3%;
}
.work-grid .three-item.right .stacked-item {
  width: 30.4%;
  margin-right: 4.3%;
  float: left;
}
.work-grid .three-item.right .stacked-item .item {
  width: 100%;
  float: none;
}
.work-grid .three-item.right .stacked-item .item:first-child {
  margin-bottom: 3.1875rem;
}
.work-grid .three-item.right .item {
  width: 65.2%;
  float: right;
  margin-right: 0;
}
@media (max-width: 47.9375rem) {
  .work-grid .stacked-item,
  .work-grid .item {
    width: 100% !important;
    float: none;
  }
}
.side-label-container {
  float: none;
  clear: both;
  margin-bottom: 2rem;
  overflow: auto;
}
.side-label-container.clients-list .side-label-content .column {
  column-count: 3;
}
.side-label-container.clients-list .side-label-content .column p {
  text-align: left;
}
@media (max-width: 47.9375rem) {
  .side-label-container.clients-list .side-label-content .column {
    column-count: 2;
  }
}
@media (max-width: 33.75rem) {
  .side-label-container.clients-list .side-label-content .column {
    column-count: 1;
  }
}
.side-label-container p:first-child,
.side-label-container h2:first-child,
.side-label-container h3:first-child {
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 47.9375rem) {
  .side-label-container
    .side-label-content
    .column:not(:last-child)
    p:last-child {
    margin-bottom: 2rem;
  }
}
.side-label-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 47.9375rem) {
  .side-label-container {
    margin-bottom: 4rem;
  }
}
.side-label-container .side-label {
  width: 25%;
  padding-right: 1.875rem;
  float: left;
  box-sizing: border-box;
  text-transform: uppercase;
}
.side-label-container .side-label p {
  text-align: left;
  line-height: 1.6875rem;
  padding-top: 0.125rem !important;
  margin-bottom: 2rem;
}
.side-label-container .side-label-content {
  width: 75%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.side-label-container .side-label-content .column {
  padding-right: 0.9375rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 9.375rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media (max-width: 47.9375rem) {
  .side-label-container .side-label-content .column {
    margin-bottom: 0;
  }
}
.side-label-container .side-label-content img {
  max-width: 100%;
  height: auto;
}
.side-label-container p {
  flex-direction: column;
  line-height: 1.6875;
  width: 100%;
  margin-bottom: 2rem;
  text-align: left;
}
.side-label-container p a {
  text-decoration: underline;
}
@media (max-width: 47.9375rem) {
  .side-label-container .side-label {
    width: 40%;
  }
  .side-label-container .side-label-content {
    width: 60%;
  }
  .side-label-container .side-label-content .column {
    flex-basis: 100%;
    padding-right: 0;
  }
  .side-label-container .side-label-content .column p {
    text-align: left;
  }
  .side-label-container .side-label-content h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 26.875rem) {
  .side-label-container.mobile-center p {
    text-align: center !important;
  }
  .side-label-container .side-label,
  .side-label-container .side-label-content {
    width: 100%;
  }
  .side-label-container .side-label {
    margin-bottom: 1rem;
    padding-right: 0;
  }
}

.frontpage-messages {
  position: relative;
  max-width: 70ch;
  margin-bottom: 2rem;
}
/* @media screen and (min-width: 39rem) {
  .frontpage-messages {
    font-size: 2rem;
  }
} */
.frontpage-messages__item {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease-out,
    visibility 0.6s ease-out;
}
.frontpage-messages__item.is-active {
  opacity: 1;
  visibility: visible;
  transition-duration: 1.6s;
  transition-delay: 0.4s;
}
.frontpage-messages__item:not(.frontpage-messages__item--longest) {
  position: absolute;
  top: 0;
  left: 0;
}

.project-explore {
  margin-top: 5rem;
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 3rem;
}
.project-explore__title {
  /* font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.23;
  letter-spacing: 0.02em; */
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;

  margin-bottom: 1.5rem;
}
/* .project-explore__grid {
  grid-template-columns: repeat(2, 1fr);
} */
@media screen and (min-width: 48rem) {
  .project-explore__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.o-format-headline {
  /* font-weight: 400;
  font-size: 2.875rem;
  line-height: 1.2; */
  font-family: "Playfair Display", serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
}
.o-format-title {
  /* font-weight: 500;
  font-size: 1.875rem;
  line-height: 1.2; */
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}
.o-format-lead {
  /* font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.325; */
  font-size: 0.875rem;
}

.pa-hr {
  border: none;
  border-top: 1px solid hsl(0, 0%, 90%);
  margin: 0;
}

/* .pa-rows__title {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: 0.02em;
} */
.pa-rows__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;

  padding-top: 1rem;
  padding-bottom: 3rem;
}
.pa-rows__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.pa-rows__item-title {
  /* font-weight: 400;
  font-size: 2rem;
  line-height: 1.125;

  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.2272727273;
  letter-spacing: 0.02em; */

  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
}
@media screen and (max-width: 47.999rem) {
  .pa-rows__item-title br {
    display: none;
  }
}

.pa-rows__item-text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 48rem) {
  .pa-rows__item {
    grid-template-columns: 1fr 4fr;
  }
  /* .pa-rows__item-title {
    grid-column: span 1;
  }
  .pa-rows__item-text {
    grid-column: span 2;
  } */
}

.o-wysiwyg * {
  margin: 0;
  padding: 0;
}
.o-wysiwyg *:not([class]) {
  font-size: 0.875rem;
  /* line-height: 1.5; */
  font-weight: 400;
}
.o-wysiwyg *:where(h1, h2, h3, h4, h5, h6):not([class]) {
  /* font-weight: 500;
  font-size: 1.125rem; */
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}
.o-wysiwyg *:where(ol, ul) {
  list-style: none;
}
.o-wysiwyg b:not([class]),
.o-wysiwyg strong:not([class]) {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.1;
}
.o-wysiwyg > * + * {
  margin-top: 1rem;
}
.o-wysiwyg > *:where(h1, h2, h3, h4, h5, h6) + p {
  margin-top: 1.5rem;
}
.o-wysiwyg a {
  /* transition: color 0.2s ease-in-out;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5px; */

  /* text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2; */

  text-decoration: underline;
  /* text-decoration-thickness: 1px;
  text-underline-offset: 0.5em; */
}
.o-wysiwyg a:hover {
  /* color: hsl(0, 0%, 60%); */
  opacity: 0.5;
}

.menu--footer {
  margin: 0;
  padding: 0;
}

.menu--social .menu-item a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.menu--social svg {
  width: 0.75rem;
  height: 0.75rem;
}

.menu--social-horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 3rem;
  row-gap: 1rem;

  color: hsl(0, 0%, 60%);
}
.menu--social-horizontal a:hover {
  color: black;
}

body:not(.page-template-page_contact):not(.page-template-page_imprint)
  #site
  #page
  > [class*="pa-"]:not(.o-accordion):not(.pa-logos)
  + [class*="pa-"] {
  margin-top: 6rem;
}
body:not(.page-template-page_contact):not(.page-template-page_imprint)
  #site
  #page
  > [class*="pa-"]
  + .footer {
  margin-top: 10rem;
}
body.page-template-page_imprint
  #site
  #page
  > [class*="pa-"]:not(.o-accordion)
  + [class*="pa-"],
body.page-template-page_contact
  #site
  #page
  > [class*="pa-"]:not(.o-accordion)
  + [class*="pa-"] {
  margin-top: 3rem;
}
body
  #site
  #page
  > .pa-hr.pa-hr.pa-hr
  + [class*="pa-"][class*="pa-"][class*="pa-"] {
  margin-top: 0;
}

.o-accordion {
  border-bottom: 1px solid hsl(0, 0%, 90%);
}
*:not(.o-accordion) + .o-accordion {
  border-top: 1px solid hsl(0, 0%, 90%);
}

.o-accordion + *:not(.o-accordion) {
  margin-top: 10rem;
}

.o-accordion__toggle {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;

  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;

  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  text-align: left;
  color: inherit;

  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.o-accordion__toggle:hover {
  opacity: 0.3;
}
@media screen and (max-width: 47.999rem) {
  .o-accordion__toggle::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
  }
  /* .o-accordion__toggle[aria-expanded="false"] {} */
  .o-accordion__toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }
}

.o-accordion__wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-in-out;
}
.o-accordion__toggle[aria-expanded="true"] + .o-accordion__wrapper {
  grid-template-rows: 1fr;
}
.o-accordion__content {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.o-accordion__toggle[aria-expanded="true"]
  + .o-accordion__wrapper
  .o-accordion__content {
  opacity: 1;
}

.frontpage-intro {
  /* min-height: 100lvh; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.frontpage-intro > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 100lvh;
}
.frontpage-intro > div + div {
  margin-top: -25lvh;
}
/* .frontpage-intro > div:first-child {
  min-height: 100lvh;
}
.frontpage-intro > div:last-child {
  padding-bottom: 10rem;
} */

.frontpage-intro * {
  margin: 0;
}
.frontpage-intro svg {
  width: 75vw;
  aspect-ratio: 253 / 27;
}
.frontpage-intro p {
  font-family: "Playfair Display", serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
  max-width: 25ch;
}

.frontpage-studio {
  margin-top: 4rem;
  border-top: 1px solid hsl(0, 0%, 90%);
  padding-top: 3rem;
  padding-bottom: 4rem;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}
.frontpage-studio > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* max-width: 50%; */
}
.frontpage-studio > div:first-child {
  padding-right: 2rem;
}
.frontpage-studio > div * {
  margin: 0;
}

.frontpage-studio__label {
  text-transform: uppercase;
  color: hsl(0, 0%, 40%);
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;
}
.frontpage-studio .frontpage-studio__heading {
  font-family: "Playfair Display", serif;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.frontpage-studio__body {
  font-size: 0.875rem;
}
.frontpage-studio .frontpage-studio__cta {
  text-transform: uppercase;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 1.2;

  margin-top: 1rem;

  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
}
.frontpage-studio .frontpage-studio__cta:hover {
  opacity: 0.5;
}
.frontpage-studio .frontpage-studio__press-list {
  margin-top: 0.5rem;
}

.press-list {
  columns: 8rem;
  gap: 1.5rem;
}
.press-list__item {
  break-inside: avoid;
  border-top: solid 1px hsl(0, 0%, 90%);
  padding-top: 0.5rem;
  padding-bottom: 1rem;

  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-style: italic;
  color: hsl(0, 0%, 40%);
}
.press-list__item a:hover {
  opacity: 0.5;
}
