﻿@font-face {
  font-family: "Meloblioriac-Regular";
  src:
    url("../assets/fonts/meloblioriac-regular-webfont.woff2") format("woff2"),
    url("../assets/webfonts/meloblioriac-regular-webfont.woff") format("woff");
}
section {
  position: relative;
  width: 100%;
  transform: translateZ(2px);
}
h1.outline_head {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0.0125em #f5b331;
  opacity: 0;
  text-transform: uppercase;
  font-size: 6em;
  font-weight: 900;
  line-height: 0.95em;
  margin: 0;
  margin-left: -0.05em;
  hyphens: manual;
}
.section_inner {
  opacity: 0;
  display: block;
  min-height: 85vh;
  position: relative;
  width: 100%;
  transform: translate3d(0, 2em, 1px);
}
section.show .section_inner {
  opacity: 1;
  transform: translate3d(0, 0em, 1px);
  transition:
    opacity 0.35s ease-in-out,
    transform 0.35s ease-out;
}
section.hide .section_inner {
  opacity: 0;
  transform: translate3d(0, 10em, 1px);
  transition:
    opacity 0.35s ease-in-out,
    transform 0.5s ease-out;
}
section.hide.changesection .section_inner {
  opacity: 0;
  transform: translate3d(0, -10em, 1px);
  transition:
    opacity 0.35s ease-in-out,
    transform 0.5s ease-out;
}
section.hide.up .section_inner {
  opacity: 0;
  transform: translate3d(0, -10em, 1px);
  transition:
    opacity 0.35s ease-in-out,
    transform 0.65s ease-in;
}
#work #prev_next a,
#work #prev_next a::after,
#work #prev_next span {
  border-color: #f5b331;
}
#prev_next {
  display: flex;
  justify-content: center;
  margin: 6em 0;
}
#prev_next a * {
  pointer-events: none;
}
.no-touch #prev_next a:hover::after {
  transform: scale(1.125);
}
#prev_next a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px #fff;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.25s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#prev_next a,
#prev_next span {
  display: block;
  width: 12rem;
  height: 12rem;
  margin: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#prev_next a svg,
