@import url(/fonts/stylesheet.css);
.page-transition-exit-active {
  transition: opacity 500ms; }

html, body {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

body {
  font-family: 'suisse_intl', sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-weight: 300; }
  @media (max-width: 768px) {
    body {
      font-size: 13px; } }

::selection {
  background: #000;
  /* WebKit/Blink Browsers */
  color: #fff; }

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

.grid {
  display: flex; }

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1600px) {
    .container {
      max-width: 1170px;
      padding: 0 5%; } }
  @media (max-width: 1200px) {
    .container {
      max-width: 100%;
      padding: 0 10%; } }
  @media (max-width: 768px) {
    .container {
      padding: 0 10%; } }

.page {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }
  .page.normal {
    position: static;
    padding-top: 50px;
    display: flex;
    min-height: 100%; }
  .page .viewport {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
    -webkit-overflow-scrolling: touch;
    position: relative; }
    .page .viewport .fakeHeight {
      pointer-events: none;
      background-color: transparent; }

.page-content {
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.page-gallery .page-content {
  overflow: hidden; }

/*
*   PADDINGS GENERATOR
*   GENERATES PADDING FROM 1-10 for TOP and BOTTOM
*   For Mobile the padding is made Half of the Large Screen Padding
*   For Tablets - Padding is made 1.5th of Large Screen Padding
*/
.pad-top-1 {
  padding-top: 20px; }
  @media (max-width: 768px) {
    .pad-top-1 {
      padding-top: 13.33333px; } }
  @media (max-width: 576px) {
    .pad-top-1 {
      padding-top: 10px; } }

.pad-top-2 {
  padding-top: 40px; }
  @media (max-width: 768px) {
    .pad-top-2 {
      padding-top: 26.66667px; } }
  @media (max-width: 576px) {
    .pad-top-2 {
      padding-top: 20px; } }

.pad-top-3 {
  padding-top: 60px; }
  @media (max-width: 768px) {
    .pad-top-3 {
      padding-top: 40px; } }
  @media (max-width: 576px) {
    .pad-top-3 {
      padding-top: 30px; } }

.pad-top-4 {
  padding-top: 80px; }
  @media (max-width: 768px) {
    .pad-top-4 {
      padding-top: 53.33333px; } }
  @media (max-width: 576px) {
    .pad-top-4 {
      padding-top: 40px; } }

.pad-top-5 {
  padding-top: 100px; }
  @media (max-width: 768px) {
    .pad-top-5 {
      padding-top: 66.66667px; } }
  @media (max-width: 576px) {
    .pad-top-5 {
      padding-top: 50px; } }

.pad-top-6 {
  padding-top: 120px; }
  @media (max-width: 768px) {
    .pad-top-6 {
      padding-top: 80px; } }
  @media (max-width: 576px) {
    .pad-top-6 {
      padding-top: 60px; } }

.pad-top-7 {
  padding-top: 140px; }
  @media (max-width: 768px) {
    .pad-top-7 {
      padding-top: 93.33333px; } }
  @media (max-width: 576px) {
    .pad-top-7 {
      padding-top: 70px; } }

.pad-top-8 {
  padding-top: 160px; }
  @media (max-width: 768px) {
    .pad-top-8 {
      padding-top: 106.66667px; } }
  @media (max-width: 576px) {
    .pad-top-8 {
      padding-top: 80px; } }

.pad-top-9 {
  padding-top: 180px; }
  @media (max-width: 768px) {
    .pad-top-9 {
      padding-top: 120px; } }
  @media (max-width: 576px) {
    .pad-top-9 {
      padding-top: 90px; } }

.pad-top-10 {
  padding-top: 200px; }
  @media (max-width: 768px) {
    .pad-top-10 {
      padding-top: 133.33333px; } }
  @media (max-width: 576px) {
    .pad-top-10 {
      padding-top: 100px; } }

.pad-bot-1 {
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .pad-bot-1 {
      padding-top: 13.33333px; } }
  @media (max-width: 576px) {
    .pad-bot-1 {
      padding-bottom: 10px; } }

.pad-bot-2 {
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    .pad-bot-2 {
      padding-top: 26.66667px; } }
  @media (max-width: 576px) {
    .pad-bot-2 {
      padding-bottom: 20px; } }

.pad-bot-3 {
  padding-bottom: 60px; }
  @media (max-width: 768px) {
    .pad-bot-3 {
      padding-top: 40px; } }
  @media (max-width: 576px) {
    .pad-bot-3 {
      padding-bottom: 30px; } }

.pad-bot-4 {
  padding-bottom: 80px; }
  @media (max-width: 768px) {
    .pad-bot-4 {
      padding-top: 53.33333px; } }
  @media (max-width: 576px) {
    .pad-bot-4 {
      padding-bottom: 40px; } }

.pad-bot-5 {
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .pad-bot-5 {
      padding-top: 66.66667px; } }
  @media (max-width: 576px) {
    .pad-bot-5 {
      padding-bottom: 50px; } }

.pad-bot-6 {
  padding-bottom: 120px; }
  @media (max-width: 768px) {
    .pad-bot-6 {
      padding-top: 80px; } }
  @media (max-width: 576px) {
    .pad-bot-6 {
      padding-bottom: 60px; } }

.pad-bot-7 {
  padding-bottom: 140px; }
  @media (max-width: 768px) {
    .pad-bot-7 {
      padding-top: 93.33333px; } }
  @media (max-width: 576px) {
    .pad-bot-7 {
      padding-bottom: 70px; } }

.pad-bot-8 {
  padding-bottom: 160px; }
  @media (max-width: 768px) {
    .pad-bot-8 {
      padding-top: 106.66667px; } }
  @media (max-width: 576px) {
    .pad-bot-8 {
      padding-bottom: 80px; } }

.pad-bot-9 {
  padding-bottom: 180px; }
  @media (max-width: 768px) {
    .pad-bot-9 {
      padding-top: 120px; } }
  @media (max-width: 576px) {
    .pad-bot-9 {
      padding-bottom: 90px; } }

.pad-bot-10 {
  padding-bottom: 200px; }
  @media (max-width: 768px) {
    .pad-bot-10 {
      padding-top: 133.33333px; } }
  @media (max-width: 576px) {
    .pad-bot-10 {
      padding-bottom: 100px; } }

.grid-component.full-height {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column; }

.row {
  display: flex;
  flex: 1 1 auto; }

.column {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0, 0.31, 0.15, 0.99), transform 0.5s cubic-bezier(0, 0.31, 0.15, 0.99);
  /* Delay the siblings */ }
  .column:nth-child(1) {
    transition-delay: 0.04s; }
  .column:nth-child(2) {
    transition-delay: 0.08s; }
  .column:nth-child(3) {
    transition-delay: 0.12s; }
  .column:nth-child(4) {
    transition-delay: 0.16s; }
  .column:nth-child(5) {
    transition-delay: 0.2s; }
  .column:nth-child(6) {
    transition-delay: 0.24s; }
  .column:nth-child(7) {
    transition-delay: 0.28s; }
  .column:nth-child(8) {
    transition-delay: 0.32s; }
  .column:nth-child(9) {
    transition-delay: 0.36s; }
  .column.in-view {
    opacity: 1;
    transform: translateY(0); }
  .column.card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.2);
    color: #212529;
    padding: 50px; }

