html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

.vsc-controller {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -9999;
}

.page-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  row-gap: 5.625rem;
  flex-grow: 1;
}

[data-template="home"] main,
[data-template="project"] main,
[data-template="director"] main {
  margin-top: 5.625rem;
}

@media (max-width: 720px) {
  main {
    row-gap: 2.5rem;
  }

  [data-template="home"] main,
  [data-template="project"] main,
  [data-template="director"] main {
    margin-top: 2.5rem;
  }
}

.grid-container inner {
  width: auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  row-gap: 40px;
}

.grid-item {
  display: block;
}

img {
  width: 100%;
}

.projects-sidebar {
  grid-column: span 3;
  /* grid-row: span 2; */
}

.projects-sidebar > div {
  position: sticky;
  top: 5em;
}

@media (max-width: 720px) {
  .projects-sidebar {
    grid-column: span 12;
  }
}

@media (max-width: 720px) {
  .projects-sidebar p {
    width: 50%;
    float: left;
    white-space: nowrap;
  }
}

@media (min-width: 721px) {
  .projects-sidebar a {
    display: none;
  }
}

@media (max-width: 720px) {
  .projects-sidebar a {
    width: 50%;
    float: left;
    text-align: right;
  }
}

.preview-section inner {
  grid-row-gap: 40px;
}

.preview-section.carousel .preview-grid {
  grid-column: span 9;
  display: grid;
  grid-column-gap: 20px;
  cursor: ew-resize;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 720px) {
  .preview-section.carousel .preview-grid {
    grid-column: span 13;
  }
}

.preview-section.carousel .preview-grid::-webkit-scrollbar {
  display: none;
}

.preview-section.carousel .preview-grid .project-tile {
  width: 22.5vw;
}

@media (max-width: 720px) {
  .preview-section.carousel .preview-grid .project-tile {
    overflow: hidden;
  }

  .preview-section.carousel .preview-grid .project-tile p.caption {
    white-space: nowrap;
  }
}

.preview-section.carousel .projects-button {
  grid-column: 4/13;
}

@media (max-width: 720px) {
  .preview-section.carousel .projects-button {
    grid-column: 1/13;
  }
}

.preview-section.list .preview-grid {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(9, 1fr) !important;
  column-gap: 20px;
  row-gap: 2.813rem;
  position: relative;
}

@media (max-width: 720px) {
  .preview-section.list .preview-grid {
    grid-column: span 13;
  }
}

.preview-section.list .preview-grid .project-tile {
  grid-column: 1/10;
  width: 100%;
  /* height: 100%; */
  max-width: 46.52778vw;
  /* max-height: 100%; */
  transition: all 0.3s;
  justify-self: flex-end;
  align-self: center;
}

@media (max-width: 720px) {
  .preview-section.list .preview-grid .project-tile {
    max-width: 100%;
  }
}

.preview-section.list .preview-grid .project-tile.active {
  grid-column: 1/10;
  max-width: 100%;
}

.preview-section.carousel .preview-grid .project-tile .media-sizer,
.preview-section.list .preview-grid .project-tile .media-sizer {
  padding-bottom: 0 !important;
  width: 100% !important;
  transition: all 0.3s;
}

.preview-section.carousel .preview-grid .project-tile .media-sizer {
  height: 33.854167vw !important;
}

.preview-section.list .preview-grid .project-tile .media-sizer {
  height: 19.509722vw !important;
}

.preview-section.list .preview-grid .project-tile.active .media-sizer {
  height: 39.648611vw !important;
}

@media (max-width: 720px) {
  .preview-section.list .preview-grid .project-tile .media-sizer,
  .preview-section.list .preview-grid .project-tile.active .media-sizer {
    height: 50.966184vw !important;
  }
}

.preview-section.carousel .preview-grid .project-tile .media-sizer > *,
.preview-section.list .preview-grid .project-tile .media-sizer > * {
  position: static !important;
}

.preview-section.list .preview {
  position: relative !important;
}

.preview-section.list .preview-vid {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 2;
}

.preview-section.list .preview-grid .project-tile.active .preview-vid {
  opacity: 1;
  height: calc(100% + 1px) !important;
}

.preview-section.carousel .preview-vid {
  display: none;
}

/* New Preview Vid on hover */

.project-tile .preview-vid {
  display: none;
}

.project-tile[data-preview-vid]:hover .preview-image {
  display: none;
}
.project-tile[data-preview-vid]:hover .preview-vid {
  display: block;
}

.preview-section.list .projects-button {
  display: none;
}

.projects-grid {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  position: relative;
  margin-top: 1.4em;
}

@media (max-width: 720px) {
  .projects-grid {
    grid-column: span 12;
  }
}

.projects-director {
  grid-column: 1/10;
  grid-row: 1;
  display: none;
  align-items: flex-end;
}

@media (max-width: 720px) {
  .projects-director p {
    padding-bottom: 0;
    margin-top: 0.5rem;
  }
}

[data-layout="grid"] .projects-grid .project-tile {
  grid-column: span 3;
}

@media (max-width: 720px) {
  [data-layout="grid"] .projects-grid .project-tile {
    grid-column: span 9;
  }
}

[data-layout="list"] .projects-grid .project-tile,
.projects-grid .projects-button {
  grid-column: span 9;
}

.left-text-area {
  grid-column: 1 / 4;
}

@media (max-width: 720px) {
  .left-text-area {
    grid-column: 1 / 13;
  }
}

.main-text-area {
  grid-column: 4 / 10;
}

.main-text-area.-list {
  grid-column: 4 / 10;
  column-count: 3;
  column-gap: 20px;
}

@media (max-width: 1024px) {
  .main-text-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 1024px) {
  .main-text-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 720px) {
  .main-text-area {
    grid-column: 1 / 13;
  }
}

@media (max-width: 1024px) {
  .main-text-area.-list {
    grid-column: 4 / 13;
  }
}

@media (max-width: 1024px) {
  .main-text-area.-list {
    grid-column: 4 / 13;
  }
}

