@charset "UTF-8";
/*-----------------FONTS-----------------*/
@font-face {
  font-family: "BDO grotesk";
  src: url(../font/BDOGrotesk-Regular.woff2) format("woff2"), url(../font/BDOGrotesk-Regular.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "BDO grotesk";
  src: url(../font/BDOGrotesk-Medium.woff2) format("woff2"), url(../font/BDOGrotesk-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BDO grotesk";
  src: url(../font/BDOGrotesk-Bold.woff2) format("woff2"), url(../font/BDOGrotesk-Bold.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mattone";
  src: url(../font/Mattone-Black.woff2) format("woff2"), url(../font/Mattone-Black.woff) format("woff"), url(../font/Mattone.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
/*-----------------GLOBAL VARIABLES-----------------*/
:root {
  font-size: 16px;
}
@media screen and (min-width: 1921px) {
  :root {
    font-size: 18px;
  }
}
@media screen and (max-width: 980px) {
  :root {
    font-size: 14px;
  }
}

::-moz-selection {
  background-color: #ffa8e8;
  color: #262626;
}

::selection {
  background-color: #ffa8e8;
  color: #262626;
}

/*-----------------MIXIN IMPORT-----------------*/
.projcard {
  position: relative;
}
.projcard a {
  display: block;
  position: relative;
}
.projcard img {
  display: block;
  width: 100%;
  position: relative;
}
.projcard .hometitle {
  position: absolute;
  top: 30px;
  left: 46%;
  transform: translateX(-50%);
  color: #e5e3d9;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .projcard .hometitle {
    flex-direction: column-reverse;
    top: 10px;
    left: 0;
    transform: translateX(0);
  }
}
.projcard .hometitle span {
  background-color: #526352;
  padding: 5px 15px;
  border-radius: 50px;
  display: block;
  transition: transform 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97);
  transform-origin: right bottom;
}
.projcard .hometitle::after {
  content: "→";
  position: relative;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #526352;
  padding-top: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97), margin-left 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97);
  transform-origin: center;
}
@media screen and (max-width: 980px) {
  .projcard .hometitle::after {
    transform: translateX(24px) rotate(-45deg);
  }
}

.btn-base {
  font-size: 1rem;
  padding: 5px 15px;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: block;
  border-radius: 20px;
  border: 1px solid transparent;
  transition: color 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97), background-color 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97), border 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
.btn-base.pink {
  background-color: #ffa8e8;
  color: #452121;
}
.btn-base.pink:hover {
  color: #e5e3d9;
  border-color: #452121;
  background-color: #452121;
}

.btn-green {
  color: #e5e3d9;
  font-weight: 500;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .btn-green {
    flex-direction: column-reverse;
  }
}
.btn-green:hover::after {
  transform: rotate(-45deg) translate(18px, -28px);
  margin-left: -6px;
}
@media screen and (max-width: 980px) {
  .btn-green:hover::after {
    transform: translateX(25px) rotate(-45deg);
    margin-left: 0;
  }
}
.btn-green:hover span {
  transform: rotate(15deg);
}
@media screen and (max-width: 980px) {
  .btn-green:hover span {
    transform: rotate(0deg);
  }
}
.btn-green span {
  background-color: #526352;
  padding: 5px 15px;
  border-radius: 50px;
  display: block;
  transition: transform 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97);
  transform-origin: right bottom;
}
.btn-green::after {
  content: "→";
  position: relative;
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 100%;
  background-color: #526352;
  padding-top: 2px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97), margin 0.3s ease;
  transform-origin: center;
}
@media screen and (max-width: 980px) {
  .btn-green::after {
    transform: translateX(25px) rotate(-45deg);
  }
}