#prev_next span svg {
  width: 30%;
  transform: rotate(-90deg);
  stroke-width: 3;
}
#prev_next a.prev svg,
#prev_next span.prev svg {
  transform: rotate(90deg);
}
#prev_next span {
  pointer-events: none;
  opacity: 0.125;
}
#icon-oblio {
  transform: translateZ(1px);
}
#icon-oblio circle {
  opacity: 0;
  transform: scale(5) translateZ(1px);
  transform-origin: 50px 50px;
  transition:
    opacity 0.5s,
    transform 0.5s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#icon-oblio.showme circle {
  opacity: 1;
  transform: scale(1) translateZ(1px);
  transition:
    opacity 0.5s,
    transform 0.5s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#icon-oblio.showme circle:nth-child(1) {
  transition-delay: 0.075s;
}
#icon-oblio.showme circle:nth-child(2) {
  transition-delay: 0.15s;
}
#icon-oblio.showme circle:nth-child(3) {
  transition-delay: 0.225s;
}
#icon-oblio.showme circle:nth-child(4) {
  transition-delay: 0.3s;
}
#icon-oblio.showme circle:nth-child(5) {
  transition-delay: 0.375s;
}
#icon-oblio.showme circle:nth-child(6) {
  transition-delay: 0.45s;
}
#icon-oblio.showme circle:nth-child(7) {
  transition-delay: 0.525s;
}
#icon-oblio.showme circle:nth-child(8) {
  transition-delay: 0.6s;
}
.capabilities_nav {
  background-color: #474747;
}
.capabilities_nav h2 {
  color: #fff;
  font-weight: 300;
  margin: 0;
  text-align: right;
}
.capabilities_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.capabilities_nav ul li a {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: 900;
}
.capabilities_nav ul li a.selected {
  text-decoration: underline;
}
#about .text_module p {
  color: #fff;
}
#about .col6 .size_wrapper.loaded img {
  transform: scale(0.7) translateY(0%);
}
@media (max-width: 768px) {
  #about .col6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 500px) {
  #about .col6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
#about .send_us_an_email {
  display: block;
  position: relative;
  width: 225px;
  background: none;
  margin: 6em auto;
  padding: 0;
  font-size: 1.25em;
}
#about .send_us_an_email span {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#about .send_us_an_email::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
#about .send_us_an_email::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: solid 2px #f5b331;
  border-radius: 100%;
  transition: transform 0.25s cubic-bezier(0.3, 0.01, 0.2, 1);
}
.no-touch #about .send_us_an_email:hover::before {
  transform: scale(1.125);
}
#contact {
  color: #fff;
}
#contact h1 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 0.0125em #fff;
}
#contact address {
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25em;
}
#contact address a {
  text-decoration: none;
}
#contact address .address {
  margin-top: 1em;
}
#contact a {
  color: #fff;
  text-decoration: underline;
}
#work .project_list {
  position: relative;
  list-style: none;
  padding: 0;
  text-align: right;
  width: calc(100% - 2em);
  max-width: calc(100% - 2em);
}
#work .project_list li {
  margin-bottom: 2rem;
}
#work .project_list li a * {
  pointer-events: none;
}
#work .project_list img {
  display: block;
  width: 100%;
}
#work .project_list p {
  font-size: clamp(1.2rem, 0.4258064516rem + 2.4193548387vw, 1.8rem);
  text-transform: uppercase;
  margin: 0 0 2em;
  line-height: 2em;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#work .project_list p::after {
  content: "+";
  color: #f5b331;
  font-size: 1.5em;
  transform: translateY(-0.1em);
}
#work .project_list a {
  display: block;
  font-size: clamp(1.2rem, 0.7054227156rem + 1.1528608027vw, 2.55rem);
}
#work .project_list a .size_wrapper {
  position: relative;
}
#work .project_list .size_wrapper img {
  filter: brightness(85%);
  transition: transform 0.5s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#work .links {
  list-style: none;
  padding: 0;
}
#work .links li {
  display: flex;
  margin-bottom: 0.75em;
}
#work .links li a {
  font-size: 1.125em;
  color: #f5b331;
}
#work .links li svg {
  width: 1.5em;
  height: 1.15em;
  font-style: 1.125em;
  margin-right: 0.5em;
  color: #f5b331;
}
@media (min-width: 568px) {
  #work .project_list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 1295px;
    max-width: calc(100% - 10rem);
  }
  #work .project_list li {
    grid-column: unset;
    position: relative;
    margin: 0;
  }
  #work .project_list li a * {
    pointer-events: none;
  }
  #work .project_list li p {
    font-size: clamp(1.2rem, -0.6rem + 2.34375vw, 1.8rem);
  }
  .no-touch #work .project_list li a .size_wrapper img {
    filter: brightness(100%);
  }
  .no-touch #work .project_list li a:hover .size_wrapper img {
    transform: scale(1.075);
    filter: brightness(100%);
    animation: hoverfilter 0.5s cubic-bezier(0.25, 0, 0.1, 1);
  }
}
@media (min-width: 1024px) {
  #work .project_list {
    grid-template-columns: repeat(3, 1fr);
  }
  #work .project_list li p {
    font-size: clamp(1.2rem, -0.0907563025rem + 1.2605042017vw, 1.8rem);
  }
}
@keyframes hoverfilter {
  0% {
    filter: brightness(100%) blur(0px);
  }
  25% {
    filter: brightness(150%) blur(2px);
  }
  100% {
    filter: brightness(100%) blur(0px);
  }
}
#home {
  overflow: hidden;
  perspective: 800px;
}
#home #icon-oblio {
  stroke: #f5b331;
  stroke-width: 2;
  fill: none;
  pointer-events: none;
}
#home .rounded_button {
  cursor: pointer;
  border-radius: 2em;
  font-size: 1em;
  font-weight: 900;
  line-height: 2em;
  padding: 0.1em 1.5em 0;
  background: transparent;
  border: solid 2px #fff;
  color: #f5b331;
  margin-top: 1em;
}
#home .rounded_button svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: #f5b331;
  stroke-width: 0.65em;
  transform: translateY(0.125em) translateX(0.5em) rotate(-90deg);
  pointer-events: none;
}
#home .exit_button {
  background: #f5b331;
  color: #474747;
  border: none;
  font-size: 0.75em;
  padding-left: 1.25em;
  margin: 0;
  line-height: 2.4em;
}
#home .exit_button svg {
  color: #474747;
  stroke-width: 8;
  transform: translateY(0.125em) translateX(-0.25em) rotate(90deg);
}
#home .inner_titles {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: min-content;
  position: absolute;
  left: 0;
  bottom: 2em;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transform: translateY(20%);
  transition:
    opacity 0.5s,
    transform 0.5s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#home .inner_titles .inner_title {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  margin: 0 0 0.5em;
  line-height: 1em;
  font-weight: 900;
  font-size: 2.5em;
  opacity: 0;
  color: rgba(0, 0, 0, 0);
  opacity: 0;
}
#home .inner_titles .exit_button {
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  justify-self: center;
}
.what_we_do #home #what_we_do_inner {
  -webkit-text-stroke: 0.03em #f5b331;
  opacity: 1;
}
.what_weve_done #home #what_weve_done_inner {
  -webkit-text-stroke: 0.03em #474747;
  opacity: 1;
}
#home.in_scene .inner_titles {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1s, 1s;
}
#home.in_scene .exit_button {
  pointer-events: all;
}
#home #logo_wrapper {
  display: block;
  width: 13em;
  max-width: 25vw;
  justify-self: center;
  transition: opacity 0.5s;
  position: relative;
}
#home #logo_wrapper::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
#home #logo_wrapper svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000%;
  height: 1000%;
  transform: translate(-50%, -50%);
}
#home .options {
  position: fixed;
  top: 4em;
  left: 0;
  width: 100%;
  height: calc(100% - 4em);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr max-content 1fr;
  align-items: center;
}
#home #what_weve_done .rounded_button {
  border-color: #f5b331;
  color: #474747;
}
#home #what_weve_done .rounded_button svg {
  color: #474747;
}
#home h1.outline_head {
  font-size: clamp(6rem, 2.5957446809rem + 10.6382978723vw, 7rem);
  margin: 0;
  text-align: center;
  display: inline-block;
  padding: 0 0.1em;
}
#home.show .landing_option {
  opacity: 1;
  transition: opacity 0.5s;
}
#home.show .landing_option .rounded_button {
  transform: translateY(0%);
  pointer-events: all;
}
#home.show .landing_option a {
  opacity: 1;
  pointer-events: all;
}
#home.show #logo_wrapper {
  opacity: 1;
}
#home.hide .landing_option {
  opacity: 0;
}
#home.hide #logo_wrapper {
  opacity: 0;
}
#home.hide .inner_titles {
  opacity: 0;
  transition-delay: 0s;
}
#home .landing_option {
  pointer-events: none;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
  margin: 1em 0;
  align-self: flex-start;
}
#home .landing_option a {
  font-size: 0.85em;
  text-decoration: underline;
  margin-top: 1.5em;
  opacity: 0;
  transition: opacity 0.5s 0.5s;
}
#home .landing_option .rounded_button {
  transform: translateY(20%);
  transition: transform 0.5s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#home .landing_option#what_we_do {
  align-self: flex-end;
}
#home .landing_option#what_we_do .rounded_button svg {
  transform: translateY(0.125em) translateX(-0.5em) rotate(90deg);
}
#home #project_billboards,
#home #capabilities_billboards {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s;
}
#home #project_billboards.show.delay li .plus,
#home #capabilities_billboards.show.delay li .plus {
  transition-delay: 1s;
}
#home #project_billboards.show.delay li.open .thumb_wrapper,
#home #capabilities_billboards.show.delay li.open .thumb_wrapper {
  transition-delay: 1.2s, 1.2s;
}
#home #project_billboards.show.delay li.open .thumb_wrapper .size_wrapper,
#home #capabilities_billboards.show.delay li.open .thumb_wrapper .size_wrapper {
  transition-delay: 1.2s, 0;
}
#home #project_billboards.show.delay li.open a .dotted_line,
#home #capabilities_billboards.show.delay li.open a .dotted_line {
  transition-delay: 1s;
}
#home #project_billboards.show.delay li.open a .title,
#home #capabilities_billboards.show.delay li.open a .title {
  transition-delay: 1s, 1s;
}
#home #project_billboards.show li,
#home #capabilities_billboards.show li {
  opacity: 1;
  pointer-events: all;
}
#home #project_billboards.show li .plus,
#home #capabilities_billboards.show li .plus {
  transform: scale(1);
}
#home #project_billboards.show li .plus svg,
#home #capabilities_billboards.show li .plus svg {
  transform: scale(0.35) translateZ(1px) rotate(0deg);
}
.no-touch #home #project_billboards.show li:hover .thumb_wrapper .size_wrapper,
.no-touch
  #home
  #capabilities_billboards.show
  li:hover
  .thumb_wrapper
  .size_wrapper {
  transform: scale(1.125) rotate3d(0, 1, 0, 0deg);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0.2, 1);
}
.no-touch #home #project_billboards.show li:hover .plus svg,
.no-touch #home #capabilities_billboards.show li:hover .plus svg {
  transform: scale(0.35) translateZ(1px) rotate(90deg);
}
#home #project_billboards.show li.open .thumb_wrapper,
#home #capabilities_billboards.show li.open .thumb_wrapper {
  opacity: 1;
  transform: rotate3d(0, 1, 0.5, 0deg);
  transition-delay: 0.2s, 0.2s;
}
#home #project_billboards.show li.open .thumb_wrapper .size_wrapper,
#home #capabilities_billboards.show li.open .thumb_wrapper .size_wrapper {
  transform: scale(0.925) rotate3d(0, 1, 0, 0deg);
  transition-delay: 0.2s, 0;
}
#home #project_billboards.show li.open a .dotted_line,
#home #capabilities_billboards.show li.open a .dotted_line {
  opacity: 1;
}
#home #project_billboards.show li.open a .title,
#home #capabilities_billboards.show li.open a .title {
  opacity: 1;
  transform: translate(0, 0em);
  transition-delay: 0s, 0s;
}
#home #project_billboards li,
#home #capabilities_billboards li {
  position: absolute;
  left: 0%;
  top: 0%;
  text-align: center;
}
#home #project_billboards li.notransition *,
#home #capabilities_billboards li.notransition * {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
}
#home #project_billboards li a,
#home #capabilities_billboards li a {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 1.5em);
}
#home #project_billboards li a *,
#home #capabilities_billboards li a * {
  pointer-events: none;
}
#home #project_billboards li a .dotted_line,
#home #capabilities_billboards li a .dotted_line {
  display: block;
  height: 5em;
  margin-bottom: 0.7em;
  stroke: #474747;
  stroke-width: 3;
  stroke-dasharray: 10 2.5 10 2.5 10 2.5 10 2.5 10 2.5 10 2.5 10 2.5 10 100;
  opacity: 0;
  transition: opacity 0.25s;
}
#home #project_billboards li a .title,
#home #capabilities_billboards li a .title {
  opacity: 0;
  transform: translate(0, 2em);
  transition:
    opacity 0.25s,
    transform 0.35s cubic-bezier(0.25, 0, 0.1, 1);
  text-transform: uppercase;
}
#home #project_billboards li .plus,
#home #capabilities_billboards li .plus {
  width: 3em;
  height: 3em;
  background: #474747;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5b331;
  font-weight: normal;
  position: relative;
  transform: scale(0);
  transition: transform 0.25s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#home #project_billboards li .plus svg,