@media (max-width: 720px) {
  .main-text-area.-list {
    grid-column: 1 / 13;
    column-count: 2;
  }
}

.main-text-area ul {
  list-style: disc;
  margin-left: 2em;
}

.main-text-area ul li:not(:last-child) {
  margin-bottom: 1em;
}

.main-text-area-left {
  grid-column: 4 / 6;
}

@media (max-width: 1024px) {
  .main-text-area-left {
    grid-column: 4 / 7;
  }
}

@media (max-width: 1024px) {
  .main-text-area-left {
    grid-column: 4 / 7;
  }
}

@media (max-width: 720px) {
  .main-text-area-left {
    grid-column: 1 / 7;
  }
}

.main-text-area-mid {
  grid-column: 6 / 8;
}

@media (max-width: 1024px) {
  .main-text-area-mid {
    grid-column: 7 / 10;
  }
}

@media (max-width: 1024px) {
  .main-text-area-mid {
    grid-column: 7 / 10;
  }
}

@media (max-width: 720px) {
  .main-text-area-mid {
    grid-column: 7 / 13;
  }
}

.main-text-area-right {
  grid-column: 8 / 10;
}

@media (max-width: 1024px) {
  .main-text-area-right {
    grid-column: 10 / 13;
  }
}

@media (max-width: 1024px) {
  .main-text-area-right {
    grid-column: 10 / 13;
  }
}

@media (max-width: 720px) {
  .main-text-area-right {
    grid-column: 1 / 7;
  }
}

.toggle-button {
  grid-column: 4 / 10;
}

@media (max-width: 720px) {
  .toggle-button {
    grid-column: 1 / 13;
  }
}

.team-members-area {
  grid-column: 4 / 10;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: start;
}

.team-members-area .person-id {
  grid-column: span 2;
}

.team-members-area .person-id[data-has-bio="true"] {
  cursor: pointer;
}

.team-members-area .person-id[data-has-bio="false"] {
  cursor: default;
}

.team-members-area .person-id p {
  margin-bottom: 0;
}

.team-members-area .person-bio {
  grid-column: span 6;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: none;
}

.team-members-area .person-bio.-visible {
  display: grid;
}

.team-members-area .person-bio .person-image {
  grid-column: span 2;
}

.team-members-area .person-bio .person-text-info {
  grid-column: span 4;
}

@media (max-width: 1024px) {
  .team-members-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 1024px) {
  .team-members-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 720px) {
  .team-members-area {
    grid-column: 1 / 13;
  }
}