/* Disable animations under no-inview clasas */
.no-inview .column {
  opacity: 1;
  transform: translateY(0); }

.page-transition-exit-active .column {
  opacity: 0 !important;
  transform: translateY(20px) !important; }

.banner {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  position: relative;
  color: #fff;
  clip-path: polygon(0px 0%, 70% 0%, 70% 100%, 0% 100%);
  opacity: 0;
  background-color: #212529;
  background-position: center center;
  transition: clip-path 0.5s cubic-bezier(0, 0.31, 0.15, 0.99), opacity 0.5s cubic-bezier(0, 0.31, 0.15, 0.99);
  margin: 0; }
  .banner .react-parallax-content {
    position: relative;
    width: 100%;
    display: flex; }
  .banner.in-view {
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1; }
  .banner.mini {
    min-height: auto; }
    @media (max-width: 576px) {
      .banner.mini {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        border-radius: 0px !important; } }
  .banner.rounded-corners {
    border-radius: 12px;
    overflow: hidden; }
  .banner.fade:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(26, 31, 42, 0) 20%, #1a1f2a 100%); }
  .banner .overlay, .banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .banner .content {
    position: relative;
    z-index: 1;
    padding: 100px 0; }

/* DELAY TEXT FOR BANNER */
.banner .typography .word:nth-child(1) {
  transition-delay: 0.3s; }

