body {
  background-color: #f1eeeb;
  font-family: Lato, sans-serif;
  color: #181614;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 84px;
  line-height: 1.1;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 64px;
  line-height: 1.15;
  font-weight: 300;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 300;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Butler, sans-serif;
  font-size: 27px;
  line-height: 1.4;
  font-weight: 300;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
}

a {
  color: #696968;
  line-height: 1.8;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  line-height: 1.8;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #181614;
  font-size: 18px;
  line-height: 1.8;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -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;
}

.section.about {
  height: 80vw;
}

.section.padding {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.hero {
  min-height: 10vh;
}

.section.email-contact {
  padding-top: 25vh;
  padding-bottom: 12.5vh;
}

.loading-animation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #181614;
}

.loading-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 5px;
  background-color: #f1eeeb;
}

.overflow-hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  -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;
}

.loading-text {
  font-family: Butler, sans-serif;
  color: #f1eeeb;
  font-size: 8vw;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
}

.loading-text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.navigation {
  position: absolute;
  top: 20px;
  right: 5vw;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  border: 1px solid #181614;
  border-radius: 100%;
  font-size: 12px;
  cursor: pointer;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #181614;
}

.menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 3.5vw;
  padding-left: 3.5vw;
  -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;
}

.menu-link {
  -webkit-transition: letter-spacing 1000ms cubic-bezier(.77, 0, .175, 1);
  transition: letter-spacing 1000ms cubic-bezier(.77, 0, .175, 1);
  font-family: Butler, sans-serif;
  color: #f1eeeb;
  font-size: 8vw;
  line-height: 1.05;
  font-weight: 300;
  text-transform: uppercase;
}

.menu-link:hover {
  letter-spacing: 0.4vw;
}

.menu-link.about {
  text-transform: uppercase;
}

.container {
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
}

.container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.all-caps-text {
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.all-caps-text.case-study {
  margin-bottom: 10px;
  line-height: 1.8;
}

.info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #0a0a0a;
}

.info-text {
  line-height: 1;
}

.info-date {
  line-height: 1;
}

.about-image-wrap {
  position: absolute;
  top: 40vw;
  right: 5vw;
  overflow: hidden;
  width: 42.8vw;
}

.small-paragraph {
  display: block;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
}

.small-paragraph.next-to-dropcap {
  position: absolute;
  top: 0.3vw;
  right: 0px;
  display: inline-block;
  width: 115px;
  margin-right: 0.5vw;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
}

.small-paragraph.normal {
  position: absolute;
  right: 0px;
  display: block;
  margin-bottom: 13px;
  border-style: none;
  border-width: 1px;
  border-color: #131314;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}

.about-title-wrap {
  position: absolute;
  left: 5vw;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 17.2vw;
  line-height: 16vw;
  text-transform: uppercase;
}

.about-title-wrap._2 {
  left: 40vw;
  top: 20vw;
}

.videocamera-image {
  position: absolute;
  left: 5vw;
  top: 50vw;
  width: 39vw;
  height: 20vw;
}

.about-title {
  position: static;
  left: auto;
  top: auto;
  margin-top: auto;
  margin-bottom: auto;
  border-style: none;
  border-width: 1px;
  border-color: #131314;
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 14vw;
  line-height: 13vw;
  font-weight: 300;
  text-transform: none;
}

.about-image {
  margin-top: 52px;
}

.about-story-wrap {
  position: absolute;
  left: 22vw;
  top: 15vw;
  display: inline-block;
  width: 180px;
}

.dropcap {
  position: static;
  display: inline-block;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.header {
  position: relative;
  z-index: 10;
  margin-right: 0px;
  margin-bottom: auto;
  margin-left: auto;
}

.hero-wrap {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 10vh;
  padding-right: 5vw;
  padding-left: 5vw;
}

.hero-h1 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #181614;
  font-size: 10vw;
  line-height: 0.8;
  font-weight: 300;
  letter-spacing: -5px;
}

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-wrap {
  position: static;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.learn-more-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Butler, sans-serif;
  font-size: 64px;
  line-height: 1;
  font-weight: 300;
  text-transform: none;
}

.connect-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 76px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid #181614;
  text-decoration: none;
}