#home #capabilities_billboards li .plus svg {
  stroke-width: 16;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.35) translateZ(1px) rotate(0deg);
  transition: transform 0.25s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#home #project_billboards li .thumb_wrapper,
#home #capabilities_billboards li .thumb_wrapper {
  position: relative;
  overflow: hidden;
  width: 13.5em;
  height: 13.5em;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
  opacity: 0;
  transition:
    opacity 0.25s,
    transform 0.45s cubic-bezier(0.3, 0.01, 0.2, 1);
  transform: rotate3d(0, 1, 0.5, 90deg);
}
#home #project_billboards li .thumb_wrapper .thumb_circle,
#home #capabilities_billboards li .thumb_wrapper .thumb_circle {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  stroke: #f5b331;
  stroke-width: 2.5;
  fill: none;
  z-index: 2;
}
#home #project_billboards li .thumb_wrapper .size_wrapper,
#home #capabilities_billboards li .thumb_wrapper .size_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
  background: #474747;
  transition:
    transform 0.65s cubic-bezier(0.3, 0.01, 0.2, 1),
    background-color 0.25s;
  transform: scale(0.9) rotate3d(0, 1, 0, 90deg);
}
#home #project_billboards li .thumb_wrapper .size_wrapper::before,
#home #capabilities_billboards li .thumb_wrapper .size_wrapper::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
#home #project_billboards li .thumb_wrapper .size_wrapper::after,
#home #capabilities_billboards li .thumb_wrapper .size_wrapper::after {
  top: 0;
  left: 0;
}
#home #project_billboards li .thumb_wrapper .size_wrapper img,
#home #capabilities_billboards li .thumb_wrapper .size_wrapper img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  width: auto;
  filter: grayscale(1);
  mix-blend-mode: screen;
  opacity: 1;
  transition:
    opacity 0.35s,
    filter 0.35s cubic-bezier(0.3, 0.01, 0.2, 1),
    transform 0.25s cubic-bezier(0.3, 0.01, 0.2, 1);
}
#home #project_billboards li .thumb_wrapper .size_wrapper .img_overlay,
#home #capabilities_billboards li .thumb_wrapper .size_wrapper .img_overlay {
  width: 100%;
  height: 100%;
  background-color: #f5b331;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  mix-blend-mode: multiply;
  transition: opacity 0.35s;
}
#home #project_billboards li.show > div,
#home #capabilities_billboards li.show > div {
  opacity: 1;
}
#home #project_billboards a,
#home #capabilities_billboards a {
  font-weight: 900;
  font-size: 0.8em;
  margin: 0;
  line-height: 1em;
  color: #fff;
}
#home #project_billboards h2,
#home #capabilities_billboards h2 {
  color: #f5b331;
  font-size: 1.5rem;
  line-height: 1.25em;
}
#home #capabilities_billboards li a .plus {
  background: #fff;
  color: #474747;
}
#home #capabilities_billboards li a .dotted_line {
  stroke: #fff;
}
#home #capabilities_billboards li a .title {
  color: #fff;
}
#home #project_billboards .title {
  color: #474747;
}
#home .billboards {
  transform-style: preserve-3d;
}
#home #testsquare {
  width: 0.1px;
  height: 0.1px;
  background: green;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 414px) {
  #home h1.outline_head {
    font-size: clamp(7rem, 2.3220338983rem + 11.2994350282vw, 11rem);
  }
  #home .inner_titles {
    bottom: 4em;
  }
  #home .inner_titles .inner_title {
    font-size: 3em;
  }
  #home .landing_option {
    align-self: center;
  }
  #home .landing_option#what_we_do {
    align-self: center;
  }
}
@media (min-width: 768px) {
  #home .rounded_button {
    margin-top: 2em;
  }
}
@media (min-aspect-ratio: 4/5) {
  #home .options {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr max-content 1fr;
    top: 0;
    height: 100%;
  }
  #home .options .landing_option {
    position: relative;
  }
  #home .options .landing_option .rounded_button {
    position: absolute;
    top: calc(100% + 2em);
    margin: 0;
  }
  #home .options .landing_option a {
    position: absolute;
    top: calc(100% + 6.75em);
    margin: 0;
  }
  #home h1.outline_head {
    font-size: clamp(4rem, 0.7291196388rem + 7.9006772009vw, 11rem);
  }
  #home #logo_wrapper {
    width: clamp(6rem, -0.0744920993rem + 14.6726862302vw, 19rem);
  }
}
#capabilities {
  color: #c8c8c8;
}
#capabilities .project_link {
  color: #c8c8c8;
}
.module {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 1024px;
  max-width: 90%;
  margin: clamp(2rem, 0.9009393681rem + 2.561912895vw, 5rem) auto;
}
.desktop .module.mobile_only {
  display: none !important;
}
.mobile .module.desktop_only {
  display: none !important;
}
.module.full-width {
  width: 100%;
  max-width: none;
}
.module > * {
  grid-column: 1 / span 8;
}
@media (min-width: 429px) {
  .module {
    max-width: 70%;
  }
}
@media (min-width: 568px) {
  .module {
    max-width: calc(100% - 20rem);
  }
}
.gallery .row {
  display: grid;
  column-gap: 1em;
  margin-bottom: 1em;
  grid-template-columns: repeat(8, 1fr);
  grid: 1 / span 8;
}
.gallery .row.captionimagerow {
  grid-template-columns: 1fr;
}
.gallery .row.uniformrow.col1 .size_wrapper {
  grid-column: 1 / span 8;
}
.gallery .row.uniformrow.col2 .size_wrapper {
  grid-column: auto/span 4;
}
.gallery .row.uniformrow.col4 .size_wrapper {
  grid-column: auto/span 2;
}
.gallery .row.uniformrow.col6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery .row.uniformrow.col6 .size_wrapper {
  grid-column: auto/span 1;
}
.gallery .row.twothirdsrow .size_wrapper {
  grid-row: 1;
}
.gallery .row.twothirdsrow.left .size_wrapper:nth-child(1) {
  grid-column: 1 / span 5;
  padding-bottom: 50%;
}
.gallery .row.twothirdsrow.left .size_wrapper:nth-child(2) {
  grid-column: 6 / span 3;
  padding-bottom: 100%;
}
.gallery .row.twothirdsrow .size_wrapper:nth-child(1) {
  grid-column: 1 / span 3;
  padding-bottom: 100%;
}
.gallery .row.twothirdsrow .size_wrapper:nth-child(2) {
  grid-column: 4 / span 5;
  padding-bottom: 50%;
}
.caption_image {
  display: grid;
  grid-template-columns: 1fr !important;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 1em;
}
.caption_image .caption_wrapper {
  grid-row: 2 / span 1;
}
.caption_image h2 {
  font-size: 1.25em;
  color: #f5b331;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 1em 0 0.5em;
}
.caption_image p {
  margin: 0;
}
@media (min-width: 769px) {
  .caption_image {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-column-gap: 1em;
    grid-template-rows: auto;
  }
  .caption_image .size_wrapper,
  .caption_image .caption_wrapper {
    grid-row: 1 / span 1;
  }
  .caption_image .size_wrapper,
  .caption_image .image_wrapper {
    grid-column: 1 / span 2;
  }
  .caption_image .caption_wrapper {
    grid-column: 3 / span 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .caption_image.image_right .size_wrapper,
  .caption_image.image_right .image_wrapper {
    grid-column: 2 / span 2;
  }
  .caption_image.image_right .caption_wrapper {
    text-align: right;
    grid-column: 1 / span 1;
  }
  .caption_image h2 {
    margin: 0 0 0.5em;
  }
}
.text_module {
  position: relative;
  margin: 0 auto;
}
.text_module h1:not(.outline_head),
.text_module h2,
.text_module h3,
.text_module h4,
.text_module h5,
.text_module h6,
.text_module p {
  line-height: 1.5em;
  margin-top: 0;
}
.text_module h1:not(.outline_head),
.text_module h2,
.text_module h3,
.text_module h4,
.text_module h5,
.text_module h6 {
  color: #f5b331;
  font-weight: 900;
  margin: 1em 0 0.25em;
  text-transform: uppercase;
}
.text_module .outline_head {
  line-height: 0.95em;
  margin-bottom: clamp(1rem, 0.4138343296rem + 1.366353544vw, 2.6rem);
}
.text_module.header_module {
  padding-top: 6.25em;
}
.text_module.header_module .client {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.text_module .arrow {
  width: 3em;
  grid-column: 8 / span 1;
}
@media (min-width: 429px) {
  .text_module h1 {
    font-size: clamp(5.517rem, 0.2404669261rem + 12.2996108949vw, 15rem);
  }
  .text_module .arrow {
    width: clamp(3rem, 2.7801878736rem + 0.512382579vw, 3.6rem);
  }
  .text_module.header_module {
    padding-top: clamp(6.2rem, 2.5364645602rem + 8.5397096499vw, 16.2rem);
  }
  .text_module.header_module .client {
    line-height: clamp(4.4rem, 2.7147736977rem + 3.9282664389vw, 9rem);
    margin: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .text_module > *:not(.outline_head) {
    grid-column: 1 / span 5;
  }
  .text_module.header_module {
    padding-top: min(25vh - 4em, 350px);
    padding-bottom: 5em;
  }
  .text_module.right > *:not(.outline_head) {
    grid-column: 4 / span 5;
    text-align: right;
  }
  .text_module.center > *:not(.outline_head) {
    grid-column: 2 / span 6;
    text-align: center;
  }
  .text_module .arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    grid-column: unset;
  }
}
.quote_module {
  display: block;
  margin: clamp(4rem, 3.267292912rem + 1.70794193vw, 6rem) auto
    clamp(6rem, 5.267292912rem + 1.70794193vw, 8rem);
  width: 1200px;
  max-width: calc(100% - 10rem);
}
.quote_module h2,
.quote_module p {
  font-weight: 100;
  grid-column: 2 / span 14;
  text-align: center;
  margin: 0;
  color: #f5b331;
  text-transform: uppercase;
  line-height: 1em;
}
.quote_module h2 {
  font-size: clamp(3rem, 1.3307392996rem + 3.8910505837vw, 6rem);
}
.quote_module p {
  font-size: 1.25em;
  line-height: 2em;
}
.quote_module p::before {
  content: "– ";
}
@media (min-width: 429px) {
  .quote_module {
    margin: 7.5em auto 9.375em;
  }
}
.playing .pause_cover {
  opacity: 0;
  pointer-events: none;
}
.playing .pause_cover::before {
  transform: translate(-50%, -50%) scale(0);
}
.playing .pause_cover::after {
  opacity: 0;
}
.loading .pause_cover {
  opacity: 0;
}
.loading .pause_cover::before {
  transform: translate(-50%, -50%) scale(0);
}
.loading .pause_cover::after {
  opacity: 0;
}
.pause_cover {
  background: #474747;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  cursor: pointer;
}
.pause_cover .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.5;
}
.pause_cover .play_icon {
  background-color: #f5b331;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12rem;
  height: 12rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pause_cover svg {
  display: block;
  fill: none;
  stroke: #fff;
  width: 30%;
  height: 30%;
  stroke-width: 8;
  transform: translateX(10%);
}

/*# sourceMappingURL=styles.css.map */