.banner .typography .word:nth-child(2) {
  transition-delay: 0.4s; }

.banner .typography .word:nth-child(3) {
  transition-delay: 0.5s; }

.banner .typography .word:nth-child(4) {
  transition-delay: 0.6s; }

.banner .typography .word:nth-child(5) {
  transition-delay: 0.7s; }

.banner .typography .word:nth-child(6) {
  transition-delay: 0.8s; }

.banner .typography .word:nth-child(7) {
  transition-delay: 0.9s; }

.banner .typography .word:nth-child(8) {
  transition-delay: 1s; }

.banner .typography .word:nth-child(9) {
  transition-delay: 1.1s; }

/* Disable animations under no-inview clasas */
.no-inview .banner {
  opacity: 1;
  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%); }

.page-transition-exit-active .banner {
  opacity: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'rubis', sans-serif;
  margin-bottom: 1.3rem;
  font-weight: 700;
  line-height: 1; }

a.btn {
  font-family: 'rubis', sans-serif; }

p {
  font-family: 'suisse_intl', sans-serif;
  font-size: 150%;
  margin-bottom: 1.3rem; }

h1 {
  font-size: 420%;
  line-height: 0.9;
  font-weight: 700;
  /* @include md{ font-size: 340%; } */ }

h2 {
  font-size: 280%;
  line-height: 1; }

h3 {
  font-size: 200%; }

h1 .word, h2 .word {
  margin-bottom: -12px; }

.typography {
  /*
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.35s ease-in, transform 0.35s ease-in;
    */ }
  .typography.wysig {
    margin-bottom: 1.3rem; }
    .typography.wysig p {
      margin: 0; }
  .typography .word {
    display: inline-block;
    overflow: hidden;
    line-height: 1.1;
    white-space: nowrap;
    padding-bottom: 3px; }
    .typography .word .char {
      display: inline-block;
      transform: translateY(100%);
      transition: transform 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
  .typography .word:nth-child(1) .char {
    transition-delay: 0.05s; }
  .typography .word:nth-child(2) .char {
    transition-delay: 0.1s; }
  .typography .word:nth-child(3) .char {
    transition-delay: 0.15s; }
  .typography .word:nth-child(4) .char {
    transition-delay: 0.2s; }
  .typography .word:nth-child(5) .char {
    transition-delay: 0.25s; }
  .typography .word:nth-child(6) .char {
    transition-delay: 0.3s; }
  .typography .word:nth-child(7) .char {
    transition-delay: 0.35s; }
  .typography .word:nth-child(8) .char {
    transition-delay: 0.4s; }
  .typography .word:nth-child(9) .char {
    transition-delay: 0.45s; }
  .typography.in-view {
    /*
        opacity: 1;
        transform: translateY(0px);
        */ }
    .typography.in-view .word .char {
      transform: translateY(0); }

/* Disable animations under no-inview clasas */
.no-inview .word .char {
  transform: translateY(0%); }

.page-transition-exit-active .word .char {
  transform: translateY(100%) !important; }

.imageCard {
  position: relative;
  height: 380px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .imageCard {
      height: 280px; } }
  @media (max-width: 576px) {
    .imageCard {
      height: 150px; } }
  .imageCard img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0; }
  .imageCard .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.3) 100%); }
  .imageCard .text {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 20px; }