@media (max-width: 720px) {
  .team-members-area .person-id {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .team-members-area .person-bio .person-image {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .team-members-area .person-bio .person-text-info {
    grid-column: span 3;
  }
}

.overview-mainbar-area {
  grid-column: 4 / 8;
}

@media (max-width: 1024px) {
  .overview-mainbar-area {
    grid-column: 4 / 10;
  }
}

@media (max-width: 1024px) {
  .overview-mainbar-area {
    grid-column: 4 / 10;
  }
}

@media (min-width: 721px) {
  .overview-mainbar-area {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0;
    word-spacing: 0;
  }

  .overview-mainbar-area p {
    margin: 0 0 1.5rem;
  }

  .overview-mainbar-area blockquote {
    margin-left: 1.5rem;
  }
}

@media (min-width: 721px) and (max-width: 720px) {
  .overview-mainbar-area {
    font-size: 1.14285714rem;
  }
}

@media (min-width: 721px) and (max-width: 720px) {
  .overview-mainbar-area p {
    margin: 0 0 1.42857143rem;
  }
}

@media (max-width: 720px) {
  .overview-mainbar-area {
    grid-column: 1 / 13;
  }

  .overview-mainbar-area p {
    margin: 0 0 1.2rem;
  }

  .overview-mainbar-area blockquote {
    margin-left: 1.2rem;
  }
}

.overview-sidebar-area {
  grid-column: 8 / 12;
}

@media (max-width: 1024px) {
  .overview-sidebar-area {
    grid-column: 10 / 13;
  }
}

@media (max-width: 1024px) {
  .overview-sidebar-area {
    grid-column: 10 / 13;
  }
}

.awards-text-area {
  grid-column: 4 / 10;
}

@media (max-width: 1024px) {
  .awards-text-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 1024px) {
  .awards-text-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 720px) {
  .awards-text-area {
    grid-column: 1 / 13;
  }
}

.credits-text-area {
  grid-column: 4 / 10;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 2.4rem;
}

.credits-text-area .credit-headline {
  grid-column: span 6;
}

.credits-text-area .credit-headline p {
  margin-bottom: 0 !important;
}

.credits-text-area .credit {
  grid-column: span 2;
}

@media (max-width: 1024px) {
  .credits-text-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 1024px) {
  .credits-text-area {
    grid-column: 4 / 13;
  }
}

@media (max-width: 720px) {
  .credits-text-area {
    grid-column: 1 / 13;
  }
}

@media (max-width: 720px) {
  .credits-text-area .credit {
    grid-column: span 6;
  }
}

.footer-col p:last-child {
  margin-bottom: 0;
}

.footer-col:nth-child(1) {
  grid-column: 1 / 6;
}

.footer-col:nth-child(2) {
  grid-column: 7 / 10;
}

.footer-col:nth-child(3) {
  grid-column: 10 / 13;
}

@media (max-width: 1024px) {
  .footer-col:nth-child(1) {
    grid-column: 1 / 7;
  }
}

@media (max-width: 1024px) {
  .footer-col:nth-child(1) {
    grid-column: 1 / 7;
  }
}

@media (max-width: 720px) {
  .footer-col:nth-child(1) {
    grid-column: 1 / 7;
  }
}

@media (max-width: 1024px) {
  .footer-col:nth-child(2) {
    grid-column: 7 / 13;
  }
}

@media (max-width: 1024px) {
  .footer-col:nth-child(2) {
    grid-column: 7 / 10;
  }

  .footer-col:nth-child(3) {
    grid-column: 7 / 13;
  }
}

@media (max-width: 720px) {
  .footer-col:nth-child(2) {
    grid-column: 7 / 13;
  }
}

@media (min-width: 721px) {
  .mq-md-down-only {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .mq-lg-up-only {
    display: none !important;
  }
}

[data-debug-layout="true"]:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.5em;
  font-size: 16px;
  z-index: 100;
}

@media (min-width: 1801px) {
  [data-debug-layout="true"]:after {
    content: "xl: 1801px +";
    color: #00c8a9;
  }
}

@media (min-width: 721px) and (max-width: 1800px) {
  [data-debug-layout="true"]:after {
    content: "lg: 721px - 1024px";
    color: #00b0b8;
  }
}

@media (min-width: 481px) and (max-width: 720px) {
  [data-debug-layout="true"]:after {
    content: "md: 481px - 720px";
    color: #0098c7;
  }
}

@media (max-width: 480px) {
  [data-debug-layout="true"]:after {
    content: "sm: 0 - 480px";
    color: #0080d6;
  }
}

@media (max-width: 320px) {
  [data-debug-layout="true"]:after {
    content: "xs: 0 - 320px";
    color: #0068e5;
  }
}

[data-debug-outline="true"] > * {
  outline: 1px solid rgba(230, 0, 0, 0.333);
}

[data-debug-outline="true"] > * > * {
  outline: 1px solid rgba(230, 115, 0, 0.333);
}

[data-debug-outline="true"] > * > * > * {
  outline: 1px solid rgba(230, 230, 0, 0.333);
}

[data-debug-outline="true"] > * > * > * > * {
  outline: 1px solid rgba(115, 230, 0, 0.333);
}

[data-debug-outline="true"] > * > * > * > * > * {
  outline: 1px solid rgba(0, 230, 0, 0.333);
}

[data-debug-outline="true"] > * > * > * > * > * > * {
  outline: 1px solid rgba(0, 230, 115, 0.333);
}

[data-debug-outline="true"] > * > * > * > * > * > * > * {
  outline: 1px solid rgba(0, 230, 230, 0.333);
}

[data-debug-outline="true"] > * > * > * > * > * > * > * > * {
  outline: 1px solid rgba(0, 115, 230, 0.333);
}

[data-debug-outline="true"] > * > * > * > * > * > * > * > * > * {
  outline: 1px solid rgba(0, 0, 230, 0.333);
}

[data-debug-outline="true"] > * > * > * > * > * > * > * > * > * > * {
  outline: 1px solid rgba(115, 0, 230, 0.333);
}

[data-debug-baseline="true"] {
  background: linear-gradient(
    to bottom,
    #e10000,
    #e10000 1px,
    transparent 1px,
    transparent
  );
  background-size: 100% 1.2rem;
}

[data-debug-layout="true"]:before {
  content: "";
  position: fixed;
  width: auto;
  margin: 0 auto;
  top: 0;
  left: 40px;
  right: calc(40px - 20px);
  bottom: 0;
  z-index: 1;
  opacity: 0.15;
  background-size: 8.33333333% auto;
  background-image: linear-gradient(
    to right,
    currentColor calc(100% - 20px),
    transparent 1px
  );
  pointer-events: none;
  mix-blend-mode: multiply;
}

@media (min-width: 1801px) {
  [data-debug-layout="true"]:before {
    color: #00c8a9;
  }
}

@media (min-width: 721px) and (max-width: 1800px) {
  [data-debug-layout="true"]:before {
    color: #00b0b8;
  }
}

@media (min-width: 481px) and (max-width: 720px) {
  [data-debug-layout="true"]:before {
    color: #0098c7;
  }
}

@media (max-width: 480px) {
  [data-debug-layout="true"]:before {
    color: #0080d6;
  }
}

@media (max-width: 320px) {
  [data-debug-layout="true"]:before {
    color: #0068e5;
  }
}

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

figure {
  margin: 0;
  padding: 0;
}

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

button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}

:focus {
  outline: none;
}

.image-sizer {
  width: 100%;
  height: 0;
  position: relative;
}

.image-sizer > img,
.image-sizer > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #000000;
  color: #ffffff;
  background-color: red;
}

body .site-header {
  background-color: #000000;
}

@media (prefers-color-scheme: light) {
  body {
    background-color: #ffffff;
    color: #000000;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #000000;
    color: #ffffff;
  }
}

@media (prefers-color-scheme: light) {
  body .site-header {
    background-color: #ffffff;
  }
}

@media (prefers-color-scheme: dark) {
  body .site-header {
    background-color: #000000;
  }
}

html {
  font-size: 16px;
}

@media (min-width: 1801px) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 720px) {
  html {
    font-size: 14px;
  }
}