.imggal .splide__slide {
  height: 40vw;
}
@media screen and (max-width: 980px) {
  .imggal .splide__slide {
    height: 85vw;
  }
}
.imggal .splide__slide img {
  height: 100%;
  position: relative;
}
.imggal .splide__slide video {
  height: 100%;
  position: relative;
}
.imggal .splide__arrow {
  background: #526352;
  opacity: 1;
  width: 30px;
  height: 30px;
}
.imggal .splide__arrow:hover {
  opacity: 1;
}
.imggal .splide__arrow--next {
  right: 3vw;
}
.imggal .splide__arrow--next:hover::after {
  transform: translate(-50%, -50%) rotate(-30deg);
}
.imggal .splide__arrow--next::after {
  content: "→";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #e5e3d9;
  font-weight: 500;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
.imggal .splide__arrow--prev {
  left: 3vw;
}
.imggal .splide__arrow--prev:hover::after {
  transform: translate(-50%, -50%) rotate(30deg);
}
.imggal .splide__arrow--prev::after {
  content: "←";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #e5e3d9;
  font-weight: 500;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  pointer-events: none;
  transition: transform 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
.imggal .splide__arrow svg {
  display: none;
}
.imggal button[disabled] {
  opacity: 0.6;
}
.imggal button[disabled]:hover {
  opacity: 0.6;
}
.imggal button[disabled]:hover::after {
  transform: translate(-50%, -50%);
}

#homeloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1002;
  background-color: #526352;
  transition: transform 1s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
#homeloader.hidden {
  transform: translateY(-100%);
}
#homeloader.remove {
  display: none;
}
#homeloader .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#homeloader .inner figure {
  width: 200px;
}
#homeloader .inner figure img {
  filter: brightness(0) saturate(100%) invert(98%) sepia(14%) saturate(249%) hue-rotate(330deg) brightness(91%) contrast(98%);
}

/*-----------------GLOBAL SETTINGS-----------------*/
html {
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: auto;
  height: auto !important;
}

body {
  margin: 0;
  color: #262626;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  background-color: #e5e3d9;
  color: #452121;
  height: -moz-max-content;
  height: max-content;
}

