@charset "UTF-8";
@font-face {
  font-family: 'Monument Extended';
  src: url("../fonts/subset-MonumentExtended-Regular.woff2") format("woff2"), url("../fonts/subset-MonumentExtended-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gazon-Neve Icons';
  src: url("../fonts/Gazon-Neve_Icons.woff2") format("woff2"), url("../fonts/Gazon-Neve_Icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/subset-Calibre-LightItalic.woff2") format("woff2"), url("../fonts/subset-Calibre-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/subset-Calibre-SemiboldItalic.woff2") format("woff2"), url("../fonts/subset-Calibre-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/subset-Calibre-Light.woff2") format("woff2"), url("../fonts/subset-Calibre-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Calibre';
  src: url("../fonts/subset-Calibre-Semibold.woff2") format("woff2"), url("../fonts/subset-Calibre-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
html {
  font-family: 'Calibre', sans-serif;
  font-weight: 300;
  font-size: 13pt;
  background: white;
  line-height: 1.3;
  cursor: url("../images/cursors/gn-cursor.svg") 12 12, auto; }

body {
  font-family: 'Calibre', sans-serif;
  font-size: 1rem;
  color: black; }

h1, h2, h3, h4 {
  font-family: 'Monument Extended', sans-serif;
  color: black; }

h1 {
  font-size: 1.1rem; }

h3 {
  font-family: 'Calibre', sans-serif;
  font-size: .8rem;
  margin: 1rem 0; }

.filet-right {
  border-right: 1px solid black; }

a {
  color: black;
  text-decoration: underline;
  cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto; }
  a:hover, a:focus, a:visited {
    color: black; }

i {
  display: inline-block;
  font-family: 'Gazon-Neve Icons';
  font-style: normal; }
  i.arrow:before {
    content: "\2192"; }
  i.arrow.left:before {
    content: "\2190"; }
  i.facebook:before {
    content: "\f39e"; }
  i.instagram:before {
    content: "\f16d"; }
  i.down {
    transform: rotate(90deg); }
  i.up {
    transform: rotate(-90deg); }

.left-0 {
  left: calc( 0 * 1/12 * 100vw - 1px ); }

.left-1 {
  left: calc( 1 * 1/12 * 100vw - 1px ); }

.left-2 {
  left: calc( 2 * 1/12 * 100vw - 1px ); }

.left-3 {
  left: calc( 3 * 1/12 * 100vw - 1px ); }

.left-4 {
  left: calc( 4 * 1/12 * 100vw - 1px ); }

.left-5 {
  left: calc( 5 * 1/12 * 100vw - 1px ); }

.left-6 {
  left: calc( 6 * 1/12 * 100vw - 1px ); }

.left-7 {
  left: calc( 7 * 1/12 * 100vw - 1px ); }

.left-8 {
  left: calc( 8 * 1/12 * 100vw - 1px ); }

.left-9 {
  left: calc( 9 * 1/12 * 100vw - 1px ); }

.left-10 {
  left: calc( 10 * 1/12 * 100vw - 1px ); }

.left-11 {
  left: calc( 11 * 1/12 * 100vw - 1px ); }

.top-0 {
  top: 0vh; }

.top-1 {
  top: 10vh; }

.top-2 {
  top: 20vh; }

.top-3 {
  top: 30vh; }

.top-4 {
  top: 40vh; }

.top-5 {
  top: 50vh; }

.top-6 {
  top: 60vh; }

.top-7 {
  top: 70vh; }

.top-8 {
  top: 80vh; }

.top-9 {
  top: 90vh; }

.w-1 {
  width: 8.3333333333vw; }

.h-1 {
  height: 10vh; }

.w-2 {
  width: 16.6666666667vw; }

.h-2 {
  height: 20vh; }

.w-3 {
  width: 25vw; }

.h-3 {
  height: 30vh; }

.w-4 {
  width: 33.3333333333vw; }

.h-4 {
  height: 40vh; }

.w-5 {
  width: 41.6666666667vw; }

.h-5 {
  height: 50vh; }

.w-6 {
  width: 50vw; }

.h-6 {
  height: 60vh; }

.grid-home {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  .grid-home .grid-item {
    position: absolute; }
    .grid-home .grid-item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

#page-wrapper {
  display: flex; }

section.section {
  padding: 0; }

#header {
  height: 100vh;
  width: 33.3vw;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
  background: transparent;
  border-right: 1px solid black; }
  #header .navbar-section {
    height: auto; }
  #header .logo svg {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    z-index: 10; }
    #header .logo svg#gn-logo-gazon {
      width: 16.5%; }
    #header .logo svg path {
      fill: black; }
  #header .logo img {
    height: auto; }
  #header .container {
    padding-left: 0;
    padding-right: 0; }