body,
input,
textarea,
button {
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:hover {
  color: #767676;
}

button:hover {
  color: #767676;
}

@media (prefers-color-scheme: light) {
  button:hover {
    color: #000000;
  }
}

@media (prefers-color-scheme: dark) {
  button:hover {
    color: #ffffff;
  }
}

.text p:not(:last-of-type),
.text-detail p:not(:last-of-type) {
  margin: 0 0 1.2rem;
}

.text blockquote,
.text-detail blockquote {
  margin-left: 1.2rem;
}

.text-medium {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  word-spacing: 0;
}

.text-medium p:not(:last-of-type) {
  margin: 0 0 1.5rem;
}

.text-medium blockquote {
  margin-left: 1.5rem;
}

@media (max-width: 720px) {
  .text-medium {
    font-size: 1.14285714rem;
  }
}

@media (max-width: 720px) {
  .text-medium p:not(:last-of-type) {
    margin: 0 0 1.42857143rem;
  }
}

@media (max-width: 720px) {
  .text-medium-mobile p {
    margin-bottom: 1.42857143rem !important;
  }
}

@media (max-width: 720px) {
  .text-medium-mobile {
    font-size: 1.14285714rem !important;
    line-height: 1.2 !important;
  }
}

.text-large {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  word-spacing: 0;
}

.text-large p:not(:last-of-type) {
  margin: 0 0 2.5rem;
}

.text-large blockquote {
  margin-left: 2.5rem;
}

@media (max-width: 1024px) {
  .text-large {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .text-large {
    font-size: 2rem;
  }
}

@media (max-width: 720px) {
  .text-large {
    font-size: 2rem;
  }
}

@media (max-width: 720px) {
  .text-large p {
    margin: 0 0 2rem;
  }
}

.secondary {
  color: #767676;
}

button.-selected .secondary {
  color: #ffffff;
}

@media (prefers-color-scheme: light) {
  button.-selected .secondary {
    color: #000000;
  }
}

@media (prefers-color-scheme: dark) {
  button.-selected .secondary {
    color: #ffffff;
  }
}

.toggle-button {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0;
  word-spacing: 0;
}

.toggle-button p {
  margin: 0 0 1.5rem;
}

.toggle-button blockquote {
  margin-left: 1.5rem;
}

.toggle-button:hover {
  color: #767676;
}

@media (max-width: 720px) {
  .toggle-button {
    font-size: 1.14285714rem;
  }
}

@media (max-width: 720px) {
  .toggle-button p {
    margin: 0 0 1.42857143rem;
  }
}

inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 720px) {
  inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.site-header {
  padding: 1.2rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.site-header:before {
  display: table;
  content: "";
}

.site-header:after {
  display: table;
  content: "";
  clear: both;
}

/* .site-header .site-title {
  width: 50%;
  float: left;
}

.site-header .site-nav {
  width: 50%;
  float: left;
  text-align: right;
} */

.site-header .site-nav .listed-pages {
  list-style-type: none;
  text-align: right;
}

.site-header .site-nav .listed-pages.is-open {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.site-header .site-nav .listed-pages li {
  display: inline;
  margin-left: 1.2rem;
}

/* @media (max-width: 720px) {
  .site-header .site-title {
    width: 50%;
  }
} */

@media (max-width: 720px) {
  .site-header .site-nav .listed-pages {
    text-align: left;
    position: fixed;
    width: 66.67%;
    top: 0;
    right: 0;
    background: #ffffff;
    font-size: 2rem;
    padding: 1rem;
    top: 2.4rem;
    bottom: 0;
    z-index: 20;
    -ms-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-property: transform;
    opacity: 0;
  }
}

@media (prefers-color-scheme: dark) {
  .site-header .site-nav .listed-pages {
    color: #ffffff;
  }
}
@media (max-width: 720px) and (prefers-color-scheme: dark) {
  .site-header .site-nav .listed-pages {
    background-color: #000000;
  }
}

@media (max-width: 720px) {
  .site-header .site-nav .listed-pages li {
    display: block;
  }
}

@media (min-width: 721px) {
  .mobile-nav-trigger {
    display: none;
  }
}

.mobile-menu-underlay {
  position: fixed;
  z-index: 10;
  top: 2.4rem;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  pointer-events: none;
}

@media (min-width: 721px) {
  .mobile-menu-underlay {
    display: none;
  }
}

[data-menu-open="true"] .mobile-menu-underlay {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: all;
}

@media (prefers-color-scheme: dark) {
  .mobile-menu-underlay {
    background: rgba(0, 0, 0, 0.1);
  }
}

.header-media {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  position: relative;
  overflow: hidden;
}

.header-media > video,
.header-media > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.header-media > button {
  position: absolute;
  bottom: calc(50% - 0.5em);
  background: transparent;
  width: auto;
  height: 20px;
  opacity: 0;
  transition: opacity 0.5s;
  background-size: contain;
  mix-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-position: center;
}

.header-media > button.audio-control {
  left: calc(50% + 1em);
}

.header-media > button.play-control {
  right: calc(50% + 1em);
  padding-right: 20px;
}

.header-media > button.rewind-control {
  background-image: url(/assets/graphics/reset.svg);
  right: 20px;
}

.header-media:hover > button {
  opacity: 1;
}

@media (max-width: 720px) {
  .header-media {
    /* padding-bottom: 80%; */
  }
}

video {
  pointer-events: none;
}

.button-holder {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  width: 100%;
  height: fit-content !important;
  opacity: 0;
  transition: opacity 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 200px 20px;
  transform: translateY(-50%);
}

@media (max-width: 720px) {
  .button-holder {
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    grid-auto-rows: 1fr min-content;
  }
}

.button-holder button {
  background: transparent;
  width: fit-content;
  height: 100%;
  background-size: contain;
  mix-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
}

.button-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 10vw;
  padding-right: 70px;
}

.button-left > *:first-child {
  margin-right: 25px;
}

.button-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20vw;
  padding-left: 70px;
}

@media (max-width: 720px) {
  .button-left {
    grid-column: 1/2;
    grid-row: 1;
    width: 100%;
    padding-right: 0;
  }

  .button-right {
    grid-column: 2/3;
    grid-row: 1;
    width: 100%;
    padding-left: 0;
  }
}

.button-holder .progress {
  height: 20px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding: 5px 0;
  width: 100%;
  transition: all 0.5s ease;
  flex-grow: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) calc(50% - 1px),
    rgba(255, 255, 255, 1) calc(50%),
    rgba(0, 0, 0, 0) calc(50% + 1px)
  );
  cursor: pointer;
}

