.four-oh-four {
  padding-top: var(--header-height);
  min-height: 50vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
:root {
  --text-color: #000;
  --bg: #e5e5e5;
  --white: #fff;
  --black: #000;
  --hot-red: #f0533f;
  --hot-orange: #fbb477;
  --hot-pink: #ffbfeb;
  --hot-yellow: #f7e86e;
  --hot-green: #a3eda6;
  --cold-green: #007366;
  --hot-grey: #dfe1df;
  --cold-teal: #00a89e;
  --hot-blue: #a1c7fa;
  --cold-blue: #4677bc;
  --column: calc((1440px - 60px) / 12);
}
@media (min-width: 1440px) {
  :root {
    --column: calc((100vw - 60px) / 12);
  }
}
@font-face {
  font-family: "Labil Grotesk";
  src: url(../fonts/c6ea6231fd52eb269ff4ff02579dd67e.woff2) format("woff2"),
    url(../fonts/a88bf12293bfe41ef52739298716b83d.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Labil Grotesk";
  src: url(../fonts/0c8a1aff1b025e4f1a6201b03ac52654.woff2) format("woff2"),
    url(../fonts/793fd24bebd3d11d4ab6f9af39f41c7e.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Labil Grotesk";
  src: url(../fonts/4321bb016eb6b0c46fa7f2f68be422ab.woff2) format("woff2"),
    url(../fonts/943a6aa6861145c0028356a2a6758160.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 0) {
  :root {
    --max-width: 100%;
  }
}
@media (min-width: 767px) {
  :root {
    --max-width: 100%;
  }
}
@media (min-width: 1079px) {
  :root {
    --max-width: 100%;
  }
}
@media (min-width: 1300px) {
  :root {
    --max-width: 1140px;
  }
}
.container {
  width: 100%;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 146px;
  padding-left: 146px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: var(--max-width);
  }
}
@media (max-width: 1079px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: none;
  }
}
.xl-heading {
  font-size: 8.4722222222vw;
  line-height: 7.0833333333vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
}
@media (max-width: 1440px) {
  .xl-heading {
    font-size: 122px;
    line-height: 102px;
  }
}
@media (max-width: 1079px) {
  .xl-heading {
    font-size: 75px;
    line-height: 0.9066666667;
  }
}
@media (max-width: 767px) {
  .xl-heading {
    font-size: 52px;
    line-height: 0.8846153846;
  }
}
.lg-heading {
  font-size: 4.8611111111vw;
  line-height: 4.3055555556vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
}
@media (max-width: 1440px) {
  .lg-heading {
    font-size: 70px;
    line-height: 62px;
  }
}
@media (max-width: 1300px) {
  .lg-heading {
    font-size: 60px;
    line-height: 57px;
  }
}
@media (max-width: 1079px) {
  .lg-heading {
    font-size: 50px;
    line-height: 0.92;
  }
}
@media (max-width: 767px) {
  .lg-heading {
    font-size: 32px;
    line-height: 0.875;
  }
}
.sm-heading {
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
}
@media (max-width: 1440px) {
  .sm-heading {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1079px) {
  .sm-heading {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .sm-heading {
    font-size: 20px;
    line-height: 0.9;
  }
}
.xs-heading {
  font-size: 1.1111111111vw;
  line-height: 1.3888888889vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
}
@media (max-width: 1440px) {
  .xs-heading {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1079px) {
  .xs-heading {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 767px) {
  .xs-heading {
    font-size: 12px;
    line-height: 1.25;
  }
}
.lg-body-text {
  font-size: 2.5vw;
  line-height: 2.9166666667vw;
  font-family: "Labil Grotesk";
}
@media (max-width: 1079px) {
  .lg-body-text {
    font-size: 32px;
    line-height: 1.1875;
  }
}
@media (max-width: 767px) {
  .lg-body-text {
    font-size: 22px;
    line-height: 1.0909090909;
  }
}
.body-text,
body {
  font-size: 1.1805555556vw;
  line-height: 1.6666666667vw;
  font-weight: 300;
}
@media (max-width: 1440px) {
  .body-text,
  body {
    font-size: 17px;
    line-height: 1.4117647059;
  }
}
@media (max-width: 767px) {
  .body-text,
  body {
    font-size: 16px;
    line-height: 1.375;
  }
}
.rich-text {
  font-size: 16px;
}
.rich-text p {
  margin-top: 0;
  margin-bottom: 1em;
}
body.tinymce-body {
  font-size: 16px;
}
body.tinymce-body p {
  margin-top: 0;
  margin-bottom: 1em;
}
body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
button {
  outline: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
body[data-theme="black"] #header svg.logo path {
  fill: var(--black);
}
body[data-theme="black"] #header .menu-toggle {
  color: var(--black);
  border: 1px solid var(--black);
}
body[data-theme="black"] #header .menu-toggle:not(.active):hover {
  background: var(--black);
}
body[data-theme="black"] #header .menu-toggle:not(.active):hover span {
  color: var(--white);
}
body[data-theme="black"] #page-header .page-title {
  color: var(--black);
}
body[data-theme="black"] #page-header #page-header-back-button {
  color: var(--black);
}
body[data-theme="white"] .wysiwyg-block {
  color: #fff;
}
.hot-o {
  font-feature-settings: "ss01";
}
body.process-style {
  overflow: hidden;
}
@media (max-width: 1079px) {
  body.process-style {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
body.process-style #header svg.logo path {
  fill: var(--slide-text-color);
}
body.process-style #header .menu-toggle {
  color: var(--slide-text-color);
  border: 1px solid var(--slide-text-color);
}
body.process-style #header .menu-toggle:not(.active):hover {
  background: var(--slide-text-color);
}
body.process-style #header .menu-toggle:not(.active):hover span {
  color: var(--black);
}
body.process-style #page-header .page-title {
  color: var(--slide-text-color);
}
body.process-style #page-header #page-header-back-button {
  color: var(--slide-text-color);
}
.back-button {
  font-size: 1.1111111111vw;
}
@media (max-width: 1440px) {
  .back-button {
    font-size: 16px;
  }
}
@media (max-width: 1079px) {
  .back-button {
    font-size: 12px;
  }
}
.load-cover {
  background-color: #000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
}
.load-cover.is-loading {
  pointer-events: all;
  opacity: 1;
}
.text-line {
  overflow: hidden;
}
.text-line .line-container {
  display: inline-block;
}
[data-animate-lines] {
  visibility: hidden;
}
[data-animate-lines].visible {
  visibility: visible;
}
.event-and-press-cursor {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
.event-and-press-cursor:after {
  content: "↗";
}
@media (max-width: 1079px) {
  .event-and-press-cursor {
    display: none;
  }
}
.team-cursor {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999;
  pointer-events: none;
  text-transform: uppercase;
  opacity: 0;
  line-height: 1;
  font-weight: 700;
  visibility: hidden;
  max-width: 11.1111111111vw;
  transition: opacity 0.4s ease;
}
@media (max-width: 1440px) {
  .team-cursor {
    max-width: 170px;
  }
}
@media (max-width: 1079px) {
  .team-cursor {
    display: none;
  }
}
li.draft {
  display: none;
}
html {
  background-color: var(--bg);
  font-family: "Labil Grotesk";
  color: var(--text-color);
  font-weight: bold;
  font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
[data-widget="main"] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--page-colour);
  transition: background 0.3s ease;
}
img {
  max-width: 100%;
}
body[data-theme="white"] .about-introduction {
  color: var(--white);
}
.about-introduction {
  min-height: 100vh;
  position: relative;
}
@media (max-width: 1079px) {
  .about-introduction {
    padding-top: var(--header-height);
  }
}
@media (min-width: 1079px) {
  .about-introduction {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.about-introduction.white-theme
  .about-introduction-content
  .container
  .nav-item {
  color: rgba(255, 255, 255, 0.1);
}
.about-introduction.white-theme
  .about-introduction-content
  .container
  .nav-item:hover {
  color: var(--white);
}
.about-introduction.hovered .main-intro {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.4s;
  transition-duration: 0s;
}
@media (max-width: 1079px) {
  .about-introduction.hovered .main-intro {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
@media (max-width: 1079px) {
  .about-introduction.hovered.white-theme
    .about-introduction-content
    .container
    .nav-item.pressed {
    color: var(--white);
  }
  .about-introduction.hovered .about-introduction-content .column-left {
    padding-right: 0;
  }
  .about-introduction.hovered
    .about-introduction-content
    .container
    .nav-item.pressed {
    color: var(--black);
  }
  .about-introduction.hovered .about-introduction-content .hover-content {
    position: relative;
  }
  .about-introduction.hovered
    .about-introduction-content
    .hover-content
    .nav-item-content {
    padding: 0;
  }
  .about-introduction.hovered
    .about-introduction-content
    .hover-content
    .nav-item-content.visible {
    position: relative;
  }
}
.about-introduction .main-intro {
  transition: all 0.6s ease;
}
@media (max-width: 1079px) {
  .about-introduction .about-introduction-content {
    margin-top: 0;
  }
}
.about-introduction .about-introduction-content .container {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1079px) {
  .about-introduction .about-introduction-content .container {
    flex-direction: column-reverse;
  }
}
.about-introduction .about-introduction-content .container .col {
  width: 50%;
}
@media (max-width: 1079px) {
  .about-introduction .about-introduction-content .container .col {
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-introduction .about-introduction-content .container .col.column-left {
  position: relative;
  padding-right: 9.5138888889vw;
}
@media (max-width: 1440px) {
  .about-introduction .about-introduction-content .container .col.column-left {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .about-introduction .about-introduction-content .container .col.column-left {
    padding-right: 0;
  }
}
.about-introduction .about-introduction-content .container .headline {
  margin-top: 0;
}
.about-introduction .about-introduction-content .container .nav-item {
  color: rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  letter-spacing: -2px;
  font-weight: 700;
  font-family: "Labil Grotesk";
  transition: color 0.3s ease;
  font-size: 122px;
  line-height: 1;
  font-size: 7.6388888889vw;
}
@media (max-width: 1440px) {
  .about-introduction .about-introduction-content .container .nav-item {
    font-size: 100px;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 1079px) {
  .about-introduction .about-introduction-content .container .nav-item {
    font-size: 90px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .about-introduction .about-introduction-content .container .nav-item {
    font-size: 52px;
    line-height: 0.8846153846;
  }
}
.about-introduction .about-introduction-content .container .nav-item:hover,
.about-introduction .about-introduction-content .container .nav-item:focus {
  color: var(--black);
}
@media (max-width: 1079px) {
  .about-introduction
    .about-introduction-content
    .container
    .nav-item.pressed:after {
    content: " ↗";
  }
}
.about-introduction .about-introduction-content .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 1079px) {
  .about-introduction .about-introduction-content .hover-content {
    max-height: calc(100vh - 200px);
  }
}
@media (max-width: 1079px) {
  .about-introduction .about-introduction-content .hover-content {
    display: none;
  }
}
.about-introduction
  .about-introduction-content
  .hover-content
  .nav-item-content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  padding-right: 6.9444444444vw;
  width: 100%;
}
.about-introduction
  .about-introduction-content
  .hover-content
  .nav-item-content.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease 0.4s, visibility 0.6s ease 0.4s;
}
@media (max-width: 1079px) {
  .about-introduction
    .about-introduction-content
    .hover-content
    .nav-item-content.visible {
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
}
.about-introduction
  .about-introduction-content
  .hover-content
  .nav-item-content
  .tagline {
  display: inline-block;
  margin-bottom: 30px;
  min-height: 60px;
}
.about-introduction
  .about-introduction-content
  .hover-content
  .nav-item-content
  .image-container {
  width: 100%;
  padding-bottom: 56.75%;
  position: relative;
}
.about-introduction
  .about-introduction-content
  .hover-content
  .nav-item-content
  .hover-image {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1079px) {
  .about-introduction
    .about-introduction-content
    .hover-content
    .nav-item-content
    .hover-image {
    max-height: 600px;
  }
}
.bottom-navigation {
  position: relative;
  color: var(--white);
}
@media (min-width: 1079px) {
  .bottom-navigation.peek {
    margin-top: -120px;
  }
}
.bottom-navigation a {
  color: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}
.bottom-navigation a:hover {
  color: var(--hover-colour);
}
.bottom-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bottom-navigation .curve {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
}
.bottom-navigation .curve .container {
  max-width: none;
  padding-left: 10vw;
}
@media (max-width: 767px) {
  .bottom-navigation .curve .container {
    padding-left: 15px;
    max-width: var(--max-width);
  }
}
.bottom-navigation .curve svg {
  position: relative;
  overflow: visible;
}
.bottom-navigation .curve .title-wrapper {
  position: absolute;
  z-index: 3;
  top: 65px;
  width: 100%;
}
.bottom-navigation .links-wrapper {
  position: relative;
  background: var(--black);
  z-index: 3;
  padding-bottom: 60px;
  margin-top: -2px;
  margin-bottom: -2px;
}
@media (max-width: 1079px) {
  .bottom-navigation .links-wrapper {
    padding-bottom: 0;
  }
}
.bottom-navigation .links-wrapper .nav-link-single-container {
  text-transform: uppercase;
  position: relative;
  top: -60px;
}
@media (max-width: 1079px) {
  .bottom-navigation .links-wrapper .nav-link-single-container {
    top: 0;
    padding-top: 30px;
  }
}
.bottom-navigation .links-wrapper .nav-link-single-container .nav-link-label {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  .bottom-navigation .links-wrapper .nav-link-single-container .nav-link-label {
    margin-bottom: 10px;
  }
}
.bottom-navigation .links-wrapper .nav-link-single-container a {
  text-decoration: none;
}
@media (min-width: 767px) {
  .bottom-navigation .links-wrapper .nav-link-single-container a:hover {
    padding-left: 30px;
  }
}
.bottom-navigation .links-wrapper .nav-link-multiple-container {
  position: relative;
  top: -60px;
}
@media (max-width: 1079px) {
  .bottom-navigation .links-wrapper .nav-link-multiple-container {
    top: 0;
    padding-top: 20px;
  }
}
.bottom-navigation .links-wrapper .nav-link-multiple-container a {
  font-size: 8.4722222222vw;
  line-height: 7.0833333333vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
}
@media (max-width: 1440px) {
  .bottom-navigation .links-wrapper .nav-link-multiple-container a {
    font-size: 122px;
    line-height: 102px;
  }
}
@media (max-width: 1079px) {
  .bottom-navigation .links-wrapper .nav-link-multiple-container a {
    font-size: 75px;
    line-height: 0.9066666667;
  }
}
@media (max-width: 767px) {
  .bottom-navigation .links-wrapper .nav-link-multiple-container a {
    font-size: 52px;
    line-height: 0.8846153846;
  }
}
@media (max-width: 1079px) {
  .bottom-navigation .links-wrapper .nav-link-multiple-container a {
    padding: 4px 0;
  }
}
.contact-block {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  padding-bottom: 100px;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1440px) {
  .contact-block {
    min-height: 65vh;
  }
}
.contact-block .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1079px) {
  .contact-block .container {
    display: block;
  }
}
.contact-block .container .col {
  flex: 1;
}
.contact-block .container .col.left .heading-container {
  padding-right: 6.9444444444vw;
}
@media (max-width: 1440px) {
  .contact-block .container .col.left .heading-container {
    padding-right: 70px;
  }
}
@media (max-width: 1079px) {
  .contact-block .container .col.left .heading-container {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 48px;
  }
}
.contact-block .container .col.left .heading-container h2 {
  text-transform: uppercase;
}
@media (max-width: 1079px) {
  .contact-block .container .col.left .heading-container h2 {
    padding-right: 16px;
  }
}
.contact-block .office-locations {
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  .contact-block .office-locations {
    display: flex;
  }
}
.contact-block .office-locations .office-location {
  display: flex;
  flex-direction: row;
  margin-bottom: 4.4444444444vh;
}
@media (max-width: 1440px) {
  .contact-block .office-locations .office-location {
    margin-bottom: 40px;
  }
}
@media (max-width: 1079px) {
  .contact-block .office-locations .office-location {
    width: 100%;
    display: block;
    margin-bottom: 100px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .contact-block .office-locations .office-location {
    position: initial;
  }
}
@media (max-width: 767px) {
  .contact-block .office-locations .office-location:last-child {
    text-align: right;
  }
}
.contact-block .office-locations .office-location.active .location-name {
  color: var(--black);
}
.contact-block .office-locations .office-location.active .location-details {
  opacity: 1;
  visibility: visible;
}
.contact-block
  .office-locations
  .office-location:not(.active)
  .location-name:hover {
  color: rgba(0, 0, 0, 0.3);
}
.contact-block .office-locations .office-location .location-name {
  font-size: 8.3333333333vw;
  line-height: 10.2222222222vh;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 1079px) {
  .contact-block .office-locations .office-location .location-name {
    font-size: 60px;
  }
}
.contact-block .office-locations .office-location .location-details {
  opacity: 0;
  visibility: hidden;
  padding: 4px 0;
  font-weight: 500;
  transition: all 0.4s ease;
  text-align: left;
}
@media (max-width: 1079px) {
  .contact-block .office-locations .office-location .location-details {
    position: absolute;
    left: 0;
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .contact-block .office-locations .office-location .location-details {
    left: calc(15px + 1.5%);
  }
}
.contact-block .office-locations .office-location .location-details span {
  display: block;
}
.contact-block .emails-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1079px) {
  .contact-block .emails-container {
    flex-direction: column;
  }
}
.contact-block .emails-container .get-in-touch {
  flex: 1;
}
@media (max-width: 1079px) {
  .contact-block .emails-container .get-in-touch {
    margin-bottom: 24px;
  }
}
.contact-block .emails-container .work-with-us {
  flex: 1;
}
.contact-block .emails-container__heading {
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.contact-block .emails-container a {
  color: var(--black);
  font-weight: 500;
}
.mobile-indicator {
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  transform: translateY(-100%);
  display: none;
  font-size: 12px;
}
@media (max-width: 767px) {
  .mobile-indicator {
    display: block;
  }
}
.footer.secondary-footer {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  color: #000;
  bottom: 2.0833333333vw;
}
@media (max-width: 1079px) {
  .footer.secondary-footer {
    position: relative;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .footer.secondary-footer {
    display: block;
    bottom: 40px;
  }
}
.footer.secondary-footer + #footer {
  display: none;
}
.footer.secondary-footer a {
  color: currentColor;
}
.footer.secondary-footer .newsletter {
  display: none;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .footer.secondary-footer .newsletter {
    display: block;
  }
}
.footer.secondary-footer .newsletter .newsletter-form__input {
  display: block;
  margin-bottom: 32px;
}
.footer.secondary-footer .newsletter .newsletter-form__input label {
  display: block;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 26px;
  margin-bottom: 8px;
}
.footer.secondary-footer .newsletter .newsletter-form__input input {
  display: block;
  width: 100%;
  color: #000;
  margin-bottom: 0;
  font-size: 26px;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__input
  input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__input
  input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__input
  input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__input
  input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__input
  input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 26px;
}
.footer.secondary-footer .newsletter .newsletter-form__submit {
  display: block;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__submit
  .submit-left
  span {
  margin-bottom: 8px;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__submit
  .submit-right
  span {
  margin-bottom: 0;
}
.footer.secondary-footer
  .newsletter
  .newsletter-form__submit
  .newsletter-form__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.footer.secondary-footer .newsletter .newsletter-form__submit span {
  width: 100%;
  max-width: 320px;
  font-size: 26px;
  line-height: 22px;
}
.footer.secondary-footer .newsletter .newsletter-form__submit-button {
  margin-top: 24px;
  color: var(--black);
  font-size: 26px;
}
.footer.secondary-footer .newsletter .newsletter-form__submit-button[disabled] {
  color: rgba(0, 0, 0, 0.2);
}
.footer.secondary-footer .main-links {
  position: absolute;
  bottom: 0;
  left: 2.0833333333vw;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
@media (max-width: 1079px) {
  .footer.secondary-footer .main-links {
    grid-column: 1 / span 2;
  }
}
@media (max-width: 767px) {
  .footer.secondary-footer .main-links {
    display: none;
  }
}
.footer.secondary-footer .main-links a {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.footer.secondary-footer .main-links .copyright {
  display: block;
}
.footer.secondary-footer > .container {
  display: flex;
  justify-content: flex-end;
  min-height: 0;
  flex-direction: row;
}
@media (max-width: 900px) {
  .footer.secondary-footer > .container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer.secondary-footer > .container {
    padding: 0;
  }
}
.footer.secondary-footer > .container .right {
  width: 50%;
  display: flex;
}
@media (max-width: 767px) {
  .footer.secondary-footer > .container .right {
    width: 100%;
    display: block;
  }
}
.footer.secondary-footer > .container .social {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer.secondary-footer > .container .social {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer.secondary-footer > .container .social .footer-heading {
    display: none;
  }
}
.footer.secondary-footer > .container .nominated-architect {
  flex: 1;
  position: relative;
}
@media (max-width: 1079px) {
  .footer.secondary-footer > .container .nominated-architect {
    flex: 2;
  }
}
@media (max-width: 767px) {
  .footer.secondary-footer > .container .nominated-architect {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer.secondary-footer > .container .nominated-architect .footer-heading {
    display: none;
  }
}
.footer.secondary-footer
  > .container
  .nominated-architect
  .nominated-architect-desktop {
  display: block;
}
@media (max-width: 767px) {
  .footer.secondary-footer
    > .container
    .nominated-architect
    .nominated-architect-desktop {
    display: none;
  }
}
.footer.secondary-footer
  > .container
  .nominated-architect
  .nominated-architect-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer.secondary-footer
    > .container
    .nominated-architect
    .nominated-architect-mobile {
    display: block;
  }
}
.footer.secondary-footer .site-by {
  position: absolute;
  right: 2.0833333333vw;
  bottom: 0;
  align-self: flex-end;
  grid-column: 11 / span 2;
  text-align: right;
}
@media (max-width: 767px) {
  .footer.secondary-footer .site-by {
    display: none;
  }
}
.events-and-press-list-block {
  background: var(--black);
  color: var(--white);
  padding-top: var(--header-height);
}
.events-and-press-list-block .events-and-press-header {
  padding: 30px;
  height: 240px;
  box-sizing: border-box;
}
.events-and-press-list-block .events-and-press-header span {
  color: var(--white);
}
.events-and-press-list-block
  .events-and-press-list-container
  .events-and-press-list-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3.4722222222vw;
}
@media (max-width: 1440px) {
  .events-and-press-list-block
    .events-and-press-list-container
    .events-and-press-list-header {
    margin-bottom: 50px;
  }
}
@media (max-width: 1079px) {
  .events-and-press-list-block
    .events-and-press-list-container
    .events-and-press-list-header {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.events-and-press-list-block
  .events-and-press-list-container
  .events-and-press-list-header
  .list-heading {
  color: var(--white);
  text-transform: uppercase;
  max-width: 50%;
}
@media (max-width: 1079px) {
  .events-and-press-list-block
    .events-and-press-list-container
    .events-and-press-list-header
    .list-heading {
    max-width: none;
    margin-bottom: 40px;
  }
}
@media (min-width: 1079px) {
  .events-and-press-list-block
    .events-and-press-list-container
    .events-and-press-list-header
    .header-link {
    align-self: flex-end;
  }
}
.events-and-press-list-block
  .events-and-press-list-container
  .events-and-press-list-header
  .header-link
  span {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
}
@media (max-width: 1079px) {
  .events-and-press-list-block
    .events-and-press-list-container
    .events-and-press-list-header
    .header-link
    span {
    display: block;
  }
}
.events-and-press-list-block
  .events-and-press-list-container
  .events-and-press-list-header
  .header-link
  a {
  color: var(--white);
  text-decoration: none;
}
@-webkit-keyframes overlayIn {
  0% {
    mix-blend-mode: overlay;
  }
  100% {
    mix-blend-mode: normal;
  }
}
@keyframes overlayIn {
  0% {
    mix-blend-mode: overlay;
  }
  100% {
    mix-blend-mode: normal;
  }
}
.hero {
  height: 100vh;
  background: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 1079px) {
  .hero {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.hero:before,
.hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 148px;
  left: 0;
  transform: rotate(-180deg);
  z-index: 3;
}
.hero:before {
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.hero:after {
  top: 0;
  height: var(--header-height);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 2;
}
.hero .image-container,
.hero .image-outer-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 10%;
}
.hero .foreground-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.hero .hero-blobs,
.hero .hero-blobs-mobile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hero .hero-blobs {
  display: block;
}
@media (max-width: 900px) {
  .hero .hero-blobs {
    display: none;
  }
}
.hero .hero-blobs-mobile {
  display: none;
}
@media (max-width: 900px) {
  .hero .hero-blobs-mobile {
    display: block;
  }
}
.hero .tagline {
  position: relative;
  max-width: none;
  z-index: 4;
}
@media (max-width: 1440px) {
  .hero .tagline {
    max-width: 750px;
  }
}
.hero .tagline img {
  position: relative;
  height: 100%;
  width: 45vw;
}
@media (max-width: 1440px) {
  .hero .tagline img {
    width: 100%;
    padding: 0 25px;
  }
}
.hero .keywords {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.3333333333vh 2.0833333333vw;
  box-sizing: border-box;
  z-index: 4;
  text-align: center;
}
@media (max-width: 1440px) {
  .hero .keywords {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero .keywords {
    position: relative;
    bottom: 0;
    margin-top: 30px;
    padding: 0px;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .hero .keywords {
    margin-top: 10px;
    padding: 0;
  }
}
.hero .keywords .keyword {
  color: var(--white);
  margin: 0 5px;
}
@media (max-width: 767px) {
  .hero .keywords .keyword {
    margin: 0 3px;
  }
}
.hero .hero-scroll-container {
  position: absolute;
  bottom: 0px;
  right: 0;
  padding: 3.3333333333vh 2.0833333333vw;
  width: auto;
  box-sizing: border-box;
  z-index: 4;
  text-align: right;
}
@media (max-width: 1440px) {
  .hero .hero-scroll-container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .hero .hero-scroll-container {
    width: 100%;
    padding: 20px;
    text-align: left;
  }
}
.hero .hero-scroll-container svg.curve {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: -1;
  display: none;
}
@media (max-width: 767px) {
  .hero .hero-scroll-container svg.curve {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .hero .hero-scroll-container svg.curve {
    display: none;
  }
}
.hero .hero-scroll-container .scroll {
  color: var(--white);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.hero .hero-scroll-container .scroll:after {
  content: " ↓";
}
@media (min-width: 1079px) {
  .hero .hero-scroll-container .scroll:after {
    display: block;
  }
}
.introduction-block {
  background: var(--black);
  padding-top: 180px;
  padding-bottom: 140px;
  box-sizing: border-box;
}
@media (max-width: 1079px) {
  .introduction-block {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .introduction-block {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.introduction-block .title-container {
  position: relative;
}
@media (min-width: 1300px) {
  .introduction-block .title-container {
    min-height: 19.4444444444vw;
  }
}
.introduction-block .title-container .title {
  color: var(--white);
  margin-bottom: 0.5em;
  line-height: 0.9;
  transition: opacity 0.4s, color 0.5s ease;
}
@media (max-width: 1440px) {
  .introduction-block .title-container .title {
    margin-bottom: 0.1em;
  }
}
@media (max-width: 1079px) {
  .introduction-block .title-container .title {
    opacity: 1 !important;
    visibility: visible !important;
    margin-bottom: 0.3em;
  }
}
.introduction-block .title-container .hover-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--white);
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}
@media (max-width: 1079px) {
  .introduction-block .title-container .hover-top {
    display: none;
  }
}
.introduction-block .title-container .hover-top .hover-title {
  position: relative;
  z-index: 2;
  font-size: 194px;
  line-height: 0.7628865979;
  font-size: 13.4722222222vw;
  line-height: 10.2777777778vw;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1300px) {
  .introduction-block .title-container .hover-top .hover-title {
    font-size: 174px;
    line-height: 1;
  }
}
.introduction-block .title-container .hover-top .img-container {
  right: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
.introduction-block .title-container .hover-top .hover-image-1 {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 12.5vw;
  max-height: 20.8333333333vw;
  max-width: 24.3055555556vw;
  z-index: 1;
}
@media (max-width: 1440px) {
  .introduction-block .title-container .hover-top .hover-image-1 {
    max-height: 300px;
    max-width: 350px;
  }
}
.introduction-block .content-container {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1079px) {
  .introduction-block .content-container {
    flex-direction: column;
  }
}
.introduction-block .content-container .hover-bottom {
  position: relative;
  flex: 2;
}
.introduction-block .content-container .hover-bottom .img-container {
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.4s;
}
.introduction-block .content-container .hover-bottom .hover-image-2 {
  position: relative;
  min-width: 12.5vw;
  max-height: 23.6111111111vw;
}
@media (max-width: 1440px) {
  .introduction-block .content-container .hover-bottom .hover-image-2 {
    max-height: 340px;
  }
}
@media (max-width: 1079px) {
  .introduction-block .content-container .hover-bottom .hover-image-2 {
    display: none;
  }
}
.introduction-block .content-container .content {
  flex: 3;
  color: var(--white);
}
.introduction-block .content-container .content a {
  color: var(--white);
}
.project-list-block {
  color: var(--white);
  overflow: hidden;
  z-index: 2;
}
.project-list-block .introduction {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 25vh 19.0972222222vw 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 1079px) {
  .project-list-block .introduction {
    left: auto;
    transform: none;
    position: relative;
    width: 100%;
    padding: 140px 15px;
    box-sizing: border-box;
    max-width: var(--max-width);
    pointer-events: all;
    margin: 180px auto 0;
  }
}
@media (max-width: 767px) {
  .project-list-block .introduction {
    margin-top: 70px;
    padding: 170px 15px;
  }
}
.project-list-block .introduction p {
  margin: 0;
}
.project-list-block .work-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.project-list-block .work-tabs a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  border: 0;
  background: transparent;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.5;
  font-size: 0.8em;
  cursor: pointer;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  transition: opacity 0.3s, -webkit-text-decoration-color 0.3s;
  transition: opacity 0.3s, text-decoration-color 0.3s;
  transition: opacity 0.3s, text-decoration-color 0.3s,
    -webkit-text-decoration-color 0.3s;
}
.project-list-block .work-tabs a.active {
  opacity: 1;
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.project-list-block .work-tabs a:hover {
  opacity: 1;
}
.project-list-block .container + .project-list-container {
  padding-top: 20vh;
}
@media (max-width: 767px) {
  .project-list-block .container + .project-list-container {
    padding-top: 25vh;
  }
}
.project-list-block .project-list-container {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 50vh;
}
.project-list-block .project-list-container .project-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-list-block .project-list-container .project-list-item a {
  color: var(--white);
  text-decoration: none;
  width: 100%;
  opacity: 0.3;
  margin: 5.5555555556vw 0;
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 1440px) {
  .project-list-block .project-list-container .project-list-item a {
    margin: 80px 0;
  }
}
@media (max-width: 767px) {
  .project-list-block .project-list-container .project-list-item a {
    margin: 50px 0;
  }
}
.project-list-block .project-list-container .project-list-item a.active {
  color: var(--hover-color);
  opacity: 1;
  transform: scale3d(1.05, 1.05, 1.05);
  transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1),
    opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 1079px) {
  .project-list-block .project-list-container .project-list-item a.active {
    transform: scale(1.15);
  }
}
.project-list-block .project-list-container .project-list-item .name {
  font-size: 4.8611111111vw;
  line-height: 4.3055555556vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .project-list-block .project-list-container .project-list-item .name {
    font-size: 70px;
    line-height: 62px;
  }
}
@media (max-width: 1300px) {
  .project-list-block .project-list-container .project-list-item .name {
    font-size: 60px;
    line-height: 57px;
  }
}
@media (max-width: 1079px) {
  .project-list-block .project-list-container .project-list-item .name {
    font-size: 50px;
    line-height: 0.92;
  }
}
@media (max-width: 767px) {
  .project-list-block .project-list-container .project-list-item .name {
    font-size: 32px;
    line-height: 0.875;
  }
}
@media (max-width: 767px) {
  .project-list-block .project-list-container .project-list-item .name {
    font-size: 40px;
    line-height: 1;
  }
}
.project-list-block .project-list-container .project-list-item .name.max-width {
  max-width: 34.7222222222vw;
}
@media (max-width: 767px) {
  .project-list-block
    .project-list-container
    .project-list-item
    .name.max-width {
    max-width: 280px;
  }
}
.project-list-block
  .project-list-container
  .project-list-item
  .name__first-line {
  display: block;
}
.project-list-block
  .project-list-container
  .project-list-item
  .name__second-line {
  display: block;
}
.project-images-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 1079px) {
  .project-images-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20vh;
    z-index: 3;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }
}
.project-images-bg .project-imagery {
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.project-images-bg .project-imagery .project-list-blobs,
.project-images-bg .project-imagery .project-list-blobs-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.project-images-bg .project-imagery .foreground-image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
  opacity: 0;
}
.project-images-bg .project-imagery .foreground-image.visible {
  opacity: 1;
}
.project-images-bg .project-imagery .background-image {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.project-selection {
  --hover-bg: transparent;
  padding-top: 16.6666666667vh;
  padding-bottom: 16.6666666667vh;
  overflow: hidden;
  transition: background 0.4s ease;
}
@media (max-width: 1079px) {
  .project-selection {
    background: var(--hover-bg);
  }
}
@media (max-width: 1079px) {
  .project-selection {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .project-selection {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.project-selection.hovered {
  background: var(--hover-bg);
}
.project-selection .container .project-selection__top {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) and (max-width: 1079px) {
  .project-selection .container .project-selection__top {
    flex-direction: column;
  }
}
@media (min-width: 1079px) {
  .project-selection .container .project-selection__top {
    flex-direction: row;
    align-items: flex-end;
  }
}
.project-selection
  .container
  .project-selection__top
  .project-selection__title {
  text-transform: uppercase;
}
@media (min-width: 1079px) {
  .project-selection
    .container
    .project-selection__top
    .project-selection__title {
    max-width: 70%;
  }
}
@media (min-width: 1300px) {
  .project-selection
    .container
    .project-selection__top
    .project-selection__title {
    max-width: 50%;
  }
}
.project-selection .container .project-selection__top .project-selection__link {
  width: auto;
  color: var(--black);
  text-decoration: none;
  margin-top: 25px;
}
@media (min-width: 1079px) {
  .project-selection
    .container
    .project-selection__top
    .project-selection__link {
    margin-left: auto;
  }
}
.project-selection
  .container
  .project-selection__top
  .project-selection__link:hover {
  text-decoration: underline;
}
.project-selection #slider-container .project-selection__slider-container {
  position: relative;
  width: 100%;
  margin-top: 90px;
}
@media (max-width: 767px) {
  .project-selection #slider-container .project-selection__slider-container {
    margin-top: 30px;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider {
  overflow: visible !important;
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide {
  position: relative;
  width: auto;
}
@media (max-width: 767px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide {
    width: 230px;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide:not(:last-child) {
  margin-right: 70px;
}
@media (max-width: 1079px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide:not(:last-child) {
    margin-right: 30px;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide
  .project-selection__project-image-container {
  width: 35.6944444444vw;
  height: 0;
  padding-bottom: 65.5%;
}
@media (min-width: 767px) and (max-width: 1079px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide
    .project-selection__project-image-container {
    width: 49.5833333333vw;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide
  .project-selection__project-image-container
  .project-selection__project-image {
  width: 100%;
  height: 300px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  pointer-events: none;
}
@media (max-width: 767px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide
    .project-selection__project-image-container
    .project-selection__project-image {
    height: 150px;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide
  .project-selection__project-name {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  opacity: 0;
  transition: all 0.4s;
}
@media (max-width: 1079px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide
    .project-selection__project-name {
    bottom: -40px;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide
  .project-selection__project-name
  span {
  text-transform: uppercase;
  color: var(--white);
}
@media (min-width: 767px) and (max-width: 1079px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide
    .project-selection__project-name
    span {
    font-size: 6.25vw;
  }
}
.project-selection
  #slider-container
  .project-selection__slider-container
  .project-selection__slider
  .swiper-slide
  .project-selection__project-name
  span:after {
  content: "↳";
}
@media (min-width: 1079px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide:hover
    .project-selection__project-name {
    opacity: 1;
  }
}
@media (max-width: 1079px) {
  .project-selection
    #slider-container
    .project-selection__slider-container
    .project-selection__slider
    .swiper-slide.active
    .project-selection__project-name {
    opacity: 1;
  }
}
.recent-events-and-press {
  position: relative;
  background: var(--black);
  color: var(--white);
  padding-top: 60px;
}
@media (min-width: 1300px) {
  .recent-events-and-press {
    padding-top: 150px;
  }
}
.recent-events-and-press .container .recent-events-and-press__top {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 1079px) {
  .recent-events-and-press .container .recent-events-and-press__top {
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 130px;
  }
}
.recent-events-and-press
  .container
  .recent-events-and-press__top
  .recent-events-and-press__title {
  text-transform: uppercase;
}
@media (min-width: 1079px) {
  .recent-events-and-press
    .container
    .recent-events-and-press__top
    .recent-events-and-press__title {
    max-width: 70%;
  }
}
@media (min-width: 1300px) {
  .recent-events-and-press
    .container
    .recent-events-and-press__top
    .recent-events-and-press__title {
    max-width: 60%;
  }
}
.recent-events-and-press
  .container
  .recent-events-and-press__top
  .recent-events-and-press__link {
  width: auto;
  color: var(--white);
  text-decoration: none;
  margin-top: 30px;
}
@media (min-width: 1079px) {
  .recent-events-and-press
    .container
    .recent-events-and-press__top
    .recent-events-and-press__link {
    margin-left: auto;
    margin-top: 25px;
  }
}
.recent-events-and-press
  .container
  .recent-events-and-press__top
  .recent-events-and-press__link:hover {
  text-decoration: underline;
}
.service-block {
  padding-top: 1.3888888889vw;
  padding-bottom: 1.3888888889vw;
}
.service-block:first-of-type {
  padding-top: var(--header-height);
}
@media (max-width: 1440px) {
  .service-block {
    padding-bottom: 40px;
  }
  .service-block:not(:nth-of-type(1)) {
    padding-top: 40px;
  }
}
.service-block .container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 900px) {
  .service-block .container {
    flex-direction: column;
  }
}
.service-block .container .col {
  flex: 1;
}
.service-block .container .col.column-left .content-container {
  padding-right: 100px;
}
@media (max-width: 1300px) {
  .service-block .container .col.column-left .content-container {
    padding-right: 60px;
  }
}
@media (max-width: 900px) {
  .service-block .container .col.column-left .content-container {
    padding-right: 0;
  }
}
.service-block .container .col.column-right {
  flex-shrink: 0;
  position: relative;
  top: 30px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.service-block .container .col.column-right.visible {
  opacity: 1;
}
.service-block .service-heading {
  margin: 30px 0;
  font-weight: 300;
}
@media (max-width: 1079px) {
  .service-block .service-heading {
    font-size: 36px;
    line-height: 1;
  }
}
.service-block .service-content ul {
  list-style-type: none;
  margin: 40px 0;
  padding: 0;
}
.service-block .service-content ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 0;
}
.service-block .service-image {
  width: 100%;
}
.service-block .service-link {
  color: var(--black);
  font-weight: 500;
}
.team-members-list {
  padding-top: var(--header-height);
  padding-bottom: 80px;
}
@media (max-width: 1079px) {
  .team-members-list .container {
    padding: 0;
    max-width: none;
  }
}
.team-members-list-header {
  display: flex;
  padding: 0 0 8.3333333333vw;
}
@media (max-width: 1440px) {
  .team-members-list-header {
    padding: 0 0 120px;
  }
}
@media (max-width: 1079px) {
  .team-members-list-header {
    display: block;
    padding: 0 15px 62px;
  }
}
.team-members-list-header .col {
  flex: 1;
}
.team-members-list-header .col.left {
  padding-right: 2.2222222222vw;
}
@media (max-width: 1440px) {
  .team-members-list-header .col.left {
    padding-right: 32px;
  }
}
@media (max-width: 1079px) {
  .team-members-list-header .col.left {
    padding-right: 0;
    padding-bottom: 32px;
  }
}
.team-members-list-header__heading {
  text-transform: uppercase;
  padding-right: 8%;
}
@media (max-width: 1079px) {
  .team-members-list-header__heading {
    max-width: 700px;
  }
}
.team-members-list-header__introduction {
  margin: 0;
}
.team-members-list .team-members-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 26px;
  column-gap: 26px;
}
@media (max-width: 1079px) {
  .team-members-list .team-members-list-container {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 15px;
  }
}
.team-members-list .team-members-list-container .team-member-item {
  position: relative;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 70px;
  align-self: flex-start;
  cursor: none;
}
@media (max-width: 1079px) {
  .team-members-list .team-members-list-container .team-member-item {
    display: inline-block;
    white-space: normal;
    top: -40px;
    margin-right: 12px;
    margin-bottom: 0;
  }
}
.team-members-list
  .team-members-list-container
  .team-member-item:nth-child(2n) {
  margin-top: 150px;
}
@media (max-width: 1440px) {
  .team-members-list
    .team-members-list-container
    .team-member-item:nth-child(2n) {
    margin-top: 80px;
  }
}
@media (max-width: 1079px) {
  .team-members-list
    .team-members-list-container
    .team-member-item:nth-child(2n) {
    margin-top: 40px;
    top: 0;
  }
}
@media (max-width: 1079px) {
  .team-members-list
    .team-members-list-container
    .team-member-item:last-child:after {
    position: absolute;
    width: 15px;
    height: 1px;
    content: "";
    right: -15px;
  }
}
.team-members-list
  .team-members-list-container
  .team-member-item:hover
  .team-member-item__photo {
  opacity: 0.3;
  transition: opacity 0.4s ease;
}
.team-members-list
  .team-members-list-container
  .team-member-item:hover
  .team-member-item__photo
  video {
  opacity: 1;
  visibility: visible;
}
.team-members-list
  .team-members-list-container
  .team-member-item:hover
  .team-member-item__quote {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.team-members-list .team-members-list-container .team-member-item__quote {
  position: absolute;
  width: 50%;
  top: -30px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  line-height: 1;
  font-weight: 700;
  z-index: 2;
  text-transform: uppercase;
}
@media (max-width: 1079px) {
  .team-members-list .team-members-list-container .team-member-item__quote {
    display: none;
  }
}
.team-members-list .team-members-list-container .team-member-item__photo {
  width: 100%;
  padding-bottom: 133%;
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 1079px) {
  .team-members-list .team-members-list-container .team-member-item__photo {
    height: auto;
    width: 59vw;
    max-width: 250px;
  }
}
.team-members-list .team-members-list-container .team-member-item__photo img,
.team-members-list .team-members-list-container .team-member-item__photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}
.team-members-list .team-members-list-container .team-member-item__photo video {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  visibility: hidden;
}
@media (max-width: 1079px) {
  .team-members-list
    .team-members-list-container
    .team-member-item__photo
    video {
    display: none;
  }
}
.team-members-list .team-members-list-container .team-member-item__details {
  padding: 25px 0 0;
}
.team-members-list
  .team-members-list-container
  .team-member-item__details
  .name {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
.wysiwyg-block {
  padding-top: 2.7777777778vw;
  padding-bottom: 2.7777777778vw;
}
.wysiwyg-block:first-of-type {
  padding-top: var(--header-height);
}
@media (max-width: 1440px) {
  .wysiwyg-block {
    padding-bottom: 40px;
  }
  .wysiwyg-block:not(:nth-of-type(1)) {
    padding-top: 40px;
  }
}
.events-and-press-list {
  position: relative;
}
.events-and-press-list .recent-events-and-press__list-item {
  display: flex;
  position: relative;
  flex-direction: row;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
  cursor: none;
  padding: 2.7777777778vw 0;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item {
    padding: 30px 0 70px;
  }
}
@media (min-width: 767px) and (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .events-and-press-list .recent-events-and-press__list-item {
    padding: 30px 0;
  }
}
@media (min-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item.hovered {
    color: var(--hover-color);
  }
  .events-and-press-list .recent-events-and-press__list-item.hovered .col.left {
    opacity: 1;
  }
  .events-and-press-list
    .recent-events-and-press__list-item.hovered
    .col.middle {
    opacity: 1;
  }
  .events-and-press-list
    .recent-events-and-press__list-item.hovered
    .col.right
    img,
  .events-and-press-list
    .recent-events-and-press__list-item.hovered
    .col.right
    video {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.events-and-press-list .recent-events-and-press__list-item .col.left {
  flex: 1;
  opacity: 0.4;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .col.left {
    opacity: 1;
    margin-bottom: 30px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .events-and-press-list .recent-events-and-press__list-item .col.left {
    margin-bottom: 0;
  }
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .col.left span {
    max-width: 50%;
  }
}
.events-and-press-list .recent-events-and-press__list-item .col.left img,
.events-and-press-list .recent-events-and-press__list-item .col.left video {
  display: none;
  position: relative;
  margin-top: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .col.left img,
  .events-and-press-list .recent-events-and-press__list-item .col.left video {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 300px;
    height: 80%;
  }
}
@media (max-width: 767px) {
  .events-and-press-list .recent-events-and-press__list-item .col.left img,
  .events-and-press-list .recent-events-and-press__list-item .col.left video {
    position: relative;
    max-width: none;
    height: 70px;
    top: auto;
    right: auto;
    width: 100%;
  }
}
.events-and-press-list .recent-events-and-press__list-item .col.middle {
  flex: 2;
  opacity: 0.4;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .col.middle {
    opacity: 1;
  }
}
@media (max-width: 1079px) {
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .item-title,
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .source {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .item-title,
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .source {
    max-width: none;
  }
}
.events-and-press-list
  .recent-events-and-press__list-item
  .col.middle
  .hover-text {
  display: none;
  margin-top: 20px;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .hover-text {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 1079px) {
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .hover-text {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .hover-text {
    font-size: 20px;
    line-height: 0.9;
  }
}
.events-and-press-list
  .recent-events-and-press__list-item
  .col.middle
  .hover-text:after {
  content: "↗";
}
@media (max-width: 1079px) {
  .events-and-press-list
    .recent-events-and-press__list-item
    .col.middle
    .hover-text {
    display: block;
  }
}
.events-and-press-list .recent-events-and-press__list-item .col.right {
  width: 20.8333333333vw;
  text-align: right;
  position: relative;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .col.right {
    display: none;
  }
}
.events-and-press-list .recent-events-and-press__list-item .col.right img,
.events-and-press-list .recent-events-and-press__list-item .col.right video {
  position: relative;
  height: 15.2777777778vw;
  max-width: 100%;
  margin-top: -5.5555555556vw;
  right: 30px;
  opacity: 0;
  transform: scale3d(0.8, 0.8, 0.8);
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.8s ease;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .col.right img,
  .events-and-press-list .recent-events-and-press__list-item .col.right video {
    display: none;
  }
}
.events-and-press-list .recent-events-and-press__list-item .item-date {
  text-transform: uppercase;
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .item-date {
    font-size: 14px;
    line-height: 17px;
  }
}
.events-and-press-list .recent-events-and-press__list-item .item-title {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
  max-width: 27.7777777778vw;
}
@media (max-width: 1300px) {
  .events-and-press-list .recent-events-and-press__list-item .item-title {
    max-width: 80%;
  }
}
.events-and-press-list .recent-events-and-press__list-item .source {
  font-size: 1.1111111111vw;
  line-height: 19px;
}
@media (max-width: 1440px) {
  .events-and-press-list .recent-events-and-press__list-item .source {
    font-size: 16px;
  }
}
@media (max-width: 1079px) {
  .events-and-press-list .recent-events-and-press__list-item .source {
    font-size: 14px;
    line-height: 17px;
  }
}
.footer {
  background: var(--black);
  color: var(--white);
  margin-top: auto;
  padding: 80px 0 60px;
  position: relative;
  z-index: 3;
}
.footer a {
  color: var(--white);
}
.footer a:hover {
  color: var(--cold-teal);
}
@media (max-width: 1079px) {
  .footer {
    padding: 30px 1 0;
  }
}
.footer .container {
  display: flex;
  flex-direction: row;
  min-height: 200px;
}
@media (max-width: 1079px) {
  .footer .container {
    flex-direction: column;
  }
}
.footer .col {
  flex: 2;
}
@media (max-width: 1079px) {
  .footer .col {
    margin-top: 30px;
  }
}
.footer .col:first-child {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .col.footer-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .col.social a:hover:nth-of-type(4n + 1) {
  color: var(--hot-pink);
}
.footer .col.social a:hover:nth-of-type(4n + 2) {
  color: var(--hot-blue);
}
.footer .col.social a:hover:nth-of-type(4n + 3) {
  color: var(--cold-teal);
}
.footer .col.social a:hover:nth-of-type(4n + 4) {
  color: var(--hot-yellow);
}
.footer .col.locations {
  flex: 3;
}
@media (max-width: 1079px) {
  .footer .col.locations .find-us {
    display: none;
  }
}
.footer .col.locations .location-names {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 1079px) {
  .footer .col.locations .location-names {
    display: flex;
  }
}
.footer .col.locations .location-names .location-name {
  font-size: 8.4722222222vw;
  line-height: 7.0833333333vw;
  font-family: "Labil Grotesk";
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .footer .col.locations .location-names .location-name {
    font-size: 122px;
    line-height: 102px;
  }
}
@media (max-width: 1079px) {
  .footer .col.locations .location-names .location-name {
    font-size: 75px;
    line-height: 0.9066666667;
  }
}
@media (max-width: 767px) {
  .footer .col.locations .location-names .location-name {
    font-size: 52px;
    line-height: 0.8846153846;
  }
}
.footer .col.locations .location-names .location-name:not(.active) {
  opacity: 0.2;
}
.footer .col.newsletter {
  flex: 3;
}
.footer .col.site-by {
  flex: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 1079px) {
  .footer .col.mobile-footer-bottom {
    display: none;
  }
}
@media (max-width: 1079px) {
  .footer .col.social,
  .footer .col.footer-nav,
  .footer .col.logo-col,
  .footer .col.site-by {
    display: none;
  }
  .footer .col.mobile-footer-bottom {
    display: flex;
  }
}
.footer .mobile-footer-bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  flex-direction: row;
  justify-content: space-between;
}
.footer .mobile-footer-bottom .menu-footer-menu-mobile-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .mobile-footer-bottom .menu-footer-menu-mobile-container ul li a {
  text-decoration: none;
}
.footer #menu-footer-menu-mobile,
.footer #menu-footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer #menu-footer-menu-mobile a,
.footer #menu-footer-menu a {
  text-decoration: none;
}
.footer #menu-footer-menu {
  font-weight: bold;
}
.footer #menu-footer-menu a {
  text-transform: uppercase;
}
.footer .logo {
  width: 154px;
}
.footer .footer-heading {
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.footer .location-line {
  display: block;
}
.footer .location-details {
  margin-bottom: 10px;
}
@media (max-width: 1079px) {
  .footer .location-details {
    display: none;
  }
  .footer .location-details.visible {
    display: block;
  }
}
.footer .social-link {
  display: block;
}
.footer .credit a {
  text-decoration: none;
}
.footer .credit a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .newsletter-form__input {
    display: flex;
    flex-direction: row;
  }
}
.newsletter-form__input label {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsletter-form__input label {
    flex: 1;
  }
}
.newsletter-form__input input {
  border: none;
  background: none;
  padding: 3px 0;
  outline: none;
  caret-color: var(--white);
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: var(--white);
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .newsletter-form__input input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .newsletter-form__input input {
    flex: 3;
  }
}
.newsletter-form__input input::-webkit-input-placeholder {
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}
.newsletter-form__input input::-moz-placeholder {
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}
.newsletter-form__input input:-ms-input-placeholder {
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}
.newsletter-form__input input::-ms-input-placeholder {
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}
.newsletter-form__input input::placeholder {
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: underline;
}
@media (max-width: 1440px) {
  .newsletter-form__input input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .newsletter-form__input input::-moz-placeholder {
    font-size: 16px;
  }
  .newsletter-form__input input:-ms-input-placeholder {
    font-size: 16px;
  }
  .newsletter-form__input input::-ms-input-placeholder {
    font-size: 16px;
  }
  .newsletter-form__input input::placeholder {
    font-size: 16px;
  }
}
.newsletter-form .newsletter-form__submit {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .newsletter-form .newsletter-form__submit {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .newsletter-form .newsletter-form__submit .submit-left {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .newsletter-form .newsletter-form__submit .submit-right {
    flex: 3;
  }
}
.newsletter-form .newsletter-form__submit .newsletter-form__text-bold {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 150px;
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
}
@media (max-width: 1440px) {
  .newsletter-form .newsletter-form__submit .newsletter-form__text-bold {
    font-size: 16px;
  }
}
.newsletter-form .newsletter-form__submit .newsletter-form__submit-button {
  border: none;
  background: none;
  display: block;
  padding: 0;
  margin-top: 12px;
  font-family: "Labil Grotesk";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  line-height: 1;
  font-variant-ligatures: none;
  color: var(--white);
  cursor: pointer;
  transition: color 0.3s ease;
}
@media (max-width: 1440px) {
  .newsletter-form .newsletter-form__submit .newsletter-form__submit-button {
    font-size: 16px;
  }
}
.newsletter-form
  .newsletter-form__submit
  .newsletter-form__submit-button[disabled],
.newsletter-form
  .newsletter-form__submit
  .newsletter-form__submit-button:disabled {
  color: rgba(255, 255, 255, 0.35);
  opacity: 1;
}
.newsletter-form span,
.newsletter-form label {
  display: block;
}
@media (max-width: 767px) {
  .newsletter-form span,
  .newsletter-form label {
    display: inline-block;
  }
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
}
#header .logo-container {
  position: relative;
  text-align: center;
  z-index: 1000;
  pointer-events: all;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#header .logo-container.active {
  transform: none !important;
}
#header .logo-container.active .logo-link svg.logo {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  height: 5.5555555556vh;
  mix-blend-mode: difference;
}
@media (max-width: 1440px) {
  #header .logo-container.active .logo-link svg.logo {
    height: 50px;
  }
}
#header .logo-container.active .logo-link svg.logo path {
  fill: var(--white);
}
#header .logo-container .logo-link svg.logo {
  margin-top: 3.8888888889vh;
  transition: height 0.4s ease;
}
@media (max-width: 1440px) {
  #header .logo-container .logo-link svg.logo {
    margin-top: 35px;
    height: 60px;
  }
}
@media (max-width: 1079px) {
  #header .logo-container .logo-link svg.logo {
    height: 60px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #header .logo-container .logo-link svg.logo {
    height: 40px;
  }
}
#header .navigation {
  pointer-events: all;
}
#header .menu-toggle {
  position: fixed;
  right: 2.0833333333vw;
  pointer-events: all;
  top: 3.3333333333vh;
  color: var(--white);
  width: 4.8611111111vw;
  height: 4.375vw;
  transform: skewX(-15deg);
  border: 1px solid var(--white);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
  transition: background 0.3s ease;
}
@media (max-width: 1440px) {
  #header .menu-toggle {
    width: 70px;
    height: 63px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 1079px) {
  #header .menu-toggle {
    right: 15px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  #header .menu-toggle {
    width: 55px;
    height: 47px;
    right: 15px;
    top: 20px;
    transform: skewX(-10deg);
  }
}
@media (min-width: 1079px) {
  #header .menu-toggle:hover {
    background: var(--white);
  }
  #header .menu-toggle:hover span {
    color: var(--black);
  }
}
#header .menu-toggle.active {
  background: var(--white);
}
#header .menu-toggle.active span {
  color: var(--black);
}
#header .menu-toggle.active span.menu {
  display: none;
}
#header .menu-toggle.active span.close {
  display: block;
}
#header .menu-toggle span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skewX(15deg);
  text-transform: uppercase;
  font-size: 0.9722222222vw;
  line-height: 1.1805555556vw;
  font-weight: bold;
  transition: color 0.3s ease;
}
@media (max-width: 1440px) {
  #header .menu-toggle span {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  #header .menu-toggle span {
    font-size: 12px;
    transform: translate(-50%, -50%) skewX(10deg);
  }
}
#header .menu-toggle span.close {
  display: none;
}
.nav-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--menu-vh, 1vh) * 100);
  visibility: hidden;
  opacity: 0;
  background: var(--black);
  color: var(--white);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
@media (max-width: 1079px) {
  .nav-menu-container {
    display: flex;
    flex-direction: column;
    padding: 120px 15px 20px;
    overflow-y: auto;
  }
}
.nav-menu-container a {
  color: var(--white);
}
.nav-menu-container.active {
  opacity: 1;
  visibility: visible;
}
.nav-menu-container .menu-header-menu-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
@media (max-width: 1079px) {
  .nav-menu-container .menu-header-menu-container {
    padding-top: 0;
    flex: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
.nav-menu-container .menu-header-menu-container a {
  font-size: 10vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .nav-menu-container .menu-header-menu-container a {
    font-size: 144px;
    line-height: 1;
  }
}
@media (max-width: 1300px) {
  .nav-menu-container .menu-header-menu-container a {
    font-size: 120px;
    line-height: 1;
  }
}
@media (max-width: 1079px) {
  .nav-menu-container .menu-header-menu-container a {
    font-size: 90px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .nav-menu-container .menu-header-menu-container a {
    font-size: 60px;
    line-height: 0.7666666667;
    padding: 10px 0;
  }
}
.nav-menu-container .menu-header-menu-container a:hover {
  color: var(--menu-item-color);
}
.nav-menu-container .menu-header-menu-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-menu-container .menu-header-menu-container ul li.not-hovered a {
  opacity: 0.4;
}
.nav-menu-container .menu-header-menu-container ul li:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.nav-menu-container
  .menu-header-menu-container
  ul
  li:hover
  .hover-image.image-1 {
  right: 60%;
}
.nav-menu-container
  .menu-header-menu-container
  ul
  li:hover
  .hover-image.image-2 {
  right: 30px;
}
.nav-menu-container
  .menu-header-menu-container
  ul
  li:hover
  .hover-image.image-3 {
  left: 30px;
}
.nav-menu-container .menu-header-menu-container ul li .hover-image {
  min-width: 10.4166666667vw;
  max-width: 24.3055555556vw;
  max-height: 42.2222222222vh;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease, right 0.6s ease-in-out,
    left 0.6s ease-in-out;
}
@media (max-width: 1440px) {
  .nav-menu-container .menu-header-menu-container ul li .hover-image {
    max-width: 370px;
    max-height: 380px;
  }
}
@media (max-width: 1300px) {
  .nav-menu-container .menu-header-menu-container ul li .hover-image {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 1079px) {
  .nav-menu-container .menu-header-menu-container ul li .hover-image {
    display: none;
  }
}
.nav-menu-container .menu-header-menu-container ul li .hover-image.image-1 {
  top: 30px;
  right: calc(60% + 20px);
}
.nav-menu-container .menu-header-menu-container ul li .hover-image.image-2 {
  right: 10px;
  top: 35%;
}
.nav-menu-container .menu-header-menu-container ul li .hover-image.image-3 {
  left: 10px;
  top: 50%;
}
.nav-menu-container .menu-header-menu-container ul li a {
  position: relative;
  z-index: 2;
  width: 100%;
  display: inline-block;
  transition: color 0.4s ease, opacity 0.4s ease;
}
.nav-menu-container .menu-header-menu-secondary-container {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 1079px) {
  .nav-menu-container .menu-header-menu-secondary-container {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
    padding: 20px 0;
  }
}
.nav-menu-container .menu-header-menu-secondary-container a {
  text-decoration: none;
}
.nav-menu-container .menu-header-menu-secondary-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-menu-container .menu-header-menu-secondary-container ul li {
  padding: 0;
  margin: 0;
  position: relative;
}
.nav-menu-container .menu-header-menu-secondary-container ul li a {
  position: relative;
  padding-left: 1.6666666667vw;
}
@media (max-width: 1440px) {
  .nav-menu-container .menu-header-menu-secondary-container ul li a {
    padding-left: 24px;
  }
}
.nav-menu-container .menu-header-menu-secondary-container ul li a:hover:before {
  background-color: var(--white);
}
.nav-menu-container .menu-header-menu-secondary-container ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: skewX(-10deg) translateY(-40%);
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border: 1px solid var(--white);
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .nav-menu-container .menu-header-menu-secondary-container ul li a:before {
    width: 10px;
    height: 10px;
  }
}
.nav-menu-container .social-links {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
@media (max-width: 1079px) {
  .nav-menu-container .social-links {
    position: relative;
    top: auto;
    left: auto;
    padding: 10px 0;
    width: 100%;
    max-width: 375px;
  }
}
@media (max-width: 1079px) {
  .nav-menu-container .social-links .social-links-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.nav-menu-container .social-links .social-links-wrapper > span {
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1079px) {
  .nav-menu-container .social-links .social-links-wrapper > span {
    display: none;
  }
}
.nav-menu-container .social-links .social-links-wrapper a {
  display: block;
}
@media (max-width: 1079px) {
  .nav-menu-container .social-links .social-links-wrapper a {
    text-align: center;
    margin: 0;
    font-size: 14px;
  }
}
.nav-menu-container
  .social-links
  .social-links-wrapper
  a:hover:nth-of-type(4n + 1) {
  color: var(--hot-pink);
}
.nav-menu-container
  .social-links
  .social-links-wrapper
  a:hover:nth-of-type(4n + 2) {
  color: var(--hot-blue);
}
.nav-menu-container
  .social-links
  .social-links-wrapper
  a:hover:nth-of-type(4n + 3) {
  color: var(--cold-teal);
}
.nav-menu-container
  .social-links
  .social-links-wrapper
  a:hover:nth-of-type(4n + 4) {
  color: var(--hot-yellow);
}
.nav-menu-container .copyright {
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
@media (max-width: 1079px) {
  .nav-menu-container .copyright {
    display: none;
    bottom: auto;
    right: auto;
  }
}
[data-scroll-container].theme-dark {
  background-color: #000;
}
[data-scroll-container].theme-dark .js-color-swap,
[data-scroll-container].theme-dark .js-color-swap.recent-events-and-press__link,
[data-scroll-container].theme-dark .js-color-swap.project-selection__link,
[data-scroll-container].theme-dark .content.js-color-swap,
[data-scroll-container].theme-dark .content.js-color-swap a {
  color: #fff;
}
[data-scroll-container].theme-white {
  background-color: #e5e5e5;
}
[data-scroll-container].theme-white .js-color-swap,
[data-scroll-container].theme-white
  .js-color-swap.recent-events-and-press__link,
[data-scroll-container].theme-white .js-color-swap.project-selection__link,
[data-scroll-container].theme-white .content.js-color-swap,
[data-scroll-container].theme-white .content.js-color-swap a {
  color: #000;
}
[data-scroll-container] {
  --hover-bg: transparent;
  transition: background-color 0.5s ease;
}
[data-scroll-container].hovered {
  background-color: var(--hover-bg);
}
.launch-page .launch-page-content {
  padding-top: var(--header-height);
  color: var(--white);
}
.launch-page .launch-heading {
  margin: 1.3888888889vw 0 6.9444444444vw;
  max-width: 80%;
}
@media (max-width: 1440px) {
  .launch-page .launch-heading {
    max-width: none;
    margin: 20px 0 100px;
  }
}
@media (max-width: 1079px) {
  .launch-page .launch-heading {
    max-width: 700px;
    margin: 20px 0 60px;
  }
}
@media (max-width: 767px) {
  .launch-page .launch-heading {
    margin-bottom: 50px;
  }
}
.launch-page .launch-heading h1 {
  line-height: 0.9;
}
.launch-page .launch-oembed-block {
  position: relative;
  margin: 0 auto;
  max-width: 62.5vw;
}
@media (max-width: 1440px) {
  .launch-page .launch-oembed-block {
    max-width: 1140px;
  }
}
.launch-page .launch-oembed-block-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.launch-page .launch-oembed-block-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.launch-page .launch-columns {
  margin: 6.9444444444vw 0;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1440px) {
  .launch-page .launch-columns {
    margin: 100px 0;
  }
}
@media (max-width: 1079px) {
  .launch-page .launch-columns {
    margin: 60px 0;
  }
}
@media (max-width: 900px) {
  .launch-page .launch-columns {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .launch-page .launch-columns {
    margin: 50px 0;
  }
}
.launch-page .launch-columns p:first-child {
  margin-top: 0;
}
.launch-page .launch-columns .col {
  flex: 1;
}
.launch-page .launch-columns .launch-left-col {
  padding-right: 160px;
}
@media (max-width: 1440px) {
  .launch-page .launch-columns .launch-left-col {
    padding-right: 80px;
  }
}
@media (max-width: 1079px) {
  .launch-page .launch-columns .launch-left-col {
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  .launch-page .launch-columns .launch-left-col {
    padding-right: 0;
  }
}
.launch-page .launch-link {
  display: inline-block;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
  margin-top: 60px;
}
@media (max-width: 1079px) {
  .launch-page .launch-link {
    text-decoration: underline;
    margin-top: 30px;
  }
}
.launch-page .launch-link:hover {
  text-decoration: underline;
}
body[data-theme="white"] .page-load-indicator {
  background-color: var(--white);
}
body[data-theme="black"] .page-load-indicator {
  background-color: var(--black);
}
body.menu-open .page-load-indicator {
  background-color: var(--white);
}
.page-load-indicator {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 0.3472222222vw;
  width: 0px;
  z-index: 99999;
}
@media (max-width: 1440px) {
  .page-load-indicator {
    height: 5px;
  }
}
.page-load-indicator[state="loading"] {
  width: 70%;
  transition: width 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-load-indicator[state="nearly"] {
  width: 80%;
  transition: width 4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.page-load-indicator[state="ready"] {
  width: 100%;
  transform: translateY(-5px);
  transition: width 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.2s 0.3s;
}
.logo {
  height: 9.2222222222vh;
}
@media (max-width: 1440px) {
  .logo {
    height: 83px;
  }
}
body:not(.home) #header .logo-container svg.logo {
  height: 5.5555555556vh;
}
@media (max-width: 1440px) {
  body:not(.home) #header .logo-container svg.logo {
    height: 50px;
  }
}
:root {
  --header-height: 220px;
}
@media (max-width: 1440px) {
  :root {
    --header-height: 170px;
  }
}
@media (max-width: 1079px) {
  :root {
    --header-height: 140px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 110px;
  }
}
#page-header {
  min-height: var(--header-height);
  padding-left: 2.0833333333vw;
  padding-top: 3.3333333333vh;
  padding-right: 2.0833333333vw;
  padding-bottom: 3.3333333333vh;
  box-sizing: border-box;
  position: absolute;
  z-index: 3;
}
@media (max-width: 1440px) {
  #page-header {
    padding: 30px;
  }
}
@media (max-width: 1079px) {
  #page-header {
    padding: 15px;
  }
}
#page-header .page-title {
  position: relative;
  color: var(--white);
  line-height: 1;
  margin-top: 25px;
}
@media (max-width: 767px) {
  #page-header .page-title {
    max-width: 90px;
  }
}
#page-header #page-header-back-button {
  position: relative;
  font-family: "Labil Grotesk";
  color: var(--white);
  background: none;
  border: none;
  font-weight: 500;
  padding: 0;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 1079px) {
  #page-header #page-header-back-button {
    max-width: 90px;
    font-size: 13px;
  }
}
.process-page {
  background-color: transparent;
  color: var(--white);
  box-sizing: border-box;
  z-index: 1;
  position: relative;
}
@media (max-width: 1079px) {
  .process-page {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.process-main-intro {
  position: relative;
  padding-top: var(--header-height);
  height: 100vh;
  display: flex;
  justify-content: center;
}
@media (max-width: 1079px) {
  .process-main-intro {
    display: none;
  }
}
.process-main-intro .main-text {
  padding-bottom: 80px;
  text-transform: uppercase;
  max-width: 69.4444444444vw;
  text-align: center;
}
.process-main-intro .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.process-main-intro .scroll:after {
  content: " ↓";
}
@media (min-width: 1079px) {
  .process-main-intro .scroll:after {
    display: block;
  }
}
.process-slider-container {
  height: 100vh;
}
@media (max-width: 1079px) {
  .process-slider-container {
    height: 100%;
  }
}
.process-slider {
  width: 100%;
  height: 100%;
}
.process-slider .swiper-slide {
  z-index: 1;
}
.process-slider .swiper-slide-active {
  z-index: 3;
}
.process-slider__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  transition: background-color 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media (max-width: 1079px) {
  .process-slider__slide {
    padding: var(--header-height) 15px 0;
    align-items: flex-start;
  }
}
@media (max-width: 1079px) {
  .process-slider__slide.intro {
    display: none;
  }
}
.process-slider__slide.intro .process-slider__slide-content-left {
  width: 100%;
  text-align: center;
}
.process-slider__slide.intro .scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--white);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.process-slider__slide.intro .scroll:after {
  content: " ↓";
}
@media (min-width: 1079px) {
  .process-slider__slide.intro .scroll:after {
    display: block;
  }
}
.process-slider__slide.red {
  background-color: var(--hot-red);
  color: var(--hot-pink);
}
.process-slider__slide.red .blend {
  background-color: var(--hot-red);
}
.process-slider__slide.blue {
  background-color: var(--cold-blue);
  color: var(--bg);
}
.process-slider__slide.blue .blend {
  background-color: var(--cold-blue);
}
.process-slider__slide.yellow {
  background-color: var(--hot-yellow);
  color: var(--hot-red);
}
.process-slider__slide.yellow .blend {
  background-color: var(--hot-yellow);
}
.process-slider__slide.pink {
  background-color: var(--hot-pink);
  color: var(--cold-blue);
}
.process-slider__slide.pink .blend {
  background-color: var(--hot-pink);
}
.process-slider__slide.green {
  background-color: var(--cold-green);
  color: var(--hot-green);
}
.process-slider__slide.green .blend {
  background-color: var(--cold-green);
}
.process-slider__slide.orange {
  background-color: var(--hot-orange);
  color: var(--hot-red);
}
.process-slider__slide.orange .blend {
  background-color: var(--hot-orange);
}
.process-slider__slide.one-item .process-slider__slide-content-right {
  align-self: flex-start;
  justify-content: center;
}
@media (max-width: 1079px) {
  .process-slider__slide.one-item
    .process-slider__slide-content-right
    .media-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.process-slider__slide.one-item
  .process-slider__slide-content-right
  .media-1
  img,
.process-slider__slide.one-item
  .process-slider__slide-content-right
  .media-1
  video {
  height: 20.0694444444vw;
  width: 31.25vw;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .process-slider__slide.one-item
    .process-slider__slide-content-right
    .media-1
    img,
  .process-slider__slide.one-item
    .process-slider__slide-content-right
    .media-1
    video {
    height: 289px;
    width: 450px;
  }
}
@media (max-width: 1079px) {
  .process-slider__slide.one-item
    .process-slider__slide-content-right
    .media-1
    img,
  .process-slider__slide.one-item
    .process-slider__slide-content-right
    .media-1
    video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.process-slider__slide.two-item .process-slider__slide-content-right {
  position: relative;
}
@media (max-width: 1079px) {
  .process-slider__slide.two-item .process-slider__slide-content-right {
    max-width: 700px;
    margin: 30px auto 0;
  }
}
.process-slider__slide.two-item .process-slider__slide-content-right:before {
  display: block;
  content: "";
  padding-bottom: 80%;
}
@media (max-width: 1079px) {
  .process-slider__slide.two-item .process-slider__slide-content-right:before {
    padding-bottom: 50%;
  }
}
.process-slider__slide.two-item .process-slider__slide-content-right .grid {
  display: grid;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 30px;
  padding: 0 5.5555555556vw;
}
@media (max-width: 1079px) {
  .process-slider__slide.two-item .process-slider__slide-content-right .grid {
    display: block;
  }
}
.process-slider__slide.two-item .process-slider__slide-content-right img,
.process-slider__slide.two-item .process-slider__slide-content-right video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.process-slider__slide.two-item .process-slider__slide-content-right .media-1 {
  position: relative;
  grid-row: 1 / span 6;
  grid-column: 1 / span 9;
}
@media (max-width: 1079px) {
  .process-slider__slide.two-item
    .process-slider__slide-content-right
    .media-1 {
    position: relative;
    width: 75%;
    left: 0;
    top: 0;
  }
}
.process-slider__slide.two-item .process-slider__slide-content-right .media-2 {
  position: relative;
  grid-row: 4 / span 8;
  grid-column: 6 / span 6;
}
@media (max-width: 1079px) {
  .process-slider__slide.two-item
    .process-slider__slide-content-right
    .media-2 {
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
  }
}
.process-slider__slide.two-item
  .process-slider__slide-content-right
  .media-2
  img,
.process-slider__slide.two-item
  .process-slider__slide-content-right
  .media-2
  video {
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1079px) {
  .process-slider__slide.two-item .process-slider__slide-content-right .media-1,
  .process-slider__slide.two-item
    .process-slider__slide-content-right
    .media-2 {
    height: 100%;
  }
}
.process-slider__slide.three-item .process-slider__slide-content-right {
  position: relative;
}
.process-slider__slide.three-item .process-slider__slide-content-right:before {
  display: block;
  content: "";
  padding-bottom: 70%;
}
@media (max-width: 1079px) {
  .process-slider__slide.three-item
    .process-slider__slide-content-right:before {
    display: none;
  }
}
.process-slider__slide.three-item .process-slider__slide-content-right .grid {
  display: grid;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 30px;
  padding: 0 8.3333333333vw;
}
@media (max-width: 1079px) {
  .process-slider__slide.three-item .process-slider__slide-content-right .grid {
    gap: 0;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .process-slider__slide.three-item .process-slider__slide-content-right .grid {
    padding: 0;
    max-width: 300px;
  }
}
.process-slider__slide.three-item .process-slider__slide-content-right img,
.process-slider__slide.three-item .process-slider__slide-content-right video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.process-slider__slide.three-item
  .process-slider__slide-content-right
  .media-1 {
  position: relative;
  grid-row: 1 / span 8;
  grid-column: 1 / span 6;
}
.process-slider__slide.three-item
  .process-slider__slide-content-right
  .media-2 {
  position: relative;
  grid-row: 2 / span 8;
  grid-column: 8 / span 6;
}
@media (max-width: 1079px) {
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-2 {
    bottom: -10px;
    right: -10%;
    z-index: 2;
  }
}
.process-slider__slide.three-item
  .process-slider__slide-content-right
  .media-3 {
  position: relative;
  grid-row: 9 / span 8;
  grid-column: 2 / span 6;
}
@media (max-width: 1079px) {
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-3 {
    top: -10px;
    right: 0;
  }
}
@media (max-width: 1079px) {
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-1,
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-2,
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-3 {
    width: 170px;
    height: 250px;
  }
}
@media (max-width: 767px) {
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-1,
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-2,
  .process-slider__slide.three-item
    .process-slider__slide-content-right
    .media-3 {
    width: 90px;
    height: 110px;
  }
}
.process-slider__slide-heading {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.process-slider__slide-subheading {
  font-size: 1.8055555556vw;
  line-height: 2.2222222222vw;
}
@media (max-width: 1440px) {
  .process-slider__slide-subheading {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 1079px) {
  .process-slider__slide-subheading {
    font-size: 16px;
    line-height: 20px;
  }
}
.process-slider__slide-content {
  max-width: 79.1666666667vw;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1440px) {
  .process-slider__slide-content {
    max-width: 1140px;
  }
}
@media (max-width: 1079px) {
  .process-slider__slide-content {
    max-width: none;
    flex-direction: column;
  }
}
.process-slider__slide-content-left {
  width: 50%;
  align-self: center;
}
@media (max-width: 1079px) {
  .process-slider__slide-content-left {
    width: 100%;
  }
}
.process-slider__slide-content-right {
  position: relative;
  width: 50%;
  display: flex;
}
@media (max-width: 1079px) {
  .process-slider__slide-content-right {
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .process-slider__slide-content-right {
    margin-top: 20px;
    flex: none;
  }
}
.process-slider__slide-content-right .media-1.blend img,
.process-slider__slide-content-right .media-2.blend img,
.process-slider__slide-content-right .media-3.blend img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.process-slider .process-mobile-scroll-indicator {
  display: none;
}
@media (max-width: 1079px) {
  .process-slider .process-mobile-scroll-indicator {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: var(--white);
  }
}
.process-slider .process-back-to-top {
  display: none;
  position: absolute;
  color: var(--white);
}
@media (max-width: 1079px) {
  .process-slider .process-back-to-top {
    display: block;
    bottom: 15px;
    left: 15px;
  }
}
.process-slider-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 30px;
  display: flex;
  flex-direction: row;
  color: var(--slide-text-color);
}
@media (max-width: 1079px) {
  .process-slider-pagination {
    padding: 15px;
    display: none;
  }
}
.process-slider-pagination .swiper-pagination-bullet {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 8px;
  margin-right: 20px;
  opacity: 0.5;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .process-slider-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
}
.process-slider-pagination .swiper-pagination-bullet.first {
  display: none;
  visibility: hidden;
  padding: 0;
  width: 0;
  height: 0;
}
.process-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: skewX(-15deg);
  border: 1px solid currentColor;
  cursor: default;
}
.process-slider-pagination .swiper-pagination-bullet-active > span {
  transform: skewX(15deg);
}
.process-slider-pagination .swiper-pagination-bullet-active.first ~ span {
  display: none;
}
.full-width-image {
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .full-width-image {
    margin-bottom: 17px;
  }
}
.full-width-image img {
  width: 100%;
  display: block;
}
.full-width-image.blend img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.image-cluster {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .image-cluster {
    margin-bottom: 17px;
  }
}
.image-cluster .cluster-grid {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-gap: 20px;
}
@media (max-width: 767px) {
  .image-cluster .cluster-grid {
    grid-gap: 6px;
  }
}
.image-cluster img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.image-cluster.three .cluster-grid {
  grid-template-rows: repeat(4, 1fr);
}
.image-cluster.three .cluster-item {
  position: relative;
}
.image-cluster.three .cluster-item:nth-child(1) {
  grid-row: 1 / span 2;
  grid-column: 1 / span 4;
}
.image-cluster.three .cluster-item:nth-child(2) {
  grid-row: 1 / span 3;
  grid-column: 6 / span 3;
}
.image-cluster.three .cluster-item:nth-child(3) {
  grid-row: 3 / span 2;
  grid-column: 2 / span 4;
}
.image-cluster.four:before {
  padding-bottom: 75%;
}
.image-cluster.four .cluster-grid {
  grid-template-rows: repeat(5, 1fr);
}
.image-cluster.four .cluster-item {
  position: relative;
}
.image-cluster.four .cluster-item:nth-child(1) {
  grid-row: 1 / span 2;
  grid-column: 2 / span 4;
}
.image-cluster.four .cluster-item:nth-child(2) {
  grid-row: 1 / span 3;
  grid-column: 6 / span 3;
}
.image-cluster.four .cluster-item:nth-child(3) {
  grid-row: 3 / span 2;
  grid-column: 1 / span 4;
}
.image-cluster.four .cluster-item:nth-child(4) {
  grid-row: 4 / span 2;
  grid-column: 5 / span 4;
}
.testimonial {
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .testimonial {
    margin-bottom: 0;
    padding: 10px 0 40px;
  }
}
@media (max-width: 1079px) {
  .testimonial p {
    font-size: 24px;
    line-height: 24px;
  }
}
.testimonial-name {
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.two-column-image {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .two-column-image {
    margin-bottom: 17px;
  }
}
.two-column-image img {
  width: 100%;
}
.two-column-image .left-column {
  flex: 1;
  padding-right: 20px;
}
.two-column-image .left-column.blend img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.two-column-image .right-column {
  flex: 1;
}
.two-column-image .right-column.blend img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.embed-container {
  width: 100%;
  padding-bottom: 56.75%;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .embed-container {
    margin-bottom: 17px;
  }
}
.embed-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-video {
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .project-video {
    margin-bottom: 17px;
  }
}
.project-video video {
  width: 100%;
  display: block;
}
.project-single .project-content {
  position: relative;
  padding: 0 2.0833333333vw;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1440px) {
  .project-single .project-content {
    padding: 0 30px;
  }
}
@media (max-width: 1079px) {
  .project-single .project-content {
    display: block;
    padding: 0 15px;
  }
}
.project-single .project-content .project-sidebar {
  flex: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  max-height: 100vh;
  padding-right: 135px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.4s ease;
}
@media (max-width: 1440px) {
  .project-single .project-content .project-sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1079px) {
  .project-single .project-content .project-sidebar {
    padding-right: 0;
    position: relative;
    max-height: none;
    display: block;
    overflow: visible;
    margin-bottom: 0;
  }
}
.project-single .project-content .project-sidebar::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-sidebar.hide {
    display: none;
  }
}
.project-single .project-content .project-sidebar .project-sidebar__top {
  flex-shrink: 0;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-sidebar .project-sidebar__top {
    height: auto;
  }
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__top
  #project-back-button {
  position: relative;
  font-family: "Labil Grotesk";
  background: none;
  border: none;
  font-weight: 500;
  padding: 0;
  z-index: 3;
  cursor: pointer;
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__top
  .project-title {
  font-size: 2.7777777778vw;
  line-height: 2.3611111111vw;
  text-transform: uppercase;
  max-width: 300px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0.7em;
}
@media (max-width: 1440px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__top
    .project-title {
    font-size: 40px;
    line-height: 0.85;
  }
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__top
    .project-title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 50px;
  }
}
.project-single .project-content .project-sidebar .project-sidebar__bottom {
  display: flex;
  flex: 100%;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.1111111111vw;
  line-height: 1.3888888889vw;
}
@media (max-width: 1440px) {
  .project-single .project-content .project-sidebar .project-sidebar__bottom {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1079px) {
  .project-single .project-content .project-sidebar .project-sidebar__bottom {
    font-size: 14px;
    line-height: 18px;
    max-height: none;
  }
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__bottom
    .project-details {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__bottom
    .project-details__wrapper {
    width: 50%;
  }
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .project-details__extras {
  width: 100%;
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .sidebar-heading {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .sidebar-heading.extras {
  margin-top: 24px;
}
.project-single .project-content .project-sidebar .project-sidebar__bottom p {
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .acknowledgement {
  margin-top: 80px;
  margin-bottom: auto;
  font-size: 0.9722222222vw;
  line-height: 1.3888888889vw;
}
@media (max-width: 1440px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__bottom
    .acknowledgement {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__bottom
    .acknowledgement {
    display: none;
  }
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .next-project {
  border: none;
  text-align: left;
  background: none;
  padding: 0;
  font-family: "Labil Grotesk";
  font-weight: 500;
  cursor: pointer;
  margin-top: 80px;
  color: var(--black);
  text-decoration: none;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-sidebar
    .project-sidebar__bottom
    .next-project {
    display: none;
  }
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .next-project:after {
  content: " →";
}
.project-single
  .project-content
  .project-sidebar
  .project-sidebar__bottom
  .next-project:hover {
  text-decoration: underline;
}
.project-single .project-content .main-heading .main-headline {
  text-transform: uppercase;
  margin-bottom: 55px;
  display: block;
}
@media (max-width: 1079px) {
  .project-single .project-content .main-heading .main-headline {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.project-single .project-content .main-heading .read-overview {
  border: none;
  background: none;
  padding: 0;
  font-family: "Labil Grotesk";
  font-weight: 500;
  margin-bottom: 55px;
  cursor: pointer;
  color: #000;
}
@media (max-width: 1079px) {
  .project-single .project-content .main-heading .read-overview {
    margin-bottom: 24px;
  }
}
.project-single .project-content .main-heading .read-overview:after {
  content: " ↗";
}
.project-single .project-content .main-heading img {
  width: 100%;
  height: auto;
}
.project-single .project-content .main-heading.desktop-heading {
  display: block;
}
@media (max-width: 1079px) {
  .project-single .project-content .main-heading.desktop-heading {
    display: none;
  }
}
.project-single .project-content .main-heading.desktop-heading img {
  display: block;
  margin-bottom: 60px;
}
.project-single .project-content .main-heading.mobile-heading {
  display: none;
}
@media (max-width: 1079px) {
  .project-single .project-content .main-heading.mobile-heading {
    display: block;
    margin-top: 32px;
  }
}
.project-single .project-content .main-heading.mobile-heading img {
  margin-bottom: 24px;
}
.project-single .project-content .project-main {
  flex: 5;
  position: relative;
  padding-top: 24.4444444444vh;
  padding-bottom: 200px;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-main {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.project-single .project-content .project-main .project-overview {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-main .project-overview {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.project-single .project-content .project-main .project-overview.active {
  visibility: visible;
  opacity: 1;
  max-height: none;
  transition: all 0.4s ease;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-main .project-overview.active {
    padding-top: var(--header-height);
    transition: opacity 0.4s ease;
  }
}
.project-single
  .project-content
  .project-main
  .project-overview
  .overview-headline {
  margin: 10px 0;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .project-overview
    .overview-headline {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 24px;
  }
}
.project-single
  .project-content
  .project-main
  .project-overview
  .overview-columns {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .project-overview
    .overview-columns {
    display: block;
  }
}
.project-single
  .project-content
  .project-main
  .project-overview
  .overview-columns
  .col {
  flex: 1;
}
.project-single
  .project-content
  .project-main
  .project-overview
  .overview-columns
  .col.column-left {
  padding-right: 30px;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .project-overview
    .overview-columns
    .col.column-left {
    padding-right: 0;
  }
}
.project-single
  .project-content
  .project-main
  .project-overview
  .acknowledgement-mobile {
  display: none;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .project-overview
    .acknowledgement-mobile {
    display: block;
    font-size: 10px;
    line-height: 12px;
    max-width: 400px;
  }
}
.project-single
  .project-content
  .project-main
  .project-overview
  .close-overview {
  border: none;
  background: none;
  padding: 0;
  font-family: "Labil Grotesk";
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .project-overview
    .close-overview {
    margin-bottom: 24px;
  }
}
.project-single
  .project-content
  .project-main
  .project-overview
  .close-overview:after {
  content: " ↙";
}
.project-single .project-content .project-main .project-main-content {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.project-single .project-content .project-main .project-main-content.hide {
  display: none;
}
.project-single .project-content .project-main .flex-content {
  margin-bottom: 60px;
}
.project-single .project-content .project-main .featured-image {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-main .featured-image {
    margin-bottom: 17px;
  }
}
.project-single .project-content .project-main .next-posts__heading {
  text-transform: uppercase;
  margin-bottom: 100px;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-main .next-posts__heading {
    font-size: 32px;
    line-height: 28px;
    margin-bottom: 55px;
  }
}
.project-single .project-content .project-main .next-posts .next-posts-list {
  max-width: 44.4444444444vw;
  margin-left: auto;
}
@media (max-width: 1440px) {
  .project-single .project-content .project-main .next-posts .next-posts-list {
    max-width: 640px;
  }
}
.project-single .project-content .project-main .next-posts .next-post-item {
  display: block;
  position: relative;
  padding: 25px 0;
  text-decoration: none;
}
@media (max-width: 1079px) {
  .project-single .project-content .project-main .next-posts .next-post-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 0;
  }
}
.project-single
  .project-content
  .project-main
  .next-posts
  .next-post-item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .next-posts
    .next-post-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .next-posts
    .next-post-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.project-single
  .project-content
  .project-main
  .next-posts
  .next-post-item__heading {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.15);
  max-width: 300px;
  z-index: 2;
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .next-posts
    .next-post-item__heading {
    color: var(--black);
    padding-bottom: 20px;
    max-width: 80px;
    padding-right: 20px;
  }
}
.project-single
  .project-content
  .project-main
  .next-posts
  .next-post-item__heading:hover {
  color: var(--black);
}
.project-single
  .project-content
  .project-main
  .next-posts
  .next-post-item__heading:hover
  + .next-post-item__image {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}
.project-single
  .project-content
  .project-main
  .next-posts
  .next-post-item__image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 27.7777777778vw;
  height: 20.8333333333vw;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1440px) {
  .project-single
    .project-content
    .project-main
    .next-posts
    .next-post-item__image {
    width: 450px;
    height: 300px;
  }
}
@media (max-width: 1079px) {
  .project-single
    .project-content
    .project-main
    .next-posts
    .next-post-item__image {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 150px;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .project-single
    .project-content
    .project-main
    .next-posts
    .next-post-item__image {
    max-height: 70px;
    max-width: 100px;
  }
}
.project-single
  .project-content
  .project-main
  .next-posts
  .next-post-item__image
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.team-member-single {
  display: flex;
  flex-direction: row;
  padding: 0 30px 100px;
}
@media (max-width: 1079px) {
  .team-member-single {
    padding: 0 15px 48px;
    max-width: var(--max-width);
    margin: auto;
    display: block;
  }
}
.team-member-single__sidebar {
  flex: 2;
  padding-right: 40px;
  padding-top: 30px;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  align-self: flex-start;
}
@media (max-width: 1079px) {
  .team-member-single__sidebar {
    position: relative;
  }
}
.team-member-single__sidebar #team-member-back-button {
  position: relative;
  font-family: "Labil Grotesk";
  background: none;
  padding: 0;
  border: none;
  font-weight: 500;
  z-index: 3;
  cursor: pointer;
}
.team-member-single__sidebar .team-member-name {
  text-transform: uppercase;
  margin-top: 30px;
  max-width: 350px;
}
@media (max-width: 1079px) {
  .team-member-single__sidebar .team-member-name {
    margin-top: 50px;
    max-width: 50%;
  }
}
.team-member-single__sidebar .team-member-role {
  display: block;
  margin-top: 1.3888888889vw;
}
@media (max-width: 1440px) {
  .team-member-single__sidebar .team-member-role {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .team-member-single__sidebar .team-member-role {
    margin-top: 10px;
  }
}
.team-member-single__content {
  flex: 5;
}
.team-member-single__content .content-wrapper {
  max-width: 800px;
  padding-top: 270px;
}
@media (min-width: 1441px) {
  .team-member-single__content .content-wrapper {
    max-width: none;
  }
}
@media (max-width: 1079px) {
  .team-member-single__content .content-wrapper {
    padding-top: 32px;
  }
}
.team-member-single__content .mobile-photo {
  width: 59vw;
  max-width: 350px;
  margin-bottom: 32px;
  display: none;
}
@media (max-width: 1079px) {
  .team-member-single__content .mobile-photo {
    display: block;
  }
}
.team-member-single__content .headline {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 1079px) {
  .team-member-single__content .headline {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 24px;
  }
}
.team-member-single__content .bio-and-photo {
  display: flex;
  flex-direction: row;
}
.team-member-single__content .bio-and-photo .bio {
  flex: 3;
  padding-right: 60px;
}
@media (max-width: 1079px) {
  .team-member-single__content .bio-and-photo .bio {
    padding-right: 0;
  }
}
.team-member-single__content .bio-and-photo .bio > *:first-child {
  margin-top: 0;
}
.team-member-single__content .bio-and-photo .bio a {
  color: var(--black);
  font-weight: 500;
}
.team-member-single__content .bio-and-photo .photo {
  flex: 2;
}
@media (max-width: 1079px) {
  .team-member-single__content .bio-and-photo .photo {
    display: none;
  }
}
.team-member-single__content .bio-and-photo .photo img {
  width: 100%;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