.container.grid-xl {
  max-width: 100%; }

#main-content {
  width: 66.7vw;
  height: 100vh; }
  #main-content .container {
    padding: 0;
    min-height: 100vh; }
    #main-content .container .bg-0 {
      background: #F3E7E8; }
    #main-content .container .bg-1 {
      background: #FFF3D6; }
    #main-content .container .bg-2 {
      background: #D7E5D2; }
    #main-content .container .bg-3 {
      background: #E6EAEE; }
    #main-content .container .bg-4 {
      background: #FFFAD4; }
    #main-content .container .bg-5 {
      background: #FADEDF; }
    #main-content .container .bg-6 {
      background: #E5E4E4; }
    #main-content .container .bg-7 {
      background: #CCE2EF; }
    #main-content .container .bg-8 {
      background: #F1EDD4; }
    #main-content .container .bg-9 {
      background: #E5E9E3; }
    #main-content .container .bg-10 {
      background: #FBE0DC; }
    #main-content .container .bg-11 {
      background: #E8DCE5; }
    #main-content .container .bg-12 {
      background: #CCF0F7; }
    #main-content .container .bg-13 {
      background: #F3F5C2; }
    #main-content .container .bg-14 {
      background: #CCEAD9; }
    #main-content .container .bg-15 {
      background: #FBD9EC; }
    #main-content .container .bg-16 {
      background: #FEF0D6; }
    #main-content .container .bg-17 {
      background: #FFF9CC; }
    #main-content .container .bg-18 {
      background: #E1DBEA; }
    #main-content .container .bg-19 {
      background: #F3D3D8; }
    #main-content .container .columns {
      min-height: 100vh; }
      #main-content .container .columns .column.gallery {
        max-height: 100vh;
        overflow: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        #main-content .container .columns .column.gallery::-webkit-scrollbar {
          display: none; }
        #main-content .container .columns .column.gallery img {
          width: 100%; }
      #main-content .container .columns .column.text {
        padding: 3rem 6rem 1rem 1rem;
        max-height: 100vh;
        overflow: auto;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
        #main-content .container .columns .column.text::-webkit-scrollbar {
          display: none; }
        #main-content .container .columns .column.text .summary {
          margin-bottom: 3rem; }
          #main-content .container .columns .column.text .summary img {
            margin-left: -1rem;
            max-width: 100%;
            max-height: 40vh; }
        #main-content .container .columns .column.text .credits {
          column-count: 3;
          font-size: .8rem;
          column-rule: 1px solid black;
          column-gap: 2rem;
          margin-top: auto; }
          #main-content .container .columns .column.text .credits strong {
            font-weight: 600; }
        #main-content .container .columns .column.text .about-images {
          margin-left: -1rem; }
        #main-content .container .columns .column.text .partners {
          margin-top: 3rem;
          font-size: .8rem; }
          #main-content .container .columns .column.text .partners img {
            height: 3rem; }
      #main-content .container .columns .column.contact {
        padding: 5rem .5rem 1rem 1rem; }
  #main-content #navigation a.nav {
    position: fixed;
    font-size: 4rem;
    line-height: 4rem;
    text-decoration: none; }
  #main-content #navigation a.nav.nav-prev {
    left: 29%;
    top: calc(50vh - 2rem); }
  #main-content #navigation a.nav.nav-next {
    right: 1%;
    top: calc(50vh - 2rem); }
  #main-content .blog-posts.columns,
  #main-content .blog-posts .columns {
    min-height: auto !important; }
  #main-content .blog-posts.columns {
    max-height: 100vh;
    overflow: auto; }
  #main-content .blog-posts .blog-post {
    min-height: 100px;
    border-bottom: 1px solid black; }
    #main-content .blog-posts .blog-post .post-header,
    #main-content .blog-posts .blog-post .post-image,
    #main-content .blog-posts .blog-post .post-body {
      padding-top: 1rem; }
    #main-content .blog-posts .blog-post:first-of-type .post-header,
    #main-content .blog-posts .blog-post:first-of-type .post-image,
    #main-content .blog-posts .blog-post:first-of-type .post-body {
      padding-top: 5rem; }
    #main-content .blog-posts .blog-post .post-header {
      border-right: 1px solid black;
      padding-left: 1rem;
      padding-right: 1rem; }
    #main-content .blog-posts .blog-post .post-title {
      font-weight: bold; }
    #main-content .blog-posts .blog-post .post-body {
      padding-left: 1rem;
      padding-right: 6rem; }

