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

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero {
  height: auto;
  margin-top: 32px;
}

.hero-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-work {
  padding-top: 0px;
  padding-bottom: 125px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.heading {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
}

.h1 {
  display: inline-block;
  padding-left: 0px;
  border-bottom: 1px none #000;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.h1.light {
  font-weight: 300;
}

.h1.underline {
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}

.h1.section-header {
  width: auto;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 38px;
}

.h1.section-header.contact {
  margin-top: 20px;
  margin-bottom: 32px;
}

.h1.link {
  font-size: 16px;
}

.nav-link {
  opacity: 1;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #b4b4b4;
}

.nav-link:hover {
  opacity: 1;
}

.nav-link.w--current {
  opacity: 1;
  color: #000;
}

.div-block {
  height: 400px;
}

.collection-list {
  margin-right: 0px;
  margin-left: 0px;
}

.thumbnail {
  height: 200px;
}

.footer {
  height: 150px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._7-columns {
  display: inline-block;
  width: 60%;
  height: 400px;
  margin-right: 0px;
  padding: 15px;
}

.image {
  width: 100%;
  height: 400px;
}

._5-columns {
  display: inline-block;
  width: 40%;
  padding: 15px;
}

._4-columns {
  display: inline-block;
  width: 33%;
  padding: 15px;
}

._4-columns.align-right {
  float: right;
}

.collection-item-9 {
  height: 370px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.collection-item-9:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 650px;
  background-repeat: no-repeat;
}

.hero-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2 {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 5px solid #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #000;
  font-weight: 300;
  text-decoration: none;
}

.h2:hover {
  border-bottom: 5px solid #000;
}

.h2.left {
  float: left;
  border-bottom-color: #000;
  color: #1fff00;
  text-decoration: none;
}

.h2.left:hover {
  border-bottom-color: #1fff00;
  color: #1fff00;
}

.h2.right {
  float: right;
}

.titel {
  display: block;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-img-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-5.align-right {
  padding-right: 30px;
  padding-left: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row {
  height: 400px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 10px;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph.align-left {
  width: 70%;
}

.paragraph.align-right {
  width: 70%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  max-height: 400px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  display: block;
  float: left;
}

.project-image {
  display: block;
  max-height: 400px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-img-right {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-block {
  width: 100%;
  height: 370px;
}

.heading-2 {
  display: inline-block;
}

.back-link {
  color: #000;
  text-decoration: none;
}

.back-link:hover {
  color: #1fff00;
}

.heading-3 {
  border-bottom: 1px solid #333;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
}

.link {
  padding-bottom: 7px;
  border-bottom: 5px solid #333;
  -webkit-transition: border 358ms ease;
  transition: border 358ms ease;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  border-bottom-color: #1400ff;
  color: #1400ff;
}

.heading-4 {
  margin-top: 10px;
  padding-left: 15px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 500;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-about {
  padding-top: 50px;
  padding-bottom: 100px;
}

.container-about {
  padding-left: 15px;
}

.avatar {
  display: block;
  width: 120px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: 0px;
  border-radius: 0px;
  background-color: #1400ff;
}

.h5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
}

.h6 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.avatars {
  margin-top: 140px;
}

.collection-item-10 {
  margin-right: auto;
  float: left;
}

.section-contact {
  padding-top: 32px;
  padding-bottom: 0px;
}

.some {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-bottom: 16px;
  margin-left: 0px;
  float: none;
  clear: none;
  opacity: 0.18;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.some:hover {
  opacity: 1;
}

.contact {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.some-list {
  margin-top: 0px;
}

.body {
  background-color: #f5f5f5;
}

.image-3 {
  width: 240px;
}

.text-span {
  font-weight: 600;
}

.text-span-2 {
  font-weight: 600;
}

.text-block {
  display: inline;
  font-family: Montserrat, sans-serif;
}

.link-block-2 {
  margin-left: 0px;
}

.link-block-3 {
  display: block;
  margin-bottom: 32px;
}

.section {
  margin-top: 32px;
}

.grid {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.text-span-3 {
  font-weight: 600;
}

.text-span-4 {
  font-style: italic;
  font-weight: 600;
}

.text-span-5 {
  font-weight: 600;
}

.div-block-2 {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix="move-up-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

@media screen and (max-width: 991px) {
  .hero {
    height: 400px;
  }

  .hero-intro {
    height: 400px;
  }

  .nav-link {
    background-color: #fff;
  }

  ._7-columns {
    height: 330px;
  }

  .collection-item-9 {
    height: 300px;
  }

  .section-img-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-img-right {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .link-block {
    height: 300px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    margin-right: -20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    margin-right: -20px;
    padding-right: 18px;
    background-color: #000;
  }

  .icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 6px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 767px) {
  .section-work {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .h1 {
    width: 80%;
  }

  .h1.underline {
    width: auto;
  }

  .h1.section-header {
    width: 80%;
  }

  ._7-columns {
    height: 280px;
  }

  .collection-item-9 {
    height: 250px;
  }

  .section-img-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .column-5 {
    height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-5.align-right {
    height: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph.align-left {
    width: 100%;
  }

  .paragraph.align-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .section-img-right {
    padding-top: 20px;
    padding-bottom: 20px;
    float: none;
  }

  .link-block {
    height: 250px;
  }

  .heading-4 {
    padding-left: 0px;
  }

  .container-about {
    padding-right: 15px;
    padding-left: 15px;
  }

  .collection-item-10 {
    width: 50%;
    margin-bottom: 30px;
  }

  .contact {
    padding-left: 15px;
  }

  .menu-button {
    margin-right: 0px;
  }

  .menu-button.w--open {
    display: block;
    margin-right: 0px;
    float: right;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-5 {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: auto;
  }

  .hero-intro {
    height: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .h1 {
    width: 90%;
  }

  .h1.light {
    font-size: 24px;
    line-height: 36px;
  }

  .h1.section-header {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .h1.section-header.contact {
    padding-left: 0px;
  }

  .h1.link {
    display: inline;
    font-size: 15px;
  }

  ._7-columns {
    height: 180px;
  }

  .collection-item-9 {
    height: 150px;
  }

  .column-5 {
    height: 300px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-5.align-right {
    height: 300px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .paragraph.align-left {
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-7 {
    height: 300px;
  }

  .container-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section-img-right {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .link-block {
    height: 150px;
  }

  .brand.w--current {
    width: 100%;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-about {
    padding-bottom: 60px;
  }

  .section-contact {
    padding-top: 60px;
  }

  .some {
    margin-right: 16px;
  }

  .contact {
    padding-left: 16px;
  }

  .some-list {
    margin-top: 0px;
  }

  .link-block-2 {
    display: block;
    margin-top: 32px;
    margin-left: 0px;
  }

  .link-block-3 {
    display: block;
  }

  .grid {
    width: 90%;
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    margin-bottom: 32px;
  }
}

#w-node-dec28f0d-afe5-51fd-f62c-65fbd16f4c2e-aece643b {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_69d18339-959a-ffb0-2d61-22781022c73e-aece643b {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

@media screen and (max-width: 479px) {
  #w-node-dec28f0d-afe5-51fd-f62c-65fbd16f4c2e-aece643b {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
  }

  #w-node-_69d18339-959a-ffb0-2d61-22781022c73e-aece643b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

