a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, mark, menu, nav, object, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, 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
}

body {
  line-height: 1
}

blockquote, q {
  quotes: none
}

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

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

@font-face {
  font-family: Futura Std;
  src: url(/fonts/FuturaStd-Book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Futura Std;
  src: url(/fonts/FuturaStd-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: Futura Std;
  src: url(/fonts/FuturaStd-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

html {
  font-size: .73206442vw
}

@media only screen and (min-width:1921px) {
  html {
    font-size: .5952381vw
  }
}

@media only screen and (max-width:1199px) {
  html {
    font-size: .73206442vw
  }
}

@media only screen and (max-width:1023px) {
  html {
    font-size: 10px
  }
}

@media only screen and (max-width:767px) {
  html {
    font-size: 2.41545894vw
  }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
  html {
    font-size: 1.47058824vw
  }
}

@media only screen and (max-width:519px) {
  html {
    font-size: 2.66666667vw
  }
}

@media only screen and (max-width:519px) and (orientation:landscape) {
  html {
    font-size: 1.92678227vw
  }
}

* {
  box-sizing: border-box
}

html {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  height: var(--vh);
  overflow: hidden
}

body, html {
  width: 100vw
}

body {
  font-family: Futura Std,sans-serif;
  font-size: 1.4rem;
  line-height: 1.28571429;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-appearance: none;
  color: #a1a1a1;
  transition: color .15s ease
}

.no-touchevents a:hover {
  color: #000
}

.opacity {
  opacity: 1 !important
}

button {
  background: none;
  border: 0;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

a, button, input {
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input {
  -webkit-appearance: none;
  background: none
}

.no-cursor:not(:-webkit-full-screen), .no-cursor :not(:-webkit-full-screen) {
  cursor: none !important
}

.no-cursor:not(:fullscreen), .no-cursor :not(:fullscreen) {
  cursor: none !important
}

:-webkit-full-screen {
  pointer-events: all !important;
  cursor: pointer !important
}

:fullscreen {
  pointer-events: all !important;
  cursor: pointer !important
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: flex !important
}

.preload {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: all !important
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity .2s linear;
  pointer-events: none
}

.show-on-portrait {
  display: none
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .show-on-portrait {
    display: block
  }
}

.please-rotate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: var(--vh);
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 9999999;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

@media only screen and (max-width:899px) and (orientation:landscape) {
  .please-rotate {
    opacity: 1;
    visibility: visible;
    pointer-events: all
  }
}

@media only screen and (max-width:767px) {
  .no-transform-mobile {
    transform: none !important;
    padding-top: 6.4rem !important
  }
}

[data-hero-parallax] {
  will-change: transform
}

.about__full {
  position: relative
}

[data-scroll-sticked] {
  opacity: 1;
  will-change: transform
}

[data-vid-player]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: all
}

[data-vid-player] .sound-toggle {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  transform: translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: all
}

@media only screen and (max-width:767px) {
  [data-vid-player] .sound-toggle {
    left: 1.6rem;
    bottom: .8rem
  }
}

[data-vid-player] .sound-toggle .on {
  display: none
}

@media only screen and (max-width:767px) {
  [data-vid-player] .sound-toggle svg {
    width: 8rem
  }
}

[data-vid-player] .sound-toggle.is-muted .off {
  display: none
}

[data-vid-player] .sound-toggle.is-muted .on {
  display: block
}

.h1, h1 {
  font-size: 10.4rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .h1, h1 {
    font-size: 8rem
  }
}

@media only screen and (max-width:767px) {
  .h1, h1 {
    font-size: 4rem;
    letter-spacing: -.01em
  }
}

.h2, h2 {
  font-size: 6.4rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .h2, h2 {
    font-size: 5.6rem
  }
}

@media only screen and (max-width:767px) {
  .h2, h2 {
    font-size: 3.6rem
  }
}

.h3, h3 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .h3, h3 {
    font-size: 2.4rem;
    line-height: 2.88rem
  }
}

@media only screen and (max-width:767px) {
  .h3, h3 {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

.h4, h4 {
  font-size: 2.5rem;
  line-height: 7.5rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

@media only screen and (max-width:767px) {
  .h4, h4 {
    font-size: 2rem;
    line-height: 6rem;
  }
}

li, p {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

@media only screen and (max-width:767px) {
  li, p {
    font-size: 1.6rem;
    line-height: 2.16rem
  }
}

button {
  font-family: Futura Std,sans-serif;
  font-size: 1.3rem
}

a {
  color: #000
}

.small-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  display: block;
  width: 100%;
  text-align: center;
  margin: 2.4rem 0
}

.default p, .text p {
  margin-bottom: 1.25em
}

  .default p a, .text p a {
    color: #a1a1a1;
    transition: color .15s ease
  }

.no-touchevents .default p a:hover, .no-touchevents .text p a:hover {
  color: #000
}

.default p:last-child, .text p:last-child {
  margin-bottom: 0
}

html.js {
  overflow-x: hidden
}

  html.js :where(img) {
    max-width: unset
  }

main {
  height: 100%
}

.container {
  padding: 0 2.4rem;
  position: relative
}

@media only screen and (max-width:767px) {
  .container {
    padding: 0 1.8rem
  }
}

[data-scroll-container] {
  will-change: transform;
  overflow-y: hidden !important;
  background: #fff;
  width: 100vw;
  overflow: hidden
}

.home [data-scroll-container], .page-template-page-about [data-scroll-container], .page-template-page-contact [data-scroll-container] {
  background: none
}

.transition-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  overflow: hidden;
  transform: translateY(110vh)
}

.home .transition-wrapper {
  transform: translateY(calc(100vh - 20rem))
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .home .transition-wrapper {
    transform: translateY(100vh)
  }
}

.transition-wrapper .footer {
  margin-top: auto
}

.img-wrapper {
  position: relative;
  overflow: hidden
}

section.section {
  padding-bottom: calc(var(--section-spacing)*0.1rem);
  background-color: #fff
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  section.section {
    padding-bottom: calc(var(--section-spacing)*0.66*0.1rem)
  }
}

@media only screen and (max-width:767px) {
  section.section {
    padding-bottom: calc(var(--section-spacing)*0.53*0.1rem)
  }
}

section.section:first-of-type {
  padding-top: 12rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  section.section:first-of-type {
    padding-top: 8rem
  }
}

@media only screen and (max-width:767px) {
  section.section:first-of-type {
    padding-top: 6.4rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .single section.section .img-wrapper .image {
    width: 77% !important;
    transform: none !important
  }
}

@media only screen and (max-width:767px) {
  .single section.section .img-wrapper .image {
    width: 100% !important;
    transform: none !important
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .single section.section .text {
    width: 77% !important
  }
}

@media only screen and (max-width:767px) {
  .single section.section .text {
    width: 100% !important
  }
}

em {
  font-style: italic
}

strong {
  font-weight: 700
}

picture {
  display: flex
}

.um {
  width: 73rem;
  height: auto;
  max-width: 90%
}

.small-margin {
  margin-bottom: 2.4rem !important
}

.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: translateZ(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-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
    transform-style: preserve-3d
  }

  .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    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(270deg,rgba(0,0,0,.5),transparent)
  }

  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
  }

  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
  }

  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
  }

.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 {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(var(--swiper-navigation-size)*-1/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
  }

  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "prev"
  }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "next"
  }

  .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
  }

  .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
  }

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}

  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
  }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
  }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0)
}

  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
  }

  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
  }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      display: inline-block;
      transition: transform .2s,top .2s
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
  }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}

  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
  }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
  }

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

  .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
  }

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  box-sizing: border-box;
  border-radius: 50%;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
  }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
  }

    .swiper-container-cube .swiper-slide .swiper-slide {
      pointer-events: none
    }

  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
  }

  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
  }

  .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
  }

  .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
  }

.swiper-container-flip {
  overflow: visible
}

  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
  }

    .swiper-container-flip .swiper-slide .swiper-slide {
      pointer-events: none
    }

  .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
  }

  .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

/*! locomotive-scroll v4.1.0 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */ html.has-scroll-smooth {
  overflow: hidden
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.has-scroll-smooth body {
  overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
  min-height: var(--vh)
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  height: var(--vh);
  display: inline-block;
  white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  transform-origin: center right;
  transition: transform .3s,opacity .3s;
  opacity: 0
}

  .c-scrollbar:hover {
    transform: scaleX(1.45)
  }

  .c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
    opacity: 1
  }

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1)
}

  [data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
  }

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: .5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0
}