@media (max-width: 720px) {
  .button-holder .progress {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.button-holder progress {
  color: white;
  font-size: 20px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: relative;
  cursor: pointer;
}

.button-holder progress::-moz-progress-bar {
  color: white;
  background: rgba(255, 255, 255, 0);
}

.button-holder progress[value]::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  height: 100%;
}

.button-holder progress[value]::-webkit-progress-value {
  background: rgba(255, 255, 255, 0);
  border-radius: 20px;
  height: 100%;
  position: relative;
  transition: width 0.1s linear;
  background-image: radial-gradient(
    circle at calc(100% - 5px) center,
    white 5px,
    rgba(255, 255, 255, 0.3) 6px,
    rgba(255, 255, 255, 0) 0px
  );
  padding: 0 5px;
}

.button-holder button.rewind-control {
  background-image: url(/assets/graphics/reset.svg);
  right: 20px;
}

.button-holder button.play-control {
  padding-right: 20px;
}

.button-holder:hover {
  opacity: 1;
}

.site-footer {
  margin-top: 10rem;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .site-footer {
    margin-top: 5rem;
  }
}

@media (max-width: 1024px) {
  .site-footer {
    margin-top: 5rem;
  }
}

@media (max-width: 720px) {
  .site-footer {
    margin-top: 6rem;
    margin-bottom: 20px;
  }
}

.project-media-block {
  margin-bottom: 20px;
}

.full-width-media {
  grid-column: span 12;
}

.half-width-media {
  grid-column: span 6;
}

.half-width-media:nth-child(1) {
  margin-top: 0;
}

.half-width-media:nth-child(2) {
  margin-top: 12.5vw;
}

@media (max-width: 720px) {
  .half-width-media {
    grid-column: span 12;
  }
}

@media (max-width: 720px) {
  .half-width-media:nth-child(1) {
    margin-bottom: 20px;
  }
}

@media (max-width: 720px) {
  .half-width-media:nth-child(2) {
    margin-top: 0;
  }
}

.video-container {
  position: relative;
}

.video-container > button {
  position: absolute;
  bottom: calc(50% - 0.5em);
  background: transparent;
  width: auto;
  height: 20px;
  opacity: 0;
  transition: opacity 0.5s;
  background-size: contain;
  mix-blend-mode: exclusion;
  background-repeat: no-repeat;
  background-position: center;
}

.video-container > button.audio-control {
  left: calc(50% + 1em);
}

.video-container > button.play-control {
  right: calc(50% + 1em);
  padding-right: 20px;
}

.video-container > button.rewind-control {
  background-image: url(/assets/graphics/reset.svg);
  right: 20px;
}

.video-container:hover > button {
  opacity: 1;
}

/* .projects-section {
    margin-top: 3.6rem;
} */

.project-information[data-show="less"] .overview-mainbar-area,
.project-information[data-show="less"] .overview-sidebar-area,
.project-information[data-show="less"] .awards-text-area,
.project-information[data-show="less"] .credits-text-area,
.project-information[data-show="less"] [data-button="less"] {
  display: none;
}

.project-information[data-show="more"] [data-button="more"] {
  display: none;
}

@media (max-width: 720px) {
  .grid-container[data-mobile-layout="vertical"] .projects-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.grid-container[data-mobile-layout="vertical"]
  .projects-grid::-webkit-scrollbar {
  display: none;
}

@media (max-width: 720px) {
  .grid-container[data-mobile-layout="vertical"] .projects-grid .project-tile {
    grid-column: unset;
    width: 75vw;
    flex: 0 0 auto;
    margin-right: 20px;
  }
}

@media (max-width: 720px) {
  .grid-container[data-mobile-layout="vertical"]
    .projects-grid
    .projects-button {
    display: none;
  }
}

.case-studies-layout-icon {
  background: #767676;
  height: 18px;
  width: 18px;
  display: block;
  margin-top: 1.2rem;
  position: relative;
}

.case-studies-layout-icon:before,
.case-studies-layout-icon:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  position: absolute;
  -ms-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}

.case-studies-layout-icon[data-layout="grid"]::before {
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

.case-studies-layout-icon[data-layout="grid"]::after {
  -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

.case-studies-layout-icon[data-layout="list"]::before {
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  top: 33.33333333%;
}

.case-studies-layout-icon[data-layout="list"]::after {
  -ms-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -moz-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
  top: 66.66666667%;
}

@media (prefers-color-scheme: light) {
  .case-studies-layout-icon:before,
  .case-studies-layout-icon:after {
    background: #ffffff;
  }
}

@media (prefers-color-scheme: dark) {
  .case-studies-layout-icon:before,
  .case-studies-layout-icon:after {
    background: #000000;
  }
}

.project-tile .caption {
  margin-bottom: 1.2rem;
}

.project-tile .director span:not(:last-child)::after {
  content: ", ";
}

.project-tile a:hover .card-image {
  opacity: 0.5;
}

.project-tile .card-image {
  width: 100%;
  transition: opacity 0.5s;
}

.project-tile .card-image .media-sizer {
  width: 100%;
  height: 0;
  position: relative;
}

#filters {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}

#filters h3 {
  margin-bottom: 0.5rem;
}

#filters h3:last-of-type {
  margin-top: 0.5rem;
}

h2.directors {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}

[data-layout="grid"] .project-tile .card-image .media-sizer {
  padding-bottom: 150%;
  padding-bottom: calc((100vw - 80px) / 4 * 1.5);
}

@media (max-width: 720px) {
  [data-layout="grid"] .project-tile .card-image .media-sizer {
    padding-bottom: calc((100vw - 80px) / 4 * 2.5);
  }
}

@media (max-width: 720px) {
  [data-mobile-layout="vertical"][data-layout="grid"]
    .project-tile
    .card-image
    .media-sizer {
    padding-bottom: 150%;
  }
}

[data-layout="list"] .project-tile .card-image .media-sizer {
  padding-bottom: 50%;
  padding-bottom: calc((100vw - 80px) / 4 * 1.5);
}

.project-tile .card-image .media-sizer > img,
.project-tile .card-image .media-sizer > video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

[data-template="projects"]
  [data-layout="grid"]
  .projects-grid.landscape
  .project-tile
  .card-image
  .media-sizer {
  padding-bottom: 0 !important;
  width: 100%;
  height: 12.695312vw;
}

@media (max-width: 720px) {
  [data-template="projects"]
    [data-layout="grid"]
    .projects-grid.landscape
    .project-tile
    .card-image
    .media-sizer {
    height: 42.1875vw;
  }
}

[data-template="projects"]
  .projects-grid.landscape
  .project-tile
  .card-image
  .media-sizer
  > *,
.project-tile .card-image .media-sizer > video {
  position: static;
  width: 100%;
  height: 100%;
  display: block;
}

/* .text-section {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
} */

.text-section.-block {
  margin-top: 0rem;
  margin-bottom: 4.8rem;
}

.text-section.-contact {
  margin-bottom: 2.5rem;
}

@media (max-width: 720px) {
  .text-section {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 720px) {
  .text-section.-block {
    margin-bottom: 2.4rem;
  }
}

.text-blocks-section {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}

.team-section,
.split-list-section {
  margin-top: 0rem;
  margin-bottom: 4.8rem;
}

@media (max-width: 720px) {
  .team-section {
    margin-bottom: 2.4rem;
  }
}

@media (max-width: 720px) {
  .split-list-section {
    margin-bottom: 2.4rem;
  }
}

#map {
  width: 100%;
  height: 50vw;
}

#map .mapboxgl-control-container {
  display: none;
}

