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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

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

img {
  max-width: 100%;
}

::-moz-selection {
  background-color: rgba(18, 18, 18, 0.77);
  color: #ffffff;
}

::selection {
  background-color: rgba(18, 18, 18, 0.77);
  color: #ffffff;
}

@font-face {
  font-family: "Avenir-Light";
  src: url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Book";
  src: url("../fonts/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Heavy";
  src: url("../fonts/Avenir-Heavy.woff") format("woff"), url("../fonts/Avenir-Heavy.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "LaLuxes";
  src: url("../fonts/LaLuxesSerif.woff") format("woff"), url("../fonts/LaLuxesSerif.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Optima-Bold";
  src: url("../fonts/Optima-Bold.woff") format("woff"), url("../fonts/Optima-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Optima";
  src: url("../fonts/Optima.woff") format("woff"), url("../fonts/Optima.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/*********************
Variables
*********************/
/*********************
Mixins
*********************/
i {
  display: block;
  position: relative;
}
i svg {
  display: block;
  margin: auto;
}

.icon-facebook {
  width: 13px;
  height: 15px;
}
.icon-facebook:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/facebook.svg);
  background-size: auto 100%;
}

.icon-twitter {
  width: 17px;
  height: 17px;
}
.icon-twitter:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/twitter.svg);
  background-size: 100% 100%;
}

.icon-pinterest {
  width: 17px;
  height: 17px;
}
.icon-pinterest:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/pinterest.svg);
  background-size: 100% 100%;
}

.icon-instagram {
  width: 17px;
  height: 17px;
}
.icon-instagram:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/instagram.svg);
  background-size: 100% 100%;
}

.icon-email {
  width: 19px;
  height: 17px;
}
.icon-email:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/envelope.svg);
  background-size: 100% 100%;
}

.icon-website {
  width: 19px;
  height: 17px;
}
.icon-website:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/svg/website.svg);
  background-size: 100% 100%;
}

.btn {
  display: inline-block;
  font-family: "Avenir-Heavy", sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.375;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 17px;
    letter-spacing: 0.0623em;
    line-height: 1.35;
  }
}
@media screen and (min-width: 1440px) and (min-height: 560px) {
  .btn {
    font-size: 1.18vw;
  }
}

.h1 {
  font-family: "Avenir-Book", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  letter-spacing: 0.1px;
  line-height: 0.925;
}
@media screen and (min-width: 768px) {
  .h1 {
    font-size: 80px;
    letter-spacing: 0.0026em;
    line-height: 1.05;
  }
}
@media screen and (min-width: 1440px) and (min-height: 560px) {
  .h1 {
    font-size: 5.555vw;
  }
}

.h2 {
  font-family: "Avenir-Book", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 40px;
  line-height: 0.975;
}
@media screen and (min-width: 768px) {
  .h2 {
    font-size: 70px;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1440px) and (min-height: 560px) {
  .h2 {
    font-size: 4.861vw;
  }
}

.h3 {
  font-family: "Avenir-Light", sans-serif;
  font-weight: 200;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.08px;
}
@media screen and (min-width: 768px) {
  .h3 {
    font-size: 48px;
    line-height: 1.1875;
    letter-spacing: 0.0025em;
  }
}
@media screen and (min-width: 1440px) and (min-height: 560px) {
  .h3 {
    font-size: 3.333vw;
  }
}

.h4 {
  font-family: "Avenir-Book", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  letter-spacing: 0.05px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .h4 {
    font-size: 35px;
    letter-spacing: 0.0025em;
    line-height: 1.114;
  }
}
@media screen and (min-width: 1440px) and (min-height: 560px) {
  .h4 {
    font-size: 2.4305vw;
  }
}

.p {
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 2;
}

.blockquote {
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 1.3333;
  letter-spacing: 0.01em;
}

.bold,
strong {
  font-weight: bold;
}

.italic,
em {
  font-style: italic;
}

/* p {
  a {
    display: inline-block;
    position: relative;
    color: inherit;
    transition: .35s;

    &:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 5%;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: currentColor;
    }

    &:hover,
    &:focus {
      transform: scale(.975);
      opacity: .7;
    }

    &:active {
      transform: translate3d(0, 1px, 0) scale(.925);
      transition: .15s;
    }
  }
} */
html,
body {
  overscroll-behavior-x: none;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  body {
    overflow: hidden;
    flex-direction: row;
  }
}

.main {
  flex: 1;
}

img {
  display: block;
}

a {
  color: inherit;
}

@media (max-width: 767px) {
  .image .desktop, .video .desktop, .media .desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .image .mobile, .video .mobile, .media .mobile {
    display: none;
  }
}

@media (max-width: 767px), (max-height: 599px) {
  .center {
    padding-left: 8.454vw;
    padding-right: 8.454vw;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .scroller {
    display: inline-block;
    white-space: nowrap;
    height: 100vh;
  }
  .scroller .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    min-width: 100vw;
  }
  .scroller .column {
    white-space: normal;
  }
  .scroller .column.image.tall img {
    height: 100vh;
    max-width: none;
  }
  .scroller .column.image.space {
    display: flex;
    align-items: center;
  }
  .scroller .column.image.space img {
    height: 71.659vh;
    max-width: none;
  }
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

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

.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-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

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

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.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(0px, -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: 200ms transform, 200ms top;
}

.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: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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, 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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.page-template-page-home header,
.page-template-page-projects header {
  position: fixed;
}
.page-template-page-home header .logo svg path,
.page-template-page-projects header .logo svg path {
  fill: #fff;
}

header {
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-top: 27px;
  pointer-events: none;
}
@media (max-width: 767px), (max-height: 599px) {
  header {
    position: sticky;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  header {
    position: fixed;
  }
}
@media (min-width: 640px) {
  header {
    padding-top: 21px;
  }
}
header .hamburger {
  position: absolute;
  z-index: 3;
  left: 7vw;
  top: 20px;
  width: 30px;
  height: 34px;
  cursor: pointer;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
}
header .hamburger .words {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
  transform-origin: left center;
  position: absolute;
  height: 100%;
  left: 100%;
  margin-left: 14px;
  pointer-events: none;
  /* &:hover {
    opacity: .7;
  }

  &:active {
    transform: scale(.95);
    opacity: .5;
  } */
}
header .hamburger .words span {
  display: block;
  transform: translateY(50%);
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
}
header .hamburger:before, header .hamburger:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #DDD8D3;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
header .hamburger:before {
  top: 0;
  left: 0;
}
header .hamburger:after {
  bottom: 0;
  right: 0;
}
header .hamburger:hover:before, header .hamburger:hover:after {
  opacity: 0.8;
}
header .hamburger:hover .words {
  pointer-events: all;
}
header .hamburger:hover .words span {
  transform: translateY(0);
  opacity: 0.55;
}
header .hamburger:hover .words span:nth-child(2) {
  transition-delay: 0.033s;
}
header .hamburger:hover .words span:nth-child(3) {
  transition-delay: 0.066s;
}
header .hamburger:hover .words span:nth-child(4) {
  transition-delay: 0.1s;
}
header .hamburger:active:before, header .hamburger:active:after {
  transform: scale(0.7);
  opacity: 0.7;
}
@media (min-width: 640px) {
  header .hamburger {
    left: 20px;
    top: 20px;
  }
}
header .close {
  display: inline-flex;
  position: absolute;
  z-index: 3;
  left: 6.763vw;
  top: 29px;
  transform: translateX(10px);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0s linear 0.5s;
}
header .close i {
  display: block;
  transform: rotate(180deg);
  margin-right: 14px;
}
header .close i svg {
  width: 36px;
  height: 22px;
}
header .close i svg path {
  fill: currentColor;
}
header .close span {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
  transform-origin: left center;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
header .close span:hover {
  opacity: 0.7;
}
header .close span:active {
  transform: scale(0.95);
  opacity: 0.5;
}
@media (min-width: 640px) {
  header .close {
    left: 33px;
    top: 27px;
  }
}
header .logo {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: 7.729vw;
  width: 25.36vw;
  pointer-events: all;
  transition: 0.5s;
}
header .logo svg {
  width: 100%;
  height: auto;
}
header .logo svg path {
  transition: 0.5s;
}
header .logo:hover {
  opacity: 0.7;
}
header .logo:active {
  transform: scale(0.95);
  opacity: 0.5;
  transition: 0.25s;
}
@media (min-width: 489px) {
  header .logo {
    width: 116px;
  }
}
@media (min-width: 640px) {
  header .logo {
    margin-right: 16px;
  }
}
header nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  transform: translateX(-100%);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 489px;
  height: 100%;
  padding-left: 8.454vw;
  padding-right: 8.454vw;
  background-color: #F1ECE5;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
header nav.is-open {
  transform: translateX(0);
}
header nav.is-open ~ .hamburger {
  transform: scale(1.25);
  opacity: 0;
  transition-delay: 0s;
  pointer-events: none;
  /* &:before {
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
  }

  &:after {
    transform: translate3d(50%, 50%, 0);
    bottom: 50%;
    right: 50%;
  } */
}
header nav.is-open ~ .close {
  transform: translateX(0);
  opacity: 1;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.15s;
}
header nav.is-open .pages .bar {
  transform: translateX(0);
  opacity: 1;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
}
@media (min-width: 414px) {
  header nav {
    padding-left: 15.458vw;
    padding-right: 15.458vw;
  }
}
@media (min-width: 640px) {
  header nav {
    padding-left: 121px;
    padding-right: 60px;
  }
}
header nav ul a {
  display: inline-block;
  color: inherit;
  transition: 0.5s;
  transform-origin: left center;
}
header nav ul a:active {
  transform: scale(0.95);
  transition: 0.25s;
}
header nav ul a.is-unhovered {
  opacity: 0.2;
}
header nav .pages {
  position: relative;
  padding-left: 30px;
}
header nav .pages .bar {
  position: absolute;
  transform: translateX(15px);
  top: 7.5%;
  left: 0;
  width: 2px;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0s linear 0.5s;
}
header nav .pages .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header nav .pages .bar span.is-visible:before {
  opacity: 1;
}
header nav .pages .bar span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
header nav .pages li {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.3125;
  letter-spacing: 0.00972em;
}
header nav .pages + .social {
  margin-top: 30px;
}
@media (min-height: 600px) {
  header nav .pages + .social {
    margin-top: 62px;
  }
}
header .wipe {
  transform: translateX(-100%);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F1ECE5;
}

body.is-loading .wipe {
  transform: translateX(0);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
body.is-loading header .close {
  opacity: 0;
}
body.is-done-loading .wipe {
  transform: translateX(100%);
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-template-page-projects .hamburger .words {
  color: #fff;
}

.hover {
  cursor: none;
}

.cursor {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  /* width: 140px;
  height: 140px; */
  width: 100px;
  height: 100px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s;
}
.cursor:before {
  content: "";
  display: block;
  transform: scale(0.95);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(219, 214, 207, 0.9);
  border-radius: 50%;
  opacity: 0;
  transition: 0.35s;
}
.cursor span {
  transform: scale(0.9);
  position: relative;
  z-index: 2;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.3735em; */
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.35s;
}
.cursor.is-active {
  opacity: 1;
}
.cursor.is-active:before,
.cursor.is-active span {
  transform: scale(1);
  opacity: 1;
}
.cursor.is-clicking:before,
.cursor.is-clicking span {
  transition: 0.15s;
}
.cursor.is-clicking:before {
  transform: scale(0.95);
  background-color: rgba(219, 214, 207, 0.95);
}
.cursor.is-clicking span {
  transform: scale(0.9);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  display: none;
  /* height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; */
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgba(241, 236, 229, 0.92);
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: rgba(241, 236, 229, 0.92);
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: 0.35s;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev svg {
  transform: rotate(180deg);
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: #DDD8D3;
  border-radius: 4px;
}

.glightbox-clean button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: #DDD8D3;
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    opacity: 0.5;
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
.splash {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.splash:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 1s;
}
.splash:after {
  content: "";
  transform: translateX(-100%);
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #F1ECE5;
}
.splash.is-loaded:before {
  opacity: 0;
}
.splash.is-loaded:after {
  transform: translateX(100%);
  transition: 2s cubic-bezier(0.65, 0.05, 0.36, 1) 3s;
}
.splash.is-loaded .background {
  transform: scale(1.1);
}
.splash.is-loaded .text svg {
  opacity: 1;
  transform: scale(1);
}
.splash.is-loaded .text svg #splash-h1 {
  transform: scale(0.8) translateY(0);
}
.splash.is-loaded .text svg #splash-h2 {
  transform: translateY(0);
  opacity: 1;
}
.splash.is-done-loading .background,
.splash.is-done-loading .text {
  display: none;
}
.splash .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 5s;
}
.splash .background picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
}
.splash .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splash .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 8.7284vh;
}
.splash .text svg {
  display: block;
  width: 89.513vw;
  transform: scale(0.95);
  height: auto;
  overflow: visible;
  opacity: 0;
  transition: 2.5s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .splash .text svg {
    width: 69.513vw;
  }
}
.splash .text svg path {
  fill: #fff;
}
.splash .text #splash-h1 {
  transform: scale(0.8) translateY(5%);
  transform-origin: center;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1) 1s;
}
.splash .text #splash-h2 {
  transform: translateY(5%);
  opacity: 0;
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1) 1.35s;
}