[data-inview-delay="1"] {
  transition-delay: .1s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

[data-inview-delay="2"] {
  transition-delay: .15s;
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

[data-inview-delay="3"] {
  transition-delay: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

[data-inview-delay="4"] {
  transition-delay: .25s;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

[data-inview-delay="5"] {
  transition-delay: .3s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

[data-inview-delay="6"] {
  transition-delay: .35s;
  -webkit-animation-delay: .35s;
  animation-delay: .35s
}

[data-inview-delay="7"] {
  transition-delay: .4s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

[data-inview-delay="8"] {
  transition-delay: .45s;
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

[data-inview-delay="9"] {
  transition-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

[data-inview-delay="10"] {
  transition-delay: .55s;
  -webkit-animation-delay: .55s;
  animation-delay: .55s
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  [data-inview-delay], [data-inview] {
    -webkit-animation-delay: 0ms !important;
    animation-delay: 0ms !important;
    transition-delay: 0ms !important
  }
}

[data-inview=fade] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .45s;
  transition-timing-function: ease-in-out
}

.is-ready .is-inview [data-inview=fade], .is-ready [data-inview=fade].is-inview {
  opacity: 1
}

[data-inview=fade-long] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .7s;
  transition-timing-function: ease-in-out
}

.is-ready .is-inview [data-inview=fade-long], .is-ready [data-inview=fade-long].is-inview {
  opacity: 1
}

[data-inview=fade-to-op] {
  opacity: 0 !important;
  transition-property: opacity;
  transition-duration: .45s;
  transition-timing-function: ease-in-out;
  will-change: opacity
}

  [data-inview=fade-to-op].is-visible {
    opacity: .8 !important
  }

[data-inview=bottom] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready [data-inview=bottom].is-inview {
  -webkit-animation-name: appear-up;
  animation-name: appear-up
}

[data-inview=bottom-short] {
  opacity: 0;
  will-change: opacity,transform;
  -webkit-animation-timing-function: cubic-bezier(.39,.575,.565,1);
  animation-timing-function: cubic-bezier(.39,.575,.565,1);
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready .is-inview [data-inview=bottom-short], .is-ready [data-inview=bottom-short].is-inview {
  -webkit-animation-name: appear-up-short;
  animation-name: appear-up-short
}

[data-inview=up-short] {
  opacity: 0;
  will-change: opacity,transform;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready .is-inview [data-inview=up-short], .is-ready [data-inview=up-short].is-inview {
  -webkit-animation-name: appear-down-short;
  animation-name: appear-down-short
}

[data-inview=clipping] {
  opacity: 0;
  will-change: clip-path;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready [data-inview=clipping].is-inview {
  -webkit-animation-name: clipping;
  animation-name: clipping
}

[data-inview=appear-right] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

  .is-ready .is-inview [data-inview=appear-right], .is-ready [data-inview=appear-right].is-inview, [data-inview=appear-right].lazy-loaded {
    -webkit-animation-name: appear-right;
    animation-name: appear-right
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .is-ready .is-inview [data-inview=appear-right], .is-ready [data-inview=appear-right].is-inview, [data-inview=appear-right].lazy-loaded {
    -webkit-animation-name: appear-bottom-long;
    animation-name: appear-bottom-long
  }
}

[data-inview=appear-left] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

  .is-ready [data-inview=appear-left].is-inview, [data-inview=appear-left].lazy-loaded {
    -webkit-animation-name: appear-left;
    animation-name: appear-left
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .is-ready [data-inview=appear-left].is-inview, [data-inview=appear-left].lazy-loaded {
    -webkit-animation-name: appear-bottom-long;
    animation-name: appear-bottom-long
  }
}

[data-inview=info-appear-left] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.19,1,.22,1);
  animation-timing-function: cubic-bezier(.19,1,.22,1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready .is-inview [data-inview=info-appear-left] {
  -webkit-animation-name: appear-left;
  animation-name: appear-left
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .is-ready .is-inview [data-inview=info-appear-left] {
    -webkit-animation-name: appear-bottom-long;
    animation-name: appear-bottom-long
  }
}

[data-inview=appear-left-long-img], [data-inview=appear-left-long] {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
  animation-timing-function: cubic-bezier(.215,.61,.355,1);
  -webkit-animation-duration: 1.75s;
  animation-duration: 1.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready .is-inview [data-inview=appear-left-long-img], .is-ready .is-inview [data-inview=appear-left-long], .is-ready [data-inview=appear-left-long-img].is-inview, .is-ready [data-inview=appear-left-long].is-inview {
  -webkit-animation-name: appear-left-long;
  animation-name: appear-left-long
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .is-ready .is-inview [data-inview=appear-left-long-img], .is-ready .is-inview [data-inview=appear-left-long], .is-ready [data-inview=appear-left-long-img].is-inview, .is-ready [data-inview=appear-left-long].is-inview {
    -webkit-animation-name: appear-bottom-long;
    animation-name: appear-bottom-long
  }
}

[data-inview=pointer-events] {
  pointer-events: none;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.is-ready [data-inview=pointer-events].is-inview {
  -webkit-animation-name: pointer-events;
  animation-name: pointer-events
}

@-webkit-keyframes appear {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes appear {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes pointer-events {
  0% {
    pointer-events: none
  }

  99% {
    pointer-events: none
  }

  to {
    pointer-events: all
  }
}

@keyframes pointer-events {
  0% {
    pointer-events: none
  }

  99% {
    pointer-events: none
  }

  to {
    pointer-events: all
  }
}

@-webkit-keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(4rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-up {
  0% {
    opacity: 0;
    transform: translateY(4rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes appear-up-short {
  0% {
    opacity: 0;
    transform: translateY(1rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-up-short {
  0% {
    opacity: 0;
    transform: translateY(1rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes appear-down-short {
  0% {
    opacity: 0;
    transform: translateY(-1rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-down-short {
  0% {
    opacity: 0;
    transform: translateY(-1rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes clipping {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }

  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@keyframes clipping {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }

  to {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@-webkit-keyframes appear-right {
  0% {
    opacity: 0;
    transform: translate(-2.5rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-right {
  0% {
    opacity: 0;
    transform: translate(-2.5rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes appear-left {
  0% {
    opacity: 0;
    transform: translate(1.5rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-left {
  0% {
    opacity: 0;
    transform: translate(1.5rem)
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes appear-left-long {
  0% {
    opacity: 0;
    transform: translate(4rem)
  }

  75% {
    opacity: 1
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-left-long {
  0% {
    opacity: 0;
    transform: translate(4rem)
  }

  75% {
    opacity: 1
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes appear-bottom-long {
  0% {
    opacity: 0;
    transform: translateY(2.5rem)
  }

  75% {
    opacity: 1
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@keyframes appear-bottom-long {
  0% {
    opacity: 0;
    transform: translateY(2.5rem)
  }

  75% {
    opacity: 1
  }

  to {
    opacity: 1;
    transform: translate(0)
  }
}

@-webkit-keyframes appear-left-long-img {
  0% {
    opacity: 0;
    transform: scale(1.05)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes appear-left-long-img {
  0% {
    opacity: 0;
    transform: scale(1.05)
  }

  to {
    opacity: 1;
    transform: none
  }
}

[data-lazy] {
  opacity: 0;
  transition: opacity 425ms cubic-bezier(.445,.05,.55,.95)
}

  [data-lazy].lazy-loaded {
    opacity: 1
  }

[data-split-text] .line {
  opacity: 0;
  transform: translateY(10px);
  transition: .85s cubic-bezier(.39,.575,.565,1);
  transition-property: opacity,transform
}

  [data-split-text] .line:nth-child(0) {
    transition-delay: 0ms
  }

  [data-split-text] .line:first-child {
    transition-delay: .1s
  }

  [data-split-text] .line:nth-child(2) {
    transition-delay: .2s
  }

  [data-split-text] .line:nth-child(3) {
    transition-delay: .3s
  }

  [data-split-text] .line:nth-child(4) {
    transition-delay: .4s
  }

  [data-split-text] .line:nth-child(5) {
    transition-delay: .5s
  }

  [data-split-text] .line:nth-child(6) {
    transition-delay: .6s
  }

  [data-split-text] .line:nth-child(7) {
    transition-delay: .7s
  }

  [data-split-text] .line:nth-child(8) {
    transition-delay: .8s
  }

  [data-split-text] .line:nth-child(9) {
    transition-delay: .9s
  }

  [data-split-text] .line:nth-child(10) {
    transition-delay: 1s
  }

  [data-split-text] .line:nth-child(11) {
    transition-delay: 1.1s
  }

  [data-split-text] .line:nth-child(12) {
    transition-delay: 1.2s
  }

  [data-split-text] .line:nth-child(13) {
    transition-delay: 1.3s
  }

  [data-split-text] .line:nth-child(14) {
    transition-delay: 1.4s
  }

  [data-split-text] .line:nth-child(15) {
    transition-delay: 1.5s
  }

  [data-split-text] .line:nth-child(16) {
    transition-delay: 1.6s
  }

  [data-split-text] .line:nth-child(17) {
    transition-delay: 1.7s
  }

  [data-split-text] .line:nth-child(18) {
    transition-delay: 1.8s
  }

  [data-split-text] .line:nth-child(19) {
    transition-delay: 1.9s
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  [data-split-text] .line {
    opacity: 1 !important;
    transform: none !important
  }
}

.is-inview [data-split-text] .line {
  opacity: 1;
  transform: none
}

[data-row-anim] .text-row {
  opacity: 0;
  transform: translateY(10px);
  transition: .85s cubic-bezier(.39,.575,.565,1);
  transition-property: opacity,transform
}

  [data-row-anim] .text-row:nth-child(0) {
    transition-delay: 0ms
  }

  [data-row-anim] .text-row:first-child {
    transition-delay: .1s
  }

  [data-row-anim] .text-row:nth-child(2) {
    transition-delay: .2s
  }

  [data-row-anim] .text-row:nth-child(3) {
    transition-delay: .3s
  }

  [data-row-anim] .text-row:nth-child(4) {
    transition-delay: .4s
  }

  [data-row-anim] .text-row:nth-child(5) {
    transition-delay: .5s
  }

  [data-row-anim] .text-row:nth-child(6) {
    transition-delay: .6s
  }

  [data-row-anim] .text-row:nth-child(7) {
    transition-delay: .7s
  }

  [data-row-anim] .text-row:nth-child(8) {
    transition-delay: .8s
  }

  [data-row-anim] .text-row:nth-child(9) {
    transition-delay: .9s
  }

  [data-row-anim] .text-row:nth-child(10) {
    transition-delay: 1s
  }

  [data-row-anim] .text-row:nth-child(11) {
    transition-delay: 1.1s
  }

  [data-row-anim] .text-row:nth-child(12) {
    transition-delay: 1.2s
  }

  [data-row-anim] .text-row:nth-child(13) {
    transition-delay: 1.3s
  }

  [data-row-anim] .text-row:nth-child(14) {
    transition-delay: 1.4s
  }

  [data-row-anim] .text-row:nth-child(15) {
    transition-delay: 1.5s
  }

  [data-row-anim] .text-row:nth-child(16) {
    transition-delay: 1.6s
  }

  [data-row-anim] .text-row:nth-child(17) {
    transition-delay: 1.7s
  }

  [data-row-anim] .text-row:nth-child(18) {
    transition-delay: 1.8s
  }

  [data-row-anim] .text-row:nth-child(19) {
    transition-delay: 1.9s
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  [data-row-anim] .text-row {
    opacity: 1 !important;
    transform: none !important
  }
}

[data-row-anim].is-inview .text-row {
  opacity: 1;
  transform: none
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap
}

  .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit
  }

.wrapper {
  margin: 0 4rem
}

@media only screen and (max-width:767px) {
  .wrapper {
    margin: 0 1.5rem
  }
}

.header {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  opacity: 0;
  transition: transform .6s cubic-bezier(.165,.84,.44,1) .1s,opacity .3s linear .1s;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none
}

  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 2.4rem;
    background: none !important
  }

  .header .header__play {
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    position: relative
  }

    .header .header__play:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 570%;
      height: 100%;
      height: 180%
    }

.header__current {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  opacity: 0;
  transition: opacity .15s linear .6s
}

.is-scrolled .header__current {
  opacity: 1
}

.is-ready.home .header__current, .is-ready .home .header__current {
  opacity: 1 !important;
  pointer-events: all;
  display: flex;
  align-items: center
}

  .is-ready.home .header__current svg, .is-ready .home .header__current svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .8rem;
    margin-top: -.2rem;
    overflow: visible
  }

  .is-ready.home .header__current span, .is-ready .home .header__current span {
    line-height: 1;
    display: block
  }

.is-scrolled.home .header__current {
  opacity: 0 !important
}

.menu-open .header__current, .menu-open .home .header__current {
  opacity: 0 !important;
  transition-delay: 0ms
}

.header__logo {
  position: absolute;
  left: 2.4rem;
  bottom: 0;
  right: 2.4rem;
  margin-bottom: 2.4rem;
  overflow: hidden
}

  .header__logo svg {
    width: 100%;
    height: 100%;
    max-width: unset;
    transform: translateY(50rem);
    transition: transform 1s cubic-bezier(.23,1,.32,1) 0ms
  }

.menu-open .header__logo svg {
  transform: none;
  transition-delay: .5s;
  transition-duration: 1.4s
}

.header__nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: var(--vh);
  padding: 4rem 0;
  background-color: #fff;
  color: #000;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(1px) translateY(-101%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 1.2s cubic-bezier(.23,1,.32,1)
}

.loaded .header__nav {
  opacity: 1
}

.menu-open .header__nav {
  transform: translateZ(1px);
  pointer-events: all
}

.header__nav__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center
}

  .header__nav__wrapper .main-nav-link {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1.2rem;
    opacity: .25;
    transform: translateY(-250%);
    transition: 1.5s cubic-bezier(.23,1,.32,1)
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .header__nav__wrapper .main-nav-link {
    font-size: 2.4rem;
    line-height: 2.88rem
  }
}

@media only screen and (max-width:767px) {
  .header__nav__wrapper .main-nav-link {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

.header__nav__wrapper .main-nav-link:nth-child(0) {
  transition-delay: .7s
}

.header__nav__wrapper .main-nav-link:first-child {
  transition-delay: .62s
}

.header__nav__wrapper .main-nav-link:nth-child(2) {
  transition-delay: .54s
}

.header__nav__wrapper .main-nav-link:nth-child(3) {
  transition-delay: .46s
}

.header__nav__wrapper .main-nav-link:nth-child(4) {
  transition-delay: .38s
}

.header__nav__wrapper .main-nav-link:nth-child(5) {
  transition-delay: .3s
}

.header__nav__wrapper .main-nav-link:nth-child(6) {
  transition-delay: .22s
}

.header__nav__wrapper .main-nav-link:nth-child(7) {
  transition-delay: .14s
}

.header__nav__wrapper .main-nav-link:nth-child(8) {
  transition-delay: 60ms
}

.header__nav__wrapper .main-nav-link:nth-child(9) {
  transition-delay: -20ms
}

.header__nav__wrapper .main-nav-link:nth-child(10) {
  transition-delay: -.1s
}

.header__nav__wrapper .main-nav-link:nth-child(11) {
  transition-delay: -.18s
}

.header__nav__wrapper .main-nav-link:nth-child(12) {
  transition-delay: -.26s
}

.header__nav__wrapper .main-nav-link:nth-child(13) {
  transition-delay: -.34s
}

.header__nav__wrapper .main-nav-link:nth-child(14) {
  transition-delay: -.42s
}

.header__nav__wrapper .main-nav-link:nth-child(15) {
  transition-delay: -.5s
}

.header__nav__wrapper .main-nav-link:nth-child(16) {
  transition-delay: -.58s
}

.header__nav__wrapper .main-nav-link:nth-child(17) {
  transition-delay: -.66s
}

.header__nav__wrapper .main-nav-link:nth-child(18) {
  transition-delay: -.74s
}

.header__nav__wrapper .main-nav-link:nth-child(19) {
  transition-delay: -.82s
}

.menu-open .header__nav__wrapper .main-nav-link {
  transform: none;
  opacity: 1
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .header__nav__wrapper .main-nav-link {
    margin-bottom: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .header__nav__wrapper .main-nav-link {
    margin-bottom: 1.6rem
  }
}

.header__nav .main-nav-link > span {
  position: relative;
  display: block
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .header__nav .main-nav-link > span {
    line-height: 1
  }
}

.header__nav .main-nav-link > span .char {
  position: relative;
  overflow: hidden
}

  .header__nav .main-nav-link > span .char:nth-child(0) .char-inner, .header__nav .main-nav-link > span .char:nth-child(0):after {
    transition-delay: 25ms
  }

  .header__nav .main-nav-link > span .char:first-child .char-inner, .header__nav .main-nav-link > span .char:first-child:after {
    transition-delay: 50ms
  }

  .header__nav .main-nav-link > span .char:nth-child(2) .char-inner, .header__nav .main-nav-link > span .char:nth-child(2):after {
    transition-delay: 75ms
  }

  .header__nav .main-nav-link > span .char:nth-child(3) .char-inner, .header__nav .main-nav-link > span .char:nth-child(3):after {
    transition-delay: .1s
  }

  .header__nav .main-nav-link > span .char:nth-child(4) .char-inner, .header__nav .main-nav-link > span .char:nth-child(4):after {
    transition-delay: 125ms
  }

  .header__nav .main-nav-link > span .char:nth-child(5) .char-inner, .header__nav .main-nav-link > span .char:nth-child(5):after {
    transition-delay: .15s
  }

  .header__nav .main-nav-link > span .char:nth-child(6) .char-inner, .header__nav .main-nav-link > span .char:nth-child(6):after {
    transition-delay: 175ms
  }

  .header__nav .main-nav-link > span .char:nth-child(7) .char-inner, .header__nav .main-nav-link > span .char:nth-child(7):after {
    transition-delay: .2s
  }

  .header__nav .main-nav-link > span .char:nth-child(8) .char-inner, .header__nav .main-nav-link > span .char:nth-child(8):after {
    transition-delay: 225ms
  }

  .header__nav .main-nav-link > span .char:nth-child(9) .char-inner, .header__nav .main-nav-link > span .char:nth-child(9):after {
    transition-delay: .25s
  }

  .header__nav .main-nav-link > span .char:nth-child(10) .char-inner, .header__nav .main-nav-link > span .char:nth-child(10):after {
    transition-delay: 275ms
  }

  .header__nav .main-nav-link > span .char:nth-child(11) .char-inner, .header__nav .main-nav-link > span .char:nth-child(11):after {
    transition-delay: .3s
  }

  .header__nav .main-nav-link > span .char:nth-child(12) .char-inner, .header__nav .main-nav-link > span .char:nth-child(12):after {
    transition-delay: 325ms
  }

  .header__nav .main-nav-link > span .char:nth-child(13) .char-inner, .header__nav .main-nav-link > span .char:nth-child(13):after {
    transition-delay: .35s
  }

  .header__nav .main-nav-link > span .char:nth-child(14) .char-inner, .header__nav .main-nav-link > span .char:nth-child(14):after {
    transition-delay: 375ms
  }

  .header__nav .main-nav-link > span .char:nth-child(15) .char-inner, .header__nav .main-nav-link > span .char:nth-child(15):after {
    transition-delay: .4s
  }

  .header__nav .main-nav-link > span .char:nth-child(16) .char-inner, .header__nav .main-nav-link > span .char:nth-child(16):after {
    transition-delay: 425ms
  }

  .header__nav .main-nav-link > span .char:nth-child(17) .char-inner, .header__nav .main-nav-link > span .char:nth-child(17):after {
    transition-delay: .45s
  }

  .header__nav .main-nav-link > span .char:nth-child(18) .char-inner, .header__nav .main-nav-link > span .char:nth-child(18):after {
    transition-delay: 475ms
  }

  .header__nav .main-nav-link > span .char:nth-child(19) .char-inner, .header__nav .main-nav-link > span .char:nth-child(19):after {
    transition-delay: .5s
  }

  .header__nav .main-nav-link > span .char:after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 0;
    transition: transform .84s cubic-bezier(.165,.84,.44,1)
  }

.header__nav .main-nav-link > span .char-inner {
  display: inline-block;
  transition: transform .84s cubic-bezier(.165,.84,.44,1);
  opacity: 1
}

.no-touchevents .header__nav .main-nav-link:hover .char-inner, .no-touchevents .header__nav .main-nav-link:hover .char:after {
  transform: translateY(-99%)
}

.loaded .header {
  opacity: 1;
  visibility: visible
}

.footer {
  padding-bottom: 1.8rem;
  background: #fff;
  position: relative
}

.error404 .footer {
  display: none
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .footer {
    padding-bottom: 3.2rem
  }
}

.footer:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 99%;
  height: 50px;
  background: #fff;
  z-index: -1
}

.page-template-page-contact .footer {
  padding-top: 26rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .page-template-page-contact .footer {
    padding-top: 20rem
  }
}

@media only screen and (max-width:767px) {
  .page-template-page-contact .footer {
    padding-top: 12rem
  }
}

.page-template-page-contact .footer:before {
  height: 0
}

@media only screen and (max-width:767px) {
  .footer nav a {
    width: 100%;
    display: block;
    margin-bottom: 1.8rem;
    text-align: center
  }
}

@media only screen and (max-width:767px) {
  .footer nav a:last-child {
    margin-bottom: 0
  }
}

.footer__text {
  margin-bottom: 1.8rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .footer__text {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
  }
}

@media only screen and (max-width:767px) {
  .footer__text {
    margin-bottom: 0
  }
}

.footer__logo {
  font-weight: 700;
  font-size: 7.81845vw;
  line-height: 12.9rem;
  letter-spacing: .01em;
  white-space: nowrap
}

@media only screen and (max-width:767px) {
  .footer__logo {
    line-height: 6.8rem
  }
}

.footer__logo svg {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin-bottom: 0
}

.footer__bottom {
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  display: flex
}

@media only screen and (max-width:767px) {
  .footer__bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center
  }
}

.footer__bottom nav {
  display: flex;
  align-items: center;
  flex: 1
}

@media only screen and (max-width:767px) {
  .footer__bottom nav {
    display: block
  }
}

.footer__bottom small {
  padding-right: 3rem
}

@media only screen and (max-width:767px) {
  .footer__bottom small {
    padding-right: 0;
    text-align: center;
    padding-top: 4rem
  }
}

.footer__bottom a {
  margin-right: 3rem;
  color: #a1a1a1
}

  .footer__bottom a:nth-child(2) {
    margin-right: auto
  }

@media only screen and (max-width:767px) {
  .footer__bottom a:nth-child(2) {
    margin-right: 0
  }
}

.no-touchevents .footer__bottom a:hover {
  color: #000
}

.hero-wrapper {
  position: relative
}

.hero-wrapper-space {
  width: 100vw;
  height: 120vh
}

.hero--home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--home {
    height: 62vw
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .page-template-page-contact .hero--home {
    height: 100vh
  }
}

.hero--home .image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex
}

  .hero--home .image picture {
    display: inline
  }

  .hero--home .image img, .hero--home .image video {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: center;
    transform: scale(1.25) translateY(-10%);
    transition: transform 2.15s cubic-bezier(.23,1,.32,1),opacity .3s ease
  }

    .hero--home .image img.lazy-loaded, .hero--home .image video.lazy-loaded {
      transform: none
    }

  .hero--home .image iframe {
    width: 156vw;
    min-height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
  }

.hero--new {
  position: relative
}

  .hero--new iframe {
    width: 100vw;
    min-height: 56.25vw;
    height: auto
  }

  .hero--new [data-vid-player] {
    height: 41.3vw;
    display: flex;
    align-items: center;
    position: relative;
    width: 100vw;
    z-index: 5;
    pointer-events: none;
    overflow: hidden
  }

    .hero--new [data-vid-player]:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      pointer-events: all
    }

  .hero--new .image {
    background-color: #fff
  }

    .hero--new .image iframe {
      pointer-events: none
    }

  .hero--new + .container {
    background-color: #fff
  }

.home .hero--new + .container {
  padding-top: 12rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .home .hero--new + .container {
    padding-top: 10rem
  }
}

@media only screen and (max-width:767px) {
  .home .hero--new + .container {
    padding-top: 8rem
  }
}

.hero {
  padding-top: 22rem;
  position: relative;
  width: 100vw;
  width: 100%;
  background-color: #fff
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero {
    padding-top: 20rem
  }
}

@media only screen and (max-width:767px) {
  .hero {
    padding-top: 14rem
  }
}

.hero__all {
  position: absolute;
  top: 2.4rem;
  left: 8rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  cursor: pointer;
  color: #a1a1a1;
  transition: color .15s ease
}

.no-touchevents .hero__all:hover {
  color: #000
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero__all {
    left: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .hero__all {
    display: none
  }
}

.hero__text {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero__text br {
    display: none
  }
}

.hero--single .hero__text {
  width: 61.5rem;
  margin-bottom: 12.1rem;
  max-width: calc(100% - 4.8rem);
  font-size: 2.4rem;
  line-height: 2.9rem;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--single .hero__text {
    font-size: 2.4rem;
    line-height: 2.88rem
  }
}

@media only screen and (max-width:767px) {
  .hero--single .hero__text {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--single .hero__text {
    margin-bottom: 8rem
  }
}

@media only screen and (max-width:767px) {
  .hero--single .hero__text {
    margin-bottom: 6.4rem;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
  }
}

@media only screen and (max-width:767px) and (max-width:1023px) and (orientation:portrait) {
  .hero--single .hero__text {
    font-size: 2rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .hero--single .hero__text {
    font-size: 1.6rem;
    line-height: 2rem
  }
}

@media only screen and (max-width:767px) {
  .hero__text h3 {
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
  }
}

@media only screen and (max-width:767px) and (max-width:1023px) and (orientation:portrait) {
  .hero__text h3 {
    font-size: 2rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .hero__text h3 {
    font-size: 1.6rem;
    line-height: 2rem
  }
}

.hero--studio .hero__text {
  margin-bottom: 12rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--studio .hero__text {
    margin-bottom: 6.4rem
  }
}

@media only screen and (max-width:767px) {
  .hero--studio .hero__text {
    margin-bottom: 4.8rem
  }
}

.hero--overview .hero__text {
  width: 61.5rem;
  max-width: calc(100% - 4.8rem);
  position: relative
}

  .hero--overview .hero__text:after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    width: 102%;
    transform: translate(-50%);
    height: 10px;
    background-color: #fff
  }

.hero__thumb {
  background-color: #eaeae8;
  position: relative;
  overflow: hidden;
  width: 36.7rem;
  margin: 0 auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero__thumb {
    width: 33.6rem
  }
}

@media only screen and (max-width:767px) {
  .hero__thumb {
    width: 25.1rem
  }
}

.hero__thumb:before {
  content: "";
  display: block;
  padding-top: 124%
}

.hero__thumb video {
  top: 50%;
  left: 50%;
  min-width: 100%;
  transform: translate(-50%,-50%)
}

.hero__thumb img, .hero__thumb video {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero__thumb img {
  top: 0;
  left: 0;
  width: 100%
}

.hero--studio .hero__thumb {
  width: 48.1rem;
  height: 60.1rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--studio .hero__thumb {
    width: 39.2rem;
    height: 49rem
  }
}

@media only screen and (max-width:767px) {
  .hero--studio .hero__thumb {
    width: 25.1rem;
    height: 31.3rem
  }
}

.hero--studio .hero__thumb:before {
  display: none
}

.hero--studio .hero__thumb img {
  width: 100%;
  height: 100%
}

.hero__image {
  background-color: #eaeae8;
  position: relative;
  overflow: hidden
}

  .hero__image:before {
    content: "";
    display: block;
    padding-top: 66%
  }

  .hero__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: center;
    transform: scale(1.15) translateY(-10%);
    transition: transform 1.95s cubic-bezier(.23,1,.32,1),opacity .3s ease
  }

@media only screen and (max-width:1199px) {
  .hero__image img {
    top: 0
  }
}

.hero__image img.lazy-loaded {
  transform: none
}

.hero__desc {
  padding-top: 12rem;
  width: 45.4%;
  margin-right: 11.1rem;
  margin-left: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero__desc {
    padding-top: 8rem;
    width: 69%;
    margin-right: 0
  }
}

@media only screen and (max-width:767px) {
  .hero__desc {
    width: 100%;
    padding-top: 6.4rem
  }
}

.hero__meta {
  padding-top: 4rem
}

  .hero__meta p {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 1.65;
    font-weight: 400;
    margin-bottom: 2rem
  }

    .hero__meta p:last-child {
      margin-bottom: 0
    }

.single .hero .container {
  position: relative
}

  .single .hero .container:after {
    content: "";
    position: absolute;
    top: 99%;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fff
  }

.hero--ultra .hero__thumb {
  width: 97.8rem;
  height: 55rem;
  margin-bottom: 0;
  background-color: #fff;
  position: relative
}

  .hero--ultra .hero__thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--ultra .hero__thumb {
    width: calc(100% + 4.8rem);
    margin-left: -2.4rem;
    height: auto
  }
}

@media only screen and (max-width:767px) {
  .hero--ultra .hero__thumb {
    width: calc(100% + 3.6rem);
    margin-left: -1.8rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .hero--ultra .hero__thumb:before {
    content: "";
    display: block;
    padding-top: 56.25%
  }
}

.hero--ultra .hero__thumb img, .hero--ultra .hero__thumb video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.hero--ultra .hero__thumb [data-vid-player] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}

  .hero--ultra .hero__thumb [data-vid-player] iframe {
    width: 100%;
    height: 100%;
    pointer-events: none
  }

.image {
  background-color: #eaeae8
}

.image--full {
  margin-left: -2.4rem;
  width: calc(100% + 4.8rem) !important;
  height: auto
}

.image img {
  width: 100%;
  height: auto
}

.image.single-img {
  position: relative
}

  .image.single-img:before {
    content: "";
    display: block;
    padding-top: var(--ratio)
  }

  .image.single-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

.image--video {
  position: relative
}

@media only screen and (max-width:767px) {
  .image--video {
    width: 100% !important
  }
}

.image--video:before {
  content: "";
  display: block;
  padding-top: 56.25%
}

.image--video [data-vid-player] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}

  .image--video [data-vid-player] iframe {
    width: 100%;
    height: 100%;
    pointer-events: none
  }

.text h1 em, .text h2 em, .text h3 em, .text h4 em, .text h5 em, .text h6 em {
  font-style: normal;
  display: block;
  text-align: right
}

  .text h1 em + br, .text h2 em + br, .text h3 em + br, .text h4 em + br, .text h5 em + br, .text h6 em + br {
    display: none
  }

.text--centered {
  width: 87rem;
  margin: 0 auto 6.4rem;
  max-width: calc(100% - 4.8rem);
  text-align: center
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .text--centered {
    width: 100%;
    max-width: unset
  }
}

.about--ultra .text--centered {
  width: 100%;
  max-width: 123rem
}

  .about--ultra .text--centered.text--mt {
    margin-top: 14rem;
    margin-bottom: 10rem
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .text--centered.text--mt {
    margin-top: 5rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .text--centered.text--mt {
    margin-bottom: 5rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .text--centered.text--mt-second {
    margin-bottom: 0;
    padding-top: 0 !important
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .text--centered.text--mt-second h2 {
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center
  }
}

@media only screen and (max-width:767px) and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .text--centered.text--mt-second h2 {
    font-size: 2.4rem;
    line-height: 2.88rem
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .about--ultra .text--centered.text--mt-second h2 {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

.text--small-h3 {
  padding-top: 8rem;
  padding-bottom: 6.4rem;
  width: 40.2rem;
  text-align: left
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .text--small-h3 {
    transform: none !important
  }
}

@media only screen and (max-width:767px) {
  .text--small-h3 {
    padding-top: 6.4rem;
    padding-bottom: 4.8rem;
    width: 27.9rem
  }
}

.text-image {
  display: flex;
  align-items: flex-start;
  width: 100%
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .text-image {
    display: block
  }
}

.text-image .text {
  margin-right: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .single section.section .text-image .text {
    width: 100% !important
  }
}

.text-image .image {
  width: 25.6rem;
  height: 31.8rem;
  position: relative
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .text-image .image {
    margin-top: 2.4rem;
    width: 15.6rem;
    height: 19.4rem;
    display: block;
    margin-left: auto;
    transform: none !important
  }
}

.text-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.text-image--right .text {
  order: 2;
  margin-left: auto;
  margin-right: 0
}

.text-image--right .image {
  order: 1
}

@media only screen and (max-width:767px) {
  section.section--image_grid .container {
    padding: 0 !important
  }
}

.image-grid__mob-text {
  display: none
}

@media only screen and (max-width:767px) {
  .image-grid__mob-text {
    display: block;
    width: 100%;
    padding-left: 1.8rem;
    padding-right: 1.8rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .image-grid__mob-text {
    padding-bottom: 6.4rem;
    text-align: left;
    padding-left: 0
  }
}

.about--ultra .image-grid__mob-text .text h1, .about--ultra .image-grid__mob-text .text h2, .about--ultra .image-grid__mob-text .text h3, .about--ultra .image-grid__mob-text .text h4, .about--ultra .image-grid__mob-text .text p {
  text-align: left
}

@media only screen and (max-width:767px) {
  .image-grid.hide-on-mobile {
    display: none !important
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid.hide-on-portrait {
    display: none !important
  }
}

@media only screen and (max-width:767px) {
  .image-grid {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 2.4rem
  }
}

.image-grid__row {
  display: flex;
  align-items: flex-start;
  padding-left: 1rem
}

@media only screen and (max-width:1199px) {
  .image-grid__row {
    flex-wrap: wrap;
    padding-left: 0
  }
}

@media only screen and (max-width:767px) {
  .image-grid__row {
    flex-wrap: nowrap;
    align-items: center;
    margin-left: 1.8rem
  }
}

.image-grid__row:first-child {
  margin-bottom: 6.5rem
}

@media only screen and (max-width:767px) {
  .image-grid__row:first-child {
    margin-bottom: 0
  }
}

@media only screen and (max-width:767px) {
  .image-grid__row:last-of-type .image:last-of-type {
    margin-right: 1.8rem
  }
}

.image-grid__row .image {
  margin-right: 2.4rem;
  width: 25.6rem;
  height: 31.8rem
}

  .image-grid__row .image.show-on-mobile {
    display: none
  }

@media only screen and (max-width:767px) {
  .image-grid__row .image.show-on-mobile {
    display: block
  }
}

.image-grid__row .image.show-on-portrait {
  display: none
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid__row .image.show-on-portrait {
    display: block
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid__row .image {
    height: 19.3rem;
    width: 15.6rem;
    transform: none !important
  }
}

@media only screen and (max-width:767px) {
  .image-grid__row .image {
    margin-right: 1.8rem;
    transform: none !important;
    width: 22.1rem;
    height: 27.3rem
  }
}

.image-grid__row .image.img-landscape {
  width: 51.3rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid__row .image.img-landscape {
    width: 31.2rem
  }
}

@media only screen and (max-width:767px) {
  .image-grid__row .image.img-landscape {
    width: 44.1rem
  }
}

.image-grid__row .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.image-grid__row .image:last-of-type {
  margin-right: 0
}

.image-grid--small .image-grid__row .image {
  height: 17.8rem;
  width: 14.3rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--small .image-grid__row .image {
    width: 11.8rem;
    height: 14.7rem
  }
}

@media only screen and (max-width:767px) {
  .image-grid--small .image-grid__row .image {
    width: 8rem;
    height: 10rem
  }
}

.image-grid--small .image-grid__row .image.img-landscape {
  height: 17.8rem;
  width: 28.4rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--small .image-grid__row .image.img-landscape {
    width: 23.5rem;
    height: 14.7rem
  }
}

@media only screen and (max-width:767px) {
  .image-grid--small .image-grid__row .image.img-landscape {
    width: 15.9rem;
    height: 10rem
  }
}

.image-grid__row .text {
  margin-left: auto;
  margin-top: auto;
  padding-left: 3rem;
  max-width: 56.5rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid__row .text {
    padding-left: 0;
    margin-left: 0;
    margin-top: 2.4rem;
    transform: none !important;
    max-width: 52rem
  }
}

@media only screen and (max-width:767px) {
  .image-grid__row .text {
    display: none
  }
}

.image-grid__row--right {
  justify-content: flex-end;
  padding-right: 1rem;
  padding-left: 0
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid__row--right {
    padding-right: 0
  }
}

.image-grid__row--right .text {
  order: -1;
  margin-right: auto;
  margin-left: 0
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid__row--right .text {
    padding-left: 0;
    margin-left: 0;
    margin-top: 2.4rem;
    max-width: 42rem
  }
}

@media only screen and (max-width:767px) {
  .image-grid__row--right .text {
    margin-top: 0
  }
}

.image-grid picture {
  display: inline
}

.image-grid--centered {
  margin-bottom: 0 !important;
  padding-bottom: 12rem !important;
  padding-top: 5.6rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid {
    display: flex;
    align-items: center;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    margin-bottom: 2.4rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid .image-grid__row {
    margin-left: 2.4rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid--small {
    margin-bottom: 2.2rem !important;
    padding-bottom: 1rem !important;
    padding-left: 0 !important;
    margin-left: -2.4rem;
    width: calc(100% + 4.8rem)
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .image-grid--small, .page-template-page-studio .image-grid {
    margin-left: -1.8rem;
    width: calc(100% + 3.6rem)
  }
}

@media only screen and (max-width:767px) {
  .image-grid--fit-mob {
    width: calc(100% - 3.6rem)
  }
}

.about--ultra .image-grid--fit-mob.image-grid__row--center .image {
  width: 14.3rem;
  height: 17.7rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid--fit-mob.image-grid__row--center .image {
    width: 10.8rem;
    height: 14.7rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .image-grid--fit-mob.image-grid__row--center .image {
    width: 7.4rem;
    height: 10.2rem
  }
}

.about--ultra .image-grid--fit-mob.image-grid__row--center .image.img-landscape {
  width: 25.6rem;
  height: 17.7rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid--fit-mob.image-grid__row--center .image.img-landscape {
    width: 21.3rem;
    height: 14.7rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .image-grid--fit-mob.image-grid__row--center .image.img-landscape {
    width: 14.6rem;
    height: 10.2rem
  }
}

.image-grid--ultra .image-grid__row {
  justify-content: center;
  padding-right: 0;
  padding-left: 0
}

.image-grid--ultra .image {
  margin-right: 8rem;
  width: 31.1rem;
  height: 38.9rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--large {
    margin-left: -2.4rem;
    width: calc(100% + 4.8rem)
  }
}

@media only screen and (max-width:767px) {
  .image-grid--large {
    margin-left: -1.8rem;
    width: calc(100% + 3.6rem);
    display: block;
    overflow: visible;
    marginb-bottom: 0
  }
}

.image-grid--large .image-grid__row {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--large .image-grid__row {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 4.8rem
  }
}

@media only screen and (max-width:767px) {
  .image-grid--large .image-grid__row {
    margin-left: 0
  }
}

@media only screen and (max-width:767px) {
  .image-grid--large .image-grid__row:last-of-type .image:last-of-type {
    margin-right: 0
  }
}

.image-grid--large .image-grid__row .image {
  width: 48rem;
  height: 60rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--large .image-grid__row .image {
    width: calc(50% - .8rem);
    height: auto;
    position: relative
  }
}

@media only screen and (max-width:767px) {
  .image-grid--large .image-grid__row .image {
    margin: 0;
    width: calc(50% - .4rem)
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--large .image-grid__row .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .image-grid--large .image-grid__row .image:before {
    content: "";
    display: block;
    padding-top: 124%
  }
}

.image-grid--large .image-grid__row .image:nth-child(3), .image-grid--large .image-grid__row .image:nth-child(4), .image-grid--large .image-grid__row .image:nth-child(5) {
  display: none
}

a.image-grid .image {
  overflow: hidden
}

  a.image-grid .image img {
    transition: opacity .8s cubic-bezier(.445,.05,.55,.95),transform 2.33s cubic-bezier(.23,1,.32,1)
  }

.no-touchevents a.image-grid .image:hover img {
  transform: scale(1.125)
}

.two-columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start
}

@media only screen and (max-width:767px) {
  .two-columns {
    flex-direction: column;
    justify-content: flex-start
  }
}

.two-columns--center {
  align-items: center
}

@media only screen and (max-width:767px) {
  .two-columns--center {
    align-items: flex-start
  }
}

.two-columns--bottom {
  align-items: flex-end
}

@media only screen and (max-width:767px) {
  .two-columns--bottom {
    align-items: flex-start
  }
}

.two-columns__big {
  position: relative;
  width: 61.5rem;
  height: 76.8rem
}

@media only screen and (max-width:1199px) {
  .two-columns__big {
    width: 34.2rem;
    height: 42.7rem
  }
}

@media only screen and (max-width:767px) {
  .two-columns__big {
    width: 100%;
    height: auto;
    margin-bottom: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .two-columns__big:before {
    content: "";
    display: block;
    padding-top: 124%
  }
}

.two-columns__small {
  position: relative;
  width: 47.9rem;
  height: 60rem;
  margin-left: auto
}

@media only screen and (max-width:1199px) {
  .two-columns__small {
    transform: none !important;
    width: 28.7rem;
    height: 35.9rem
  }
}

@media only screen and (max-width:767px) {
  .two-columns__small {
    width: 16.8rem;
    height: 21.1rem;
    margin-left: auto
  }
}

.two-columns img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover
}

.two-columns--right {
  flex-direction: row-reverse
}

@media only screen and (max-width:767px) {
  .two-columns--right {
    flex-direction: column
  }
}

.two-columns--right .two-columns__small {
  margin-left: 0
}

@media only screen and (max-width:767px) {
  .two-columns--right .two-columns__small {
    margin-left: 0
  }
}

.slider .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  margin-right: 2.4rem
}

@media only screen and (max-width:767px) {
  .slider .swiper-slide {
    margin-right: 1.8rem
  }
}

.slider .swiper-slide:last-child {
  margin-right: 0
}

.slider .swiper-slide .image {
  height: 60.1rem;
  width: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .slider .swiper-slide .image {
    height: 49rem
  }
}

@media only screen and (max-width:767px) {
  .slider .swiper-slide .image {
    height: 35rem
  }
}

.slider .swiper-slide .image--pano {
  height: 38.2rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .slider .swiper-slide .image--pano {
    height: 27.8rem
  }
}

@media only screen and (max-width:767px) {
  .slider .swiper-slide .image--pano {
    height: 17rem
  }
}

.slider .swiper-slide .image picture {
  display: inline
}

.slider .swiper-slide .image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

overview-slider {
  padding-left: 5.5rem;
  display: block
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  overview-slider {
    padding-left: 0
  }
}

.about--ultra overview-slider {
  display: block;
  margin-top: 12rem;
  margin-bottom: 4rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra overview-slider {
    margin-top: 8rem;
    margin-bottom: 8rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra overview-slider {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem
  }
}

[data-h-scroll] {
  margin-top: -10vh;
  margin-bottom: -10vh
}

  [data-h-scroll] .pin-animation, [data-h-scroll] .pin-wrap {
    z-index: 1;
    display: flex;
    position: relative;
    height: 100vh
  }

  [data-h-scroll] .pin-animation {
    justify-content: flex-start;
    align-items: center;
    padding-left: 5.5rem;
    padding-right: 2.4rem
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  [data-h-scroll] .pin-animation {
    padding-left: 0;
    padding-right: 1.8rem
  }
}

[data-h-scroll] .pin-slide {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  margin-right: 2.4rem;
  position: relative
}

@media only screen and (max-width:767px) {
  [data-h-scroll] .pin-slide {
    margin-right: 1.8rem
  }
}

[data-h-scroll] .pin-slide .image {
  height: 60.1rem;
  width: 47.9rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  [data-h-scroll] .pin-slide .image {
    height: 49rem;
    width: 39.4rem
  }
}

@media only screen and (max-width:767px) {
  [data-h-scroll] .pin-slide .image {
    height: 35rem;
    width: 28.2rem
  }
}

[data-h-scroll] .pin-slide .image--pano {
  height: 38.2rem;
  width: 61.8rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  [data-h-scroll] .pin-slide .image--pano {
    height: 27.8rem;
    width: 45.7rem
  }
}

@media only screen and (max-width:767px) {
  [data-h-scroll] .pin-slide .image--pano {
    height: 17rem;
    width: 28rem
  }
}

[data-h-scroll] .pin-slide .image picture {
  display: inline
}

[data-h-scroll] .pin-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.next-project {
  text-align: center;
  padding-bottom: 17.4rem;
  display: flex;
  justify-content: center
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .next-project {
    padding-bottom: 26.4rem
  }
}

@media only screen and (max-width:767px) {
  .next-project {
    padding-bottom: 18rem
  }
}

.next-project .image {
  margin: 0 auto 1.6rem;
  overflow: hidden
}

.next-project .image--portrait {
  width: 24.4rem;
  height: 33.4rem
}

@media only screen and (max-width:767px) {
  .next-project .image--portrait {
    width: 16.1rem;
    height: 21.3rem
  }
}

.next-project .image--landscape {
  width: 53.3rem;
  height: 33.4rem
}

@media only screen and (max-width:767px) {
  .next-project .image--landscape {
    width: 34rem;
    height: 21.3rem
  }
}

.next-project .image picture {
  display: inline
}

.next-project .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity .8s cubic-bezier(.445,.05,.55,.95),transform 2.33s cubic-bezier(.23,1,.32,1);
  will-change: opacity,transform
}

.next-project__title {
  font-size: 1.2rem;
  text-transform: uppercase
}

  .next-project__title span {
    color: #a1a1a1;
    transition: color .15s ease
  }

.no-touchevents .next-project a:hover img {
  transform: scale(1.125)
}

.no-touchevents .next-project a:hover span {
  color: #000
}

.overview {
  background: #fff
}

  .overview .container {
    background-color: #fff;
    display: flex;
    flex-direction: column
  }

.overview__row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding-bottom: 12rem !important;
  opacity: 1 !important;
  background-color: #fff;
  position: relative
}

  .overview__row:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 104%;
    background-color: #fff
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row {
    padding-bottom: 8rem !important
  }
}

@media only screen and (max-width:767px) {
  .overview__row {
    padding-bottom: 6.4rem !important;
    display: grid;
    justify-content: center;
    row-gap: 6.4rem
  }
}

.overview__row:first-of-type:before {
  height: 101%
}

.no-touchevents .overview__row a:hover span:first-child {
  opacity: 1;
  transition-delay: .1s;
  transform: translateX(-50%)
}

.no-touchevents .overview__row a:hover span:nth-child(2) {
  transition-delay: 0ms;
  transform: translateY(-110%)
}

.overview__row--text .text {
  max-width: 76.9rem;
  margin: 0 auto;
  text-align: center;
  position: relative
}

.overview__row .overview__image {
  position: relative;
  overflow: hidden
}

.overview__row .overview__image--portrait {
  width: 47.8rem;
  height: 63.1rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row .overview__image--portrait {
    width: 27.5rem;
    height: 36.3rem
  }
}

@media only screen and (max-width:767px) {
  .overview__row .overview__image--portrait {
    width: 22.1rem;
    height: 29.1rem;
    margin-left: auto;
    margin-right: auto
  }
}

.overview__row .overview__image--landscape {
  width: 74.1rem;
  height: 46.4rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row .overview__image--landscape {
    width: 45.5rem;
    height: 28.5rem
  }
}

@media only screen and (max-width:767px) {
  .overview__row .overview__image--landscape {
    margin-left: auto;
    margin-right: auto
  }
}

.overview__row .overview__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity .8s cubic-bezier(.445,.05,.55,.95),transform 2.33s cubic-bezier(.23,1,.32,1)
}

.overview__row .overview__image picture {
  display: inline
}

.overview__row .signature {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
  line-height: 14/12;
  font-weight: 500;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-top: 1.7rem;
  position: relative;
  overflow: hidden;
  width: 44rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row .signature {
    overflow: visible;
    width: 22rem
  }
}

.overview__row .signature span {
  transition: .6s cubic-bezier(.215,.61,.355,1);
  transition-property: transform,opacity
}

  .overview__row .signature span:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 1.5rem;
    width: 100%;
    text-align: center;
    transform: translate(-50%,110%);
    opacity: 0;
    transition-delay: 0ms
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row .signature span:first-child {
    opacity: 1;
    transform: translateX(-50%)
  }
}

.overview__row .signature span:nth-child(2) {
  transition-delay: .1s
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row .signature span:nth-child(2) {
    display: none
  }
}

.overview__row.is-different-row {
  justify-content: space-around
}

  .overview__row.is-different-row .overview__image--landscape {
    width: 52.5rem;
    height: 35.3rem
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row.is-different-row .overview__image--landscape {
    width: 27.5rem;
    height: 18.4rem
  }
}

@media only screen and (max-width:767px) {
  .overview__row.is-different-row .overview__image--landscape, .overview__row.is-different-row .overview__image--portrait {
    margin-left: auto;
    margin-right: auto
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row.is-different-row {
    justify-content: space-between
  }
}

@media only screen and (max-width:767px) {
  .overview__row.is-different-row {
    justify-content: center
  }
}

.overview__row.is-equal, .overview__row.is-equal--landscape, .overview__row.is-equal--portrait {
  align-items: flex-start
}

  .overview__row.is-equal--landscape .overview__image {
    max-width: 64.9rem;
    width: calc(50vw - 3.5rem);
    height: auto
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .overview__row.is-equal--landscape .overview__image {
    width: 45.5rem
  }
}

.overview__row.is-equal--landscape .overview__image:before {
  content: "";
  display: block;
  padding-top: 61%
}

.overview__row.is-equal--landscape .overview__image img {
  position: absolute;
  top: 0;
  left: 0
}

.overview__row.is-equal--landscape .overview__image--first {
  margin-right: 1.1rem
}

@media only screen and (max-width:767px) {
  .overview__row.is-equal--landscape .overview__image--first {
    margin-left: auto;
    margin-right: auto
  }
}

.overview__row.is-equal--landscape .overview__image--second {
  margin-left: 1.1rem
}

@media only screen and (max-width:767px) {
  .overview__row.is-equal--landscape .overview__image--second {
    margin-left: auto;
    margin-right: auto
  }
}

.overview__row.is-equal--portrait.overview__row--two .overview__image--first {
  margin-right: 1.1rem
}

@media only screen and (max-width:767px) {
  .overview__row.is-equal--portrait.overview__row--two .overview__image--first {
    margin-left: auto;
    margin-right: auto
  }
}

.overview__row.is-equal--portrait.overview__row--two .overview__image--second {
  margin-left: 1.1rem
}

@media only screen and (max-width:767px) {
  .overview__row.is-equal--portrait.overview__row--two .overview__image--second {
    margin-left: auto;
    margin-right: auto
  }
}

.overview__row:last-child {
  padding-bottom: 22.5rem !important
}

@media only screen and (max-width:767px) {
  .overview__row:last-child {
    padding-bottom: 14rem !important
  }
}

.no-touchevents .overview__row a:hover img {
  transform: scale(1.125)
}

@media only screen and (max-width:767px) {
  .overview__row--one .overview__image--landscape {
    width: 100vw !important
  }
}

.homepage {
  background: #fff;
  margin-top: 20rem;
  position: relative
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .homepage {
    margin-top: 12rem
  }
}

@media only screen and (max-width:767px) {
  .homepage {
    margin-top: 8rem
  }
}

.homepage__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: .01em
}

.homepage__heading {
  width: 78%;
  width: 92.8rem;
  margin-left: auto;
  padding-bottom: 12rem;
  position: relative;
  transform: none !important;
  width: 100%;
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .homepage__heading {
    transform: none !important;
    width: 100%;
    padding-bottom: 8rem;
  }

    .homepage__heading h1, .homepage__heading h2, .homepage__heading h3 {
      font-size: 6.4rem;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      font-weight: 400;
      -webkit-user-select: text;
      -moz-user-select: text;
      user-select: text;
    }
}

@media only screen and (max-width:1023px) and (orientation:portrait) and (max-width:1023px) and (orientation:portrait) {
  .homepage__heading h1, .homepage__heading h2, .homepage__heading h3 {
    font-size: 5.6rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) and (max-width:767px) {
  .homepage__heading h1, .homepage__heading h2, .homepage__heading h3 {
    font-size: 3.6rem
  }
}

@media only screen and (max-width:767px) {
  .homepage__heading {
    padding-bottom: 6.4rem
  }

    .homepage__heading h1, .homepage__heading h2, .homepage__heading h3 {
      font-size: 10.4rem;
      line-height: 1;
      color: #000;
      text-transform: uppercase;
      font-weight: 400;
      text-align: center;
      -webkit-user-select: text;
      -moz-user-select: text;
      user-select: text
    }
}

@media only screen and (max-width:767px) and (max-width:1023px) and (orientation:portrait) {
  .homepage__heading h1, .homepage__heading h2, .homepage__heading h3 {
    font-size: 8rem
  }
}

@media only screen and (max-width:767px) and (max-width:767px) {
  .homepage__heading h1, .homepage__heading h2, .homepage__heading h3 {
    font-size: 4rem;
    letter-spacing: -.01em
  }
}

@media only screen and (max-width:767px) {
  .homepage__heading h1 br, .homepage__heading h2 br, .homepage__heading h3 br {
    display: none
  }
}

.homepage__small {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  position: absolute;
  top: 6.4rem;
  left: 0;
  top: unset;
  bottom: calc(100% + 1.6rem)
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .homepage__small {
    font-size: 2rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .homepage__small {
    font-size: 1.6rem;
    line-height: 2rem
  }
}

.left-heading {
  width: 107.3rem;
  padding-bottom: 5rem;
}

@media only screen and (max-width:1023px) {
  .left-heading {
    width: 100%;
    position: relative;
  }
}

.homepage .small-link {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  margin-left: 3rem;
  color: #a1a1a1
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .homepage .small-link {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: calc(100% - 13rem)
  }
}

.featured {
  margin-bottom: 11rem;
  display: block;
  padding-left: 3.2rem;
  padding-right: 3.2rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .featured {
    padding-left: 0;
    padding-right: 0
  }
}

.featured__row {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem
}

@media only screen and (max-width:767px) {
  .featured__row {
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem
  }
}

.no-touchevents .featured__row:hover + .featured__title span:first-child {
  opacity: 1;
  transition-delay: .1s;
  transform: translateX(-50%)
}

.no-touchevents .featured__row:hover + .featured__title span:nth-child(2) {
  transition-delay: 0ms;
  transform: translateY(-110%)
}

.featured__row .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

  .featured__row .image:before {
    content: "";
    display: block;
    padding-top: 124%
  }

  .featured__row .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .8s cubic-bezier(.445,.05,.55,.95),transform 2.33s cubic-bezier(.23,1,.32,1)
  }

.no-touchevents .featured__row .image:hover img {
  transform: scale(1.125)
}

.featured__title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  text-align: center;
  position: relative;
  pointer-events: none;
  overflow: hidden;
  margin-top: 1.6rem;
  width: 44rem;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .featured__title {
    overflow: visible
  }
}

@media only screen and (max-width:767px) {
  .featured__title {
    width: 22rem;
    margin-top: 1rem
  }
}

.featured__title span {
  width: 100%;
  text-align: center;
  display: inline-block;
  transition: .6s cubic-bezier(.215,.61,.355,1);
  transition-property: transform,opacity
}

  .featured__title span:first-child {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 1.5rem;
    width: 100%;
    text-align: center;
    transform: translate(-50%,110%);
    opacity: 0;
    transition-delay: 0ms
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .featured__title span:first-child {
    opacity: 1;
    transform: translateX(-50%)
  }
}

.featured__title span:nth-child(2) {
  transition-delay: .1s
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .featured__title span:nth-child(2) {
    display: none
  }
}

.about {
  background: #fff;
  margin-top: 20rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about {
    margin-top: 12rem
  }
}

@media only screen and (max-width:767px) {
  .about {
    margin-top: 8rem
  }
}

.about--studio {
  margin-top: 0;
  padding-top: 0
}

.about__heading {
  width: 87rem;
  padding-bottom: 6.4rem;
  padding-top: 6.4rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__heading {
    width: 100%;
    padding-bottom: 8.5rem
  }
}

@media only screen and (max-width:767px) {
  .about__heading {
    padding-bottom: 1.6rem
  }
}

.about__video {
  display: flex;
  justify-content: center;
  margin-bottom: 8rem;
  position: relative;
  width: 36.7rem;
  margin-left: auto;
  margin-right: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__video {
    width: 100%;
    margin-bottom: 6.4rem;
    flex-direction: column;
    align-items: center
  }
}

.about__video figure {
  position: relative;
  width: 36.7rem;
  height: 45.8rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__video figure {
    width: 33.6rem;
    height: 42rem
  }
}

@media only screen and (max-width:767px) {
  .about__video figure {
    width: 25.1rem;
    height: 31.1rem
  }
}

.about__video figure img, .about__video figure video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%,-50%)
}

.about__video figure img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none
}

.about__video__text {
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #000;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  position: absolute;
  left: calc(100% + 1.6rem);
  top: 0;
  width: 39.6rem
}

@media only screen and (max-width:767px) {
  .about__video__text {
    font-size: 1.6rem;
    line-height: 2.16rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__video__text {
    top: unset;
    left: unset;
    position: relative;
    width: 33.9rem;
    margin-bottom: 6.4rem;
    margin-left: auto
  }
}

@media only screen and (max-width:767px) {
  .about__video__text {
    width: 100%
  }
}

.about__main-heading {
  width: 103.8rem;
  margin-left: auto;
  margin-bottom: 12rem;
  padding-top: 12rem;
  background-color: #fff
}

.page-template-page-about .about__main-heading {
  padding-top: 0
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading {
    width: 100%;
    position: relative;
    margin-bottom: 17.6rem;
    padding-top: 8rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading {
    padding-top: 6.4rem
  }
}

.about__main-heading--studio {
  width: 77.8rem;
  margin-bottom: 8rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading--studio {
    width: 100%;
    margin-bottom: 17rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading--studio {
    margin-bottom: 14rem;
    margin-top: 2rem
  }
}

.about__main-heading--studio .text-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

@media only screen and (max-width:767px) {
  .about__main-heading--studio .text-row:first-child .text-row__small {
    bottom: calc(100% - 5.4rem) !important
  }
}

.about__main-heading--studio:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 99vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  top: 0
}

.about__main-heading .text-row {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading .text-row:first-child .text-row__small {
    position: static;
    top: unset;
    left: unset;
    width: auto
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading .text-row:first-child .text-row__small {
    width: 26.3rem;
    position: absolute;
    bottom: 100%;
    left: 0;
    padding-bottom: 0;
    font-size: 1.6rem
  }
}

.page-template-page-about .about__main-heading .text-row:last-child .text-row__big {
  margin-right: auto
}

@media only screen and (max-width:767px) {
  .page-template-page-about .about__main-heading .text-row:last-child .text-row__big {
    text-align: left
  }
}

.about__main-heading .text-row__big {
  font-size: 10.4rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading .text-row__big {
    font-size: 8rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading .text-row__big {
    font-size: 4rem;
    letter-spacing: -.01em;
    width: 100%;
    text-align: right;
    white-space: nowrap
  }
}

.about__main-heading .text-row__small {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  margin-right: auto;
  text-align: left;
  padding-right: 5rem;
  padding-bottom: 1.2rem;
  padding-left: .7rem;
  max-width: 50rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading .text-row__small {
    font-size: 2rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading .text-row__small {
    font-size: 1.6rem;
    line-height: 2rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading .text-row__small {
    position: absolute;
    top: calc(100% + 2.4rem);
    left: 0;
    width: 45.6rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading .text-row__small {
    width: 26.3rem;
    top: calc(100% + 1.6rem)
  }
}

.about__main-heading--left {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  margin-bottom: 6.4rem;
  padding-top: 0
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading--left {
    margin-bottom: 18rem;
    margin-top: 6.4rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading--left {
    margin-top: 5.4rem
  }
}

.about__main-heading--left .text-row {
  justify-content: flex-start
}

.about__main-heading--left .text-row__small {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  padding-left: 2rem;
  max-width: 58rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading--left .text-row__small {
    padding-left: 0
  }
}

.about__main-heading--left .text-row:nth-child(2) {
  justify-content: center
}

.about--ultra .about__main-heading--left {
  margin-bottom: 0
}

  .about--ultra .about__main-heading--left .text-row__big {
    font-size: 6.4rem;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    text-align: left
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .about__main-heading--left .text-row__big {
    font-size: 5.6rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .about__main-heading--left .text-row__big {
    font-size: 3.6rem;
    white-space: normal
  }
}

.about--ultra .about__main-heading--left .text-row:nth-child(4) {
  justify-content: center
}

.about__main-heading__small {
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #000;
  text-align: center;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  width: 53.5rem;
  margin-left: auto;
  margin-top: 2.4rem;
  text-transform: uppercase;
  text-align: left;
  margin-right: 11rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading__small {
    font-size: 2rem;
    line-height: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading__small {
    font-size: 1.6rem;
    line-height: 2rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading__small {
    margin-left: 0;
    margin-right: 0;
    width: 51.6rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading__small {
    width: 100%
  }
}

.about__main-heading--um {
  width: 107rem;
  padding-top: 8rem;
  margin-bottom: 10rem;
  background-color: unset
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading--um {
    width: 100%;
    position: relative;
    padding-top: 9.6rem;
    margin-top: 0
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading--um {
    padding-top: 6.4rem;
    margin-bottom: 8rem
  }
}

.about__main-heading--um .text-row__big {
  font-size: 6.4rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  text-align: right
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading--um .text-row__big {
    font-size: 5.6rem
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading--um .text-row__big {
    font-size: 3.6rem;
    white-space: inherit
  }
}

.about__main-heading--um .text-row__small {
  padding-bottom: .7rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__main-heading--um .text-row__small {
    position: absolute !important;
    top: 6.4rem !important;
    left: 0 !important
  }
}

@media only screen and (max-width:767px) {
  .about__main-heading--um .text-row__small {
    top: 3.8rem !important
  }
}

.about__main-heading--um .text-row:nth-child(2) {
  text-align: left;
  justify-content: flex-start
}

.about__full {
  margin-bottom: 8rem;
  margin-left: -2.4rem;
  width: calc(100% + 4.8rem)
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__full {
    margin-bottom: 8rem
  }
}

@media only screen and (max-width:767px) {
  .about__full {
    margin-bottom: 6.4rem
  }
}

.about__full video {
  width: 100%
}

.about__full iframe {
  width: 100vw;
  min-height: 56.25vw;
  height: auto
}

.about__full .image {
  background-color: #fff
}

.about__full [data-vid-player] {
  height: 42vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 5;
  pointer-events: none
}

  .about__full [data-vid-player] .sound-toggle {
    pointer-events: all
  }

@media only screen and (max-width:767px) {
  .about__full [data-vid-player] iframe {
    width: 103vw
  }
}

.about__text {
  width: 64.7rem;
  margin-left: auto;
  padding-bottom: 26rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__text {
    width: 51.6rem;
    padding-bottom: 22rem
  }
}

@media only screen and (max-width:767px) {
  .about__text {
    width: 100%
  }
}

.about__text--studio {
  width: 58.9rem;
  padding-right: 5.4rem;
  margin-top: -8.2rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__text--studio {
    width: 51.6rem;
    margin-bottom: 22rem;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0
  }
}

@media only screen and (max-width:767px) {
  .about__text--studio {
    width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 0;
    padding-bottom: 12rem
  }
}

.about__text--ultra {
  margin-top: 0;
  width: 58.9rem;
  padding-right: 5.4rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about__text--ultra {
    width: 51.6rem;
    margin-bottom: 0;
    padding-right: 0;
    transform: none !important
  }
}

@media only screen and (max-width:767px) {
  .about__text--ultra {
    width: 100%;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-bottom: 12rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid__row {
    flex-wrap: nowrap
  }
}

.about--ultra .image-grid__row .image {
  height: 31.7rem;
  width: 25.6rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid__row .image {
    width: 27.7rem;
    height: 34.7rem;
    margin-right: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .image-grid__row .image {
    height: 35rem;
    width: 28rem;
    margin-right: 1.8rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid__row .text {
    padding-top: 1.2rem;
    transform: none !important;
    max-width: 45.6rem
  }
}

.about--ultra .image-grid__row--center {
  justify-content: center
}

  .about--ultra .image-grid__row--center .image {
    height: 17.7rem;
    margin-right: 15rem
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .about--ultra .image-grid__row--center .image {
    height: 14.7rem;
    margin-right: 8rem
  }
}

@media only screen and (max-width:767px) {
  .about--ultra .image-grid__row--center .image {
    height: 10.2rem;
    margin-right: 2.2rem
  }
}

.about--ultra .image-grid__row--center .image:last-child {
  margin-right: 0
}

.about--ultra .image-grid:nth-of-type(3) {
  padding-bottom: 8rem;
  margin-bottom: 8rem
}

  .about--ultra .image-grid:nth-of-type(3) .image-grid__row:first-child {
    margin-bottom: 0
  }

  .about--ultra .image-grid:nth-of-type(3) .text {
    max-width: 67rem
  }

    .about--ultra .image-grid:nth-of-type(3) .text h1, .about--ultra .image-grid:nth-of-type(3) .text h2, .about--ultra .image-grid:nth-of-type(3) .text h3, .about--ultra .image-grid:nth-of-type(3) .text h4, .about--ultra .image-grid:nth-of-type(3) .text h5, .about--ultra .image-grid:nth-of-type(3) .text p {
      text-align: left
    }

.hover-link {
  position: relative
}

.no-touchevents .hover-link:hover .hover-logo {
  opacity: 1;
  transform: translate(-50%)
}

.hover-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 17rem;
  height: auto;
  transition: opacity .35s ease,transform .35s ease-in-out;
  opacity: 0;
  transform: translate(-50%,5px);
  pointer-events: none
}

.pressroom {
  min-height: 100vh;
  padding-bottom: 26rem !important;
  display: flex;
  align-items: flex-start
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom {
    padding-bottom: 20rem !important;
    display: block;
    padding-top: 0 !important
  }
}

@media only screen and (max-width:767px) {
  .pressroom {
    padding-bottom: 12rem !important;
    padding-top: 0 !important
  }
}

.pressroom__years {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10rem;
  margin-top: -10rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom__years {
    width: 100vw;
    overflow-x: scroll;
    overflow-y: visible;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 10rem;
    padding-top: 8rem;
    padding-bottom: 1rem;
    margin-left: -2.4rem;
    width: calc(100% + 4.8rem);
    z-index: 99;
    background-color: #fff;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none
  }
}

.pressroom__years::-webkit-scrollbar {
  display: none
}

@media only screen and (max-width:767px) {
  .pressroom__years {
    margin-bottom: 6.4rem;
    margin-left: -1.8rem;
    width: calc(100% + 3.6rem);
    padding-top: 6rem
  }
}

.pressroom__year {
  padding: 0;
  font-size: 6.4rem;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  font-size: 3.4rem;
  text-align: left;
  color: #c6c6c6;
  transition: color 325ms linear;
  cursor: pointer
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom__year {
    font-size: 5.6rem
  }
}

@media only screen and (max-width:767px) {
  .pressroom__year {
    font-size: 3.6rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom__year {
    padding: .8rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom__year:first-child {
    margin-left: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .pressroom__year:first-child {
    margin-left: .8rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom__year:last-child {
    margin-right: 2.4rem
  }
}

@media only screen and (max-width:767px) {
  .pressroom__year:last-child {
    margin-right: .8rem
  }
}

.no-touchevents .pressroom__year:hover, .pressroom__year.is-active {
  color: #000
}

.pressroom .small-text {
  margin: 0;
  text-align: left
}

.pressroom__content {
  width: 64.6rem;
  margin-left: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .pressroom__content {
    padding-right: 2.2rem;
    width: 100%;
    padding-left: 17.2rem;
    transform: none !important;
    z-index: -1
  }
}

@media only screen and (max-width:767px) {
  .pressroom__content {
    padding-left: 0;
    padding-right: 0
  }
}

.pressroom__content .swiper-wrapper {
  align-items: flex-start
}

.pressroom__content .swiper-slide {
  transition: opacity .3s ease-in-out;
  pointer-events: none;
  height: auto
}

  .pressroom__content .swiper-slide.swiper-slide-active {
    pointer-events: all
  }

.pressroom__item {
  display: flex;
  border-bottom: 1px solid #c6c6c6;
  position: relative
}

  .pressroom__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background-color: #000;
    transform-origin: right;
    opacity: 1;
    transform: scaleX(0);
    transition: transform .75s cubic-bezier(.445,.05,.55,.95) .1s;
    will-change: transform
  }

.no-touchevents .pressroom__item:hover:before {
  transform: none;
  transform-origin: left;
  transition-delay: 0ms
}

.pressroom__item a {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem
}

.v-slider__container {
  position: relative;
  width: 100%;
  height: 100%
}

.v-slider .image {
  width: 48.1rem;
  width: 481px;
  height: 60rem;
  height: 600px;
  display: flex;
  margin: 170px auto 0;
  will-change: transform;
  opacity: 1;
  overflow: hidden
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider .image {
    width: 39.5rem;
    height: 49.3rem;
    margin-top: 10rem
  }
}

@media only screen and (max-width:767px) {
  .v-slider .image {
    width: 29.3rem;
    height: 36.6rem;
    margin-top: 6.4rem
  }
}

.v-slider .image picture {
  width: 100%
}

.v-slider .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.v-slider__path {
  height: 100vh
}

.v-slider__path, .v-slider__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.v-slider__wrapper {
  bottom: 0
}

.v-slider #wrap-0 {
  top: 0;
  z-index: 0
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-0 {
    top: 0
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-0 {
    top: 0
  }
}

.v-slider #wrap-1 {
  top: 600px;
  z-index: 1
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-1 {
    top: 493px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-1 {
    top: 366px
  }
}

.v-slider #wrap-2 {
  top: 1200px;
  z-index: 2
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-2 {
    top: 986px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-2 {
    top: 732px
  }
}

.v-slider #wrap-3 {
  top: 1800px;
  z-index: 3
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-3 {
    top: 1479px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-3 {
    top: 1098px
  }
}

.v-slider #wrap-4 {
  top: 2400px;
  z-index: 4
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-4 {
    top: 1972px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-4 {
    top: 1464px
  }
}

.v-slider #wrap-5 {
  top: 3000px;
  z-index: 5
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-5 {
    top: 2465px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-5 {
    top: 1830px
  }
}

.v-slider #wrap-6 {
  top: 3600px;
  z-index: 6
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-6 {
    top: 2958px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-6 {
    top: 2196px
  }
}

.v-slider #wrap-7 {
  top: 4200px;
  z-index: 7
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-7 {
    top: 3451px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-7 {
    top: 2562px
  }
}

.v-slider #wrap-8 {
  top: 4800px;
  z-index: 8
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-8 {
    top: 3944px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-8 {
    top: 2928px
  }
}

.v-slider #wrap-9 {
  top: 5400px;
  z-index: 9
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-9 {
    top: 4437px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-9 {
    top: 3294px
  }
}

.v-slider #wrap-10 {
  top: 6000px;
  z-index: 10
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-10 {
    top: 4930px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-10 {
    top: 3660px
  }
}

.v-slider #wrap-11 {
  top: 6600px;
  z-index: 11
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-11 {
    top: 5423px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-11 {
    top: 4026px
  }
}

.v-slider #wrap-12 {
  top: 7200px;
  z-index: 12
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-12 {
    top: 5916px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-12 {
    top: 4392px
  }
}

.v-slider #wrap-13 {
  top: 7800px;
  z-index: 13
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-13 {
    top: 6409px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-13 {
    top: 4758px
  }
}

.v-slider #wrap-14 {
  top: 8400px;
  z-index: 14
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-14 {
    top: 6902px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-14 {
    top: 5124px
  }
}

.v-slider #wrap-15 {
  top: 9000px;
  z-index: 15
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-15 {
    top: 7395px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-15 {
    top: 5490px
  }
}

.v-slider #wrap-16 {
  top: 9600px;
  z-index: 16
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-16 {
    top: 7888px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-16 {
    top: 5856px
  }
}

.v-slider #wrap-17 {
  top: 10200px;
  z-index: 17
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-17 {
    top: 8381px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-17 {
    top: 6222px
  }
}

.v-slider #wrap-18 {
  top: 10800px;
  z-index: 18
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-18 {
    top: 8874px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-18 {
    top: 6588px
  }
}

.v-slider #wrap-19 {
  top: 11400px;
  z-index: 19
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .v-slider #wrap-19 {
    top: 9367px
  }
}

@media only screen and (max-width:767px) {
  .v-slider #wrap-19 {
    top: 6954px
  }
}

.v-slider .image {
  position: relative;
  top: 0
}

.intro {
  width: calc(52vw + 40rem);
  min-height: 100%;
  height: 100vh;
  height: var(--vh);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .intro {
    height: 90rem;
    width: 100vw
  }
}

@media only screen and (max-width:767px) {
  .intro {
    height: 41rem
  }
}

.intro figure {
  width: 52vw;
  position: relative;
  height: auto;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6rem;
  overflow: hidden
}

  .intro figure:before {
    content: "";
    display: block;
    padding-top: 56%
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .intro figure {
    width: 101vw
  }
}

@media only screen and (max-width:767px) {
  .intro figure {
    margin-top: 3rem
  }
}

.intro figure video {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
  object-fit: cover
}

.intro.is-visible figure {
  opacity: 1
}

.intro .mask {
  overflow: hidden
}

.intro svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 8.5rem;
  opacity: 0
}

.intro__nav {
  padding: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 6rem
}

@media only screen and (max-width:767px) {
  .intro__nav {
    margin-top: 4rem
  }
}

.intro__nav button {
  font-size: 1.3rem;
  letter-spacing: .01em;
  color: #000;
  margin: 0 1rem;
  padding: 0;
  transition: color .2s linear;
  position: relative
}

.no-touchevents .intro__nav button:hover {
  color: #000
}

  .no-touchevents .intro__nav button:hover svg line, .no-touchevents .intro__nav button:hover svg path {
    stroke: #000
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .intro__nav button {
    padding: 0 1rem
  }
}

.intro__nav button.intro__sound:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem;
  width: 1px;
  height: 1px
}

.intro__nav button.intro__fullscreen {
  margin: 0 2rem;
  color: #000
}

.no-touchevents .intro__nav button.intro__fullscreen:hover {
  color: #000
}

.intro__nav button .sound-on-icon {
  width: 1.95rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - .05rem),-50%)
}

  .intro__nav button .sound-on-icon line, .intro__nav button .sound-on-icon path {
    transition: stroke .3s ease
  }

.intro__nav button .sound-off-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 2.3rem;
  opacity: 0;
  pointer-events: none
}

.intro__nav button.is-sound .sound-off-icon {
  opacity: 1 !important
}

.intro__nav button.is-sound .sound-on-icon {
  opacity: 0 !important
}

.single, .single .container {
  background: #fff
}

.eotp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding-top: 4rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp {
    padding-top: 8rem;
    padding-bottom: 8rem
  }
}

@media only screen and (max-width:767px) {
  .eotp {
    padding-top: 6.4rem
  }
}

.eotp .container {
  height: 100%
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp .container {
    display: flex;
    flex-direction: column
  }
}

.eotp__title {
  font-size: 30rem;
  line-height: 1;
  letter-spacing: .01em;
  margin-bottom: 3.2rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp__title {
    font-size: 24rem;
    margin-bottom: 7.2rem
  }
}

@media only screen and (max-width:767px) {
  .eotp__title {
    font-size: 14rem
  }
}

.eotp__row {
  display: flex
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp__row {
    height: 100%
  }
}

@media only screen and (max-width:767px) {
  .eotp__row {
    position: relative
  }
}

.eotp__small {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  width: 15rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp__small {
    width: 10.6rem
  }
}

@media only screen and (max-width:767px) {
  .eotp__small {
    position: absolute;
    bottom: calc(100% + 1.6rem)
  }
}

.eotp__text {
  flex: 1
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp__text {
    display: flex;
    flex-direction: column
  }
}

@media only screen and (max-width:767px) {
  .eotp__text {
    width: 100%
  }
}

.eotp__heading {
  text-align: right;
  margin-bottom: 6.4rem
}

.eotp__sentence {
  width: 41rem;
  text-align: left;
  margin-top: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .eotp__sentence {
    width: 45.6rem;
    margin-left: -10.6rem;
    margin-top: auto
  }
}

@media only screen and (max-width:767px) {
  .eotp__sentence {
    width: 100%;
    margin-left: 0
  }
}

@media only screen and (max-width:767px) {
  .eotp__sentence br {
    display: none
  }
}

.eotp__sentence * {
  text-align: left
}

.eotp__sentence a {
  color: #a1a1a1
}

.no-touchevents .eotp__sentence a:hover {
  color: #000
}

.contact {
  margin-top: 66vh;
  opacity: 1 !important;
  will-change: transform
}

@media only screen and (max-width:767px) {
  .contact {
    margin-top: 50vh
  }
}

.contact__container {
  background-color: #cecac4;
  width: 52.8rem;
  padding: 2.6rem 2.6rem 3.2rem;
  margin: 0 auto
}

@media only screen and (max-width:767px) {
  .contact__container {
    width: 100%
  }
}

.contact__text {
  width: 32.3rem;
  margin: 0 auto 8rem
}

.contact__info {
  margin-bottom: 12rem
}

@media only screen and (max-width:767px) {
  .contact__info {
    margin-bottom: 8rem
  }
}

@media only screen and (max-width:767px) {
  .contact__info h3 {
    font-size: 1.8rem
  }
}

.contact__info a {
  transition: color .15s linear
}

.no-touchevents .contact__info a:hover {
  color: #a1a1a1
}

.contact__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

  .contact__links a {
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    margin-top: 0;
    margin-bottom: 0;
    transition: color .15s linear
  }

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .contact__links a {
    margin-bottom: 1.5rem
  }
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .contact__links a:last-child {
    margin-bottom: 0
  }
}

.no-touchevents .contact__links a:hover {
  color: #a1a1a1
}

.default {
  width: 68.2rem;
  padding-top: 17.8rem;
  padding-right: 13.6rem;
  padding-bottom: 23rem;
  margin-left: auto
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .default {
    padding-top: 20rem;
    padding-right: 2.4rem;
    padding-bottom: 20rem;
    width: 51.4rem
  }
}

@media only screen and (max-width:767px) {
  .default {
    width: 100%;
    padding: 14rem 1.8rem 12rem
  }
}

.burger {
  cursor: pointer;
  z-index: 9;
  pointer-events: all;
  transform: translateZ(2px);
  padding: 0;
  opacity: 0;
  transition: opacity .22s ease 0ms;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  position: relative
}

.is-ready .burger {
  opacity: 1;
  transition-delay: 1s
}

.burger__wrapper {
  position: relative;
  overflow: hidden
}

.burger .close {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  transition: transform .34s ease-in-out
}

.menu-open .burger .close {
  transform: translateY(-100%)
}

.burger .open {
  display: inline-block;
  transition: transform .34s ease-in-out
}

.menu-open .burger .open {
  transform: translateY(-100%)
}

.burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 2rem 4rem
}

.img-index {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 99999999;
  transform: translateY(100%);
  pointer-events: none;
  background-color: #fff;
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  will-change: transform
}

.img-index__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  padding: 14rem 2.4rem 8.4rem
}

.img-index figure {
  height: 17.8rem;
  margin-left: 7.5rem;
  margin-right: 7.5rem;
  margin-bottom: 5.6rem
}

@media only screen and (max-width:1023px) and (orientation:portrait) {
  .img-index figure {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    margin-bottom: 3.2rem
  }
}

.img-index figure img {
  height: 100%;
  width: auto
}

.img-index button {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  cursor: pointer;
  position: fixed;
  top: 3rem;
  right: 2.4rem
}

.img-index.is-visible {
  transform: none;
  pointer-events: all
}

.fullscreen-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: var(--vh);
  display: flex;
  align-items: center;
  background-color: #000;
  z-index: 99999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s linear;
  transition-property: opacity,visibility
}

  .fullscreen-video.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: all
  }

    .fullscreen-video.is-visible .close, .fullscreen-video.is-visible .full, .fullscreen-video.is-visible .sound-toggle {
      opacity: 1
    }

  .fullscreen-video iframe {
    width: 100vw
  }

.fullscreen-video__container {
  pointer-events: none;
  position: relative;
  z-index: 5
}

.fullscreen-video .full {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  color: #fff;
  position: absolute;
  right: 2.4rem;
  bottom: 2.6rem;
  z-index: 9999;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity .25s ease .5s;
  display: none
}

@media only screen and (max-width:1199px) {
  .fullscreen-video .full {
    display: block
  }
}

@media only screen and (max-width:767px) {
  .fullscreen-video .full {
    right: 1.6rem
  }
}

.fullscreen-video .close {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  color: #fff;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
  z-index: 9999;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity .25s ease .5s
}

@media only screen and (max-width:767px) {
  .fullscreen-video .close {
    right: 1.8rem
  }
}

.fullscreen-video .sound-toggle {
  position: absolute;
  padding: 0;
  left: 2.4rem;
  top: 2.2rem;
  z-index: 9999;
  cursor: pointer;
  overflow: visible;
  opacity: 0;
  transition: opacity .25s ease .5s
}

@media only screen and (max-width:767px) {
  .fullscreen-video .sound-toggle {
    left: 1.8rem
  }
}

.fullscreen-video .sound-toggle .off {
  display: none
}

.fullscreen-video .sound-toggle svg {
  width: 9.8rem;
  height: auto;
  overflow: visible
}

@media only screen and (max-width:767px) {
  .fullscreen-video .sound-toggle svg {
    width: 9rem
  }
}

.fullscreen-video .sound-toggle.is-muted .on {
  display: none
}

.fullscreen-video .sound-toggle.is-muted .off {
  display: block
}

.fullscreen-video .video-thumbnail {
  top: 50%;
  transform: translateY(-50%);
  width: 100vw !important;
  height: auto !important;
  aspect-ratio: 1345/757
}

@charset "UTF-8";

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0
}

  .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
  }

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0
    }

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
      margin: 0;
      height: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-start
    }

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
      display: block;
      max-width: 100%;
      height: auto;
      width: auto
    }

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 3em .77em .7em;
      color: #fff;
      text-align: center;
      font-size: .8em;
      background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
      box-sizing: border-box;
      margin: 0;
      z-index: 2
    }

      .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
        display: inline
      }

  .blocks-gallery-grid:not(.has-nested-images) figcaption {
    flex-grow: 1
  }

  .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
  }

@media (min-width:600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    width: calc(33.33333% - .66667em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    width: calc(25% - .75em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    width: calc(20% - .8em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    width: calc(16.66667% - .83333em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    width: calc(14.28571% - .85714em);
    margin-right: 1em
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    width: calc(12.5% - .875em);
    margin-right: 1em
  }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

html.has-modal-open {
  overflow: hidden
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}


.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

  :root .has-very-light-gray-background-color {
    background-color: #eee
  }

  :root .has-very-dark-gray-background-color {
    background-color: #313131
  }

  :root .has-very-light-gray-color {
    color: #eee
  }

  :root .has-very-dark-gray-color {
    color: #313131
  }

  :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
  }

  :root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
  }

  :root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
  }

  :root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg,#fafae1,#67a671)
  }

  :root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg,#fdd79a,#004a59)
  }

  :root .has-nightshade-gradient-background {
    background: linear-gradient(135deg,#330968,#31cdcf)
  }

  :root .has-midnight-gradient-background {
    background: linear-gradient(135deg,#020381,#2874fc)
  }

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

  .screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
  }

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

figure {
  margin: 0 0 1em
}

div.pricing {
  margin: 0 auto;
  max-width: 90%;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

div.pricing table {
  width: 100%;
}

div.pricing table td {
  text-align: center;
  padding: 20px 0;
  vertical-align:middle;
}

div.pricing table td img {
  display: inline;
  position: relative !important;
}


div.pricing table .heading {
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 2vw;
  width: 20%;
  padding: 0px;
  border-bottom: 1px solid #000000;
}

div.pricing table .legend {
  text-align: left;
  padding-left: 20px;
  text-transform: uppercase;
}

.button {
  transition: all 0.5s;
  padding: 10px 30px 10px 30px;
  display: block;
  background: #0099FF;
  color: white !important;
  text-align: center;
  font-size: 2.5rem !important;
  text-decoration: none;
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.4);
  border: 1px solid #333333;
  text-transform: uppercase;
}

.pricing-button {
  padding: 10px;
  font-size: 2rem !important;
  width: 90%;
}

.button:hover {
  transition: all 0.5s;
  background: #003366;
}

.button:active {
  transition: all 0.1s;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.4);
  transform: translate(2px, 2px);
}

@media all and (max-width: 767px) {
  .button {
    font-size: 1.5rem;
  }

  .pricing-button {
    font-size: 1rem !important;
  }

  div.pricing table .legend, div.pricing table td {
    font-size: 1rem !important;
  }

  div.pricing table .heading {
    font-size: 3vw;
  }
}


.form-control {
  border: 1px solid #ebebeb;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  background-clip: inherit !important;
  width: 100%;
  background-color: #ffffff;
  font-family: Arial;
}

  .form-control:focus {
    border-color: #da1d25;
  }

  .form-control::placeholder {
    color: #9aa9b7;
  }

  .form-control:-ms-input-placeholder {
    color: #9aa9b7;
  }

  .form-control::-moz-placeholder {
    color: #9aa9b7;
  }

  .form-control::-ms-input-placeholder {
    color: #9aa9b7;
  }

  .form-control::-webkit-input-placeholder {
    color: #9aa9b7;
  }

input.form-control {
  height: 50px;
}

.form-section {
  width: 100%;
  margin-bottom: 4px;
  text-transform: uppercase;
  margin-top: 18px;
}

form.dark {
  background-color: #f0f0f0;
}

.col-left {
  width: 65rem;
  margin-right: auto;
  padding-bottom: 26rem;
  padding-right: 5.4rem;
}

.col-right {
  width: 64.7rem;
  margin-left: auto;
  padding-bottom: 26rem;
  padding-right: 5.4rem;
}

@media (min-width:1024px) {
  .tablet {
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  .col-left {
    width: 52rem;
    margin-bottom: 6rem;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0
  }

  .col-right {
    width: 51.6rem;
    margin-bottom: 22rem;
    padding-bottom: 0;
    padding-right: 0;
    margin-top: 0;
    margin-left: 0;
  }

  .desktop {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .col-left, col-right {
    width: 100%;
    margin-top: 6.4rem;
    margin-bottom: 0;
    padding-bottom: 6rem;
  }
}


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

@media (max-width:767px) {
  .wide {
    display: none;
  }
}

.underlined {
  text-decoration: underline;
  color: #0099ff !important;
}

a.underlined:hover {
  color: #000000 !important;
}

.page-name {
  color: #cccccc;
}

.content {
  margin-top: -140px !important;
}

  .content p.title {
    text-transform: uppercase;
    margin-top: 4rem;
    margin-bottom: 1.2rem;
  }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px 0 0 12px;
}

.col1 {
  width: 100%;
  padding: 0 12px 12px 0;
}

.col2 {
  width: 50%;
  padding: 0 12px 12px 0;
}

@media (max-width:767px) {
  .col2 {
    width: 100%;
  }

  .about-art {
    font-size: 3rem !important;
  }
}


/*Styling Selectbox*/
.dropdown {
  font-family: Arial;
  display: inline-block;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 2px rgb(204, 204, 204);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #666666;
  width: 100%;
  height: 100%;
  text-align: left;
  border: 1px solid #ebebeb;
}

  .dropdown .select {
    font-size: 14px;
    cursor: pointer;
    display: block;
    padding: 0px 20px;
    color: #9aa9b7;
    height: 50px;
  }

  .dropdown .select span {
    line-height: 50px;
  }

  .dropdown .select .drop-value {
    color: #666666;
  }

    .dropdown .select .caret {
      cursor: pointer;
      transition: all .3s ease-in-out;
      float: right;
      margin-top: 19px;
    }

  .dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
  }

  .dropdown:active {
    background-color: #f8f8f8
  }

  .dropdown.active:hover,
  .dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 2px 2px 0 0;
    background-color: #f8f8f8
  }

    .dropdown.active .select .caret {
      transform: rotate(-90deg)
    }

  .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    max-height: 164px;
    overflow-y: auto;
    z-index: 9;
    padding: 0;
    list-style: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    pointer-events: none;
  }

  .dropdown .dropdown-menu.visible {
    opacity: 1;
    pointer-events: auto;
   }

    .dropdown .dropdown-menu li {
      padding: 6px 10px;
      transition: all .2s ease-in-out;
      cursor: pointer
    }

    .dropdown .dropdown-menu li:hover {
      background-color: #f2f2f2
    }

    .dropdown .dropdown-menu li:active {
      background-color: #e2e2e2
    }

.right-text {
  width: 64.7rem;
  margin-left: auto;
  padding-bottom: 5rem;
}

.left-text {
  width: 64.7rem;
  margin-right: auto;
  padding-bottom: 5rem;
}

@media only screen and (max-width:1023px) {
  .right-text, .left-text {
    width: 51.6rem;
  }
}

@media only screen and (max-width:767px) {
  .right-text, .left-text {
    width: 100%
  }
}