button {
  background-color: #f7f7f7;
  border-radius: 100px;
  border: none;
  color: #262626;
  font-size: 1.2rem;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Mattone", "Arial", "Helvetica", sans-serif;
}
@media screen and (max-width: 980px) {
  h1 {
    font-size: 1.28rem;
  }
}
h1 sup {
  font-weight: 400;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
}
h1.projtit {
  font-size: 7rem;
  font-family: "Mattone", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.05;
}
@media screen and (max-width: 980px) {
  h1.projtit {
    font-size: 3.4rem;
  }
}
h1.small {
  font-size: 2.5rem;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
h1.big {
  font-size: 5.625rem;
  font-family: "Mattone", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  h1.big {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 600;
}
h2.big {
  font-size: 7rem;
  font-family: "Mattone", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  line-height: 1.05;
}
@media screen and (max-width: 980px) {
  h2.big {
    font-size: 3.4rem;
  }
}
h2.bigtitle {
  font-size: 2.5rem;
}
@media screen and (max-width: 980px) {
  h2.bigtitle {
    font-size: 2rem;
  }
}

h3 {
  font-size: 4rem;
  font-family: "Mattone", "Arial", "Helvetica", sans-serif;
  line-height: 1.1;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  h3 {
    font-size: 2rem;
  }
}
h3.small {
  font-size: 2.5rem;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  font-size: 4rem;
  font-family: "Mattone", "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
@media screen and (max-width: 980px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
p.med {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  p.med {
    font-size: 1.428rem;
  }
}
p sup {
  font-weight: 400;
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 7px;
}
@media screen and (max-width: 980px) {
  p sup {
    font-size: 0.75rem;
  }
}

.showmobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .showmobile {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .hidemobile {
    display: none !important;
  }
}

.imgwrap img {
  position: relative;
  width: 100%;
}

figure {
  margin: 0;
  padding: 0;
}
figure img {
  position: relative;
  width: 100%;
}
figure video {
  position: relative;
  width: 100%;
}

button {
  font-family: "BDO grotesk", "Arial", "Helvetica", sans-serif;
}

.paget {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

html.is-animating.is-leaving .paget {
  opacity: 0;
  transform: translateY(40px);
}

html.is-animating.is-rendering .paget {
  opacity: 0;
  transform: translateY(-40px);
}

/*-----------------OTHER IMPORTS-----------------*/
header {
  view-transition-name: main-header;
  z-index: 9;
  position: fixed;
  top: 10px;
  left: 2.65vw;
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  header {
    width: 86vw;
  }
}
header {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  header {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
header {
  pointer-events: none;
  transition: transform 0.5s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
@media screen and (max-width: 980px) {
  header {
    left: 7vw;
  }
}
header.hidden {
  transform: translateY(-110%);
}
header nav {
  grid-column: 5/span 2;
  padding: 0 15%;
  pointer-events: all;
}
@media screen and (max-width: 980px) {
  header nav {
    grid-column: 2/span 3;
    padding: 0 10%;
  }
}
header nav .homelink img {
  position: relative;
  width: 100%;
  display: block;
}
header ul {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  padding-top: 5px;
}
header ul .current {
  text-decoration: underline;
}

.footer {
  padding-bottom: 24px;
}
.footer_wrap {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .footer_wrap {
    width: 86vw;
  }
}
.footer_wrap {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .footer_wrap {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.footer_wrap {
  align-items: flex-end;
}
@media screen and (max-width: 980px) {
  .footer_wrap {
    grid-row-gap: 10px;
  }
}
.footer_wrap li {
  color: #526352;
}
@media screen and (max-width: 980px) {
  .footer_wrap li p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 980px) {
  .footer_wrap li p a {
    font-size: 0.75rem;
  }
}
.footer_wrap li.logo {
  grid-column: 1/span 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer_wrap li.logo img {
  position: relative;
  width: 26%;
}
@media screen and (max-width: 980px) {
  .footer_wrap li.logo img {
    width: 70%;
  }
}
.footer_wrap li.legal {
  grid-column: 3/span 2;
}
@media screen and (max-width: 980px) {
  .footer_wrap li.legal {
    grid-column: 2/span 2;
  }
}
.footer_wrap li.address {
  grid-column: span 2;
}
@media screen and (max-width: 980px) {
  .footer_wrap li.address {
    grid-column: 4/span 2;
  }
}
.footer_wrap li.socials {
  grid-column: span 1;
}
@media screen and (max-width: 980px) {
  .footer_wrap li.socials {
    grid-column: 1/span 2;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}
.footer_wrap li.newsletter {
  grid-column: span 2;
}
@media screen and (max-width: 980px) {
  .footer_wrap li.newsletter {
    grid-column: 3/span 1;
  }
}
.footer_wrap li.cookiepolicy {
  grid-column: span 1;
}
@media screen and (max-width: 980px) {
  .footer_wrap li.cookiepolicy {
    grid-column: 4/span 2;
  }
}

.home_intro {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .home_intro {
    height: 100%;
    padding-top: 20vh;
    justify-content: flex-start;
    box-sizing: border-box;
  }
}
.home_intro_anim {
  width: 100%;
  height: 90.6%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.home_intro_anim .trail-img {
  position: absolute;
  width: 12vw;
  height: auto;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  z-index: 999;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
@media screen and (max-width: 980px) {
  .home_intro_anim .trail-img {
    width: 30vw;
  }
}
.home_intro_logo {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_intro_logo {
    width: 86vw;
  }
}
.home_intro_logo {
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}
.home_intro_logo img {
  position: relative;
  width: 100%;
  display: block;
}
.home_intro_logo svg {
  position: relative;
  width: 100%;
  display: block;
}
.home_intro_navpages {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_intro_navpages {
    width: 86vw;
  }
}
.home_intro_navpages {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .home_intro_navpages {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.home_intro_navpages {
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
.home_intro_navpages li {
  grid-column: 5/span 1;
  font-size: 1.875rem;
}
.home_intro_navpages li:nth-of-type(2) {
  grid-column: span 1;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .home_intro_navpages li:nth-of-type(2) {
    grid-column: 4/span 2;
  }
}
@media screen and (max-width: 980px) {
  .home_intro_navpages li {
    grid-column: 1/span 2;
  }
}
.home_intro_navpages li a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.home_textwrap {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_textwrap {
    width: 86vw;
  }
}
.home_textwrap {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .home_textwrap {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.home_textwrap {
  padding: 240px 0;
}
@media screen and (max-width: 980px) {
  .home_textwrap {
    padding: 120px 0 72px 0;
  }
}
.home_textwrap h1 {
  grid-column: 3/span 6;
  padding-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .home_textwrap h1 {
    grid-column: 1/span 5;
  }
}
.home_textwrap h1 sup {
  display: inline-block;
  padding-right: 45px;
}
@media screen and (max-width: 980px) {
  .home_textwrap h1 sup {
    padding-right: 5px;
  }
}
.home_textwrap a {
  grid-column: 3/span 6;
}
@media screen and (max-width: 980px) {
  .home_textwrap a {
    grid-column: 1/span 5;
  }
}
.home_projects {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .home_projects {
    padding-bottom: 120px;
  }
}
.home_projects_title {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_projects_title {
    width: 86vw;
  }
}
.home_projects_title {
  display: flex;
  justify-content: center;
  z-index: 0;
  position: sticky;
  top: 40%;
  left: 0;
}
.home_projects_title h2 {
  text-align: center;
  transition: opacity 0.5s ease;
}
.home_projects_title h2.hidden {
  opacity: 0;
}
.home_projects_list {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_projects_list {
    width: 86vw;
  }
}
.home_projects_list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .home_projects_list {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.home_projects_list {
  padding-top: 192px;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 980px) {
  .home_projects_list {
    padding-top: 96px;
  }
}
@media screen and (max-width: 980px) and (max-width: 980px) {
  .home_projects_list {
    padding-bottom: 0;
  }
}
.home_projects_list li {
  grid-column: 2/span 4;
  grid-row: 1/span 2;
  padding-bottom: 24px;
}
.home_projects_list li .hometitle span {
  text-align: center;
}
@media screen and (max-width: 980px) {
  .home_projects_list li .hometitle {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .home_projects_list li {
    grid-column: 1/span 4;
    grid-row: span 1;
    padding-bottom: 24px;
  }
}
.home_projects_list li:nth-of-type(2) {
  grid-column: 6/span 4;
  grid-row: 2/span 2;
}
@media screen and (max-width: 980px) {
  .home_projects_list li:nth-of-type(2) {
    grid-column: 2/span 4;
    grid-row: span 1;
  }
}
.home_projects_list li:nth-of-type(3) {
  grid-column: 2/span 4;
  grid-row: 3/span 2;
}
@media screen and (max-width: 980px) {
  .home_projects_list li:nth-of-type(3) {
    grid-column: 1/span 4;
    grid-row: span 1;
  }
}
.home_projects_list li:nth-of-type(4) {
  grid-column: 6/span 4;
  grid-row: 4/span 2;
}
@media screen and (max-width: 980px) {
  .home_projects_list li:nth-of-type(4) {
    grid-column: 2/span 4;
    grid-row: span 1;
  }
}
.home_projects_list li:hover .hometitle::after {
  transform: rotate(-45deg) translate(18px, -28px);
  margin-left: -6px;
}
@media screen and (max-width: 980px) {
  .home_projects_list li:hover .hometitle::after {
    transform: translateX(25px) rotate(-45deg);
    margin-left: 0;
  }
}
.home_projects_list li:hover .hometitle span {
  transform: rotate(15deg);
}
@media screen and (max-width: 980px) {
  .home_projects_list li:hover .hometitle span {
    transform: rotate(0deg);
  }
}
.home_projects_cta {
  position: relative;
  padding-bottom: 24px;
  display: flex;
  justify-content: center;
}

#project-gallery {
  display: none !important;
}

.projs_intro {
  padding-top: 192px;
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .projs_intro {
    width: 86vw;
  }
}
@media screen and (max-width: 980px) {
  .projs_intro {
    padding-top: 144px;
  }
}
.projs_list {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .projs_list {
    width: 86vw;
  }
}
.projs_list {
  min-height: 100vh;
}
.projs_list_header {
  padding-bottom: 24px;
}
.projs_list_header .view-controls {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-bottom: 24px;
}
.projs_list_header .view-controls button {
  background-color: transparent;
  padding: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #452121;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97);
  cursor: pointer;
  color: #452121;
}
@media screen and (max-width: 980px) {
  .projs_list_header .view-controls button {
    font-size: 1rem;
  }
}
.projs_list_header .view-controls button.active {
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .projs_list_header .category-filters {
    width: 100%;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 980px) {
  .projs_list_header .category-filters .container {
    width: -moz-max-content;
    width: max-content;
  }
}
.projs_list_header .category-filters button {
  font-size: 1.25rem;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #452121;
  cursor: pointer;
  padding: 5px 20px;
  font-weight: 600;
  color: #452121;
  transition: color 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97), background-color 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
@media screen and (max-width: 980px) {
  .projs_list_header .category-filters button {
    font-size: 1rem;
    padding: 5px 10px;
  }
}
.projs_list_header .category-filters button.active {
  background-color: #452121;
  color: #e5e3d9;
}
.projs_wrapper.is-changing {
  animation: fadeTranslate 0.6s ease-in-out;
}
.projs_wrapper .list-table-header {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .projs_wrapper .list-table-header {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.projs_wrapper .list-table-header {
  padding-bottom: 12px;
}
.projs_wrapper .list-table-header li:nth-of-type(1) {
  grid-column: 1/span 3;
}
@media screen and (max-width: 980px) {
  .projs_wrapper .list-table-header li:nth-of-type(1) {
    grid-column: 2/span 2;
  }
}
.projs_wrapper .list-table-header li:nth-of-type(1) span {
  cursor: pointer;
}
.projs_wrapper .list-table-header li:nth-of-type(2) {
  grid-column: 4/span 4;
}
@media screen and (max-width: 980px) {
  .projs_wrapper .list-table-header li:nth-of-type(2) {
    display: none;
  }
}
.projs_wrapper .list-table-header li:nth-of-type(3) {
  grid-column: 8/span 2;
}
@media screen and (max-width: 980px) {
  .projs_wrapper .list-table-header li:nth-of-type(3) {
    display: none;
  }
}
.projs_wrapper .list-table-header li:nth-of-type(4) {
  grid-column: 10/span 1;
}
@media screen and (max-width: 980px) {
  .projs_wrapper .list-table-header li:nth-of-type(4) {
    grid-column: 4/span 2;
  }
}
.projs_wrapper .list-table-header li:nth-of-type(4) span {
  cursor: pointer;
}

.is-grid {
  padding-bottom: 216px;
}
.is-grid .projectlist {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .is-grid .projectlist {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.is-grid .projectlist {
  grid-row-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .is-grid .projectlist {
    grid-row-gap: 48px;
  }
}
.is-grid .projectlist .project-card {
  grid-column: span 3;
}
@media screen and (max-width: 980px) {
  .is-grid .projectlist .project-card {
    grid-column: span 5;
  }
}
.is-grid .projectlist .project-card a .base-img {
  transition: filter 0.3s ease;
}
.is-grid .projectlist .project-card a:hover figure .hover-img {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.is-grid .projectlist .project-card a:hover figure .base-img {
  filter: brightness(0.7);
}
.is-grid .projectlist .project-card a figure {
  position: relative;
}
.is-grid .projectlist .project-card a figure .hover-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 45%;
  transition: opacity 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97), transform 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
@media screen and (max-width: 980px) {
  .is-grid .projectlist .project-card a .title {
    padding-top: 6px;
  }
}
@media screen and (max-width: 980px) {
  .is-grid .projectlist .project-card a .title sup {
    display: block;
  }
}
.is-grid .projectlist .project-card .l-client,
.is-grid .projectlist .project-card .l-icon,
.is-grid .projectlist .project-card .l-cat,
.is-grid .projectlist .project-card .l-year,
.is-grid .projectlist .project-card .l-img {
  display: none;
}

.is-list {
  padding-bottom: 216px;
}
.is-list .projectlist {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.is-list .projectlist .project-card a {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .is-list .projectlist .project-card a {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.is-list .projectlist .project-card a {
  align-items: center;
  position: relative;
}
.is-list .projectlist .project-card a:hover .l-img {
  opacity: 1;
  z-index: 0;
  transform: translateY(0);
}
.is-list .projectlist .project-card a .project-figure {
  display: none;
}
.is-list .projectlist .project-card a sup {
  display: none;
}
.is-list .projectlist .project-card a .title {
  grid-column: 1/span 3;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 980px) {
  .is-list .projectlist .project-card a .title {
    grid-row: 1/span 1;
    grid-column: 2/span 2;
    font-size: 1rem;
    font-weight: 600;
  }
}
.is-list .projectlist .project-card a .title .l-icon {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .is-list .projectlist .project-card a .title .l-icon {
    padding-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.is-list .projectlist .project-card a .l-client {
  grid-column: 4/span 4;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .is-list .projectlist .project-card a .l-client {
    grid-column: 4/span 2;
    grid-row: 1/span 1;
    font-size: 1rem;
  }
}
.is-list .projectlist .project-card a .l-cat {
  grid-column: 8/span 2;
}
@media screen and (max-width: 980px) {
  .is-list .projectlist .project-card a .l-cat {
    grid-column: 2/span 2;
    grid-row: 2/span 1;
    font-size: 1rem;
  }
}
.is-list .projectlist .project-card a .l-year {
  grid-column: 10/span 1;
}
@media screen and (max-width: 980px) {
  .is-list .projectlist .project-card a .l-year {
    grid-column: 4/span 2;
    grid-row: 2/span 1;
    font-size: 1rem;
  }
}
.is-list .projectlist .project-card a .l-img {
  position: absolute;
  left: 29vw;
  top: 0;
  width: 20%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97), transform 0.5s ease;
  transform: translateY(-8px);
  z-index: 0;
}

@keyframes fadeTranslate {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  45% {
    opacity: 0;
    transform: translateY(-20px);
  }
  55% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[x-cloak] {
  display: none !important;
}

.proj_top {
  padding-top: 216px;
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .proj_top {
    width: 86vw;
  }
}
.proj_top {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .proj_top {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.proj_top {
  padding-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .proj_top {
    padding-top: 168px;
    padding-bottom: 48px;
  }
}
.proj_top h1 {
  grid-column: 2/span 8;
  text-align: center;
  text-transform: lowercase;
}
@media screen and (max-width: 980px) {
  .proj_top h1 {
    grid-column: 1/span 5;
    font-size: 3.4rem;
  }
}
.proj_top p {
  padding-top: 24px;
  grid-column: 3/span 6;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .proj_top p {
    grid-column: 1/span 5;
    padding-top: 12px;
  }
}
.proj_descintro {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .proj_descintro {
    width: 86vw;
  }
}
.proj_descintro .firstgal {
  padding: 0 8% 96px 8%;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .proj_descintro .firstgal {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .proj_descintro .firstgal {
    padding: 0 0 48px 0;
    grid-row-gap: 24px;
  }
}
.proj_descintro .firstgal figure {
  grid-column: span 5;
}
@media screen and (max-width: 980px) {
  .proj_descintro .firstgal figure {
    padding: 0 7%;
  }
}
.proj_descintro .textwrap {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .proj_descintro .textwrap {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.proj_descintro .textwrap {
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .proj_descintro .textwrap {
    padding-bottom: 96px;
  }
}
.proj_descintro .textwrap h3 {
  grid-column: 1/span 5;
}
@media screen and (max-width: 980px) {
  .proj_descintro .textwrap h3 {
    padding-bottom: 24px;
  }
}
.proj_descintro .textwrap p {
  grid-column: span 5;
}
@media screen and (max-width: 980px) {
  .proj_descintro .textwrap p {
    padding: 0 7%;
  }
}
.proj_firstgal {
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .proj_firstgal {
    padding-bottom: 96px;
  }
}
.proj_process {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .proj_process {
    width: 86vw;
  }
}
.proj_process {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .proj_process {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.proj_process {
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .proj_process {
    padding-bottom: 96px;
  }
}
.proj_process .textwrap {
  grid-column: 3/span 6;
}
@media screen and (max-width: 980px) {
  .proj_process .textwrap {
    grid-column: 1/span 5;
  }
}
.proj_process .textwrap h3 {
  padding-bottom: 24px;
  text-transform: uppercase;
}
.proj_secondgal {
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .proj_secondgal {
    padding-bottom: 120px;
  }
}
.proj_secondgal ul li img {
  height: calc(100% - 30px) !important;
}
.proj_secondgal ul li p {
  text-align: center;
  padding-top: 5px;
}
.proj_sibling {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .proj_sibling {
    width: 86vw;
  }
}
.proj_sibling {
  margin-bottom: 216px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 980px) {
  .proj_sibling {
    margin-bottom: 96px;
  }
}
.proj_sibling:hover .container h2 {
  opacity: 1;
  transform: rotate(0);
}
@media screen and (max-width: 980px) {
  .proj_sibling:hover .container h2 {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .proj_sibling:hover .container figure {
    opacity: 0;
  }
}
.proj_sibling .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.proj_sibling .container figure {
  width: 10vw;
  position: absolute;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
@media screen and (max-width: 980px) {
  .proj_sibling .container figure {
    width: 30%;
    opacity: 0;
  }
}
.proj_sibling .container h2 {
  opacity: 0;
  text-align: center;
  top: 0;
  width: 80%;
  transform: rotate(-5deg);
  transition: opacity 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97), transform 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97);
  text-transform: lowercase;
}
@media screen and (max-width: 980px) {
  .proj_sibling .container h2 {
    transform: rotate(0);
    opacity: 1;
  }
}

.studio_intro {
  width: 100%;
  height: 80vh;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .studio_intro {
    height: auto;
    width: 100%;
  }
}
.studio_intro video {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .studio_intro video {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
}
.studio_textwrap {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .studio_textwrap {
    width: 86vw;
  }
}
.studio_textwrap {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .studio_textwrap {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.studio_textwrap {
  padding-top: 48px;
  padding-bottom: 144px;
}
@media screen and (max-width: 980px) {
  .studio_textwrap {
    padding-bottom: 72px;
  }
}
.studio_textwrap h1 {
  grid-column: 1/span 5;
}
@media screen and (max-width: 980px) {
  .studio_textwrap h1 {
    grid-column: 1/span 5;
    padding-bottom: 72px;
  }
}
.studio_textwrap p {
  grid-column: span 5;
}
@media screen and (max-width: 980px) {
  .studio_textwrap p {
    grid-column: 1/span 5;
    padding-bottom: 96px;
  }
}
.studio_gal {
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .studio_gal {
    padding-bottom: 120px;
  }
}
.studio_gal ul li img {
  height: calc(100% - 30px) !important;
}
.studio_gal ul li p {
  text-align: center;
  padding-top: 5px;
}
.studio_approach {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .studio_approach {
    width: 86vw;
  }
}
.studio_approach {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .studio_approach {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.studio_approach {
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .studio_approach {
    padding-bottom: 120px;
  }
}
.studio_approach h3 {
  grid-column: 3/span 6;
  text-transform: uppercase;
  padding-bottom: 24px;
}
@media screen and (max-width: 980px) {
  .studio_approach h3 {
    grid-column: 1/span 5;
  }
}
.studio_approach p {
  grid-column: 3/span 6;
}
@media screen and (max-width: 980px) {
  .studio_approach p {
    grid-column: 1/span 5;
  }
}
.studio_clients {
  display: flex;
  flex-direction: column;
  padding-bottom: 240px;
}
@media screen and (max-width: 980px) {
  .studio_clients {
    padding-bottom: 120px;
  }
}
.studio_clients p {
  justify-self: center;
  align-self: center;
  text-align: center;
  padding-bottom: 48px;
}
.studio_clients .clientslist ul li {
  border-right: 3px solid #452121;
  padding: 0 10rem;
}
@media screen and (max-width: 980px) {
  .studio_clients .clientslist ul li {
    padding: 0 4rem;
  }
}
.studio_clients .clientslist ul li a {
  transition: color 0.3s cubic-bezier(0.85, 0.52, 0.1, 0.97);
}
.studio_clients .clientslist ul li a:hover {
  color: #ffa8e8;
}
.studio_contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .studio_contacts {
    padding-bottom: 72px;
  }
}
.studio_contacts h4 {
  z-index: 1;
  padding-top: 48px;
  color: #526352;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .studio_contacts h4 {
    padding: 0 15%;
  }
}
.studio_contacts h4:hover .background-image img {
  opacity: 1;
}
.studio_contacts h4 .background-image {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 30%;
  overflow: hidden;
}
.studio_contacts h4 .background-image img {
  position: relative;
  display: block;
  width: 100%;
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.85, 0.52, 0.1, 0.97), opacity 0.2s cubic-bezier(0.85, 0.52, 0.1, 0.97);
  opacity: 0;
}
.studio_contacts .contactwrap {
  padding-top: 48px;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .studio_contacts .contactwrap {
    padding-top: 24px;
  }
}
.studio_contacts .contactwrap p {
  text-align: center;
  color: #526352;
}
@media screen and (max-width: 980px) {
  .studio_contacts .contactwrap p {
    font-size: 0.75rem;
  }
}
.studio_contacts .contactwrap p a {
  text-decoration: underline;
}
.studio_contacts .contactwrap p a:hover {
  text-decoration: none;
}
.studio_coworking {
  padding-bottom: 216px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .studio_coworking {
    width: 86vw;
  }
}
.studio_coworking {
  position: relative;
}
@media screen and (max-width: 980px) {
  .studio_coworking {
    padding-bottom: 72px;
  }
}
.studio_coworking .smallgal {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .studio_coworking .smallgal {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.studio_coworking .smallgal {
  padding-bottom: 48px;
}
@media screen and (max-width: 980px) {
  .studio_coworking .smallgal {
    padding-bottom: 24px;
    grid-row-gap: 24px;
  }
}
.studio_coworking .smallgal figure {
  grid-column: span 5;
}
.studio_coworking a {
  display: flex;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.coworking_intro {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .coworking_intro {
    width: 86vw;
  }
}
.coworking_intro {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .coworking_intro {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.coworking_intro {
  padding-top: 216px;
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .coworking_intro {
    padding-top: 168px;
    padding-bottom: 48px;
  }
}
.coworking_intro h1 {
  grid-column: 3/span 6;
  text-transform: none;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .coworking_intro h1 {
    grid-column: 1/span 5;
    padding: 0 10%;
    font-size: 3rem;
  }
}
.coworking_intro p {
  grid-column: 4/span 4;
  text-align: center;
  padding: 24px 15% 0 15%;
}
@media screen and (max-width: 980px) {
  .coworking_intro p {
    grid-column: 1/span 5;
  }
}
.coworking_intro figure {
  padding-top: 72px;
  grid-column: 2/span 8;
}
@media screen and (max-width: 980px) {
  .coworking_intro figure {
    grid-column: 1/span 5;
  }
}
.coworking_desc {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .coworking_desc {
    width: 86vw;
  }
}
.coworking_desc {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .coworking_desc {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.coworking_desc p {
  grid-column: 3/span 6;
  padding-bottom: 108px;
}
@media screen and (max-width: 980px) {
  .coworking_desc p {
    grid-column: 1/span 5;
    padding-bottom: 48px;
  }
}
.coworking_desc .btncontainer {
  padding-bottom: 108px;
  grid-column: 3/span 6;
}
@media screen and (max-width: 980px) {
  .coworking_desc .btncontainer {
    grid-column: 1/span 5;
    padding-bottom: 48px;
  }
}
.coworking_desc .smallgal {
  grid-column: 1/span 10;
  padding-bottom: 216px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .coworking_desc .smallgal {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .coworking_desc .smallgal {
    grid-column: 1/span 5;
    padding-bottom: 72px;
  }
}
.coworking_desc .smallgal figure {
  grid-column: span 5;
}

.coworking_intro {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .coworking_intro {
    width: 86vw;
  }
}
.coworking_intro {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .coworking_intro {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.coworking_intro {
  padding-top: 216px;
  padding-bottom: 216px;
}
@media screen and (max-width: 980px) {
  .coworking_intro {
    padding-top: 168px;
    padding-bottom: 48px;
  }
}
.coworking_intro h1 {
  grid-column: 3/span 6;
  text-transform: none;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .coworking_intro h1 {
    grid-column: 1/span 5;
    padding: 0 10%;
    font-size: 3rem;
  }
}
.coworking_intro p {
  grid-column: 4/span 4;
  text-align: center;
  padding: 24px 15% 0 15%;
}
@media screen and (max-width: 980px) {
  .coworking_intro p {
    grid-column: 1/span 5;
  }
}
.coworking_intro figure {
  padding-top: 72px;
  grid-column: 2/span 8;
}
@media screen and (max-width: 980px) {
  .coworking_intro figure {
    grid-column: 1/span 5;
  }
}
.coworking_desc {
  width: 94.7vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .coworking_desc {
    width: 86vw;
  }
}
.coworking_desc {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .coworking_desc {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
.coworking_desc p {
  grid-column: 3/span 6;
  padding-bottom: 108px;
}
@media screen and (max-width: 980px) {
  .coworking_desc p {
    grid-column: 1/span 5;
    padding-bottom: 48px;
  }
}
.coworking_desc .btncontainer {
  padding-bottom: 108px;
  grid-column: 3/span 6;
}
@media screen and (max-width: 980px) {
  .coworking_desc .btncontainer {
    grid-column: 1/span 5;
    padding-bottom: 48px;
  }
}
.coworking_desc .smallgal {
  grid-column: 1/span 10;
  padding-bottom: 216px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-column-gap: 2rem;
}
@media screen and (max-width: 980px) {
  .coworking_desc .smallgal {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
  }
}
@media screen and (max-width: 980px) {
  .coworking_desc .smallgal {
    grid-column: 1/span 5;
    padding-bottom: 72px;
  }
}
.coworking_desc .smallgal figure {
  grid-column: span 5;
}/*# sourceMappingURL=main.css.map */