.btn {
  font-size: 130%;
  border: none;
  font-weight: 400;
  color: inherit;
  border-radius: 0;
  position: relative;
  overflow: hidden; }
  .btn:active {
    transition: none;
    background-color: #000 !important;
    color: #fff !important; }
  .btn.active {
    text-decoration: underline; }
  .btn:focus {
    outline: none;
    box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    bottom: 0;
    transform: translateY(-100%);
    transition: transform 0.5s cubic-bezier(0, 0.31, 0.15, 0.99), opacity 0.5s cubic-bezier(0, 0.31, 0.15, 0.99);
    opacity: 0; }
  .btn:hover {
    color: inherit; }
    .btn:hover:before {
      transform: translateY(100%);
      opacity: 0.1; }

.btn-primary, .btn-secondary {
  border-radius: 0;
  padding: 13px 40px;
  color: #fff; }
  .btn-primary:hover, .btn-secondary:hover {
    color: #fff; }

.btn-primary {
  background-color: #000; }
  .btn-primary:hover {
    background-color: black; }

.btn-secondary {
  background-color: #09b26d; }
  .btn-secondary:hover {
    background-color: #07814f; }

.form-control {
  padding: 25px 15px;
  font-size: 112%; }

.message-sent {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }
  .message-sent .row {
    height: 100%; }

/**
*   HEADER HAS 3 STATES
*   1) Normal - No Class - For inner pages
*   2) Overlap - On Home page - Overlaps via Gradient
*   3) Fixed - Has Drop shadow, Smaller Logo and Lesser padding
*/
header .header-content {
  transition: padding 0.35s;
  height: 54px;
  background-color: #fff;
  z-index: 2;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px;
  border-bottom: 0.5px solid #000; }
  header .header-content.fixed {
    background-color: #fff !important;
    color: #212529; }

header li .btn {
  padding: 10px 30px; }

header .logo {
  display: inline-block; }
  header .logo .light {
    display: none; }
  header .logo img {
    max-height: 60px; }
  @media (max-width: 768px) {
    header .logo {
      margin-top: 4px; } }

header .mobile-menu {
  display: none;
  position: absolute;
  right: 15px;
  top: -11px;
  width: 30px;
  height: 30px;
  padding: 23px;
  cursor: pointer; }
  header .mobile-menu.active:after {
    background-color: #fff;
    border: 1px solid #000; }
  header .mobile-menu:after {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    content: " ";
    right: 0;
    top: 7px; }
  header .mobile-menu .logo-wrap {
    padding: 0; }
  header .mobile-menu img {
    height: 20px; }
  @media (max-width: 768px) {
    header .mobile-menu {
      display: inline-block; } }

header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden; }

header .overlay.active {
  visibility: visible; }

header nav {
  margin-top: 54px;
  position: fixed;
  top: 0;
  left: 0; }
  header nav .btn {
    border-left: 1px solid #000; }
  header nav .nav-title {
    letter-spacing: 2px;
    display: none; }
  header nav ul, header nav li {
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 0; }
  header nav a:focus, header nav a:active {
    background-color: rgba(255, 255, 255, 0.1); }
  header nav ul {
    margin: 0 auto;
    width: 100%; }
    header nav ul li {
      margin-right: 20px;
      float: right;
      height: 100%;
      line-height: 45px;
      margin: 0; }
      header nav ul li .btn {
        height: 100%;
        line-height: 40px;
        padding: 10px 50px; }
  header nav .nav-title {
    display: block; }
  header nav > .content {
    width: 100vh;
    height: 60px;
    position: fixed;
    transform-origin: left top;
    transform: rotate(-90deg) translateX(-100%);
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 0px 1px black;
    z-index: 2; }
  @media (max-width: 768px) {
    header nav {
      transform: translateX(-100px);
      transition: transform 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
      header nav.active {
        transform: translateX(0%); } }

header .nestedSubMenu {
  position: fixed;
  left: 60px;
  padding: 0 40px;
  height: calc(100vh - 54px);
  width: calc(100vw - 58px);
  max-width: 400px;
  border-right: 1px solid #000;
  bottom: 0;
  top: 54px;
  background-color: #fff;
  font-size: 1.2rem;
  color: #000;
  z-index: 0;
  transform: translate3d(-160%, 0, 0);
  transition: transform 0.5s cubic-bezier(0, 0.31, 0.15, 0.99);
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }
  header .nestedSubMenu .category {
    margin-top: 30px; }
    header .nestedSubMenu .category li:first-child, header .nestedSubMenu .category li:last-child {
      margin: 0; }
    header .nestedSubMenu .category a {
      padding: 6px 0;
      display: block; }
    header .nestedSubMenu .category ul {
      padding-left: 25px; }
  header .nestedSubMenu .title {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 100%;
    font-weight: 600;
    cursor: pointer; }
  @media (max-width: 768px) {
    header .nestedSubMenu {
      top: 0;
      left: 60px;
      font-size: 14px; } }

header .nestedSubMenu.active {
  transform: translate3d(0, 0, 0); }

header .nestedSubMenuItem {
  max-width: 100%; }
  header .nestedSubMenuItem li:first-child {
    margin-top: 20px; }
  header .nestedSubMenuItem li:last-child {
    margin-bottom: 40px; }
  header .nestedSubMenuItem li {
    display: block;
    float: none;
    height: auto;
    line-height: 24px; }
    @media (max-width: 768px) {
      header .nestedSubMenuItem li {
        line-height: 20px; } }
    header .nestedSubMenuItem li a {
      color: inherit;
      display: inline-block;
      padding: 13px 0;
      opacity: 0.6; }
      header .nestedSubMenuItem li a.active {
        opacity: 1;
        font-weight: 400; }
      header .nestedSubMenuItem li a:hover {
        text-decoration: none; }

/* On gallery pages, make the footer fixed */
.page-gallery footer {
  position: fixed;
  bottom: 0; }

footer {
  overflow: hidden;
  font-size: 0.7rem;
  border-top: 1px solid #000;
  width: 100%;
  padding-top: 12px;
  height: 50px;
  background-color: #fff;
  margin-top: -50px; }
  @media (max-width: 768px) {
    footer {
      font-size: 0.6rem;
      margin-top: -45px;
      height: 45px; }
      footer .typography {
        margin-bottom: 5px; } }
  footer .content {
    margin: 0 30px 0 90px; }
    @media (max-width: 768px) {
      footer .content {
        margin: 0 30px; } }
  footer ul, footer li {
    padding: 0; }

.map-wrap {
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.map .content {
  padding: 0; }
  @media (max-width: 768px) {
    .map .content {
      padding: 0 10%; } }

.map h1, .map h2, .map h3, .map h4, .map h5, .map h6, .map p, .map .spacer {
  pointer-events: none;
  user-select: none; }

.map .overlay {
  z-index: 1; }

.gallery-page {
  display: flex;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  height: 100vh;
  top: 0; }
  @media (max-width: 768px) {
    .gallery-page {
      margin-left: 0;
      position: fixed;
      top: 50px;
      bottom: 50px;
      height: auto; } }

.gallery {
  height: 75%;
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media (max-width: 768px) {
    .gallery {
      height: 100%; } }
  @media (max-width: 768px) {
    .gallery {
      left: 0; } }
  .gallery .info {
    margin-top: 30px;
    padding: 0 150px;
    width: 100%;
    max-width: 1000px;
    line-height: 1.2rem;
    left: 0; }
    .gallery .info .typography {
      font-family: 'suisse_intl', sans-serif; }
    @media (max-width: 768px) {
      .gallery .info {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0 30px; } }
    .gallery .info .progress-bar {
      margin-bottom: 20px; }
      @media (max-width: 768px) {
        .gallery .info .progress-bar {
          margin-bottom: 10px; } }
    .gallery .info h1 {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1.6rem;
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .gallery .info h1 {
          font-size: 0.9rem;
          line-height: 1.3; } }
    .gallery .info h2 {
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.4rem; }
      @media (max-width: 768px) {
        .gallery .info h2 {
          font-size: 0.8rem;
          line-height: 1rem; } }
  .gallery .gallery-image {
    height: 100%;
    width: 100%; }
    .gallery .gallery-image img {
      vertical-align: bottom; }
  .gallery .gallery-scroll {
    overflow-x: hidden;
    height: 75%;
    width: 100vw; }
    @media (max-width: 768px) {
      .gallery .gallery-scroll {
        overflow: hidden; } }
  .gallery .gallery-horizontal {
    display: flex;
    flex-direction: row;
    height: 100%; }
    .gallery .gallery-horizontal > * {
      margin-right: 20px;
      flex: 1 1 auto; }
    .gallery .gallery-horizontal > :first-child {
      padding-left: 150px; }
      @media (max-width: 768px) {
        .gallery .gallery-horizontal > :first-child {
          padding-left: 0; } }
    .gallery .gallery-horizontal > :last-child {
      padding-right: 100px;
      margin-right: 0; }
      @media (max-width: 768px) {
        .gallery .gallery-horizontal > :last-child {
          padding-right: 0; } }
  .gallery .gallery-items {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: baseline;
    overflow-x: hidden;
    overflow-y: hidden; }
    .gallery .gallery-items img {
      max-height: 100%;
      width: auto;
      height: 100%; }
  .gallery {
    transition: height 0.5s cubic-bezier(0, 0.31, 0.15, 0.99), background-color 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
    .gallery .info {
      transition: all 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
    .gallery .gallery-scroll {
      transition: height 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
      .gallery .gallery-scroll img {
        transition: all 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
      .gallery .gallery-scroll .gallery-items {
        transition: padding-left 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
      .gallery .gallery-scroll .gallery-horizontal > :last-child {
        transition: all 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
      .gallery .gallery-scroll .gallery-horizontal > :first-child {
        transition: all 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }
  .gallery.zoom {
    height: 100%;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 5;
    background-color: #fff; }
    .gallery.zoom .info {
      opacity: 0;
      height: 0;
      margin: 0; }
    .gallery.zoom .gallery-scroll {
      height: 100%; }
      .gallery.zoom .gallery-scroll img {
        height: 100%; }
      .gallery.zoom .gallery-scroll .gallery-items {
        padding-left: 0; }
      .gallery.zoom .gallery-scroll .gallery-horizontal > :last-child {
        padding-right: 0; }
      .gallery.zoom .gallery-scroll .gallery-horizontal > :first-child {
        padding-left: 0; }

@media (max-width: 768px) {
  .page .viewport {
    overflow: hidden; } }

.gallery-image {
  clip-path: polygon(0px 0%, 70% 0%, 70% 100%, 0% 100%);
  opacity: 0;
  transition: clip-path 0.8s cubic-bezier(0, 0.31, 0.15, 0.99), opacity 0.5s cubic-bezier(0, 0.31, 0.15, 0.99), transform 0.5s cubic-bezier(0, 0.31, 0.15, 0.99);
  display: block; }
  .gallery-image.in-view {
    clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1; }
    .gallery-image.in-view img {
      opacity: 1; }
  .gallery-image.linked {
    cursor: pointer; }
    .gallery-image.linked:hover {
      transform: scale(1.02, 1.02); }
      .gallery-image.linked:hover .gallery-title, .gallery-image.linked:hover .gallery-title span {
        text-decoration: underline; }
      .gallery-image.linked:hover img {
        opacity: 0.8; }
    .gallery-image.linked:active {
      transform: scale(0.99, 0.99); }
  .gallery-image .gallery-title {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 20px; }
  .gallery-image img {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0, 0.31, 0.15, 0.99); }

.page-transition-exit-active .gallery-image {
  clip-path: polygon(0px 0%, 70% 0%, 70% 100%, 0% 100%);
  opacity: 0; }

.zoomable .gallery-image {
  cursor: url(/static/zoom.svg), auto; }
  .zoomable .gallery-image:hover {
    opacity: 0.9; }

.zoomable .gallery-image:hover {
  transform: scale(0.98); }
  .zoomable .gallery-image:hover img {
    transform: scale(1.025); }

.zoom .gallery-image:hover {
  transform: scale(1);
  cursor: url(/static/zoom-out.svg), auto; }
  .zoom .gallery-image:hover img {
    transform: scale(1); }

.progress-bar {
  width: 500px;
  max-width: 100%; }
  .progress-bar .progress-outer {
    width: 100%;
    position: relative;
    height: 2px;
    background-color: #ccc; }
  .progress-bar .progress {
    position: absolute;
    background-color: #000;
    left: 0;
    top: 0;
    height: 100%;
    transition: width 0.5s cubic-bezier(0, 0.31, 0.15, 0.99); }

.page-transition-exit-active .progress-bar .progress {
  width: 0 !important; }

.featured {
  padding: 60px 0; }
  .featured .row {
    align-items: center;
    flex-direction: column; }
  .featured .gallery-image {
    margin-bottom: 50px;
    width: 500px;
    max-width: 100%; }
    .featured .gallery-image img {
      width: 100%; }

.page-poetry {
  padding-bottom: 150px; }
  @media (max-width: 768px) {
    .page-poetry {
      padding-bottom: 100px; } }
  .page-poetry .cover {
    height: 250px;
    width: 500px;
    background-size: cover;
    background-position: center center;
    max-width: 82vw; }
  .page-poetry .title {
    padding-top: 100px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px; }
    .page-poetry .title .before-title {
      margin-bottom: 30px; }
    .page-poetry .title .typography {
      font-size: 250%;
      font-weight: 400; }
    @media (max-width: 768px) {
      .page-poetry .title {
        padding-top: 50px; } }
  .page-poetry p {
    font-size: 110%; }
  .page-poetry .typography p {
    margin-bottom: 0.5rem; }

