.fj-gallery{overflow:hidden;position:relative}.fj-gallery:after{clear:both;content:"";display:block}.fj-gallery .fj-gallery-item{float:left;left:0;top:0}.fj-gallery .fj-gallery-item>img{display:block;height:auto;width:100%}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: inherit;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

/*! media queries */
/*! fonts */
@font-face {
  font-family: "Inter Light";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Inter-Light.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Inter Light";
  font-style: italic;
  font-weight: normal;
  src: url("../../fonts/Inter-LightItalic.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Swear Display Light";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Swear_Display-Light.woff2") format("woff2"), url("../../fonts/Swear_Display-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Swear Display Light Italic";
  font-style: normal;
  font-weight: normal;
  src: url("../../fonts/Swear_Display-Light_Italic.woff2") format("woff2"), url("../../fonts/Swear_Display-Light_Italic.woff") format("woff");
  font-display: swap;
}
/*! common */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-family: "helvetica", sans-serif;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1601px) {
  html {
    font-size: 12px;
  }
}

body {
  position: fixed;
  display: flex;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}
body.home {
  overflow: hidden;
}
body.portfolio .navbar .navbar-top {
  display: none;
}
@media only screen and (orientation: portrait) {
  body {
    flex-direction: column;
    height: 100vh;
    width: 100%;
    position: unset;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
a {
  cursor: pointer;
  color: inherit;
  -webkit-text-decoration: underlined;
          text-decoration: underlined;
}
a:hover {
  text-decoration: none;
}

.centercat {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}

.navbar {
  font-size: 1rem;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 49px;
  min-width: 49px;
  background: white;
  padding: 21px 0;
}
@media only screen and (orientation: portrait) {
  .navbar {
    flex-direction: row;
    width: auto;
    min-width: unset;
    padding: 7px 11.9px;
    height: 4rem;
    position: fixed;
    width: 100%;
  }
}
.navbar .navbar-top, .navbar .navbar-bottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-left: -10%;
}
@media only screen and (orientation: portrait) {
  .navbar .navbar-top, .navbar .navbar-bottom {
    margin-left: 0;
  }
}
.navbar .navbar-top {
  justify-content: flex-start;
  flex: 1;
}
.navbar .navbar-top > div {
  text-align: center;
}
@media only screen and (orientation: portrait) {
  .navbar .navbar-top {
    display: none;
  }
}
.navbar .navbar-bottom {
  justify-content: flex-end;
  flex: 2;
}
@media only screen and (orientation: portrait) {
  .navbar .navbar-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.navbar .navbar-item {
  font-family: Swear Display Light;
  font-size: 1.7em;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  white-space: nowrap;
}
.navbar .navbar-item.info {
  height: 5rem;
}
.navbar .navbar-item.shows, .navbar .navbar-item.works {
  height: 6rem;
}
.navbar .navbar-item.garden {
  padding-top: 0;
  padding-bottom: 10px;
  transform: translateX(7%);
}
.navbar .navbar-item.garden img {
  width: 1.4em;
}
.navbar .navbar-item.garden:hover {
  font-family: Swear Display Light;
  font-size: 1.7em;
}
@media only screen and (orientation: portrait) {
  .navbar .navbar-item.garden {
    transform: none;
  }
}
.navbar .navbar-item:hover {
  font-family: Swear Display Light Italic;
  font-size: 1.87em;
}
.navbar .navbar-item.active {
  font-family: Swear Display Light Italic;
  font-size: 1.87em;
}
.navbar .navbar-item.menu {
  display: none;
}
@media only screen and (orientation: portrait) {
  .navbar .navbar-item.menu {
    display: block;
    width: 0.85em;
  }
  .navbar .navbar-item.menu img {
    transition: transform 0.2s;
  }
  .navbar .navbar-item.menu.open img {
    transform: rotate(-90deg);
  }
}
@media only screen and (orientation: portrait) {
  .navbar .navbar-item {
    transform: none;
    writing-mode: horizontal-tb;
  }
}
.navbar a {
  text-decoration: none;
}

.mobile-menu-panel {
  display: none;
}
@media only screen and (orientation: portrait) {
  .mobile-menu-panel {
    top: calc(-100% + 4rem);
    opacity: 0;
    transition: top 0.3s, opacity 0.2s;
    width: 100%;
    left: 0;
    z-index: 3;
    position: fixed;
    padding: 11.2px;
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  .mobile-menu-panel.open {
    top: 4rem;
    opacity: 1;
  }
}
.mobile-menu-panel a {
  text-decoration: none;
}
.mobile-menu-panel .left-pane {
  font-family: Swear Display Light;
  font-size: 1.7em;
}
.mobile-menu-panel .left-pane .garden {
  width: 1.2em;
  margin-top: 0.4em;
}
.mobile-menu-panel .right-pane {
  font-family: Swear Display Light;
  font-size: 1.105em;
  text-align: right;
  padding-top: 0.3em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

ul.lang {
  display: flex;
  font-size: 1rem;
  justify-content: flex-end;
}
ul.lang li a {
  font-family: Inter Light;
  font-size: 1.02em;
  text-decoration: none !important;
}
ul.lang li:hover {
  font-style: italic;
  text-decoration: none !important;
}
ul.lang li.active a {
  font-style: italic !important;
}
@media only screen and (orientation: portrait) {
  ul.lang:not(.nohide) {
    display: none;
  }
}

.sidebar-works {
  font-size: 1rem;
  min-width: 30em;
  width: 30em;
  padding: 21px;
}
.sidebar-works a {
  text-decoration: none;
}
.sidebar-works .sidebar-toggler {
  display: none;
}
.sidebar-works .sidebar-works-work {
  padding-bottom: 0.5rem;
}
.sidebar-works .sidebar-works-work.active a {
  font-family: Swear Display Light Italic;
  font-size: 1.4875em;
}
.sidebar-works .sidebar-works-work a {
  font-family: Swear Display Light;
  font-size: 1.445em;
}
.sidebar-works .sidebar-works-work a:hover {
  cursor: pointer;
  font-family: Swear Display Light Italic;
  font-size: 1.4875em;
}
@media only screen and (orientation: landscape) and (max-width: 1367px) {
  .sidebar-works {
    min-width: 20em;
    width: 20em;
  }
}
@media only screen and (orientation: portrait) {
  .sidebar-works {
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 7px 11.9px;
    overflow: auto;
    position: fixed;
    top: calc(-100% + 4rem);
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
    display: flex;
    align-items: flex-start;
  }
  .sidebar-works.open {
    top: 4rem;
    opacity: 1;
  }
  .sidebar-works .sidebar-toggler {
    display: block;
    width: 1.5rem;
    align-items: center;
    height: 100%;
  }
  .sidebar-works .sidebar-toggler img.hide {
    display: none;
  }
  .sidebar-works .sidebar-works-worksWrapper {
    width: 100%;
  }
  .sidebar-works .sidebar-works-work {
    text-align: right;
  }
  .sidebar-works .sidebar-works-work a {
    font-family: Swear Display Light;
    font-size: 1.445em;
  }
  .sidebar-works .sidebar-works-work a:hover {
    font-family: Swear Display Light Italic;
    font-size: 1.53em;
  }
}
@media only screen and (orientation: portrait) and (orientation: portrait) {
  .sidebar-works .sidebar-works-work {
    line-height: 1;
    margin-bottom: 10px;
  }
  .sidebar-works .sidebar-works-work.active a {
    font-family: Swear Display Light Italic;
    font-size: 1.53em;
  }
}

.sidebar-viewer-works {
  display: none;
}
@media only screen and (orientation: portrait) {
  .sidebar-viewer-works {
    z-index: 1;
    font-size: 1rem;
    width: 100%;
    padding: 7px 11.9px;
    display: flex;
    align-items: center;
    height: 3rem;
    position: fixed;
    top: 4rem;
  }
  .sidebar-viewer-works .sidebar-viewer-toggler {
    width: 1.5rem;
    align-items: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidebar-viewer-works .sidebar-viewer-toggler img.hide {
    display: none;
  }
  .sidebar-viewer-works .sidebar-viewer-worksWrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: right;
  }
  .sidebar-viewer-works .sidebar-viewer-worksWrapper.hide {
    display: none;
  }
  .sidebar-viewer-works .sidebar-viewer-work {
    font-family: Swear Display Light;
    font-size: 1.445em;
    position: absolute;
    right: 0;
    display: none;
  }
  .sidebar-viewer-works .sidebar-viewer-work.active {
    display: block;
    white-space: nowrap;
    max-width: 85vw;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.content-works-wrapper {
  font-size: 1rem;
  flex: 1;
  height: 100vh;
  overflow-y: auto;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper {
    margin-top: 7rem;
    height: auto;
    overflow: unset;
  }
}
.content-works-wrapper .content-works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 7px;
  grid-gap: 7px 7px;
  grid-auto-flow: dense;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .content-works-grid {
    grid-template-columns: 1fr;
    gap: 7px 0;
    grid-gap: 7px 0;
  }
}
.content-works-wrapper .content-works-grid img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-works-wrapper .content-works-grid img.landscape, .content-works-wrapper .content-works-grid img.square, .content-works-wrapper .content-works-grid img.portrait.stretch, .content-works-wrapper .content-works-grid img.portrait.last {
  grid-column: span 2;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .content-works-grid img.landscape, .content-works-wrapper .content-works-grid img.square, .content-works-wrapper .content-works-grid img.portrait.stretch, .content-works-wrapper .content-works-grid img.portrait.last {
    grid-column: unset;
  }
}
.content-works-wrapper .content-works-details {
  padding: 21px;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .content-works-details {
    padding: 20px 11.9px 11.9px;
  }
}
.content-works-wrapper .content-works-detailsArea {
  margin-top: 7px;
  font-family: Inter Light;
  font-size: 1.02em;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .content-works-detailsArea {
    margin-top: 12px;
    font-family: Inter Light;
    font-size: 1.02em;
  }
}
.content-works-wrapper .content-works-title {
  font-family: Swear Display Light;
  font-size: 2.38em;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .content-works-title {
    font-family: Swear Display Light;
    font-size: 1.7em;
    line-height: 1;
  }
}
.content-works-wrapper .content-works-description, .content-works-wrapper .content-works-featured {
  font-family: Inter Light;
  font-size: 1.275em;
  margin-top: 21px;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .content-works-description, .content-works-wrapper .content-works-featured {
    margin-top: 12px;
  }
}
.content-works-wrapper .content-works-featured {
  font-family: Inter Light;
  font-size: 1.02em;
}
.content-works-wrapper .lang {
  font-family: Inter Light;
  font-size: 1.02em;
  margin-top: 21px;
}
@media only screen and (orientation: portrait) {
  .content-works-wrapper .lang {
    margin-top: 12px;
    font-family: Inter Light;
    font-size: 1.275em;
  }
}
.content-works-wrapper .content-works-work {
  margin-bottom: 56px;
}

.sidebar-shows {
  display: none;
  font-size: 1rem;
  min-width: 30em;
}
.sidebar-shows a {
  text-decoration: none;
}
.sidebar-shows .sidebar-shows-show.active a {
  font-family: Swear Display Light Italic;
  font-size: 1.4875em;
}
.sidebar-shows .sidebar-shows-show a {
  font-family: Swear Display Light;
  font-size: 1.445em;
}
.sidebar-shows .sidebar-shows-show a:hover {
  cursor: pointer;
  font-family: Swear Display Light Italic;
  font-size: 1.4875em;
}
@media only screen and (orientation: landscape) and (max-width: 1367px) {
  .sidebar-shows {
    min-width: 20em;
    width: 20em;
  }
}
@media only screen and (orientation: portrait) {
  .sidebar-shows {
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    padding: 7px 11.9px;
    overflow: auto;
    position: fixed;
    top: calc(-100% + 4rem);
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
    display: flex;
    align-items: flex-start;
  }
  .sidebar-shows.open {
    top: 4rem;
    opacity: 1;
  }
  .sidebar-shows .sidebar-toggler {
    width: 1.5rem;
    align-items: center;
    height: 100%;
  }
  .sidebar-shows .sidebar-toggler img.hide {
    display: none;
  }
  .sidebar-shows .sidebar-shows-showsWrapper {
    width: 100%;
  }
  .sidebar-shows .sidebar-shows-show {
    text-align: right;
    line-height: 1;
    margin-bottom: 10px;
  }
  .sidebar-shows .sidebar-shows-show a {
    font-family: Swear Display Light;
    font-size: 1.445em;
  }
  .sidebar-shows .sidebar-shows-show a:hover {
    font-family: Swear Display Light Italic;
    font-size: 1.53em;
  }
  .sidebar-shows .sidebar-shows-show.active a {
    font-family: Swear Display Light Italic;
    font-size: 1.53em;
  }
}

.sidebar-viewer-shows {
  display: none;
}
@media only screen and (orientation: portrait) {
  .sidebar-viewer-shows {
    z-index: 1;
    font-size: 1rem;
    width: 100%;
    padding: 7px 11.9px;
    display: flex;
    align-items: center;
    height: 3rem;
    position: fixed;
    top: 4rem;
  }
  .sidebar-viewer-shows .sidebar-viewer-toggler {
    width: 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .sidebar-viewer-shows .sidebar-viewer-toggler img.hide {
    display: none;
  }
  .sidebar-viewer-shows .sidebar-viewer-showsWrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: right;
  }
  .sidebar-viewer-shows .sidebar-viewer-showsWrapper.hide {
    display: none;
  }
  .sidebar-viewer-shows .sidebar-viewer-show {
    font-family: Swear Display Light;
    font-size: 1.445em;
    position: absolute;
    right: 0;
    display: none;
  }
  .sidebar-viewer-shows .sidebar-viewer-show.active {
    display: block;
    white-space: nowrap;
    max-width: 85vw;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.os-viewport {
  display: flex !important;
  overflow-y: hidden !important;
  overflow-x: scroll !important;
}

.content-shows-wrapper {
  font-size: 1rem;
  flex: 1;
  height: 100vh;
  overflow-y: auto;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper {
    margin-top: 7rem;
    height: auto;
    overflow: unset;
  }
}
.content-shows-wrapper .content-shows-slides {
  display: flex;
  flex-direction: row;
  height: 75vh;
  overflow-y: hidden;
  overflow-x: auto;
}
.content-shows-wrapper .content-shows-slides img {
  height: 100%;
  width: auto;
  margin-right: 0.5em;
  max-width: none;
}
.content-shows-wrapper .content-shows-slides img.last {
  margin-right: 0;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-slides {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px 0;
    grid-gap: 7px 0;
    grid-auto-flow: dense;
    height: auto;
    overflow-x: unset;
    overflow-y: unset;
  }
  .content-shows-wrapper .content-shows-slides img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: 0;
  }
  .content-shows-wrapper .content-shows-slides img.landscape, .content-shows-wrapper .content-shows-slides img.square, .content-shows-wrapper .content-shows-slides img.portrait.stretch, .content-shows-wrapper .content-shows-slides img.portrait.last {
    grid-column: span 2;
  }
}
@media only screen and (orientation: portrait) and (orientation: portrait) {
  .content-shows-wrapper .content-shows-slides img.landscape, .content-shows-wrapper .content-shows-slides img.square, .content-shows-wrapper .content-shows-slides img.portrait.stretch, .content-shows-wrapper .content-shows-slides img.portrait.last {
    grid-column: unset;
  }
}
.content-shows-wrapper .content-shows-details {
  padding: 21px;
  margin-bottom: 28px;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-details {
    padding: 20px 11.9px 11.9px;
  }
}
.content-shows-wrapper .content-shows-title {
  font-family: Swear Display Light;
  font-size: 2.38em;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-title {
    font-family: Swear Display Light;
    font-size: 1.7em;
    line-height: 1;
  }
}
.content-shows-wrapper .content-shows-venueCity {
  font-family: Inter Light;
  font-size: 1.275em;
  margin-top: 7px;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-venueCity {
    font-family: Inter Light;
    font-size: 1.02em;
    margin-top: 12px;
  }
}
.content-shows-wrapper .content-shows-info {
  min-width: 43em;
  width: 43em;
  padding: 21px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-info {
    display: none;
  }
}
.content-shows-wrapper .content-shows-infoTitle {
  font-family: Swear Display Light;
  font-size: 1.87em;
}
.content-shows-wrapper .content-shows-infoDetailsArea {
  margin-top: 7px;
}
.content-shows-wrapper .content-shows-infoVenueCity, .content-shows-wrapper .content-shows-infoDates, .content-shows-wrapper .content-shows-infoCurator {
  font-family: Inter Light;
  font-size: 1.02em;
}
.content-shows-wrapper .content-shows-infoAuthor, .content-shows-wrapper .content-shows-infoWorks, .content-shows-wrapper .content-shows-infoArtists, .content-shows-wrapper .lang {
  margin-top: 12px;
  font-family: Inter Light;
  font-size: 1.02em;
}
.content-shows-wrapper .content-shows-infoDescription {
  font-family: Inter Light;
  font-size: 1.275em;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-infoVenueCity {
    margin-top: 12px;
  }
}
.content-shows-wrapper .content-shows-infoDescription, .content-shows-wrapper .content-shows-infoAuthor {
  margin-top: 14px;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-infoDescription, .content-shows-wrapper .content-shows-infoAuthor {
    margin-top: 12px;
    font-family: Inter Light;
    font-size: 1.275em;
  }
}
.content-shows-wrapper .content-shows-infoWorks {
  margin-top: 21px;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .content-shows-infoWorks {
    margin-top: 12px;
    font-family: Inter Light;
    font-size: 1.275em;
  }
}
.content-shows-wrapper .content-shows-infoAuthor {
  text-align: right;
}
.content-shows-wrapper .content-shows-show {
  margin-bottom: 49px;
}
.content-shows-wrapper .mobile {
  display: none;
}
@media only screen and (orientation: portrait) {
  .content-shows-wrapper .mobile {
    display: block;
  }
}

@supports not (-webkit-hyphens: none) {
  .content-shows-slides, .content-shows-info {
    overflow-x: overlay !important;
  }
  .content-shows-slides::-webkit-scrollbar, .content-shows-info::-webkit-scrollbar {
    height: 0.7vh;
    width: 0.7vh;
  }
  .content-shows-slides::-webkit-scrollbar-thumb, .content-shows-info::-webkit-scrollbar-thumb {
    background-color: rgba(110, 110, 110, 0.68);
    border-radius: 24px;
  }
  .content-shows-slides::-webkit-scrollbar-track, .content-shows-info::-webkit-scrollbar-track {
    background: transparent;
  }
  .content-shows-slides::-webkit-scrollbar-track-piece, .content-shows-info::-webkit-scrollbar-track-piece {
    background: transparent;
  }
}
.sidebar-info {
  font-family: Swear Display Light;
  font-size: 1rem;
  min-width: 30em;
  width: 30em;
  padding: 21px;
}
.sidebar-info a {
  text-decoration: none;
}
@media only screen and (orientation: portrait) {
  .sidebar-info {
    width: 100%;
    padding: 7px 11.9px;
    display: none;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1367px) {
  .sidebar-info {
    min-width: 20em;
    width: 20em;
  }
}
.sidebar-info .info-news-section {
  margin-bottom: 28px;
}
.sidebar-info .info-news-heading {
  font-family: Swear Display Light Italic;
  font-size: 2.805em;
}
@media only screen and (orientation: portrait) {
  .sidebar-info .info-news-heading {
    font-family: Swear Display Light Italic;
    font-size: 2.38em;
  }
}
.sidebar-info .info-news-item {
  margin-top: 7px;
}
.sidebar-info .info-news-title {
  font-family: Swear Display Light;
  font-size: 1.445em;
}
.sidebar-info .info-news-date, .sidebar-info .info-news-venueCity {
  font-family: Inter Light;
  font-size: 1.02em;
}

.content-info {
  font-size: 1rem;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (orientation: portrait) {
  .content-info {
    margin-top: 4rem;
  }
}
.content-info .lang {
  margin-top: 28px;
}
@media only screen and (orientation: portrait) {
  .content-info .lang {
    display: none;
  }
}
.content-info .sidebar-info {
  display: none;
}
@media only screen and (orientation: portrait) {
  .content-info .sidebar-info {
    display: block;
  }
  .content-info .sidebar-info.empty {
    display: none;
  }
}
.content-info .content-info-wrapper {
  padding: 21px;
  display: flex;
  min-height: 100%;
}
.content-info .content-info-wrapper a {
  text-decoration: none;
}
.content-info .content-info-wrapper a:hover {
  text-decoration: underline;
}
@media only screen and (orientation: portrait) {
  .content-info .content-info-wrapper {
    flex-direction: column;
    padding: 11.9px;
  }
  .content-info .content-info-wrapper a {
    text-decoration: underline;
  }
}
.content-info .content-info-wrapper .content-info-column {
  width: 50%;
  padding-left: 10.5px;
}
.content-info .content-info-wrapper .content-info-column:first-of-type {
  padding-left: 0;
  padding-right: 10.5px;
}
@media only screen and (orientation: portrait) {
  .content-info .content-info-wrapper .content-info-column {
    width: 100%;
    padding: 0;
  }
  .content-info .content-info-wrapper .content-info-column:first-of-type {
    order: 2;
  }
}
.content-info .content-info-wrapper .content-info-section {
  margin-bottom: 28px;
}
.content-info .content-info-wrapper .content-info-sectionTitle {
  font-family: Swear Display Light Italic;
  font-size: 2.805em;
}
@media only screen and (orientation: portrait) {
  .content-info .content-info-wrapper .content-info-sectionTitle {
    font-family: Swear Display Light Italic;
    font-size: 2.38em;
  }
}
.content-info .content-info-wrapper .content-info-item {
  margin-top: 7px;
}
.content-info .content-info-wrapper .content-info-itemTitle {
  font-family: Swear Display Light;
  font-size: 1.445em;
}
@media only screen and (orientation: portrait) {
  .content-info .content-info-wrapper .content-info-itemTitle {
    font-family: Swear Display Light;
    font-size: 1.275em;
  }
}
.content-info .content-info-wrapper .content-info-itemDetails {
  font-family: Inter Light;
  font-size: 1.02em;
}
.content-info .content-info-wrapper .content-info-bioText, .content-info .content-info-wrapper .content-info-email, .content-info .content-info-wrapper .content-info-socialItem, .content-info .content-info-wrapper .content-info-quote {
  font-family: Inter Light;
  font-size: 1.275em;
}
.content-info .content-info-wrapper .content-info-blurbDetails {
  text-align: right;
  margin-top: 7px;
}
.content-info .content-info-footer {
  padding: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f1f3f4;
  font-family: Inter Light;
  font-size: 0.935em;
}
.content-info .content-info-footer .mobile-yes {
  display: none;
}
.content-info .content-info-footer img {
  height: 7vh;
}
@media only screen and (orientation: portrait) {
  .content-info .content-info-footer .mobile-yes {
    display: block;
  }
  .content-info .content-info-footer .mobile-no {
    display: none;
  }
}
.content-info .content-info-logoText {
  font-family: Inter Light;
  font-size: 0.68em;
  text-align: right;
}

.content-garden-wrapper {
  font-size: 1rem;
  width: 100%;
}
.content-garden-wrapper img {
  height: auto;
  width: 100%;
}
@media only screen and (orientation: portrait) {
  .content-garden-wrapper {
    margin-top: 4rem;
  }
}

.wrapp {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: opacity 300ms;
}
.wrapp.hide {
  opacity: 0;
}
@media only screen and (orientation: portrait) {
  .wrapp.hide {
    opacity: unset;
  }
}

.content-portfolio-wrapper {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 20vh;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper {
    font-size: 0.8rem;
    padding: 4rem 11.2px;
  }
}
.content-portfolio-wrapper .content-portfolio-description {
  font-family: Inter Light;
  font-size: 1.275em;
  margin-top: 10vh;
  padding: 0 42px;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .content-portfolio-description {
    padding: 21px 0 63px 0;
  }
}
.content-portfolio-wrapper .edition {
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  margin-top: 20vh;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .edition {
    margin-top: 0;
    flex-direction: column;
  }
}
.content-portfolio-wrapper .edition.first {
  margin-top: 10vh;
}
.content-portfolio-wrapper .portfolio-section {
  height: 100%;
  width: 50%;
  flex: 1 0 auto;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .portfolio-section {
    width: 100%;
    height: auto;
  }
}
.content-portfolio-wrapper .portfolio-section.portrait {
  padding: 0 0;
}
.content-portfolio-wrapper .portfolio-section.portrait img {
  height: 70vh;
  width: auto;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .portfolio-section.portrait img {
    width: 100%;
    height: auto;
  }
}
.content-portfolio-wrapper .portfolio-section.landscape {
  padding: 0 42px;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .portfolio-section.landscape {
    padding: 0;
  }
}
.content-portfolio-wrapper .portfolio-section.landscape img {
  height: auto;
  width: 70vw;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .portfolio-section.landscape img {
    width: 100%;
  }
}
.content-portfolio-wrapper .portfolio-section.section-image, .content-portfolio-wrapper .portfolio-section .sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .portfolio-section.section-image, .content-portfolio-wrapper .portfolio-section .sub {
    align-items: normal;
  }
}
.content-portfolio-wrapper .portfolio-section.section-image .section-image-more, .content-portfolio-wrapper .portfolio-section .sub .section-image-more {
  font-family: Inter Light;
  font-size: 1.275em;
  align-self: flex-start;
}
.content-portfolio-wrapper .portfolio-section.section-info {
  padding: 0 42px 42px 0;
}
@media only screen and (orientation: portrait) {
  .content-portfolio-wrapper .portfolio-section.section-info {
    padding: 21px 0 63px 0;
  }
}
.content-portfolio-wrapper .portfolio-section .portfolio-title {
  font-family: Swear Display Light;
  font-size: 2.805em;
  margin-bottom: 1em;
}
.content-portfolio-wrapper .portfolio-section .portfolio-block {
  font-family: Inter Light;
  font-size: 1.275em;
  margin-bottom: 1.5em;
}

.home-show {
  flex: 1;
  display: flex;
  min-width: 0;
}
@media only screen and (orientation: portrait) {
  .home-show {
    margin-top: 4rem;
  }
}

.home-show-area {
  flex: 1;
  width: 50%;
}
@media only screen and (orientation: portrait) {
  .home-show-area:first-of-type {
    display: none;
  }
}

.swiper-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}

.swiper-slide {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 500ms;
}
.swiper-slide.active {
  opacity: 1;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}