#map .mapboxgl-canvas {
  -webkit-filter: grayscale(100%) invert(100%);
  filter: grayscale(100%) invert(100%);
}

#map .map-marker {
  display: block;
  width: 1rem;
  height: 1rem;
}

#map .map-marker:before,
#map .map-marker:after {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 2px;
  top: 50%;
  left: 50%;
  background: currentColor;
}

#map .map-marker:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
  transform: translate3d(-50%, -50%, 0) rotate(0deg);
}

#map .map-marker:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
  transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

@media (max-width: 720px) {
  #map {
    height: 80vw;
  }
}

@media (prefers-color-scheme: light) {
  #map .mapboxgl-canvas {
    -webkit-filter: grayscale(100%) invert(0%);
    filter: grayscale(100%) invert(0%);
  }
}

@media (prefers-color-scheme: dark) {
  #map .mapboxgl-canvas {
    -webkit-filter: grayscale(100%) invert(100%);
    filter: grayscale(100%) invert(100%);
  }
}

.team-members-area > * {
  transition: opacity 0.5s;
}

.team-members-area.-active > * {
  opacity: 0.3;
}

.team-members-area.-active *.-selected,
.team-members-area.-active *.-visible {
  opacity: 1;
}

.team-members-area .person-bio .person-image {
  height: 0px;
  padding-bottom: 150%;
  position: relative;
}

.team-members-area .person-bio .person-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.aspectholder > * {
  width: 100%;
}

/* .builder-section {
    margin-top: 8.6rem;
} */

.block-text {
  grid-column: 1/13;
}

.block-text p {
  padding-right: 20px;
}

.block-text[data-size="full"] p {
  width: 100%;
}

.block-text[data-size="half"] p {
  width: calc(50% - 10px);
}

.block-text[data-size="quarter"] p {
  width: calc(25% - 15px);
}

.block-text[data-size="third"] p {
  width: calc(33.3% - 12.5px);
}

.block-text[data-size="twothird"] p {
  width: calc(75% - 5px);
}

.block-text[data-placement="left"] {
  justify-content: flex-start;
}

.block-text[data-placement="mid"] {
  grid-column: 4/11;
}

@media (max-width: 720px) {
  .block-text[data-placement="mid"] {
    grid-column: 1/13;
  }
}

.block-text[data-placement="right"] {
  justify-content: flex-end;
}

.block-single {
  grid-column: 1/13;
  display: flex;
  flex-direction: column;
}

.block-single p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.block-single a > div > .button-holder:after,
.block-single a > video > .button-holder:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: opacity 0.5s;
}

.block-single a:hover > div > .button-holder:after,
.block-single a:hover > video > .button-holder:after {
  z-index: -1;
  opacity: 0.3;
}

.block-single .aspectholder,
.block-single .aspectholder img,
.block-single .aspectholder svg,
.block-single .aspectholder video {
  width: 100%;
  position: relative;
}

.block-single[data-size="full"] > p,
.block-single[data-size="full"] > a {
  width: 100%;
}

.block-single[data-size="fill"] {
  width: calc(100% + 80px);
  margin-left: -40px;
}

