@charset "UTF-8";

/* public/static/css/main.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  font-family:
    "RMNeue",
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 100;
  font-size: clamp(0.88rem, 0.42vw + 0.79rem, 1.13rem);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  color: #fff;
}
body.inverted {
  background: rgb(229, 223, 223);
  color: #000;
}
body.inverted a,
body.inverted a:link,
body.inverted a:visited,
body.inverted a:active {
  color: #000;
}
body a,
body a:link,
body a:visited,
body a:active {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  text-align: left;
  padding: 0 40px;
}
h2 {
  font-weight: normal;
  padding: 16px 0 8px;
  font-size: clamp(1.13rem, 0.42vw + 1.04rem, 1.38rem);
  line-height: 1;
  display: block;
  color: #000;
}
h2 span {
  margin-top: 5px;
  font-family: "RMNeue", sans-serif;
  font-weight: 100;
  font-size: clamp(0.81rem, 0.52vw + 0.71rem, 1.13rem);
  letter-spacing: 1px;
  display: block;
  text-transform: uppercase;
}
#wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
.a-fade {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
html.is-animating .a-fade {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
html.is-animating .a-fade-interproject {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.a-fade-interproject {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#swup {
  overflow: hidden;
  width: 100vw;
}
#swup > div {
  -webkit-transition: all ease-in-out 0.8s !important;
  transition: all ease-in-out 0.8s !important;
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
#swup.about,
#swup.contact,
#swup.homepage {
  overflow: visible;
}
#swup.homepage {
  height: auto;
}
.mobile #swup {
  height: auto;
}
.mobile #swup #scrollable-container {
  -webkit-overflow-scrolling: touch;
}
.mobile #swup #scrollable-container > .section:last-child {
  padding-bottom: 100px;
}
.fullpage-wrapper {
  width: 100% !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1.3s linear;
  transition: all 1.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fp-section .fp-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fp-section img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
  width: 100%;
  height: 100vh;
}
.fp-section .default-hidden {
  display: none;
}
.fp-section .text-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fp-section .text-content h3 {
  font-family: "CabernetJFPro-Regular", serif;
  font-size: clamp(1.13rem, 0.42vw + 1.04rem, 1.38rem);
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
.fp-section .text-content p {
  font-size: clamp(0.88rem, 0.42vw + 0.79rem, 1.13rem);
  line-height: 1.3;
  width: 100%;
}
.fp-section.type-indent {
  padding: 1vw;
}
.fp-section.type-third-text-left img {
  height: 33vh;
}
.fp-section.type-third-text-left .text-content {
  display: block;
  height: 67vh;
}
.fp-section.type-half-text-left img {
  height: 50vh;
}
.fp-section.type-half-text-left .text-content {
  display: block;
  height: 50vh;
}
.fp-section.type-half-text-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fp-section.type-half-text-right img {
  height: 50vh;
}
.fp-section.type-half-text-right .text-content {
  display: block;
  height: 50vh;
}
.fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
@media only screen and (min-width: 700px) {
  .fp-section .fp-tableCell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fp-section img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
    width: 100%;
    height: 100vh;
  }
  .fp-section.type-indent {
    padding: 30px;
  }
  .fp-section.type-third-text-left img {
    height: 100vh;
    width: 33%;
  }
  .fp-section.type-third-text-left .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 67%;
  }
  .fp-section.type-half-text-left img {
    height: 100vh;
    width: 50%;
  }
  .fp-section.type-half-text-left .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 50%;
    padding: 30px;
  }
  .fp-section.type-half-text-right .fp-tableCell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fp-section.type-half-text-right img {
    height: 100vh;
    width: 50%;
  }
  .fp-section.type-half-text-right .text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    width: 50%;
    padding: 30px;
  }
  .fp-section.active {
    visibility: visible;
    opacity: 1;
    z-index: 100;
  }
}
.fullscreen {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.fullscreen img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.fullscreen:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 20px;
  z-index: 110;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #FFF;
}
.header .logo {
  background-color: transparent;
  margin: 0;
  position: relative;
  display: inline-block;
}
.menu-open .header .logo {
  background-color: #000;
}
.header .logo:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 39px;
  height: 2px;
  background-color: rgb(249, 89, 75);
}
.header .logo a {
  display: block;
  margin: 0;
  position: relative;
  z-index: 1;
  mix-blend-mode: difference;
}
.header .logo #logo-image {
  width: 182px;
  height: 31px;
  background: transparent url(/static/images/logo.svg) top left no-repeat;
}
.header ul {
  margin: 0;
  padding: 30px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.header ul li {
  font-weight: 400;
  font-size: clamp(0.75rem, 0.63vw + 0.63rem, 1.13rem);
}
.header ul li a {
  margin: 0 0 10px;
  padding: 10px 0 2px;
  color: #FFF !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header ul li a:hover {
  border-bottom: 1px solid rgb(249, 89, 75);
}
.header ul li.selected a {
  -webkit-transition: border-color 0.5s 0.5s ease-in;
  transition: border-color 0.5s 0.5s ease-in;
  border-bottom: 1px solid rgb(249, 89, 75);
}
.header:hover {
  background-color: #000;
}
.header:hover ul {
  -webkit-transition: opacity 0.6s 0.3s ease-in-out;
  transition: opacity 0.6s 0.3s ease-in-out;
  opacity: 1;
}
.menu-on .header,
.header.active {
  background-color: #000;
}
.menu-on .header ul,
.header.active ul {
  opacity: 1;
}
@media (min-width: 650px) {
  .header {
    bottom: auto;
    padding: 0 40px;
    background-color: transparent;
  }
}
.mobile .header {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.mobile .header .menu-icon {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  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;
}
.mobile .header .menu-icon div {
  position: relative;
  width: 30px;
  height: 3px;
  background: #FFF;
  border-radius: 3px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.mobile .header .menu-icon div:before,
.mobile .header .menu-icon div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #FFF;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile .header .menu-icon div:before {
  top: -10px;
}
.mobile .header .menu-icon div:after {
  top: 10px;
}
.mobile .header ul {
  position: absolute;
  height: 0;
  display: none;
  opacity: 0;
  background-color: rgb(0, 0, 0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile .header ul li {
  font-size: clamp(1.88rem, 2.6vw + 1.35rem, 3.44rem);
  padding: 20px 0;
}
.mobile .header.active ul {
  display: block;
  position: absolute;
  padding: 20px 20px 20px;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  opacity: 1;
}
@media (min-width: 650px) {
  .mobile .header.active ul {
    padding: 40px 40px 40px;
  }
}
.mobile .header.active .menu-icon div {
  background: transparent;
}
.mobile .header.active .menu-icon div:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile .header.active .menu-icon div:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.project {
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.mobile .project {
  height: auto;
}
.project:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(transparent, rgba(0, 0, 0, 0.2));
  z-index: 100;
}
.project.show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#swup.projects {
  overflow: visible;
  text-align: center;
  height: auto;
}
#swup.projects-list {
  overflow: visible;
  height: auto;
  background-color: rgb(229, 223, 223);
  color: #111;
  padding-top: 100px;
}
#swup.projects-list h1 {
  padding: 0 20px;
  margin-bottom: 0.8em;
}
@media (min-width: 650px) {
  #swup.projects-list h1 {
    padding: 0 40px;
  }
}
.mobile #project-information {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  height: 65px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile.show-project-info #project-information {
  height: 0;
  padding: 0 20px;
}
.no-footer footer.footer {
  display: none;
}
#scrollable-container {
  min-height: 100vh;
}
#scrollable-container.show {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#center-project-text {
  font-size: clamp(1.38rem, 0.63vw + 1.25rem, 1.75rem);
  line-height: 43px;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
  font-family: "CabernetJFPro-Regular", serif;
}
#center-project-text span {
  display: inline-block;
  position: relative;
}
#center-project-text span #progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  height: 1px;
}
#center-project-text span #progress #bar {
  -webkit-transform: width 0.5s ease-in-out;
  transform: width 0.5s ease-in-out;
  background: rgb(249, 89, 75);
  width: 4%;
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  display: block;
  height: 1px;
}
#center-project-text.show {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.a-slide-off-on {
  top: 0;
  -webkit-transition: all ease-in-out 0.8s;
  transition: all ease-in-out 0.8s;
}
html.is-animating .a-slide-off-on {
  top: -100%;
  -webkit-transition: all ease-in-out 0.8s 0.5s;
  transition: all ease-in-out 0.8s 0.5s;
}
.work-wrapper h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: clamp(1.88rem, 3.13vw + 1.25rem, 3.75rem);
}
.work-wrapper .work-list-content p {
  line-height: 1.5;
  font-size: clamp(1rem, 0.63vw + 0.88rem, 1.38rem);
}
@media (min-width: 1200px) {
  .work-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto 1fr;
    max-width: 1500px;
    --padding-size: 40px;
  }
  .work-wrapper h1 {
    grid-column: 1/span 3;
    grid-row: 1/3;
  }
  .work-wrapper .work-list-content {
    grid-column: 4/span 8;
    grid-row: 1;
    padding: 0;
  }
  .work-wrapper .work-list-content p {
    margin-top: 0;
  }
  .work-wrapper .project-list {
    padding: 0 0 40px 0;
    grid-column: 4/span 8;
    grid-row: 2;
  }
}
.work-list-content {
  padding: 0 20px;
}
@media (min-width: 650px) {
  .work-list-content {
    padding: 0 40px;
  }
}
.mobile #project-information > div {
  display: block !important;
}
#project-information li a {
  display: block;
  padding: 15px;
  color: #FFF;
  text-decoration: none;
}
#project-information h2 {
  padding-right: 15px;
  position: relative;
}
#project-information h2 #close-information {
  position: absolute;
  right: 0;
  top: 12px;
  width: 15px;
  height: 15px;
}
.project-list {
  --padding-size: 20px;
  display: grid;
  gap: var(--padding-size);
  padding: var(--padding-size);
  list-style: none;
  margin: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .project-list {
    --padding-size: 40px;
    grid-column: 4/span 8;
    grid-row: 1/3;
  }
}
.project-list li {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.project-list li a {
  width: 100%;
  text-decoration: none;
}
.project-list li a .project-list-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}
.project-list li a .project-list-image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.project-list li a .title {
  display: block;
  font-size: clamp(1.19rem, 0.52vw + 1.08rem, 1.5rem);
}
.project-list li a:hover .title span {
  border-bottom: 1px solid rgb(249, 89, 75);
}
@media (min-width: 650px) {
  .project-list {
    --padding-size: 40px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
  }
}
.homepage {
  margin: 0 auto;
  width: 860px;
  background-color: rgb(229, 223, 223);
  color: rgb(58, 54, 54);
}
.homepage h2 {
  font-weight: 400;
  font-size: clamp(1.25rem, 2.08vw + 0.83rem, 2.5rem);
  padding: 0;
}
.homepage .homepage-content {
  background-color: rgb(229, 223, 223);
  z-index: 100;
  position: relative;
}
.homepage .get-started a,
.homepage .get-started a:link,
.homepage .get-started a:visited {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 20vh 20px;
  background-color: #000;
  color: rgb(249, 89, 75);
  fill: rgb(249, 89, 75);
  font-size: clamp(1.25rem, 2.08vw + 0.83rem, 2.5rem);
  text-decoration: none;
  font-family: "CabernetJFPro-Regular", serif;
  -webkit-transition:
    background-color 0.4s,
    color 0.4s,
    fill 0.4s;
  transition:
    background-color 0.4s,
    color 0.4s,
    fill 0.4s;
}
.homepage .get-started a:hover {
  background-color: rgb(249, 89, 75);
  color: #000;
  fill: #000;
}
.homepage .get-started a .get-started-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage .get-started a .get-started-wrapper span {
  padding-right: 1em;
}
.homepage .get-started a .get-started-wrapper svg {
  width: 1em;
  height: 0.8em;
}
.homepage .about-up,
.homepage .introduction {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 860px;
  font-size: clamp(1.13rem, 0.63vw + 1rem, 1.5rem);
  margin: 0 auto;
  line-height: 1.5;
}
.homepage .about-up {
  padding: 20px;
}
@media (min-width: 650px) {
  .homepage .about-up {
    padding: 40px;
  }
}
@media (min-width: 860px) {
  .homepage .about-up {
    padding: 40px 0;
  }
}
.homepage .about-up p {
  padding: 0;
  margin: 0;
}
.homepage .introduction {
  padding: 20px;
}
@media (min-width: 650px) {
  .homepage .introduction {
    padding: 40px;
  }
}
@media (min-width: 860px) {
  .homepage .introduction {
    padding: 0 0 40px;
  }
}
.homepage .selected-projects {
  padding: 30px;
}
.homepage .fullscreen {
  position: relative;
  height: 400px;
  clip-path: inset(0);
}
.homepage .fullscreen img {
  width: 100%;
  height: 100%;
}
@media (min-width: 650px) {
  .homepage .fullscreen {
    height: 100vh;
    width: 100vw;
  }
}
.homepage .selected-projects-carousel {
  max-width: 860px;
  margin: 0 auto 40px;
  position: relative;
}
.homepage .selected-projects-carousel .selected-project {
  max-width: 860px;
}
.homepage .selected-projects-carousel .selected-project img {
  width: 100%;
}
.homepage .selected-projects-carousel nav .prev,
.homepage .selected-projects-carousel nav .next {
  top: calc(50% - 16px);
  color: rgb(249, 89, 75);
  width: 32px;
  height: 32px;
  display: inline-block;
  background-color: #FFF;
  border-radius: 50%;
}
.homepage .selected-projects-carousel nav .prev img,
.homepage .selected-projects-carousel nav .next img {
  display: block;
  width: 100%;
  height: 100%;
}
.homepage .selected-projects-carousel nav .prev {
  position: absolute;
  left: 20px;
}
.homepage .selected-projects-carousel nav .next {
  position: absolute;
  right: 20px;
}
.homepage .testimonials {
  max-width: 860px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 20px 40px;
}
@media (min-width: 992px) {
  .homepage .testimonials {
    padding: 0 0 40px 0;
  }
}
.homepage .testimonials .testimonial {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 20px;
  line-height: 1.5;
}
.homepage .testimonials .testimonial:before {
  content: "\201c";
  position: absolute;
  top: 7px;
  left: 0px;
  line-height: 0.75;
  font-size: 40px;
}
.homepage .testimonials .testimonial .end-quote {
  line-height: 0;
  font-size: 40px;
  position: relative;
  top: 12px;
  display: inline-block;
  padding-left: 3px;
}
.homepage .testimonials .testimonial .testimonial-person {
  font-weight: 400;
  font-size: clamp(0.63rem, 0.42vw + 0.54rem, 0.88rem);
  margin-top: 8px;
}
#swup.about {
  background-color: rgb(229, 223, 223);
  height: auto;
}
#swup.about #about-image {
  width: 100%;
}
#swup.about .about-content {
  margin: 60px auto 0;
  color: rgb(58, 54, 54);
}
#swup.about .about-content p {
  margin-top: 0;
}
#swup.about .about-content p:last-child {
  margin-bottom: 0;
}
#swup.about .introduction,
#swup.about .founders {
  max-width: 860px;
  font-size: clamp(1rem, 0.63vw + 0.88rem, 1.38rem);
  padding: 20px;
  line-height: 1.5;
}
@media (min-width: 650px) {
  #swup.about .introduction,
  #swup.about .founders {
    padding: 40px;
  }
}
#swup.about .extra-info {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  font-size: clamp(0.63rem, 1.04vw + 0.42rem, 1.25rem);
  line-height: 1.5;
  --padding-size: 20px;
}
@media (min-width: 500px) {
  #swup.about .extra-info {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto 1fr;
    max-width: 1500px;
    --padding-size: 40px;
  }
}
#swup.about .extra-info > img {
  grid-column: 1/span 6;
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#swup.about .extra-info > .extra-info-content {
  background-color: #FFF;
  grid-column: span 6;
  grid-row: 2;
  padding: 0 var(--padding-size) var(--padding-size);
}
#swup.about .extra-info .section-header {
  background-color: #FFF;
  grid-column: span 6;
  grid-row: 1/2;
}
#swup.about .extra-info .section-header h2 {
  padding: var(--padding-size) 0 0 var(--padding-size);
  margin: 0 0 0.6em 0;
  line-height: 1;
  font-size: clamp(1.5rem, 2.71vw + 0.96rem, 3.13rem);
}
#swup.about .extra-info-wrapper {
  background-color: rgb(229, 223, 223);
}
#swup.about .extra-info-wrapper:nth-child(even) {
  background-color: #FFF;
}
#swup.about .extra-info-wrapper:nth-child(even) .extra-info > img {
  grid-column: 7/span 6;
}
#swup.about .extra-info-wrapper:nth-child(even) .extra-info > .extra-info-content {
  grid-column: 1/span 6;
}
#swup.about .team-wrapper,
#swup.about .introduction {
  padding: 20px;
}
@media (min-width: 650px) {
  #swup.about .team-wrapper,
  #swup.about .introduction {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 40px;
  }
}
@media (min-width: 992px) {
  #swup.about .team-wrapper,
  #swup.about .introduction {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1500px;
  }
}
#swup.about .team-wrapper > img,
#swup.about .introduction > img {
  grid-column: span 4;
  width: 100%;
}
#swup.about .team-wrapper > .extra-info-content,
#swup.about .introduction > .extra-info-content {
  grid-column: span 4;
}
#swup.about .team-wrapper .section-header,
#swup.about .introduction .section-header {
  grid-column: span 3;
  grid-row: 1/3;
}
#swup.about .team-wrapper .section-header h1,
#swup.about .team-wrapper .section-header h2,
#swup.about .introduction .section-header h1,
#swup.about .introduction .section-header h2 {
  padding: 0;
  margin: 0 0 0.8em 0;
  position: sticky;
  top: 100px;
  line-height: 1;
  font-size: clamp(1.88rem, 3.13vw + 1.25rem, 3.75rem);
}
@media (min-width: 992px) {
  #swup.about .team-wrapper .section-header h1,
  #swup.about .team-wrapper .section-header h2,
  #swup.about .introduction .section-header h1,
  #swup.about .introduction .section-header h2 {
    margin-bottom: 0;
  }
}
#swup.about .team-wrapper .directors,
#swup.about .team-wrapper .content,
#swup.about .introduction .directors,
#swup.about .introduction .content {
  grid-column: span 8;
}
#swup.about .team-wrapper .directors,
#swup.about .introduction .directors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}
@media (min-width: 650px) {
  #swup.about .team-wrapper .directors,
  #swup.about .introduction .directors {
    gap: 40px;
    padding-bottom: 40px;
  }
}
#swup.about .team-wrapper .directors .director,
#swup.about .introduction .directors .director {
  line-height: 1.5;
}
#swup.about .team-wrapper .directors .director .director-title,
#swup.about .introduction .directors .director .director-title {
  border: none;
  font-size: clamp(1.25rem, 0.42vw + 1.17rem, 1.5rem);
  margin: 0.5em 0 0.7em;
}
#swup.about .team-wrapper .directors .director .director-content,
#swup.about .introduction .directors .director .director-content {
  font-size: clamp(0.88rem, 0.42vw + 0.79rem, 1.13rem);
}
#swup.about .team-wrapper .directors .director img,
#swup.about .introduction .directors .director img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 500px) {
  #swup.about .team-wrapper .directors,
  #swup.about .introduction .directors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #swup.about .team-wrapper .directors .director,
  #swup.about .introduction .directors .director {
    width: 50%;
  }
}
#swup.about .team-wrapper .team-members,
#swup.about .introduction .team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  grid-column: 4/span 8;
}
@media (min-width: 650px) {
  #swup.about .team-wrapper .team-members,
  #swup.about .introduction .team-members {
    gap: 40px;
  }
}
#swup.about .team-wrapper .team-members .team-member,
#swup.about .introduction .team-members .team-member {
  line-height: 1.5;
}
#swup.about .team-wrapper .team-members .team-member .team-member-title,
#swup.about .introduction .team-members .team-member .team-member-title {
  border: none;
  font-size: clamp(1.13rem, 0.31vw + 1.06rem, 1.31rem);
  margin: 0.5em 0 0.7em;
}
#swup.about .team-wrapper .team-members .team-member .team-member-content,
#swup.about .introduction .team-members .team-member .team-member-content {
  font-size: clamp(0.75rem, 0.42vw + 0.67rem, 1rem);
}
#swup.about .team-wrapper .team-members .team-member img,
#swup.about .introduction .team-members .team-member img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 500px) {
  #swup.about .team-wrapper .team-members,
  #swup.about .introduction .team-members {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #swup.about .team-wrapper .team-members .team-member,
  #swup.about .introduction .team-members .team-member {
    -ms-flex-preferred-size: calc(33.33% - 14px);
    flex-basis: calc(33.33% - 14px);
  }
}
@media (min-width: 650px) {
  #swup.about .team-wrapper .team-members .team-member,
  #swup.about .introduction .team-members .team-member {
    -ms-flex-preferred-size: calc(33.33% - 27px);
    flex-basis: calc(33.33% - 27px);
  }
}
#swup.journal {
  color: #111;
  background-color: rgb(229, 223, 223);
  overflow: visible;
  height: auto;
  padding: 0 20px;
}
#swup.journal .wrapper {
  padding: 90px 0 50px;
  margin: 0 auto;
  max-width: 800px;
}
#swup.journal .wrapper > h1 {
  text-align: left;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: clamp(1.88rem, 3.13vw + 1.25rem, 3.75rem);
}
#swup.journal .wrapper article {
  margin: 40px 0;
}
#swup.journal .wrapper article h1 {
  padding: 16px 0 8px;
  font-size: clamp(1.38rem, 0.63vw + 1.25rem, 1.75rem);
  line-height: 1;
  display: block;
}
#swup.journal .wrapper article .byline .author {
  border-bottom: 1px solid rgb(249, 89, 75);
}
#swup.journal .wrapper article .byline .author + .date {
  padding-left: 3px;
}
#swup.journal .wrapper article .byline .author + .date:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #111;
  margin-right: 6px;
}
#swup.journal .wrapper article p {
  line-height: 1.8;
}
#swup.journal .wrapper article p:last-child {
  position: relative;
  padding-bottom: 40px;
}
#swup.journal .wrapper article p:last-child:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  background-color: rgb(249, 89, 75);
}
#swup.journal .wrapper article .journal-image {
  width: 100%;
}
#swup.journal .pagination {
  padding-bottom: 50px;
}
.contact-wrapper {
  margin-top: 90px;
  --padding-size: 20px;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: auto 1fr;
  gap: var(--padding-size);
  padding: 0 var(--padding-size) var(--padding-size);
  line-height: 1.5;
}
@media (min-width: 650px) {
  .contact-wrapper {
    display: grid;
    --padding-size: 40px;
  }
}
@media (min-width: 992px) {
  .contact-wrapper {
    max-width: 1500px;
  }
}
.contact-wrapper h2 {
  margin-top: 0;
}
.contact-wrapper .section-header {
  grid-column: 1/span 12;
  grid-row: 1;
}
@media (min-width: 992px) {
  .contact-wrapper .section-header {
    grid-column: 1/span 3;
    grid-row: 1/3;
  }
}
.contact-wrapper .section-header h1 {
  padding: 0;
  margin: 0 0 0.8em 0;
  line-height: 1;
  font-size: clamp(1.88rem, 3.13vw + 1.25rem, 3.75rem);
}
@media (min-width: 650px) {
  .contact-wrapper .section-header h1 {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .contact-wrapper .section-header h1 {
    position: sticky;
    top: 100px;
    margin-bottom: 0;
  }
}
.contact-wrapper .contact-details {
  line-height: 1.5;
}
.contact-wrapper .contact-details p {
  line-height: 1.5;
}
@media (min-width: 650px) {
  .contact-wrapper .contact-details {
    grid-column: 6/span 5;
  }
}
@media (min-width: 992px) {
  .contact-wrapper .contact-details {
    grid-column: 9/span 4;
  }
  .contact-wrapper .contact-details .contact-details-sticky {
    padding: 0;
    position: sticky;
    top: 100px;
    line-height: 1;
  }
}
.contact-wrapper .contact-details img {
  width: auto;
}
.contact-wrapper .contact-details .contact-map img {
  width: 100%;
}
.contact-wrapper .contact-details .contact-map,
.contact-wrapper .contact-details .contact-phone,
.contact-wrapper .contact-details .contact-email {
  margin-bottom: 0.8em;
}
.contact-wrapper .contact-details .contact-text a {
  text-decoration: none;
}
.contact-wrapper .contact-details .contact-text a:hover {
  text-decoration: underline;
}
.contact-wrapper .contact-details .contact-text img {
  position: relative;
  top: 4px;
  margin: 0 4px 0 0;
}
@media (min-width: 650px) {
  .contact-form {
    --padding-size: 40px;
    grid-column: span 5;
  }
}
@media (min-width: 992px) {
  .contact-form {
    --padding-size: 40px;
    grid-column: 4/span 5;
  }
}
.form-label label {
  padding-top: 12px;
}
input[type=text],
input[type=email],
textarea,
select {
  width: 100%;
  padding: 12px 15px;
  margin: 10px 0;
  border: none;
  border-bottom: 1px solid #111;
  border-radius: 0;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type=text]:hover,
input[type=email]:hover,
textarea:hover,
select:hover {
  border-color: #888;
  background-color: #f0f0f0;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgb(249, 89, 75);
  background-color: #ffe6f3;
  -webkit-box-shadow: 0 0 5px rgba(198, 0, 112, 0.5);
  box-shadow: 0 0 5px rgba(198, 0, 112, 0.5);
}
input[type=submit],
button {
  width: 100%;
  padding: 12px;
  background-color: rgb(249, 89, 75);
  border: none;
  color: #fff;
  font-size: 1em;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
input[type=submit]:hover,
button:hover {
  background-color: #a51206;
}
textarea {
  resize: vertical;
}
.form-row {
  padding-bottom: 1em;
  max-width: 500px;
}
.form-row .form-label {
  text-align: left;
}
.form-row .form-input input[type=radio] {
  display: none;
}
.form-row .form-input label {
  border-radius: 10px;
  display: inline-block;
  min-width: 130px;
  padding: 10px;
  margin: 5px 10px 5px 0;
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.form-row .form-input label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.form-row .form-input input[type=radio]:checked + label::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #555;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
.form-row .form-input input[type=radio]:checked + label {
  border: 1px solid #111;
}
.form-row .form-error {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 12px;
  color: rgb(249, 89, 75);
}
.form-row:has(.form-error) .form-label {
  color: rgb(249, 89, 75);
}
.form-row:has(.form-error) .form-input input[type=text],
.form-row:has(.form-error) .form-input input[type=email],
.form-row:has(.form-error) .form-input input[type=password],
.form-row:has(.form-error) .form-input textarea,
.form-row:has(.form-error) .form-input select {
  outline: none;
  border-color: rgb(249, 89, 75);
  background-color: #ffe6f3;
  -webkit-box-shadow: 0 0 5px rgba(198, 0, 112, 0.5);
  box-shadow: 0 0 5px rgba(198, 0, 112, 0.5);
}
input[type=submit] {
  max-width: 500px;
}
.mobile .logo {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.5s ease-in-out, height 0s ease 1s;
  transition: opacity 0.5s ease-in-out, height 0s ease 1s;
}
.show-project-info.mobile .logo {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, height 0s ease 1s;
  transition: opacity 0.5s ease-in-out, height 0s ease 1s;
}
.description {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 94px;
  right: 28px;
  width: 300px;
  height: 0;
  opacity: 0;
  z-index: 1000;
  background: #FFF;
  border-radius: 10px;
  color: #000;
  -webkit-transition: height 0.3s 0.4s ease-in, opacity 0.3s 0.4s ease-in;
  transition: height 0.3s 0.4s ease-in, opacity 0.3s 0.4s ease-in;
  overflow: hidden;
  overflow-y: auto;
}
.description .wrapper {
  height: auto;
  padding: 25px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  font-size: clamp(0.88rem, 0.42vw + 0.79rem, 1.13rem);
}
.description .wrapper h2 {
  margin: 6px 0 16px;
  padding: 0;
}
.show-project-info .description {
  display: block;
  height: calc(100vh - 94px - 70px);
  -webkit-transition: height 0.3s 0.2s ease-in, opacity 0.4s 0.2s ease-in;
  transition: height 0.3s 0.2s ease-in, opacity 0.4s 0.2s ease-in;
  opacity: 1;
}
.mobile .show-project-info .description {
  height: calc(100vh - 94px - 70px - 87px);
}
.show-project-info .description .wrapper {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.5s ease-in-out;
  transition: opacity 0.3s 0.5s ease-in-out;
}
@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords;
  }
  .description {
    max-height: calc(100vh - 94px - 70px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    height: 0;
  }
  .mobile .description {
    max-height: calc(100vh - 94px - 70px - 87px);
  }
  .show-project-info .description {
    max-height: calc(100vh - 94px - 70px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    height: auto;
  }
  .mobile .show-project-info .description {
    max-height: calc(100vh - 94px - 70px - 87px);
  }
}
#scroll-up {
  z-index: 10;
}
.details,
.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.details img,
.address img {
  -webkit-transition: none !important;
  transition: none !important;
  display: block;
  margin-right: 30px;
  width: auto;
}
.mobile .details,
.mobile .address {
  display: block;
  padding-right: 30px;
}
.mobile .details img,
.mobile .address img {
  -webkit-transition: none;
  transition: none;
  width: 320px;
  height: auto;
  padding-bottom: 25px;
}
#project-prev {
  text-decoration: none;
  float: left;
  width: 50%;
  position: relative;
  padding-bottom: 10px;
}
#project-prev:after {
  content: "PREVIOUS";
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgb(249, 89, 75);
  font-size: 10px;
  letter-spacing: 1px;
}
#project-next {
  float: right;
  width: 50%;
  position: relative;
  text-align: right;
  text-decoration: none;
  padding-bottom: 10px;
}
#project-next:after {
  content: "NEXT";
  position: absolute;
  right: 0;
  bottom: 0;
  color: rgb(249, 89, 75);
  font-size: 10px;
  letter-spacing: 1px;
}
.down-arrow {
  opacity: 0;
  z-index: 200;
  width: 50px;
  height: 45px;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
  position: fixed;
  background-size: 50%;
  font-size: 10px;
  text-align: center;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  overflow: visible;
}
.down-arrow:after {
  content: " ";
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
  display: block;
  width: 36px;
  height: 36px;
  background: #FFF url(/static/images/arrow-down.svg) no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  color: rgb(249, 89, 75);
}
.fp-enabled .down-arrow {
  opacity: 1;
}
.down-arrow.hidden {
  opacity: 0;
}
.arrow.is-left {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.footer {
  position: relative;
  font-size: clamp(0.75rem, 0.31vw + 0.69rem, 0.94rem);
  background: #FFF;
  color: #000;
  padding: 1rem;
  border-top: 40px solid rgb(249, 89, 75);
}
@media (min-width: 650px) {
  .footer {
    padding: 30px;
  }
}
.footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 650px) {
  .footer .footer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer .footer-row p {
  margin-bottom: 0;
}
.footer .footer-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-list a {
  text-decoration: none;
}
.footer .footer-list a:hover {
  border-bottom: 1px solid rgb(249, 89, 75);
}
.footer .mail {
  font-weight: bold;
}
.more-information {
  width: 36px;
  height: 36px;
  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;
  cursor: pointer;
  position: fixed;
  bottom: 28px;
  right: 28px;
}
.more-information .document {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  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;
  position: relative;
  background-color: #000;
}
.more-information .document .line {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: white;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
}
.more-information .document .line:nth-child(1) {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.more-information .document .line:nth-child(2) {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.more-information .document .line:nth-child(3) {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.show-project-info .more-information .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-project-info .more-information .line:nth-child(2) {
  opacity: 0;
}
.show-project-info .more-information .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
img {
  width: 100%;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