.main.about .intro,
.main.studio .intro {
  display: flex;
}
.main.about .intro h1,
.main.studio .intro h1 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.0097em;
}
.main.about .intro h1 span,
.main.studio .intro h1 span {
  display: block;
}
.main.about .intro h2,
.main.studio .intro h2 {
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.01em;
  opacity: 0.55;
}
.main.about .intro .subLink,
.main.studio .intro .subLink {
  position: relative;
  padding-left: 24px;
}
.main.about .intro .subLink a,
.main.studio .intro .subLink a {
  display: inline-block;
  transform-origin: left center;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.about .intro .subLink a:hover,
.main.studio .intro .subLink a:hover {
  opacity: 0.7;
  transform: scale(1.5);
}
.main.about .intro .subLink a:active,
.main.studio .intro .subLink a:active {
  transform: scale(1.4);
  opacity: 0.5;
}
.main.about .intro .subLink:before,
.main.studio .intro .subLink:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(121deg);
  top: 33.33%;
  left: -12px;
  width: 54px;
  height: 1px;
  background-color: #979797;
}
.main.about .intro .cta a,
.main.studio .intro .cta a {
  display: inline-flex;
}
.main.about .intro .cta a:hover span,
.main.about .intro .cta a:hover i,
.main.studio .intro .cta a:hover span,
.main.studio .intro .cta a:hover i {
  opacity: 0.7;
}
.main.about .intro .cta a:hover i,
.main.studio .intro .cta a:hover i {
  transform: translateX(10px);
}
.main.about .intro .cta a:active span,
.main.about .intro .cta a:active i,
.main.studio .intro .cta a:active span,
.main.studio .intro .cta a:active i {
  opacity: 0.5;
}
.main.about .intro .cta a:active span,
.main.studio .intro .cta a:active span {
  transform: scale(0.95);
}
.main.about .intro .cta a:active i,
.main.studio .intro .cta a:active i {
  transform: translateX(10px) scale(0.95);
}
.main.about .intro .cta span,
.main.about .intro .cta i,
.main.studio .intro .cta span,
.main.studio .intro .cta i {
  display: block;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.about .intro .cta span,
.main.studio .intro .cta span {
  display: block;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
}
.main.about .intro .cta span + i,
.main.studio .intro .cta span + i {
  margin-left: 14px;
}
.main.about .intro .cta svg,
.main.studio .intro .cta svg {
  height: 20px;
}
.main.about .intro .cta svg path,
.main.studio .intro .cta svg path {
  fill: currentColor;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.about .intro,
  .main.studio .intro {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main.about .intro h1,
  .main.studio .intro h1 {
    font-size: 36px;
  }
  .main.about .intro h2,
  .main.studio .intro h2 {
    font-size: 20px;
  }
  .main.about .intro .cta,
  .main.studio .intro .cta {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .intro,
  .main.studio .intro {
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 375px;
    padding-left: 44px;
  }
  .main.about .intro h1,
  .main.studio .intro h1 {
    font-size: 60px;
  }
  .main.about .intro h1 + .subLink,
  .main.studio .intro h1 + .subLink {
    margin-top: 26px;
  }
  .main.about .intro h2,
  .main.studio .intro h2 {
    font-size: 24px;
  }
  .main.about .intro + section,
  .main.studio .intro + section {
    margin-left: 40px;
  }
  .main.about .intro h1 + .cta,
  .main.studio .intro h1 + .cta {
    margin-top: 46px;
  }
  .main.about .intro .subLink + .cta,
  .main.studio .intro .subLink + .cta {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .intro h1 span,
  .main.studio .intro h1 span {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .main.about .intro h1.is-inview span,
  .main.studio .intro h1.is-inview span {
    transform: translateY(0);
    opacity: 1;
  }
  .main.about .intro .subLink h2, .main.about .intro .subLink:before,
  .main.studio .intro .subLink h2,
  .main.studio .intro .subLink:before {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main.about .intro .subLink:before,
  .main.studio .intro .subLink:before {
    transform: translateX(-10px) rotate(116deg);
    transition-delay: 0.25s;
  }
  .main.about .intro .subLink h2,
  .main.studio .intro .subLink h2 {
    transform: translateY(10px);
    transition-delay: 0.35s;
  }
  .main.about .intro .subLink.is-inview h2,
  .main.studio .intro .subLink.is-inview h2 {
    transform: translateY(0);
    opacity: 0.55;
  }
  .main.about .intro .subLink.is-inview:before,
  .main.studio .intro .subLink.is-inview:before {
    transform: translateX(0) rotate(121deg);
    opacity: 1;
  }
  .main.about .intro .cta > *,
  .main.studio .intro .cta > * {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .main.about .intro .cta.is-inview > *,
  .main.studio .intro .cta.is-inview > * {
    transform: translateY(0);
    opacity: 1;
  }
  .main.about .intro h1 + .subLink + .cta > *,
  .main.studio .intro h1 + .subLink + .cta > * {
    transition-delay: 0.45s;
  }
  .main.about .intro .subLink + .cta > *,
  .main.studio .intro .subLink + .cta > * {
    transition-delay: 0.35s;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.about .image img,
  .main.studio .image img {
    margin: auto;
  }
  .main.about .image + .text,
  .main.studio .image + .text {
    margin-top: 52px;
  }
  .main.about .image + .image,
  .main.studio .image + .image {
    margin-top: 46px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .image + .image,
  .main.studio .image + .image {
    margin-left: 131px;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.about .text .p + .blockquote,
  .main.studio .text .p + .blockquote {
    margin-top: 44px;
  }
  .main.about .text + .image,
  .main.studio .text + .image {
    margin-top: 57px;
  }
  .main.about .text + .text,
  .main.studio .text + .text {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text,
  .main.studio .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-height: 800px) {
  .main.about .text .p > *,
  .main.studio .text .p > * {
    transform: translateY(10px);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text .blockquote > *,
  .main.studio .text .blockquote > * {
    transform: translateY(10px);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text .p > *,
  .main.about .text .blockquote > *,
  .main.studio .text .p > *,
  .main.studio .text .blockquote > * {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main.about .text .p.is-inview > *,
  .main.about .text .blockquote.is-inview > *,
  .main.studio .text .p.is-inview > *,
  .main.studio .text .blockquote.is-inview > * {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text .p > *,
  .main.studio .text .p > * {
    transition-delay: 0.15s;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text .blockquote > *,
  .main.studio .text .blockquote > * {
    transition-delay: 0.25s;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text {
    /* flex-direction: row;
    writing-mode: vertical-lr; */
    align-items: center;
    /* min-width: 838px;
    width: calc(52.08vw + 88px); */
    /* @media (max-height: 799px) and (max-width: 1599px) {
      min-width: 1257px;
      width: calc(78.12vw + 132px);

      .p {
        transform: none;
        min-width: 794px;
        width: calc(52.08vw + 44px);

        p {
          transform: none;
          width: 350px;
          column-count: 2;
          column-gap: 44px;
        }

        &.is-inview {
          transform: none;
          min-width: 795px;
          width: calc(52.08vw + 45px);

          p {
            transform: none;
            width: auto;
          }
        }
      }

      .blockquote {
        display: flex;
        height: 100%;
        align-items: center;
      }
    } */
  }
  .main.about .text:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (max-width: 767px), screen and (min-width: 768px) and (min-height: 600px) and (max-height: 599px) {
  .main.about .text .image img {
    margin: auto;
  }
  .main.about .text .image + .text {
    margin-top: 52px;
  }
  .main.about .text .image + .image {
    margin-top: 46px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 768px) and (min-height: 600px) {
  .main.about .text .image + .image {
    margin-left: 131px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .text .p,
  .main.about .text .blockquote {
    min-width: 375px;
    width: 26.04vw;
    padding: 22px;
    padding-top: 105px;
    padding-bottom: 105px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.about .intro {
    width: 17.5vw;
  }
  .main.about .image img {
    max-width: 33vw;
    height: auto;
    max-height: 100vh;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (max-width: 1439px) {
  .main.about .text .p,
  .main.about .text .blockquote {
    min-width: 375px;
    width: 39.0625vw;
    padding: 1.71875vw 3.4375vw;
  }
  .main.about .text .p p {
    font-size: 1.171vw;
    line-height: 1.6;
  }
  .main.about .text .blockquote {
    padding-top: 0;
  }
  .main.about .text .blockquote p {
    font-size: 1.5625vw;
  }
}
@media (max-width: 1023px) {
  .main.about .text .p p {
    font-size: 12px;
  }
  .main.about .text .blockquote p {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .main.about .text .p,
  .main.about .text .blockquote {
    min-width: 375px;
    max-width: 720px;
    width: 39.0625vw;
    padding: 1.71875vw 3.4375vw;
  }
}
@media (max-height: 719px) {
  .main.about .text .blockquote {
    padding-top: 0;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.about .column:last-child {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.studio .text {
    padding: 33px 48px 33px 33px;
  }
  .main.studio .text .p,
  .main.studio .text .blockquote {
    padding: 22px;
  }
  .main.studio .text .p {
    width: 440px;
  }
  .main.studio .text .blockquote {
    width: 375px;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.studio .column:last-child {
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.studio .column:last-child {
    padding-right: 127px;
  }
}

.nextPage .btn .image {
  overflow: hidden;
  transition: 0.25s;
}
.nextPage .btn .image img {
  transition: 0.25s;
}
.nextPage .btn span {
  display: block;
  position: relative;
  padding-left: 64px;
  font-weight: 200;
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.01em;
}
.nextPage .btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 51px;
  height: 1px;
  background-color: currentColor;
}
.nextPage .btn .text {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.nextPage .btn .text span {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.nextPage .btn .text span:before {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.nextPage .btn:active .image {
  transform: scale(0.99);
}
.nextPage .btn:active .text {
  opacity: 0.5;
}
.nextPage .btn:active .text span,
.nextPage .btn:active .text i {
  opacity: 0.5;
}
.nextPage .btn:active .text span {
  transform: scale(0.95);
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .nextPage .btn:hover .image img {
    transform: scale(1.05);
  }
  .nextPage .btn:hover .text {
    opacity: 0.7;
  }
  .nextPage .btn:hover .text span {
    padding-left: 74px;
  }
  .nextPage .btn:hover .text span:before {
    width: 61px;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .nextPage {
    text-align: center;
  }
  .nextPage .image {
    display: none;
  }
  .nextPage .text {
    text-align: center;
  }
  .nextPage .text span {
    padding-left: 0;
  }
  .nextPage .text span:before {
    content: none;
  }
  .nextPage .btn {
    flex-direction: column;
  }
  .nextPage span {
    font-size: 20px;
  }
  .nextPage i {
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .nextPage {
    display: none;
  }
}

.main.contact .intro {
  display: flex;
}
.main.contact .intro h1 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.0097em;
}
.main.contact .intro h1 span {
  display: block;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.contact .intro {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main.contact .intro h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .intro {
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 282px;
    padding-left: 44px;
  }
  .main.contact .intro h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .intro h1 span {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .main.contact .intro h1.is-inview span {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.contact .image {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1280px) {
  .main.contact .image {
    flex: 1;
  }
  .main.contact .image img {
    width: 100%;
    object-fit: cover;
  }
}
.main.contact .text form .row {
  color: #000;
}
.main.contact .text form .row + .row {
  margin-top: 7px;
}
.main.contact .text form .row + .row:last-child {
  margin-top: 39px;
  text-align: right;
}
.main.contact .text form label {
  font-family: "Optima-Bold", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-size: 15px;
  line-height: 2;
}
.main.contact .text form label + .textbox {
  margin-top: 3px;
}
.main.contact .text form label + .textarea {
  margin-top: 18px;
}
.main.contact .text form .textbox,
.main.contact .text form .textarea {
  display: block;
  width: 100%;
  appearance: none;
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
.main.contact .text form .textbox {
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1;
}
.main.contact .text form .textarea {
  padding: 0.5em;
  min-height: 105px;
  border: 1px solid #000;
  line-height: 2;
}
.main.contact .text form button {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: none;
  padding: 0;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.3735em;
  appearance: none;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.contact .text form button:hover {
  opacity: 0.7;
}
.main.contact .text form button:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.contact .text form button i {
  display: block;
  margin-left: 14px;
  width: 36px;
  height: 22px;
}
.main.contact .text form button i svg path {
  fill: currentColor;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .text.form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 40px 138px 40px 85px;
  }
  .main.contact .text.form .blockquote,
  .main.contact .text.form form {
    padding: 19px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .text.form .blockquote > *,
  .main.contact .text.form form > * {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main.contact .text.form .blockquote.is-inview > *,
  .main.contact .text.form form.is-inview > * {
    transform: translateY(0);
    opacity: 1;
  }
  .main.contact .text.form .blockquote > * {
    transition-delay: 0.15s;
  }
  .main.contact .text.form form > *:nth-child(1) {
    transition-delay: 0.25s;
  }
  .main.contact .text.form form > *:nth-child(2) {
    transition-delay: 0.3s;
  }
  .main.contact .text.form form > *:nth-child(3) {
    transition-delay: 0.35s;
  }
  .main.contact .text.form form > *:nth-child(4) {
    transition-delay: 0.4s;
  }
  .main.contact .text.form form > *:nth-child(5) {
    transition-delay: 0.45s;
  }
  .main.contact .text.form form > *:nth-child(6) {
    transition-delay: 0.5s;
  }
}
.main.contact .text.info .p {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.contact .text.info {
    position: relative;
    min-height: 50vh;
    padding-top: 8.454vw;
    padding-bottom: 8.454vw;
  }
  .main.contact .text.info .background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .main.contact .text.info + .instagram {
    margin-top: 38px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .text.info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-left: 40px;
  }
  .main.contact .text.info .background {
    display: none;
  }
  .main.contact .text.info .p {
    width: 230px;
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .text.info .p > * {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main.contact .text.info .p.is-inview > * {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.contact .text .blockquote + form {
    margin-top: 38px;
  }
  .main.contact .text + .text {
    margin-top: 46px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .text form {
    width: 396px;
  }
}
.main.contact .instagram .p a {
  display: inline-block;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.contact .instagram .p a:hover {
  opacity: 0.7;
}
.main.contact .instagram .p a:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.contact .instagram > .p a {
  transform-origin: left center;
}
.main.contact .instagram .feed {
  display: flex;
}
.main.contact .instagram .feed li {
  flex: 1;
  position: relative;
}
.main.contact .instagram .feed li:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.main.contact .instagram .feed li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.contact .instagram {
    overflow: hidden;
  }
  .main.contact .instagram .p + .feed {
    margin-top: 80px;
  }
  .main.contact .instagram .feed {
    width: 150vw;
    margin-left: -25vw;
  }
  .main.contact .instagram .feed li:nth-child(n+4) {
    display: none;
  }
  .main.contact .instagram .feed li + li {
    margin-left: 10px;
  }
  .main.contact .instagram .feed + .footer {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .instagram {
    position: relative;
    height: 100vh;
    margin-left: -186px;
    padding-left: 256px;
    padding-right: 54px;
  }
  .main.contact .instagram > .p {
    position: absolute;
    bottom: 72px;
    left: 0;
    width: 224px;
    padding-bottom: 12px;
    padding-right: 12px;
    text-align: right;
  }
  .main.contact .instagram .feed {
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-bottom: 72px;
    overflow: hidden;
  }
  .main.contact .instagram .feed li {
    width: 27.5vh;
    height: 27.5vh;
  }
  .main.contact .instagram .feed li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .instagram > .p > * {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main.contact .instagram > .p.is-inview > * {
    transform: translateY(0);
    opacity: 1;
  }
}
.main.contact .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 22px 4.3478vw 16px;
  background-color: #1A1A1A;
  color: #fff;
}
.main.contact .footer .logo svg {
  display: block;
  max-height: 38px;
  width: auto;
}
.main.contact .footer .logo path {
  fill: currentColor;
}
.main.contact .footer .logo + .copyright {
  margin-left: 13px;
}
.main.contact .footer .copyright {
  font-size: 13.5px;
}
@media (max-width: 413px) {
  .main.contact .footer .credit {
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 414px) {
  .main.contact .footer .copyright + .credit {
    margin-left: 24px;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.contact .footer .credit {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.contact .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 19px 30px 15px;
  }
  .main.contact .footer .logo svg {
    max-height: 38px;
  }
  .main.contact .footer .copyright {
    font-size: 15px;
  }
  .main.contact .footer .credit {
    flex: 1;
    text-align: right;
    font-size: 13px;
  }
}

@media (max-width: 767px), (max-height: 599px) {
  .main.home .logo {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.home {
    display: flex;
  }
  .main.home .logo {
    position: absolute;
    bottom: 2.5vw;
    left: 2.5vw;
    width: 11vw;
    max-width: 160px;
    z-index: 3;
    opacity: 0;
  }
  .main.home .logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
  .main.home .logo.is-visible {
    opacity: 1;
    transition: 1s cubic-bezier(0.23, 1, 0.32, 1) 1s;
  }
}
.main.home .navigation {
  background-color: #fff;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.home .navigation {
    position: fixed;
    top: 33%;
    left: 0;
    z-index: 2;
    padding: 37px 38px 37px 28px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.home .navigation {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 38.472vw;
    padding: 0 0 0 4vw;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 960px) {
  .main.home .navigation {
    padding-left: 6.944vw;
  }
}
.main.home .pages {
  position: relative;
  padding-left: 30px;
}
.main.home .pages .bar {
  position: absolute;
  top: 7.5%;
  left: 0;
  width: 2px;
  height: 85%;
  background-color: rgba(0, 0, 0, 0.2);
}
.main.home .pages .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.home .pages .bar span.is-visible:before {
  opacity: 1;
}
.main.home .pages .bar span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.home .pages li {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 1.3125;
  letter-spacing: 0.00972em;
}
.main.home .pages a {
  display: inline-block;
  color: inherit;
  transition: 0.5s;
  transform-origin: left center;
}
.main.home .pages a:active {
  transform: scale(0.95);
  transition: 0.25s;
}
.main.home .pages a.is-unhovered {
  opacity: 0.2;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.home .pages li {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.home .scroller {
    flex: 1;
    height: auto;
  }
  .main.home .scroller .content {
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding-left: 38.472vw;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.home .images {
    /* display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; */
  }
  .main.home .images ul {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-width: 100vw;
    align-items: flex-start; */
  }
  .main.home .images img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.home .images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  .main.home .images ul {
    /* display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-width: 100vw;
    align-items: flex-start; */
  }
  .main.home .images .image {
    width: 61.528vw;
    height: 100vh;
  }
  .main.home .images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .is-loading .main.press .intro h1,
  .is-loading .main.awards .intro h1 {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .is-loading .main.press .intro .subLink h2, .is-loading .main.press .intro .subLink:before,
  .is-loading .main.awards .intro .subLink h2,
  .is-loading .main.awards .intro .subLink:before {
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .is-loading .main.press .intro .subLink:before,
  .is-loading .main.awards .intro .subLink:before {
    transform: translateX(-10px) rotate(116deg);
    transition-delay: 0.25s;
  }
  .is-loading .main.press .intro .subLink h2,
  .is-loading .main.awards .intro .subLink h2 {
    transform: translateY(10px);
    transition-delay: 0.35s;
  }
  .is-loading.is-done-loading .main.press .intro h1,
  .is-loading.is-done-loading .main.awards .intro h1 {
    transform: translateY(0);
    opacity: 1;
  }
  .is-loading.is-done-loading .main.press .intro .subLink h2,
  .is-loading.is-done-loading .main.awards .intro .subLink h2 {
    transform: translateY(0);
    opacity: 0.55;
  }
  .is-loading.is-done-loading .main.press .intro .subLink:before,
  .is-loading.is-done-loading .main.awards .intro .subLink:before {
    transform: translateX(0) rotate(121deg);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.press,
  .main.awards {
    display: flex;
    width: 100vw;
  }
}
.main.press .intro,
.main.awards .intro {
  display: flex;
}
.main.press .intro h1,
.main.awards .intro h1 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.0097em;
}
.main.press .intro h2,
.main.awards .intro h2 {
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.01em;
  opacity: 0.55;
}
.main.press .intro .subLink,
.main.awards .intro .subLink {
  position: relative;
  padding-left: 24px;
}
.main.press .intro .subLink a,
.main.awards .intro .subLink a {
  display: inline-block;
  transform-origin: left center;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.press .intro .subLink a:hover,
.main.awards .intro .subLink a:hover {
  opacity: 0.7;
  transform: scale(1.5);
}
.main.press .intro .subLink a:active,
.main.awards .intro .subLink a:active {
  transform: scale(1.4);
  opacity: 0.5;
}
.main.press .intro .subLink:before,
.main.awards .intro .subLink:before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(121deg);
  top: 33.33%;
  left: -12px;
  width: 54px;
  height: 1px;
  background-color: #979797;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.press .intro,
  .main.awards .intro {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main.press .intro h1,
  .main.awards .intro h1 {
    font-size: 36px;
  }
  .main.press .intro h2,
  .main.awards .intro h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.press .intro,
  .main.awards .intro {
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 282px;
    padding-left: 44px;
    background-color: #fff;
  }
  .main.press .intro:after,
  .main.awards .intro:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 2.361vw;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .main.press .intro h1,
  .main.awards .intro h1 {
    font-size: 60px;
  }
  .main.press .intro h1 + .subLink,
  .main.awards .intro h1 + .subLink {
    margin-top: 26px;
  }
  .main.press .intro h2,
  .main.awards .intro h2 {
    font-size: 24px;
  }
}
.main.press .feed .entry a,
.main.awards .feed .entry a {
  display: block;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.press .feed,
  .main.awards .feed {
    padding-bottom: 71px;
  }
  .main.press .feed li.image img,
  .main.awards .feed li.image img {
    width: 80%;
    max-width: 320px;
  }
  .main.press .feed li + li,
  .main.awards .feed li + li {
    margin-top: 41px;
  }
  .main.press .feed .entry a + a,
  .main.awards .feed .entry a + a {
    margin-top: 31px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.press .feed,
  .main.awards .feed {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  .main.press .feed:before, .main.press .feed:after,
  .main.awards .feed:before,
  .main.awards .feed:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
  }
  .main.press .feed:before,
  .main.awards .feed:before {
    right: 12.291vw;
    width: 2.361vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  .main.press .feed:after,
  .main.awards .feed:after {
    right: 0;
    width: 12.291vw;
    background-color: #fff;
  }
  .main.press .feed .scroller,
  .main.awards .feed .scroller {
    flex: 1;
    height: auto;
  }
  .main.press .feed .inner,
  .main.awards .feed .inner {
    padding-top: 13.6847vh;
  }
  .main.press .feed .content,
  .main.awards .feed .content {
    justify-content: flex-start;
    height: auto;
    padding-left: 282px;
    padding-right: 12.291vw;
  }
  .main.press .feed ul,
  .main.awards .feed ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main.press .feed li,
  .main.awards .feed li {
    width: auto;
    padding-left: 3vw;
    padding-right: 2.361vw;
    white-space: normal;
    font-size: 15px;
    height: 26em;
  }
  .main.press .feed li .entry a,
  .main.awards .feed li .entry a {
    height: 8em;
    pointer-events: none;
  }
  .main.press .feed li .entry a p,
  .main.awards .feed li .entry a p {
    pointer-events: all;
    white-space: nowrap;
  }
  .main.press .feed li .entry a + a,
  .main.awards .feed li .entry a + a {
    margin-top: 1em;
  }
  .main.press .feed li.text,
  .main.awards .feed li.text {
    min-width: calc((100vw - 282px) / 2);
  }
  .main.press .feed li.image,
  .main.awards .feed li.image {
    padding: 0;
  }
  .main.press .feed li.image picture,
  .main.awards .feed li.image picture {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22em;
  }
  .main.press .feed li.image img,
  .main.awards .feed li.image img {
    max-height: 100%;
    height: 100%;
    max-width: none;
    width: auto;
    object-fit: contain;
  }
  .main.press .feed li.image:last-child,
  .main.awards .feed li.image:last-child {
    padding-right: 2.361vw;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1120px) {
  .main.press .feed li,
  .main.awards .feed li {
    /* width: calc((100vw - (282px)) / 3);

    &.text {

    }

    &.image:last-child {
      padding-right: 2.361vw;
      width: calc((100vw - (282px)) / 3 + 2.361vw);
    } */
  }
  .main.press .feed li.text,
  .main.awards .feed li.text {
    min-width: calc((100vw - 282px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1440px) {
  .main.press .feed li,
  .main.awards .feed li {
    /* width: calc((100vw - (282px)) / 4);

    &.text {

    }

    &.image:last-child {
      padding-right: 2.361vw;
      width: calc((100vw - (282px)) / 4 + 2.361vw);
    } */
  }
  .main.press .feed li.text,
  .main.awards .feed li.text {
    min-width: calc((100vw - 282px) / 4);
  }
}
.main.press .scrollbar,
.main.awards .scrollbar {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-bottom: 6.0344vh;
  pointer-events: none;
}
.main.press .scrollbar .bar,
.main.awards .scrollbar .bar {
  position: relative;
  height: 2px;
  background-color: rgba(216, 216, 216, 0.7);
  pointer-events: all;
}
.main.press .scrollbar .bar span,
.main.awards .scrollbar .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.press .scrollbar .bar span.is-visible:before,
.main.awards .scrollbar .bar span.is-visible:before {
  opacity: 1;
}
.main.press .scrollbar .bar span:before,
.main.awards .scrollbar .bar span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.press .scrollbar .pagination,
.main.awards .scrollbar .pagination {
  display: flex;
  align-items: center;
  margin-bottom: 4.956vh;
  pointer-events: all;
}
.main.press .scrollbar .pagination .arrow,
.main.awards .scrollbar .pagination .arrow {
  display: block;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.press .scrollbar .pagination .arrow:hover,
.main.awards .scrollbar .pagination .arrow:hover {
  opacity: 0.7;
}
.main.press .scrollbar .pagination .arrow:active,
.main.awards .scrollbar .pagination .arrow:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.press .scrollbar .pagination .arrow svg path,
.main.awards .scrollbar .pagination .arrow svg path {
  fill: currentColor;
}
.main.press .scrollbar .pagination .arrow.is-disabled,
.main.awards .scrollbar .pagination .arrow.is-disabled {
  opacity: 0.2;
}
.main.press .scrollbar .pagination .arrow.previous,
.main.awards .scrollbar .pagination .arrow.previous {
  margin-right: 40px;
}
.main.press .scrollbar .pagination .arrow.previous svg,
.main.awards .scrollbar .pagination .arrow.previous svg {
  transform: rotate(180deg);
}
.main.press .scrollbar .pagination .arrow.next,
.main.awards .scrollbar .pagination .arrow.next {
  margin-left: 40px;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.press .scrollbar,
  .main.awards .scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.press .scrollbar,
  .main.awards .scrollbar {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100vw;
    padding-left: 282px;
    padding-right: 12.291vw;
  }
  .main.press .scrollbar .bar,
  .main.awards .scrollbar .bar {
    width: 539px;
  }
  .main.press .scrollbar .bar span:before,
  .main.awards .scrollbar .bar span:before {
    background-color: #000;
  }
  .main.press .scrollbar .cta i,
  .main.awards .scrollbar .cta i {
    margin-left: 21px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1024px) {
  .main.press .scrollbar .cta,
  .main.awards .scrollbar .cta {
    right: 3.9583vw;
    margin-top: -0.66em;
    height: auto;
  }
  .main.press .scrollbar .cta a,
  .main.awards .scrollbar .cta a {
    transform-origin: right center;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.press .text.column,
  .main.awards .text.column {
    display: none;
  }
}

@media (max-width: 767px), (max-height: 599px) {
  .main.press .column:last-child {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.awards .intro {
    width: 342px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.awards .feed:before {
    right: 16.457vw;
  }
  .main.awards .feed:after {
    width: 16.457vw;
  }
  .main.awards .feed .content {
    padding-left: 342px;
    padding-right: 16.457vw;
  }
  .main.awards .feed li {
    /* &.image:last-child {
      padding-right: 2.361vw;
      width: calc((100vw - (342px)) / 2 + 2.361vw);
    } */
  }
  .main.awards .feed li.text {
    min-width: calc((100vw - 342px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1280px) {
  .main.awards .feed li {
    /* &.image:last-child {
      padding-right: 2.361vw;
      width: calc((100vw - (342px)) / 3 + 2.361vw);
    } */
  }
  .main.awards .feed li.text {
    min-width: calc((100vw - 342px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1600px) {
  .main.awards .feed li {
    /* &.image:last-child {
      padding-right: 2.361vw;
      width: calc((100vw - (342px)) / 4 + 2.361vw);
    } */
  }
  .main.awards .feed li.text {
    min-width: calc((100vw - 342px) / 4);
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.awards .scrollbar {
    padding-left: 342px;
    padding-right: 16.457vw;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.awards .column:last-child {
    padding-bottom: 71px;
  }
}

.page-template-page-portfolio header {
  position: fixed;
}
.page-template-page-portfolio header .logo svg path {
  fill: #fff;
}

@media (max-width: 767px), (max-height: 599px) {
  .main.portfolio .categories {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .main.portfolio .categories ul {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main.portfolio .images li {
    position: relative;
    width: 100vw;
    height: 100vh;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.portfolio .categories,
  .main.portfolio .images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main.portfolio .categories ul,
  .main.portfolio .images ul {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .main.portfolio .images li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.main.portfolio .categories {
  z-index: 2;
}
.main.portfolio .categories ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main.portfolio .categories li .text {
  opacity: 0.4;
}
.main.portfolio .categories li.is-active .text {
  opacity: 1;
}
.main.portfolio .categories li + li {
  margin-top: 15px;
}
.main.portfolio .categories .text {
  transition: opacity 0.5s;
}
.main.portfolio .categories h2 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.31;
  letter-spacing: 0.01em;
  color: #fff;
}
.main.portfolio .categories h2 span {
  display: block;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.portfolio .categories h2 {
    pointer-events: all;
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.portfolio .categories h2 {
    font-size: 91px;
    transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .main.portfolio .categories h2:active {
    transform: scale(0.95);
    transition: 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
.main.portfolio .images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.portfolio .images li {
    overflow: hidden;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
  }
  .main.portfolio .images li.is-active {
    opacity: 1;
    z-index: 2;
  }
}

.main.project .intro {
  display: flex;
  flex-direction: column;
}
.main.project .intro h2 {
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.01em;
}
.main.project .intro h2 span {
  display: block;
}
.main.project .intro h1 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.0097em;
}
.main.project .intro h1 span {
  display: block;
}
.main.project .intro .cta a {
  display: inline-flex;
}
.main.project .intro .cta a:hover span,
.main.project .intro .cta a:hover i {
  opacity: 0.7;
}
.main.project .intro .cta a:hover i {
  transform: translateX(10px);
}
.main.project .intro .cta a:active span,
.main.project .intro .cta a:active i {
  opacity: 0.5;
}
.main.project .intro .cta a:active span {
  transform: scale(0.95);
}
.main.project .intro .cta a:active i {
  transform: translateX(10px) scale(0.95);
}
.main.project .intro .cta span,
.main.project .intro .cta i {
  display: block;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.project .intro .cta span {
  display: block;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
}
.main.project .intro .cta span + i {
  margin-left: 14px;
}
.main.project .intro .cta svg {
  height: 20px;
}
.main.project .intro .cta svg path {
  fill: currentColor;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.project .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main.project .intro h2 {
    font-size: 20px;
  }
  .main.project .intro h2 + h1 {
    margin-top: 20px;
  }
  .main.project .intro h1 {
    font-size: 36px;
  }
  .main.project .intro h1 + .p {
    margin-top: 30px;
  }
  .main.project .intro .cta {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.project .intro {
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding-left: 90px;
    padding-right: 150px;
  }
  .main.project .intro h1,
  .main.project .intro h2,
  .main.project .intro .p,
  .main.project .intro .cta {
    width: 337px;
  }
  .main.project .intro h2 {
    font-size: 24px;
  }
  .main.project .intro h2 + h1 {
    margin-top: 28px;
  }
  .main.project .intro h1 {
    font-size: 60px;
  }
  .main.project .intro h1 + .p,
  .main.project .intro h1 + .cta {
    margin-top: 46px;
  }
  .main.project .intro .p + .cta {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.project .intro h2 > *,
  .main.project .intro h1 > *,
  .main.project .intro .cta > *,
  .main.project .intro .p > * {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .main.project .intro h2.is-inview > *,
  .main.project .intro h1.is-inview > *,
  .main.project .intro .cta.is-inview > *,
  .main.project .intro .p.is-inview > * {
    transform: translateY(0);
    opacity: 1;
  }
  .main.project .intro h2 + h1 > * {
    transition-delay: 0.25s;
  }
  .main.project .intro h2 + h1 + .p > *,
  .main.project .intro h2 + h1 + .cta > * {
    transition-delay: 0.35s;
  }
  .main.project .intro h2 + h1 + .p + .cta > *,
  .main.project .intro h2 + h1 + .cta + .cta > * {
    transition-delay: 0.45s;
  }
  .main.project .intro h1 + .p > *,
  .main.project .intro h1 + .cta > * {
    transition-delay: 0.25s;
  }
  .main.project .intro h1 + .p + .cta > *,
  .main.project .intro h1 + .cta + .cta > * {
    transition-delay: 0.35s;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.project .image img {
    margin: auto;
  }
  .main.project .image + .text {
    margin-top: 52px;
  }
  .main.project .image + .image {
    margin-top: 46px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.project .image.tall + .tall {
    margin-left: 16px;
  }
  .main.project .image.tall + .space {
    margin-left: 133px;
  }
  .main.project .image.space + .tall {
    margin-left: 133px;
  }
  .main.project .image.space + .space {
    margin-left: 50px;
  }
  .main.project .image.space:last-child {
    padding-right: 133px;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.project .text .p + .blockquote {
    margin-top: 44px;
  }
  .main.project .text + .image {
    margin-top: 57px;
  }
}
.main.project .more .btn:hover {
  /* i {
    transform: translateX(10px);
  } */
}
.main.project .more .btn:hover span,
.main.project .more .btn:hover i {
  opacity: 0.7;
}
.main.project .more .btn:active {
  /* i {
    transform: translateX(10px) scale(0.95);
  } */
}
.main.project .more .btn:active span,
.main.project .more .btn:active i {
  opacity: 0.5;
}
.main.project .more .btn:active span {
  transform: scale(0.95);
}
.main.project .more .nextProject .btn .image {
  overflow: hidden;
  transition: 0.25s;
}
.main.project .more .nextProject .btn .image img {
  transition: 0.25s;
}
.main.project .more .nextProject .btn span {
  position: relative;
  padding-left: 64px;
  font-weight: 200;
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.01em;
}
.main.project .more .nextProject .btn span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 51px;
  height: 1px;
  background-color: currentColor;
}
.main.project .more .nextProject .btn .text {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.project .more .nextProject .btn .text span {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.project .more .nextProject .btn .text span:before {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.project .more .nextProject .btn:hover .image img {
    transform: scale(1.05);
  }
  .main.project .more .nextProject .btn:hover .text {
    opacity: 0.7;
  }
  .main.project .more .nextProject .btn:hover .text span {
    padding-left: 74px;
  }
  .main.project .more .nextProject .btn:hover .text span:before {
    width: 61px;
  }
  .main.project .more .nextProject .btn:active .image {
    transform: scale(0.99);
  }
  .main.project .more .nextProject .btn:active .text {
    opacity: 0.5;
  }
}
.main.project .more .viewAll .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.project .more .viewAll .btn a {
  display: flex;
  align-items: center;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.project .more .viewAll .btn a:hover {
  opacity: 0.7;
}
.main.project .more .viewAll .btn a:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.project .more .viewAll .btn span {
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
}
.main.project .more .viewAll .btn i svg {
  width: 20px;
}
.main.project .more .viewAll .btn i svg path {
  fill: currentColor;
}
.main.project .more span,
.main.project .more i {
  display: block;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.project .more i svg path {
  fill: #000;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.project .more {
    margin-top: 46px;
    margin-bottom: 46px;
    text-align: center;
  }
  .main.project .more .btn {
    max-width: 300px;
    display: inline-flex;
  }
  .main.project .more i svg {
    height: 20px;
  }
  .main.project .more .nextProject .image {
    display: none;
  }
  .main.project .more .nextProject .text {
    text-align: center;
  }
  .main.project .more .nextProject .text span {
    padding-left: 0;
  }
  .main.project .more .nextProject .text span:before {
    content: none;
  }
  .main.project .more .nextProject .btn {
    flex-direction: column;
  }
  .main.project .more .nextProject span {
    font-size: 20px;
  }
  .main.project .more .nextProject i {
    margin-left: 15px;
  }
  .main.project .more .nextProject + .viewAll {
    margin-top: 60px;
  }
  .main.project .more .viewAll .btn {
    margin: auto;
  }
  .main.project .more .viewAll i {
    transform: rotate(180deg);
    margin-right: 15px;
  }
  .main.project .more .image + .text {
    margin-top: 20px;
  }
  .main.project .more .text {
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.project .more {
    display: flex;
    height: 100%;
    padding-left: 133px;
    padding-right: 133px;
  }
  .main.project .more .cta {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .main.project .more .cta.is-inview .btn {
    transform: translateY(0);
    opacity: 1;
  }
  .main.project .more .nextProject {
    flex: 1;
    display: flex;
    align-items: center;
    padding-top: 80px;
    /* .text {
      text-align: right;
    } */
  }
  .main.project .more .nextProject .image + .text {
    margin-top: 24px;
  }
  .main.project .more .nextProject span {
    font-size: 24px;
  }
  .main.project .more .viewAll {
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
  }
  .main.project .more .viewAll .btn {
    display: inline-flex;
  }
  .main.project .more .viewAll i {
    transform: rotate(180deg);
    margin: 0 14px 0 0;
  }
  .main.project .more .btn {
    display: block;
    transform: translateY(10px);
    width: 300px;
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .main.project .more i {
    margin-top: 10px;
  }
  .main.project .more i svg {
    margin-right: 10px;
  }
}

.page-template-page-projects {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (min-height: 600px) {
  .is-loading .main.projects .intro h1 {
    transform: translateY(10px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: 0.15s;
  }
  .is-loading.is-done-loading .main.projects .intro h1 {
    transform: translateY(0);
    opacity: 1;
  }
}
.main.projects {
  display: flex;
  flex-direction: column;
  transition: 0.5s;
}
.main.projects.is-switching {
  opacity: 0;
}
.main.projects.screen .intro {
  display: none;
}
.main.projects.screen .hero {
  display: block;
}
.main.projects.screen .feed {
  display: none;
}
.main.projects.screen .scrollbar .cta {
  pointer-events: all;
  display: flex;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects.screen .scroller {
    flex: 1;
    display: inline-block;
    white-space: nowrap;
  }
  .main.projects.screen .scroller .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100vw;
  }
  .main.projects.screen .scrollbar {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects.screen .scrollbar {
    position: absolute;
    bottom: 0;
  }
  .main.projects.screen .scrollbar .bar span:before {
    background-color: #fff;
  }
}
.main.projects .scroller .categories .p {
  display: flex;
}
.main.projects .scroller .categories p + ul {
  margin-left: 20px;
}
.main.projects .scroller .categories ul {
  display: flex;
}
.main.projects .scroller .categories ul li {
  display: flex;
}
.main.projects .scroller .categories ul li.is-selected a:after {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.main.projects .scroller .categories ul li + li {
  margin-left: 12px;
}
.main.projects .scroller .categories ul li + li:before {
  content: "/";
  margin-right: 12px;
}
.main.projects .scroller .categories ul a {
  position: relative;
  display: block;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .scroller .categories .p {
    justify-content: center;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .scroller {
    flex: 1;
    height: auto;
  }
  .main.projects .scroller.screenScroller {
    display: none;
  }
  .main.projects .scroller .content {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }
  .main.projects .scroller .categories {
    position: absolute;
    z-index: 2;
    top: 4.956vh;
    left: 6.25vw;
  }
  .main.projects .scroller .categories .p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 12px;
  }
  .main.projects .scroller .categories a {
    transition: 0.5s;
    transform-origin: center;
  }
  .main.projects .scroller .categories a:active {
    transform: scale(0.95);
    transition: 0.25s;
  }
  .main.projects .scroller .categories a.is-unhovered {
    opacity: 0.2;
  }
}
.main.projects .intro {
  display: flex;
  justify-content: center;
}
.main.projects .intro h1 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.0097em;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main.projects .intro h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .intro {
    width: 100vw;
    padding-top: 9.482vh;
  }
  .main.projects .intro h1 {
    font-size: 42px;
  }
}
.main.projects .hero {
  display: none;
  white-space: nowrap;
  height: 100vh;
  width: 100vw;
}
.main.projects .hero ul {
  /* display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-width: 100vw;
  align-items: flex-start; */
}
.main.projects .hero li {
  color: #fff !important;
  overflow: hidden;
}
.main.projects .hero a {
  display: block;
  position: relative;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  color: inherit;
}
.main.projects .hero a:hover .text h2 span,
.main.projects .hero a:hover .text .cta span {
  transform: scale(1.1);
}
.main.projects .hero a:hover .text .cta span {
  transition-delay: 0.1s;
}
.main.projects .hero a:active .text {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.projects .hero a .text {
  text-align: center;
  white-space: initial;
  color: inherit;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .hero a .text h2,
.main.projects .hero a .text .cta {
  display: block;
  color: inherit;
  transform: translateY(10px);
  opacity: 0;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.main.projects .hero a .text h2 span,
.main.projects .hero a .text .cta span {
  display: block;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .hero li.swiper-slide-active a h2,
.main.projects .hero li.swiper-slide-active a .cta, .main.projects .hero li.is-active a h2,
.main.projects .hero li.is-active a .cta, .main.projects .hero li.glide__slide--active a h2,
.main.projects .hero li.glide__slide--active a .cta {
  transform: translateY(0);
  opacity: 1;
}
.main.projects .hero li.swiper-slide-active a .cta, .main.projects .hero li.is-active a .cta, .main.projects .hero li.glide__slide--active a .cta {
  transition-delay: 0.65s;
}
.main.projects .hero li:hover .image {
  transform: scale(1.05);
}
.main.projects .hero li .image {
  transition: 5s;
}
.main.projects .hero .image,
.main.projects .hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.main.projects .hero .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, transparent 20%, rgba(0, 0, 0, 0.3) 50%, transparent 80%, transparent 100%);
}
.main.projects .hero img {
  object-fit: cover;
}
.main.projects .hero .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 2;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.main.projects .hero h2,
.main.projects .hero .cta {
  pointer-events: all;
}
.main.projects .hero h2 {
  font-family: "LaLuxes", serif;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.0097em;
}
.main.projects .hero h2 + .cta {
  margin-top: 1em;
}
.main.projects .hero .cta {
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4375;
  letter-spacing: 0.37375em;
  text-transform: uppercase;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .hero h2 {
    max-width: 90%;
    font-size: 36px;
  }
  .main.projects .hero .cta {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .hero .image:after {
    background: linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.25) 50%, transparent 80%, transparent 100%);
  }
  .main.projects .hero .text {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  }
  .main.projects .hero h2 {
    max-width: 85%;
    margin-top: 1em;
    font-size: 84px;
  }
  .main.projects .hero .cta {
    font-size: 16px;
  }
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .feed ul {
    display: grid;
    row-gap: 62px;
    padding-left: 6.038vw;
    padding-right: 6.038vw;
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .feed {
    padding: 4.956vh 6.25vw 7.112vh;
  }
  .main.projects .feed ul {
    display: flex;
    height: 100%;
  }
}
.main.projects .feed li a {
  display: block;
  pointer-events: none;
  transition: 0.25s;
}
.main.projects .feed li a:hover .image img {
  transform: scale(1.05);
}
.main.projects .feed li a:hover .text {
  opacity: 0.7;
}
.main.projects .feed li a:hover .text h2 {
  padding-left: 74px;
}
.main.projects .feed li a:hover .text h2:before {
  width: 61px;
}
.main.projects .feed li a:active {
  transform: scale(0.99);
}
.main.projects .feed li a:active .text {
  opacity: 0.5;
}
.main.projects .feed li a .image,
.main.projects .feed li a .text {
  pointer-events: all;
}
.main.projects .feed li a .image {
  overflow: hidden;
}
.main.projects .feed li a .image img {
  transition: 5s;
}
.main.projects .feed li a .text {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .feed li a .text h2 {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .feed li a .text h2:before {
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .feed li + li {
    margin-left: 1.527vw;
  }
}
.main.projects .feed .image {
  position: relative;
}
.main.projects .feed .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 134%;
}
.main.projects .feed .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .feed .image + .text {
    margin-top: 14px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .feed .image {
    width: 43.75vh;
  }
  .main.projects .feed .image + .text {
    margin-top: 24px;
  }
}
.main.projects .feed .text h2 {
  position: relative;
  padding-left: 64px;
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.01em;
}
.main.projects .feed .text h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 51px;
  height: 1px;
  background-color: currentColor;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .feed .text h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .feed .text h2 {
    font-size: 24px;
  }
}
.main.projects .scrollbar {
  z-index: 2;
  justify-content: center;
  padding-bottom: 8.728vh;
  pointer-events: none;
}
.main.projects .scrollbar .bar {
  position: relative;
  height: 2px;
  background-color: rgba(216, 216, 216, 0.7);
  pointer-events: all;
}
.main.projects .scrollbar .bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.projects .scrollbar .bar span.is-visible:before {
  opacity: 1;
}
.main.projects .scrollbar .bar span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .scrollbar .scroll {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 100%;
  color: #fff;
}
.main.projects .scrollbar .scroll a {
  display: flex;
  align-items: center;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .scrollbar .scroll a:hover {
  opacity: 0.7;
}
.main.projects .scrollbar .scroll a:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.projects .scrollbar .scroll span {
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
}
.main.projects .scrollbar .scroll i {
  margin-left: 10px;
}
.main.projects .scrollbar .scroll i svg {
  width: 20px;
}
.main.projects .scrollbar .scroll i svg path {
  fill: currentColor;
}
.main.projects .scrollbar .cta {
  display: none;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
}
.main.projects .scrollbar .cta a {
  display: flex;
  align-items: center;
  pointer-events: all;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.projects .scrollbar .cta a:hover {
  opacity: 0.7;
}
.main.projects .scrollbar .cta a:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.projects .scrollbar .cta span {
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3735em;
  text-transform: uppercase;
}
.main.projects .scrollbar .cta i svg path {
  fill: currentColor;
}
@media (max-width: 767px), (max-height: 599px) {
  .main.projects .scrollbar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .main.projects .scrollbar .bar {
    width: 70%;
    max-width: 389px;
  }
  .main.projects .scrollbar .bar span:before {
    background-color: #fff;
  }
  .main.projects .scrollbar .scroll {
    top: 0;
    height: 100%;
  }
  .main.projects .scrollbar .cta {
    top: -25%;
    height: 50%;
    width: 70%;
    max-width: 389px;
    margin-top: 1px;
  }
  .main.projects .scrollbar .cta .swiper-prev {
    position: absolute;
    right: 100%;
  }
  .main.projects .scrollbar .cta .swiper-prev i {
    transform: rotate(180deg);
    margin-right: 12px;
  }
  .main.projects .scrollbar .cta .swiper-next {
    position: absolute;
    left: 100%;
  }
  .main.projects .scrollbar .cta .swiper-next i {
    margin-left: 12px;
  }
  .main.projects .scrollbar .cta svg {
    width: 16px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.projects .scrollbar {
    display: flex;
    position: relative;
    width: 100vw;
  }
  .main.projects .scrollbar .bar {
    width: 389px;
  }
  .main.projects .scrollbar .bar span:before {
    background-color: #000;
  }
  .main.projects .scrollbar .scroll {
    height: 50%;
  }
  .main.projects .scrollbar .cta {
    top: -25%;
    height: 50%;
    width: 100%;
    max-width: 389px;
    margin-top: 1px;
  }
  .main.projects .scrollbar .cta .swiper-prev {
    position: absolute;
    right: 100%;
  }
  .main.projects .scrollbar .cta .swiper-next {
    position: absolute;
    left: 100%;
  }
  .main.projects .scrollbar .cta i svg {
    height: 20px;
  }
  .main.projects .scrollbar .cta .swiper-prev i {
    transform: rotate(180deg);
    margin-right: 21px;
  }
  .main.projects .scrollbar .cta .swiper-next i {
    margin-left: 16px;
  }
  .main.projects .scrollbar .cta .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) and (min-width: 1024px) {
  .main.projects .scrollbar .scroll {
    bottom: auto;
    top: 0;
    height: 100%;
  }
  .main.projects .scrollbar .cta {
    /* right: 3.9583vw;
    margin-top: -.66em;
    height: auto; */
  }
  .main.projects .scrollbar .cta a {
    transform-origin: right center;
  }
  .main.projects .scrollbar .cta svg {
    width: 24px;
  }
}

.main.allProjects .scrollbar .scroll,
.main.allProjects .scrollbar .cta {
  color: #000;
}
.main.allProjects .scrollbar .viewAll i {
  transform: rotate(180deg);
  margin-right: 16px;
}
@media screen and (min-width: 768px) and (min-height: 600px) and (max-height: 767px) {
  .main.allProjects .feed {
    padding-bottom: 4.956vh;
  }
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.allProjects .scrollbar {
    height: 8.8362vh;
    padding: 0;
  }
  .main.allProjects .scrollbar .cta {
    display: flex;
  }
}

.main.questionnaire {
  overflow: auto;
}
.main.questionnaire .column {
  margin: auto;
  width: 100%;
  max-width: 640px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.main.questionnaire h1,
.main.questionnaire .p {
  text-align: center;
  max-width: 400px;
  margin: auto;
}
.main.questionnaire h1 + form,
.main.questionnaire .p + form {
  margin-top: 4em;
}
@media screen and (min-width: 768px) and (min-height: 600px) {
  .main.questionnaire h1 {
    font-size: 32px;
  }
}
.main.questionnaire h1 + .p {
  margin-top: 2em;
}
.main.questionnaire .p {
  line-height: 1.6;
}
.main.questionnaire .text form {
  width: 100%;
}
.main.questionnaire .text form.is-sending .row:not(:last-child),
.main.questionnaire .text form.is-sending button {
  opacity: 0.34;
  transition: 0.5s;
  pointer-events: none;
}
.main.questionnaire .text form .row {
  color: #000;
}
.main.questionnaire .text form .row + .row {
  margin-top: 24px;
}
.main.questionnaire .text form .row + .row:last-child {
  margin-top: 39px;
  text-align: right;
}
.main.questionnaire .text form .row + .row:last-child .p {
  max-width: 100%;
  text-align: inherit;
  padding-bottom: 1em;
}
.main.questionnaire .text form .row + .row:last-child .p.error {
  color: #d01e1e;
}
.main.questionnaire .text form .row + .row:last-child .p.hide {
  display: none;
}
.main.questionnaire .text form input + .dropzone {
  margin-top: 24px;
}
.main.questionnaire .text form .dropzone {
  padding: 0;
  border: 0;
}
.main.questionnaire .text form label {
  font-family: "Optima-Bold", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: italic;
  font-size: 15px;
  line-height: 2;
}
.main.questionnaire .text form label + .textbox {
  margin-top: 3px;
}
.main.questionnaire .text form label + .textarea {
  margin-top: 18px;
}
.main.questionnaire .text form .textbox,
.main.questionnaire .text form .textarea {
  display: block;
  width: 100%;
  appearance: none;
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
.main.questionnaire .text form .textbox {
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1;
}
.main.questionnaire .text form .textarea {
  padding: 0.5em;
  min-height: 105px;
  border: 1px solid #000;
  line-height: 2;
}
.main.questionnaire .text form button {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: none;
  padding: 0;
  font-family: "Poppins", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.3735em;
  appearance: none;
  background: transparent;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  color: inherit;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.main.questionnaire .text form button:hover {
  opacity: 0.7;
}
.main.questionnaire .text form button:active {
  transform: scale(0.95);
  opacity: 0.5;
}
.main.questionnaire .dz-clickable {
  position: relative;
  border: 1px solid #000;
  cursor: pointer;
  height: 300px;
  overflow: auto;
  padding: 10px 15px;
}
.main.questionnaire .dz-clickable .dz-progress {
  opacity: 0;
}
.main.questionnaire .dz-clickable .dz-remove {
  margin-top: 6px;
}
.main.questionnaire .dz-clickable p {
  text-align: center;
}
.main.questionnaire .dz-clickable p span {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  margin: auto;
}
.main.questionnaire .dz-clickable p span.sub {
  display: block;
  padding-top: 0;
  font-size: 0.75em;
}
.main.questionnaire .dropzone .dz-preview .dz-image {
  border-radius: 0;
  border: 2px solid #000;
}
.main.questionnaire .dropzone .dz-preview.dz-image-preview {
  font-family: "Optima", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  line-height: 2;
}
.main.questionnaire .dropzone .dz-preview .dz-details .dz-filename span, .main.questionnaire .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.75);
}
.main.questionnaire .dropzone .dz-preview .dz-image img {
  transition: 0.5s;
}
.main.questionnaire .dropzone .dz-preview:hover .dz-image img {
  filter: grayscale(1);
  transform: none;
}