@media (max-width: 720px) {
  .block-single[data-size="fill"] {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.block-single[data-size="fill"] > p,
.block-single[data-size="fill"] > a {
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 720px) {
  .block-single[data-size="fill"] > p,
  .block-single[data-size="fill"] > a {
    padding: 0 20px;
  }
}

@media (max-width: 720px) {
  .block-single[data-size="half"] > div.aspectholder,
  .block-single[data-size="half"] > video,
  .block-single[data-size="half"] > p,
  .block-single[data-size="half"] > a,
  .block-single[data-size="quarter"] > div.aspectholder,
  .block-single[data-size="quarter"] > video,
  .block-single[data-size="quarter"] > p,
  .block-single[data-size="quarter"] > a,
  .block-single[data-size="third"] > div.aspectholder,
  .block-single[data-size="third"] > video,
  .block-single[data-size="third"] > p,
  .block-single[data-size="third"] > a,
  .block-single[data-size="twothird"] > div.aspectholder,
  .block-single[data-size="twothird"] > video,
  .block-single[data-size="twothird"] > p,
  .block-single[data-size="twothird"] > a {
    width: 100%;
  }
}

.block-single[data-placement="left"] {
  align-items: flex-start;
}

.block-single[data-placement="mid"] {
  align-items: center;
  text-align: left;
}

.block-single[data-placement="right"] {
  align-items: flex-end;
  text-align: left;
}

.block-cluster {
  width: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  overflow-x: hidden;
}

@media (max-width: 720px) {
  .block-cluster {
    grid-column: 1/13 !important;
  }

  .block-cluster__section {
    padding: 0 !important;
  }
}

.block-cluster[data-placement="aleft"] {
  grid-column: 1/10;
}

.block-cluster[data-placement="aright"] {
  grid-column: 4/13;
}

.block-cluster[data-placement="acenter"] {
  grid-column: 1/13;
}

.block-cluster[data-layout="left"] {
  grid-template-columns: 66% 34%;
}

.block-cluster[data-layout="right"] {
  grid-template-columns: 34% 66%;
}

.block-cluster p {
  margin-bottom: 0;
}

.block-cluster .aspectholder,
.block-cluster p {
  width: 100%;
}

.block-cluster .block-cluster__caption {
  margin-bottom: 1rem;
}

.block-cluster .swiper-wrapper {
  position: relative;
}

.block-cluster .swiper-wrapper,
.block-cluster .swiper-slide {
  width: 100% !important;
}

.block-cluster .swiper-slide .aspectholder {
  position: relative;
}

.block-cluster .swiper-buttons,
.block-single .swiper-buttons {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.swiper-mixed-prev,
.swiper-mixed-next {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}

.block-cluster .swiper-buttons > div,
.block-single .swiper-buttons > div {
  cursor: pointer;
}

.block-cluster .swiper-pagination {
  position: absolute;
  bottom: 5px;
  width: 100%;
}

.block-cluster .swiper-pagination-bullet-active {
  background: white;
}

.block-cluster .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin-right: 3px;
}

.block-cluster .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.block-cluster a img {
  transition: all 0.3s ease-in-out;
}

.block-cluster a:hover img {
  opacity: 0.6;
}

@media (max-width: 720px) {
  .block-cluster__section {
    padding: 0 !important;
  }
}

.block-carousel {
  grid-column: 1/13;
}

.block-carousel[data-placement="left"] {
  grid-column: 1/9;
}

@media (max-width: 720px) {
  .block-carousel[data-placement="left"] {
    grid-column: 1/11;
  }
}

.block-carousel[data-placement="right"] {
  grid-column: 5/13;
}

@media (max-width: 720px) {
  .block-carousel[data-placement="right"] {
    grid-column: 3/13;
  }
}

.block-carousel[data-placement="center"] {
  grid-column: 2/12;
}

@media (max-width: 720px) {
  .block-carousel[data-placement="center"] {
    grid-column: 1/13;
  }
}

.block-carousel[data-placement="full"] {
  grid-column: 1/13;
  width: 100vw;
  margin-left: -40px;
}

@media (max-width: 720px) {
  .block-carousel[data-placement="full"] {
    margin-left: -20px;
  }
}

.block-single .swiper-container {
  width: 100%;
}

.block-gallery-heading {
  grid-column: 1/2;
}

@media (max-width: 720px) {
  .block-gallery-heading {
    grid-column: 1/13;
  }
}

.block-gallery {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.block-gallery.col56 .block-gallery-tile:nth-of-type(2n + 2),
.block-gallery.col65 .block-gallery-tile:nth-of-type(2n + 1) {
  grid-column: span 6;
}

.block-gallery.col533 .block-gallery-tile:nth-of-type(3n + 1),
.block-gallery.col353 .block-gallery-tile:nth-of-type(3n + 2),
.block-gallery.col335 .block-gallery-tile:nth-of-type(3n + 3),
.block-gallery.col56 .block-gallery-tile:nth-of-type(2n + 1),
.block-gallery.col65 .block-gallery-tile:nth-of-type(2n + 2) {
  grid-column: span 5;
}

.block-gallery.col533 .block-gallery-tile:nth-of-type(3n + 2),
.block-gallery.col533 .block-gallery-tile:nth-of-type(3n + 3),
.block-gallery.col353 .block-gallery-tile:nth-of-type(3n + 1),
.block-gallery.col353 .block-gallery-tile:nth-of-type(3n + 3),
.block-gallery.col335 .block-gallery-tile:nth-of-type(3n + 1),
.block-gallery.col335 .block-gallery-tile:nth-of-type(3n + 2) {
  grid-column: span 3;
}

@media (max-width: 720px) {
  .block-gallery .block-gallery-tile {
    grid-column: span 6 !important;
  }
}

.block-gallery .block-gallery-tile .aspectholder {
  width: 100%;
  height: fit-content;
  transition: all 0.5s;
}

.block-gallery .block-gallery-tile a:hover .aspectholder {
  opacity: 0.6;
}

.block-gallery .block-gallery-tile .aspectholder > * {
  width: 100%;
  display: block;
}

.accordion-block {
  margin-bottom: 2.4rem !important;
}

.accordion-block summary p {
  grid-column: 4/10;
}

@media (max-width: 720px) {
  .accordion-block summary p {
    grid-column: 1/13;
    font-size: 20px;
  }
}

.accordion-block summary,
.accordion-block summary:focus {
  outline: none;
  list-style-type: none;
  position: relative;
  cursor: pointer;
  transition: all 0.25s;
}

.accordion-block details summary::marker,
.accordion-block details summary::-webkit-details-marker {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .accordion-block details summary:hover,
  .accordion-block details[open] summary {
    opacity: 0.7;
  }
}

.accordion-block details[open] summary ~ * {
  animation: appear 0.5s;
  -webkit-animation: appear 0.5s;
}

@keyframes appear {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.accordion-block__details {
  margin: 2.4rem 0 3.4rem 0;
}

.accordion-block__details .grid-container inner {
  row-gap: 1.5rem;
}

.accordion-block__details .text-section.-block {
  margin-bottom: 2.4rem;
}

.accordion-block__details .left-text-area {
  grid-column: 4/10;
}

@media (max-width: 720px) {
  .accordion-block__details .left-text-area {
    grid-column: 1/13;
  }
}

.accordion-block__details .left-text-area p {
  font-size: 20px;
}

.director-left {
  grid-column: 1/6;
  grid-row: 1;
  position: sticky;
  top: 5em;
  height: fit-content;
  transition: all 0.3s;
  z-index: 3;
}

@media (max-width: 720px) {
  .director-left {
    grid-column: 1/13;
    grid-row: 1;
    position: static;
    top: 0;
  }
}

.director-left.inactive {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 720px) {
  .director-left.inactive {
    max-height: unset;
    opacity: 1;
    visibility: visible;
  }
}

.director-left h1,
.director-left .main-text-area p {
  margin: 0 0 2.813rem;
}

@media (max-width: 720px) {
  .director-left h1,
  .director-left .main-text-area p {
    margin: 0 0 1.2rem;
  }
}

.director-right {
  grid-column: 1/13;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 2.813rem;
  height: fit-content;
}

@media (max-width: 720px) {
  .director-right {
    grid-column: 1/13;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 2.5rem;
    height: fit-content;
  }
}

.director-page {
  width: 100%;
  max-width: 46.52778vw;
  grid-column: 1/13;
  justify-self: flex-end;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

@media (max-width: 720px) {
  .director-page {
    max-width: 100%;
  }
}

.director-page.active {
  grid-column: 1/13;
  max-width: 100%;
}

.director-page a > .aspectholder {
  transition: all 0.5s;
}

.director-page a > p {
  display: flex;
  align-items: center;
  transition: 0s;
}

.director-page a:hover > .aspectholder,
.director-page a:hover > p > svg,
.director-page:hover > .aspectholder,
.director-page:hover > p {
  opacity: 0.5;
}

.director-page p {
  margin-bottom: 1rem;
  transition: all 0.3s, opacity 0;
}

.director-page.active > p {
  max-height: 0;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.director-page.active:hover > .aspectholder,
.director-page.active:hover > p,
.director-page:hover > .video-container.full.aspectholder,
.director-page:hover > .video-container.full p {
  opacity: 1;
}

.director-page .aspectholder {
  width: 100%;
  height: 19.513889vw;
  transition: all 0.3s, opacity 0.5s;
  z-index: 2;
}

@media (max-width: 720px) {
  .director-page .aspectholder {
    height: 55.999306vw;
  }
}

.director-page.active .aspectholder {
  height: 55.999306vw;
}

.director-page .aspectholder > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director-page .button-holder .button-left,
.director-page .button-holder .progress {
  display: none;
}
.director-page .button-holder .button-right .full-control {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.director-page .video-container.full .button-holder .button-left,
.director-page .video-container.full .button-holder .progress {
  display: flex;
}
.director-page
  .video-container.full
  .button-holder
  .button-right
  .full-control {
  width: auto;
  height: auto;
  opacity: 1;
  position: relative;
  top: unset;
  left: unset;
}

/*  */

.director-page.active .button-holder {
  display: flex;
}

.director-btn_open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.director-page.active .director-btn_open {
  pointer-events: none;
  visibility: hidden;
}

.director-data {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 1.25rem;
  z-index: 3;
  transition: all 0.3s;
}

.director-page.active .director-data {
  margin-top: 1.875rem;
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
}

.director-btn_close {
  grid-column: 12/13;
  justify-self: flex-end;
  transition: opacity 0s;
}

.director-btn_close:hover {
  opacity: 0.5;
}

.director-data > p {
  grid-column: 1/12;
  margin-bottom: 0;
}

.director-desc {
  grid-column: 1/5;
}

.director-desc p:last-child {
  margin-bottom: 0;
}

.director-credits {
  grid-column: 6/13;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.director-credits .credit {
  height: fit-content;
}

.director-credits .credit:nth-child(2n + 1) {
  grid-column: 1/4;
}

.director-credits .credit:nth-child(2n + 2) {
  grid-column: 5/8;
}

@media (max-width: 720px) {
  .director-data {
    row-gap: 1rem;
  }

  .director-page.active .director-data {
    margin-top: 1.25rem;
  }

  .director-page.active .button-holder {
    display: grid;
  }

  .director-desc {
    grid-column: 1/13;
  }

  .director-credits {
    grid-column: 1/13;
    grid-template-columns: repeat(12, 1fr);
  }

  .director-credits .credit:nth-child(2n + 1) {
    grid-column: 1/6;
  }

  .director-credits .credit:nth-child(2n + 2) {
    grid-column: 8/13;
  }
}

.gallery-sidebar {
  grid-column: 1/4;
  grid-row: 1;
  z-index: 2;
}

.gallery-sidebar > div {
  position: sticky;
  top: 5em;
}

@media (max-width: 720px) {
  .gallery-sidebar {
    grid-column: 1/13;
  }
}

@media (max-width: 720px) {
  .gallery-sidebar p {
    width: 50%;
    float: left;
    white-space: nowrap;
  }
}

@media (min-width: 721px) {
  .gallery-sidebar a {
    display: none;
  }
}

@media (max-width: 720px) {
  .gallery-sidebar a {
    width: 50%;
    float: left;
    text-align: right;
  }
}

.gallery-grid {
  grid-column: 1/13;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 20px;
  row-gap: 15.5rem;
  position: relative;
  margin-top: 1.4em;
}

@media (max-width: 720px) {
  .gallery-grid {
    grid-column: 1/13;
    grid-row: 2;
    row-gap: 5rem;
  }
}

.gallery-tile {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 7.75rem;
}

.gallery-tile .aspectholder {
  width: 100%;
  height: fit-content;
}

.gallery-tile .aspectholder > * {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 720px) {
  .mob-disable {
    display: none;
  }
}

/* Directors Page */
.directors-section {
  padding: 5.5rem 0 6.25rem 0;
}

.directors-left {
  grid-column: 1/5;
}

.directors-left > *:not(:last-child),
.directors-right > *:not(:last-child) {
  margin-bottom: 1.625rem;
}

.directors-right {
  grid-column: 10/13;
}

.directors-left li a,
.directors-right li a {
  z-index: 3;
  transition: all 0.3s;
}

.directors-left li a.inactive,
.directors-right li a.inactive {
  color: #767676;
}

.directors-left li a:hover,
.directors-right li a:hover {
  color: #ffffff !important;
}

.directors-left .aspectholder,
.directors-right .aspectholder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.directors-left li a:hover + .aspectholder,
.directors-right li a:hover + .aspectholder {
  opacity: 1;
  visibility: visible;
}

.directors-left .aspectholder > *,
.directors-right .aspectholder > * {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 720px) {
  /* Directors Page */
  .directors-section {
    padding: 0 0 6.25rem 0;
  }

  .directors-left {
    grid-column: 1/13;
  }

  .directors-left > *:not(:last-child),
  .directors-right > *:not(:last-child) {
    margin-bottom: 1.625rem;
  }

  .directors-right {
    grid-column: 1/13;
  }

  .directors-left .aspectholder,
  .directors-right .aspectholder {
    display: none;
  }
}