.mobile-menu {
  display: block; }
  .mobile-menu .button_container {
    width: 5.6vw;
    height: 3vw;
    top: 1.5vw;
    right: 1.5vw;
    cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto; }
    .mobile-menu .button_container span {
      height: 1px;
      background: black;
      cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto; }
      .mobile-menu .button_container span:nth-of-type(2) {
        top: 1.4vw; }
      .mobile-menu .button_container span:nth-of-type(3) {
        top: 2.8vw; }
    .mobile-menu .button_container.active .top {
      transform: translateY(1.4vw) translateX(0) rotate(45deg); }
    .mobile-menu .button_container.active .bottom {
      transform: translateY(-1.4vw) translateX(0) rotate(-45deg); }

.mobile-container .overlay {
  left: auto;
  right: 0;
  width: 0;
  transition: opacity .35s,visibility .35s,width .35s; }
  .mobile-container .overlay.open {
    width: 33.4vw;
    opacity: 1; }
  .mobile-container .overlay nav {
    text-align: left; }
  .mobile-container .overlay .overlay-menu {
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden; }
    .mobile-container .overlay .overlay-menu a {
      color: white;
      white-space: nowrap;
      text-decoration: none; }
      .mobile-container .overlay .overlay-menu a.active, .mobile-container .overlay .overlay-menu a:hover, .mobile-container .overlay .overlay-menu a:focus, .mobile-container .overlay .overlay-menu a:visited {
        text-decoration: none; }
    .mobile-container .overlay .overlay-menu ul {
      font-family: 'Monument Extended';
      list-style: none;
      margin: 0;
      font-size: 1rem;
      width: 100%; }
      .mobile-container .overlay .overlay-menu ul li {
        margin: 0; }
        .mobile-container .overlay .overlay-menu ul li h5 {
          margin: 0;
          font-family: inherit;
          font-weight: bold;
          color: inherit;
          font-size: .7rem; }
        .mobile-container .overlay .overlay-menu ul li .menu-item {
          padding-left: 2.8rem;
          padding-top: .75rem;
          width: 100%;
          display: block;
          padding-bottom: .3rem; }
          .mobile-container .overlay .overlay-menu ul li .menu-item:hover {
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-0:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-0.active {
            background: #F3E7E8;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-0 {
            border-bottom: 1px solid #F3E7E8; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-1:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-1.active {
            background: #FFF3D6;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-1 {
            border-bottom: 1px solid #FFF3D6; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-2:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-2.active {
            background: #D7E5D2;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-2 {
            border-bottom: 1px solid #D7E5D2; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-3:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-3.active {
            background: #E6EAEE;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-3 {
            border-bottom: 1px solid #E6EAEE; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-4:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-4.active {
            background: #FFFAD4;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-4 {
            border-bottom: 1px solid #FFFAD4; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-5:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-5.active {
            background: #FADEDF;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-5 {
            border-bottom: 1px solid #FADEDF; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-6:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-6.active {
            background: #E5E4E4;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-6 {
            border-bottom: 1px solid #E5E4E4; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-7:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-7.active {
            background: #CCE2EF;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-7 {
            border-bottom: 1px solid #CCE2EF; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-8:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-8.active {
            background: #F1EDD4;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-8 {
            border-bottom: 1px solid #F1EDD4; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-9:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-9.active {
            background: #E5E9E3;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-9 {
            border-bottom: 1px solid #E5E9E3; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-10:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-10.active {
            background: #FBE0DC;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-10 {
            border-bottom: 1px solid #FBE0DC; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-11:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-11.active {
            background: #E8DCE5;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-11 {
            border-bottom: 1px solid #E8DCE5; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-12:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-12.active {
            background: #CCF0F7;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-12 {
            border-bottom: 1px solid #CCF0F7; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-13:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-13.active {
            background: #F3F5C2;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-13 {
            border-bottom: 1px solid #F3F5C2; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-14:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-14.active {
            background: #CCEAD9;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-14 {
            border-bottom: 1px solid #CCEAD9; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-15:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-15.active {
            background: #FBD9EC;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-15 {
            border-bottom: 1px solid #FBD9EC; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-16:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-16.active {
            background: #FEF0D6;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-16 {
            border-bottom: 1px solid #FEF0D6; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-17:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-17.active {
            background: #FFF9CC;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-17 {
            border-bottom: 1px solid #FFF9CC; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-18:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-18.active {
            background: #E1DBEA;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-18 {
            border-bottom: 1px solid #E1DBEA; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-19:hover, .mobile-container .overlay .overlay-menu ul li .menu-item.bg-19.active {
            background: #F3D3D8;
            color: black; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.bg-19 {
            border-bottom: 1px solid #F3D3D8; }
          .mobile-container .overlay .overlay-menu ul li .menu-item.no-link:hover {
            color: white;
            background: none; }
      .mobile-container .overlay .overlay-menu ul ul {
        font-family: 'Calibre';
        margin: 0;
        font-size: 1rem;
        width: 100%; }
        .mobile-container .overlay .overlay-menu ul ul li {
          margin: 0;
          font-weight: bold;
          position: relative; }
          .mobile-container .overlay .overlay-menu ul ul li::before {
            content: "•";
            position: absolute;
            left: 2.8rem;
            top: calc(50% - .5rem); }
          .mobile-container .overlay .overlay-menu ul ul li .menu-item {
            padding-left: 3.8rem;
            padding-bottom: 0;
            padding-top: .4rem;
            line-height: 1.7; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-0::before {
            color: #F3E7E8; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-1::before {
            color: #FFF3D6; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-2::before {
            color: #D7E5D2; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-3::before {
            color: #E6EAEE; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-4::before {
            color: #FFFAD4; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-5::before {
            color: #FADEDF; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-6::before {
            color: #E5E4E4; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-7::before {
            color: #CCE2EF; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-8::before {
            color: #F1EDD4; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-9::before {
            color: #E5E9E3; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-10::before {
            color: #FBE0DC; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-11::before {
            color: #E8DCE5; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-12::before {
            color: #CCF0F7; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-13::before {
            color: #F3F5C2; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-14::before {
            color: #CCEAD9; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-15::before {
            color: #FBD9EC; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-16::before {
            color: #FEF0D6; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-17::before {
            color: #FFF9CC; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-18::before {
            color: #E1DBEA; }
          .mobile-container .overlay .overlay-menu ul ul li.bg-19::before {
            color: #F3D3D8; }
        .mobile-container .overlay .overlay-menu ul ul ul {
          margin: 0;
          width: 100%; }
          .mobile-container .overlay .overlay-menu ul ul ul li::before {
            content: "—";
            position: absolute;
            left: 3.8rem; }
          .mobile-container .overlay .overlay-menu ul ul ul li .menu-item {
            padding-left: 4.8rem; }
  .mobile-container .overlay #footer {
    padding: 0 0 0 2.8rem;
    text-align: left;
    font-size: 2rem; }
    .mobile-container .overlay #footer a {
      margin-right: .3rem; }
    .mobile-container .overlay #footer a,
    .mobile-container .overlay #footer a:hover,
    .mobile-container .overlay #footer a:focus,
    .mobile-container .overlay #footer a:visited {
      color: white;
      text-decoration: none; }

body.bg-0 .featherlight:last-of-type {
  background: #F3E7E8; }

body.bg-1 .featherlight:last-of-type {
  background: #FFF3D6; }

body.bg-2 .featherlight:last-of-type {
  background: #D7E5D2; }

body.bg-3 .featherlight:last-of-type {
  background: #E6EAEE; }

body.bg-4 .featherlight:last-of-type {
  background: #FFFAD4; }

body.bg-5 .featherlight:last-of-type {
  background: #FADEDF; }

body.bg-6 .featherlight:last-of-type {
  background: #E5E4E4; }

body.bg-7 .featherlight:last-of-type {
  background: #CCE2EF; }

body.bg-8 .featherlight:last-of-type {
  background: #F1EDD4; }

body.bg-9 .featherlight:last-of-type {
  background: #E5E9E3; }

body.bg-10 .featherlight:last-of-type {
  background: #FBE0DC; }

body.bg-11 .featherlight:last-of-type {
  background: #E8DCE5; }

body.bg-12 .featherlight:last-of-type {
  background: #CCF0F7; }

body.bg-13 .featherlight:last-of-type {
  background: #F3F5C2; }

body.bg-14 .featherlight:last-of-type {
  background: #CCEAD9; }

body.bg-15 .featherlight:last-of-type {
  background: #FBD9EC; }

body.bg-16 .featherlight:last-of-type {
  background: #FEF0D6; }

body.bg-17 .featherlight:last-of-type {
  background: #FFF9CC; }

body.bg-18 .featherlight:last-of-type {
  background: #E1DBEA; }

body.bg-19 .featherlight:last-of-type {
  background: #F3D3D8; }

.featherlight {
  font-family: 'Gazon-Neve Icons';
  cursor: url("../images/cursors/gn-cursor.svg") 12 12, auto; }
  .featherlight:last-of-type {
    background: white; }
  .featherlight .featherlight-content {
    background: transparent;
    padding: 0 5rem;
    border-bottom: none;
    margin: 0 1rem; }
  .featherlight .featherlight-close-icon {
    position: fixed;
    outline: none;
    font-family: inherit;
    font-size: 4rem;
    width: 5rem;
    line-height: 5rem;
    background: transparent;
    cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto; }
  .featherlight .featherlight-previous,
  .featherlight .featherlight-next {
    top: 0;
    bottom: 0;
    cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto; }
    .featherlight .featherlight-previous:hover,
    .featherlight .featherlight-next:hover {
      background: rgba(0, 0, 0, 0); }
    .featherlight .featherlight-previous span,
    .featherlight .featherlight-next span {
      display: block;
      color: black; }
  .featherlight .featherlight-previous {
    left: 0;
    right: 60%; }
    .featherlight .featherlight-previous span {
      text-align: left; }
  .featherlight .featherlight-next {
    right: 0;
    left: 60%; }
    .featherlight .featherlight-next span {
      text-align: right; }

@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }
.green-audio-player {
  width: 100%;
  min-width: 100%;
  height: 2rem;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  user-select: none;
  box-sizing: border-box;
  outline: none; }
  .green-audio-player.player-accessible .play-pause-btn:hover,
  .green-audio-player.player-accessible .controls:hover,
  .green-audio-player.player-accessible .volume__button:hover,
  .green-audio-player.player-accessible .volume__controls:hover,
  .green-audio-player.player-accessible .download:hover {
    outline: dotted 1px #999; }
  .green-audio-player svg,
  .green-audio-player img {
    display: block; }
  .green-audio-player svg {
    height: .8rem; }
    .green-audio-player svg path {
      fill: black; }
  .green-audio-player .holder {
    position: relative; }
    .green-audio-player .holder .loading {
      display: none; }
      .green-audio-player .holder .loading .loading__spinner {
        position: absolute;
        left: -3px;
        bottom: 2px;
        width: 1rem;
        height: 1rem;
        border: 2px solid #b0b0b0;
        border-right-color: rgba(0, 0, 0, 0);
        border-radius: 50%;
        animation: spin 0.4s linear infinite; }
    .green-audio-player .holder .play-pause-btn {
      visibility: hidden;
      cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto;
      outline: none; }
    .green-audio-player .holder .play-pause-btn:focus {
      outline: none; }
  .green-audio-player .slider {
    flex-grow: 1;
    background-color: white;
    cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto;
    position: relative; }
    .green-audio-player .slider .gap-progress {
      background-color: white;
      border-radius: inherit;
      position: absolute;
      pointer-events: none; }
      .green-audio-player .slider .gap-progress .pin {
        height: .5rem;
        width: .5rem;
        border-radius: .5rem;
        background-color: black;
        position: absolute;
        pointer-events: all; }
  .green-audio-player .controls {
    font-size: .8rem;
    line-height: 18px;
    color: black;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    align-items: center;
    margin-left: .5rem;
    margin-right: .5rem;
    outline: none; }
    .green-audio-player .controls .controls__slider {
      border-radius: 2px;
      height: 2px; }
      .green-audio-player .controls .controls__slider .controls__progress {
        width: 0;
        height: 100%; }
        .green-audio-player .controls .controls__slider .controls__progress .progress__pin {
          right: -8px;
          top: -0.2rem; }
    .green-audio-player .controls span {
      cursor: default;
      display: none; }
    .green-audio-player .controls:focus {
      outline: none; }
  .green-audio-player .volume {
    position: relative; }
    .green-audio-player .volume .volume__button {
      cursor: url("../images/cursors/gn-pointer.svg") 12 12, auto;
      outline: none; }
      .green-audio-player .volume .volume__button:focus {
        outline: none; }
    .green-audio-player .volume .volume__controls {
      width: 1rem;
      height: 6rem;
      background-color: black;
      border-radius: 2px;
      position: absolute;
      left: -3px;
      bottom: 2rem;
      flex-direction: column;
      align-items: center;
      display: flex;
      z-index: 2;
      outline: none; }
      .green-audio-player .volume .volume__controls .volume__slider {
        margin-top: 12px;
        margin-bottom: 12px;
        width: 2px;
        border-radius: 2px; }
        .green-audio-player .volume .volume__controls .volume__slider .volume__progress {
          bottom: 0;
          height: 100%;
          width: 2px; }
          .green-audio-player .volume .volume__controls .volume__slider .volume__progress .volume__pin {
            left: -.18rem;
            top: -8px;
            background-color: white; }
      .green-audio-player .volume .volume__controls:focus {
        outline: none; }
      .green-audio-player .volume .volume__controls.hidden {
        display: none; }
      .green-audio-player .volume .volume__controls.top {
        bottom: 52px;
        left: -3px; }
      .green-audio-player .volume .volume__controls.middle {
        bottom: -54px;
        left: 54px; }
      .green-audio-player .volume .volume__controls.bottom {
        bottom: -6.2rem;
        left: .5rem; }
  .green-audio-player .download {
    display: none;
    margin-left: 16px;
    cursor: pointer;
    outline: none; }
    .green-audio-player .download:focus {
      outline: none; }
  .green-audio-player:focus {
    outline: none; }

.message__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

@media only screen and (max-width: 840px) {
  #page-wrapper {
    flex-direction: column; }

  .mobile-menu {
    z-index: 15;
    position: fixed; }
    .mobile-menu .button_container {
      width: 8vw;
      right: 2vw;
      top: 21.4vw;
      height: 5vh; }
      .mobile-menu .button_container.active .top,
      .mobile-menu .button_container.active .bottom {
        background: black; }

  .mobile-container .overlay.open {
    width: 100vw;
    top: calc(100vw / 3.28);
    height: calc( 100vh - 100vw / 3.28); }
  .mobile-container .overlay #footer {
    font-size: 1.5rem; }
  .mobile-container .overlay .overlay-menu {
    height: calc(100% - 60px); }
    .mobile-container .overlay .overlay-menu ul ul {
      font-size: .8rem; }

  #header {
    height: auto;
    width: 100vw;
    border-right: none;
    position: fixed;
    z-index: 10;
    background: white; }
    #header .navbar-section {
      margin-right: 0;
      height: calc(100vw / 3.28); }

  #main-content {
    height: auto;
    width: 100vw; }
    #main-content .container .columns {
      flex-direction: column-reverse; }
      #main-content .container .columns .column.text, #main-content .container .columns .column.gallery {
        max-height: none;
        overflow: visible; }
      #main-content .container .columns .column.text {
        padding: 6rem 1rem 1rem; }
        #main-content .container .columns .column.text .credits {
          column-count: 2; }
        #main-content .container .columns .column.text .about-images {
          margin-right: -1rem; }
      #main-content .container .columns .column.gallery img {
        margin-bottom: .5rem; }
    #main-content .blog-posts.columns {
      max-height: none;
      padding-top: calc(100vw / 3.28);
      flex-direction: column; }
      #main-content .blog-posts.columns .blog-post:first-of-type .post-header {
        padding-top: 1rem;
        border-top: 1px solid black; }
      #main-content .blog-posts.columns .blog-post:first-of-type .post-image,
      #main-content .blog-posts.columns .blog-post:first-of-type .post-body {
        padding-top: 0; }
      #main-content .blog-posts.columns .blog-post .columns {
        flex-direction: column; }
      #main-content .blog-posts.columns .blog-post .post-header {
        border-right: none; }
      #main-content .blog-posts.columns .blog-post .post-body {
        padding-right: 1rem; }
      #main-content .blog-posts.columns .blog-post .post-image {
        text-align: center; }
    #main-content .grid-home {
      position: absolute;
      height: auto;
      bottom: 0;
      top: calc(100vw / 3.28); }
      #main-content .grid-home #item-1 {
        top: 0;
        left: 33.3%;
        width: 66.7%;
        height: 33.3%; }
      #main-content .grid-home #item-2 {
        top: 33.3%;
        left: 0;
        width: 33.3%;
        height: 33.3%; }
      #main-content .grid-home #item-3 {
        top: 66.6%;
        left: 0;
        width: 66.7%;
        height: 33.4%; }
      #main-content .grid-home #item-4 {
        top: 33.3%;
        left: 33.3%;
        width: 33.3%;
        height: 33.3%;
        border-right: 1px solid black; }
        #main-content .grid-home #item-4 a {
          display: none; }

  .about #main-content .container .columns {
    flex-direction: column; }
    .about #main-content .container .columns .column.contact {
      padding: 7.5rem 1rem 1rem; }
    .about #main-content .container .columns .column.text {
      padding: 0 1rem 1rem; } }
@media only screen and (max-height: 640px) {
  html {
    font-size: 11pt; } }

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