.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #fefefe;
  background-color: #0f0f0f;
  font-size: 1vw;
  line-height: 100%;
}

h2 {
  margin-bottom: 40px;
  font-family: Archivo, sans-serif;
  font-size: 8em;
  font-weight: 700;
}

.section-fullwidth {
  z-index: 5;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  justify-content: center;
  padding: 1em 4em;
  position: fixed;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.info-bar {
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-bar.is-bottom {
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.big-txt-wrapper {
  z-index: 1;
  height: 100vh;
  max-width: 2660px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.col-txt {
  width: 10%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.col-txt.is-underline {
  z-index: 4;
}

.p-default {
  letter-spacing: .4px;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.p-default.is-bold {
  font-family: Archivo, sans-serif;
  font-weight: 600;
}

.p-default.txt-centre {
  text-align: center;
}

.p-default.margin-bottom {
  margin-bottom: 1em;
}

.col-s {
  width: 180px;
}

.col-s.align-right {
  text-align: right;
}

.col-m {
  width: 30%;
  max-width: 400px;
  margin-left: 1em;
  margin-right: 1em;
}

.col-xs {
  width: 100px;
}

.col-xs.align-right {
  text-align: right;
}

.image {
  height: 100%;
}

.txt-link {
  color: #fefefe;
  text-decoration: underline;
}

.txt-link:hover {
  text-decoration: line-through;
}

.col-l {
  width: 122em;
  padding-left: 1em;
  padding-right: .5em;
}

.profile-img {
  z-index: 3;
  width: 10em;
  margin-right: 10em;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.wrapper {
  height: 70vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-bar {
  z-index: 4;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: relative;
}

.container-work {
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-work.is-centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.works-container {
  z-index: 2;
  width: 70%;
  height: auto;
  margin-top: 84vh;
  margin-left: 15%;
  margin-right: auto;
  padding-bottom: 16em;
  position: absolute;
}

.text-span-12 {
  color: #d1c9bc;
}

.images-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.grid-main {
  grid-row-gap: 32px;
  grid-template-areas: "Area";
}

@media screen and (max-width: 991px) {
  .section-fullwidth {
    padding-left: 2em;
    padding-right: 2em;
  }

  .col-m {
    width: 36%;
    margin-left: .4em;
    margin-right: .4em;
  }

  .profile-img {
    width: 16em;
    margin-right: 2em;
  }
}

@media screen and (max-width: 767px) {
  .section-fullwidth {
    padding-top: 3em;
    padding-bottom: 6em;
  }

  .info-bar {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .info-bar.is-bottom {
    align-items: center;
  }

  .big-txt-wrapper {
    margin-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .col-txt.move-b.hide-mob, .col-txt.move-a.hide-mob {
    display: none;
  }

  .col-s.align-right {
    text-align: center;
  }

  .col-m {
    width: 90%;
    max-width: 460px;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .col-xs.align-right {
    text-align: center;
  }

  .col-l {
    width: 90%;
    max-width: 500px;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .profile-img {
    width: 150px;
  }

  .top-bar {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .works-container {
    width: 80%;
    margin-top: 73vh;
    margin-left: 10%;
    margin-right: auto;
    padding-bottom: 33em;
  }

  .grid-main {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section-fullwidth {
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .big-txt-wrapper {
    padding-left: 3em;
    padding-right: 3em;
    transform: rotate(0);
  }

  .col-m {
    width: 100%;
    max-width: 500px;
  }

  .col-l {
    width: 100%;
  }

  .profile-img {
    width: 150px;
  }

  .works-container {
    padding-bottom: 50em;
  }

  .grid-main {
    grid-template-columns: 1fr;
  }
}

#w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdcf8-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdcf9-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdcfa-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdcfb-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdcfe-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdcff-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdd00-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdd01-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdd02-d96f97fc, #w-node-_66157bd9-4bd1-01c0-c045-45e26bdcdd03-d96f97fc, #w-node-c425b4e0-0cb0-987b-a96d-73ea4121bff1-d96f97fc, #w-node-_968e8a76-9e17-6071-6bc3-99706eba6faa-d96f97fc, #w-node-ae0213a9-ed98-5b6d-dd22-6f8cc9905481-d96f97fc, #w-node-b46a630d-782a-b0a6-f9f3-4fc22fe16d67-d96f97fc, #w-node-_69c1f010-0370-587a-bf8b-4aa069dfae8e-d96f97fc, #w-node-e03ae8a6-c970-5775-a378-7bd8952a00c0-d96f97fc, #w-node-_607f322b-c6ff-a1d9-30ae-14a5ebdf27df-d96f97fc, #w-node-_0ac25f46-a16b-6252-b0e3-091dff74f504-d96f97fc, #w-node-_7ee70541-1038-76da-cd62-4f123c37866f-d96f97fc, #w-node-a4678707-3221-7ae5-d43b-0b0d4fe0a801-d96f97fc, #w-node-de72fb78-0c4c-bce1-1cc9-901b0e540387-d96f97fc, #w-node-_4f9be194-940b-c7e6-6504-67bc1c662858-d96f97fc, #w-node-_90c328be-3acd-278a-0553-b55254c06036-d96f97fc, #w-node-bb989fb0-7599-ac99-366f-5ba4b619fe92-d96f97fc, #w-node-_26196a1e-a9f9-9d5d-d033-c0521578c21e-d96f97fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