.connect-row.w--current {
  display: none;
}

.black-overlay {
  position: absolute;
  width: 100%;
  height: 80px;
  background-color: #181614;
}

.connect-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 17px;
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 300;
  text-transform: uppercase;
}

.arrow-icon {
  position: relative;
  width: 32px;
  margin-bottom: 22px;
}

.footer-text {
  font-weight: 400;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 12.5vh;
  max-height: 120px;
  min-height: 100px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.email-link {
  -webkit-transition: color 500ms cubic-bezier(.77, 0, .175, 1);
  transition: color 500ms cubic-bezier(.77, 0, .175, 1);
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 10.75vw;
  line-height: 1;
  font-weight: 300;
}

.email-link:hover {
  color: rgba(24, 22, 20, 0.7);
}

.email-arrows {
  position: absolute;
  top: 5.75vh;
  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-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;
}

.email-arrow {
  width: 50px;
  height: 40px;
}

.case-study-hero {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column.padding {
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-study-h1 {
  max-width: 400px;
  margin-top: 6.5vh;
  margin-bottom: 6.5vh;
  font-size: 86px;
  line-height: 1;
}

.about-the-serie-text {
  max-width: 350px;
  font-size: 16px;
  line-height: 1.8;
}

.link-text {
  color: #181614;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.link-block {
  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;
}

.link-icon {
  width: 12px;
  margin-right: 7px;
}

.case-study-hero-image {
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-container {
  width: 60vw;
}

.photo-container.left-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.photo-container.right-alignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-container.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.lightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.photo {
  width: 100%;
}

.case-study-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8vh 5vw;
  -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;
}

.case-study-section.right-alignment {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.case-study-section.category-page {
  padding-top: 17.5vh;
}

.case-study-section.first {
  padding-top: 16vh;
}

.content {
  width: 36vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.content.video {
  width: 100%;
  max-width: 100%;
}

.photo-wrap {
  overflow: hidden;
  width: 100%;
}

.projects-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.case-study-link {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case-study-link-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 300;
}

.utilities-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.utilities-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 60px;
  -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: #181614;
}

.h1-utilities {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #f1eeeb;
  font-size: 42px;
  line-height: 1.1;
  text-align: center;
}

.utilities-text {
  max-width: 320px;
  margin-bottom: 30px;
  color: #f1eeeb;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}

.utilities-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  min-width: 220px;
  padding-right: 30px;
  padding-left: 30px;
  -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: #f1eeeb;
  -webkit-transition: background-color 1000ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 1000ms cubic-bezier(.77, 0, .175, 1);
  color: #181614;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.utilities-button:hover {
  background-color: #4ea5d9;
}

.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-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;
}

.password-input {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #f1eeeb;
  background-color: transparent;
  color: #f1eeeb;
  font-size: 16px;
}

.password-input:active {
  font-weight: 400;
}

.password-input:focus {
  border-color: transparent transparent #f1eeeb;
  font-weight: 400;
}

.password-input::-webkit-input-placeholder {
  font-weight: 400;
}

.password-input:-ms-input-placeholder {
  font-weight: 400;
}

.password-input::-ms-input-placeholder {
  font-weight: 400;
}

.password-input::placeholder {
  font-weight: 400;
}

.home-link-block {
  position: relative;
  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-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;
}

.case-image-wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.case-image {
  width: 100%;
}

.collection-item:nth-child(odd) {
  margin-top: 70px;
}

._100-image {
  width: 100%;
}

.section-2 {
  width: 100vw;
  min-height: 80vh;
}

.hero-top-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-small-title-3 {
  display: block;
  margin-top: 4vh;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 7vw;
  line-height: 0.6;
  font-style: italic;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
}

.hero-bottom-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-h1-2 {
  margin-top: 0vh;
  margin-bottom: 0px;
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 12vw;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -5px;
  text-transform: uppercase;
  -webkit-column-count: auto;
  column-count: auto;
}

.hero-small-title-4 {
  margin-top: 5vh;
  padding-right: 20px;
  font-family: Butler, sans-serif;
  color: #181614;
  font-size: 4vw;
  line-height: 0.6;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.paragraph {
  margin-bottom: 10px;
}

.tag-blog {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 0px;
  padding: 1px 5px;
  background-color: #7a7a7a;
}

.image {
  width: 100%;
}

.heading {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Butler, sans-serif;
  font-size: 46px;
  font-weight: 300;
}

.tag {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.beitrag2 {
  min-width: 42vw;
  margin: 150px 30px 20px;
}

.subline {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.beitrag1 {
  min-width: 42vw;
  margin-right: 30px;
  margin-bottom: 80px;
  margin-left: 30px;
}

.container-2 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 5vw;
}

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

.div-block {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-4 {
  padding-right: 60px;
  padding-left: 60px;
}

.text-block {
  margin-bottom: 40px;
  font-family: Butler, sans-serif;
  font-size: 36px;
}

.link {
  line-height: 1.1;
}

@media screen and (min-width: 1920px) {
  .videocamera-image {
    background-image: url('../images/L1050428-Bearbeitet.jpg');
  }

  .about-story-wrap {
    left: 28vw;
  }

  .link-text {
    font-size: 13px;
  }

  .case-study-link-text {
    font-size: 64px;
  }

  .h1-utilities {
    font-size: 48px;
  }

  .section-2 {
    min-height: 90vh;
  }

  .beitrag2 {
    min-width: 38vw;
  }

  .beitrag1 {
    min-width: 38vw;
    clear: none;
  }

  .div-block {
    display: -ms-grid;
    display: grid;
    margin-right: 5vw;
    margin-left: 5vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 30px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  .section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.about {
    display: block;
    height: 115vw;
  }

  .section.hero {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .about-title-wrap._2 {
    left: 48.2vw;
    top: 12.5vw;
  }

  .videocamera-image {
    top: 76.4vw;
  }

  .about-story-wrap {
    left: 18vw;
  }

  .text-container {
    margin-top: 100px;
  }

  .learn-more-title {
    font-size: 55px;
  }

  .black-overlay {
    display: none;
  }

  .arrow-icon {
    width: 28px;
  }

  .email-arrows {
    top: 40px;
  }

  .email-arrow {
    width: 45px;
    height: 36px;
  }

  .case-study-h1 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 48px;
  }

  .about-the-serie-text {
    font-size: 15px;
  }

  .photo-container {
    width: 100%;
  }

  .case-study-section {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .case-study-section.category-page {
    padding-top: 100px;
  }

  .case-study-section.first {
    padding-top: 14vh;
  }

  .content {
    width: 45vw;
  }

  .content.video {
    width: 100%;
  }

  .projects-grid {
    grid-column-gap: 40px;
  }

  .case-study-link-text {
    font-size: 48px;
  }

  .utilities-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  .collection-item:nth-child(odd) {
    margin-top: 40px;
  }

  .section-2 {
    min-height: 50vh;
  }

  .heading {
    font-size: 30px;
  }

  .beitrag2 {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .beitrag1 {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .info-grid-2 {
    grid-column-gap: 40px;
  }

  .div-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 21px;
  }

  h6 {
    font-size: 16px;
  }

  blockquote {
    font-size: 16px;
  }

  .section.about {
    display: block;
    height: 125vw;
  }

  .section.padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.hero {
    height: auto;
  }

  .section.email-contact {
    padding-top: 150px;
    padding-bottom: 45px;
  }

  .section.case-study {
    padding-top: 100px;
  }

  .navigation {
    right: 30px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-title-wrap {
    left: 30px;
  }

  .about-title-wrap._2 {
    left: 45vw;
    top: 13.2vw;
  }

  .videocamera-image {
    top: auto;
    bottom: 10vw;
    width: 55vw;
    height: 28vw;
  }

  .about-story-wrap {
    left: 10.1vw;
  }

  .hero-wrap {
    margin-top: 15px;
  }

  .text-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .learn-more-title {
    font-size: 48px;
  }

  .connect-title {
    font-size: 28px;
  }

  .arrow-icon {
    width: 24px;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }

  .email-arrows {
    position: absolute;
    top: 20px;
  }

  .case-study-hero {
    height: auto;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column.padding {
    padding-left: 30px;
  }

  .case-study-h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .case-study-section {
    padding: 45px 30px;
  }

  .case-study-section.category-page {
    padding-right: 30px;
    padding-left: 30px;
  }

  .case-study-section.first {
    padding-top: 90px;
  }

  .content {
    width: 55vw;
  }

  .projects-grid {
    grid-column-gap: 30px;
  }

  .case-study-link-text {
    margin-top: 5px;
    font-size: 42px;
  }

  .utilities-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .utilities-container {
    padding: 50px;
  }

  .utilities-button {
    font-size: 16px;
  }

  .case-image-wrap {
    margin-bottom: 10px;
  }

  .collection-item:nth-child(odd) {
    margin-top: 30px;
  }

  .section-2 {
    min-height: 70vh;
  }

  .hero-top-2 {
    margin-top: 18px;
    margin-bottom: 48px;
  }

  .hero-small-title-3 {
    font-size: 8vw;
    line-height: 1;
    text-align: left;
  }

  .hero-h1-2 {
    margin-bottom: 31px;
    font-size: 16vw;
  }

  .hero-small-title-4 {
    margin-top: 3vh;
    margin-bottom: -27px;
    font-size: 11vw;
  }

  .info-grid-2 {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 21px;
  }

  .section.about {
    height: 50vh;
  }

  .navigation {
    right: 20px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .all-caps-text.case-study {
    margin-bottom: 7px;
    font-size: 13px;
  }

  .about-image-wrap {
    display: none;
  }

  .about-title-wrap {
    left: 20px;
    font-size: 18vw;
  }

  .about-title-wrap._2 {
    left: 190px;
  }

  .videocamera-image {
    left: 20px;
    display: none;
  }

  .about-story-wrap {
    left: 30px;
    top: 100px;
  }

  .header {
    width: 100%;
    margin-right: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-wrap {
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-h1 {
    font-size: 20vw;
    text-align: left;
    letter-spacing: 0px;
  }

  .hero-top {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-bottom {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .connect-title {
    font-size: 7.5vw;
  }

  .arrow-icon {
    width: 20px;
  }

  .footer {
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .email-arrow {
    width: 40px;
    height: 32px;
  }

  .case-study-hero {
    grid-row-gap: 30px;
  }

  .column.padding {
    padding-left: 20px;
  }

  .case-study-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
  }

  .case-study-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .case-study-section.category-page {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content {
    width: 60vw;
  }

  .projects-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .case-study-link-text {
    font-size: 36px;
  }

  .utilities-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utilities-container {
    padding: 40px;
  }

  .h1-utilities {
    font-size: 36px;
  }

  .utilities-text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .utilities-button {
    font-size: 15px;
  }

  .collection-item:nth-child(odd) {
    margin-top: 0px;
  }

  .section-2 {
    min-height: 70vh;
  }

  .hero-top-2 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-small-title-3 {
    margin-top: 0vh;
    margin-left: 0px;
    font-size: 1.7em;
    text-align: center;
  }

  .hero-bottom-2 {
    margin-top: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-h1-2 {
    margin-bottom: 16px;
    font-size: 16vw;
    text-align: left;
    letter-spacing: 0px;
  }

  .hero-small-title-4 {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 2.5em;
  }

  .beitrag2 {
    display: block;
    clear: left;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .beitrag1 {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f78286df-7a37-277b-93df-571695b0fae4-97e3e7ee {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aventine';
  src: url('../fonts/Aventine.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}