:root {
  --snow: #fffbf7;
  --black: #201f1e;
  --grey: #84898c;
  --light-cyan-2: #cae6e6;
  --light-slate-grey: #7d94af;
  --rosy-brown: #a58d7f;
  --light-cyan: #e1fafa;
  --dark-khaki: #beb26c;
  --indigo: #132030;
  --black-2: #181919;
  --black-3: #202424;
  --dim-grey: #555;
  --dark-slate-blue: #3d5192;
}

body {
  background-color: var(--snow);
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.4em;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.015em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 3.6em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  letter-spacing: -.03em;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.25em;
}

h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.4em;
}

h6 {
  color: var(--grey);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1em;
}

p {
  margin-bottom: 1em;
}

a {
  color: #201f1e;
  text-decoration: underline;
}

li {
  line-height: 2em;
}

label {
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 1em 1em 2em;
  font-size: 18px;
  line-height: 22px;
}

.hero-subheading {
  max-width: 500px;
  margin-bottom: 0;
}

.hero-subheading.dark {
  font-weight: 300;
}

.logo-image {
  opacity: .8;
  margin-right: 10px;
}

.nav-link {
  color: #131414;
  letter-spacing: -.025em;
  margin-bottom: 1em;
  padding-bottom: .25em;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.nav-link.dark {
  color: var(--light-cyan-2);
  font-weight: 300;
}

.nav-link.indigo {
  color: var(--light-slate-grey);
  font-weight: 300;
}

.nav-link.small {
  padding-bottom: 0;
  font-size: .8em;
  font-weight: 500;
}

.hero-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-left: 7vw;
  padding-right: 7vw;
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding-top: 2vh;
  padding-bottom: 10vh;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.in-hero {
  justify-content: space-between;
  min-height: 88vh;
  padding-top: 12vh;
  display: flex;
}

.container.in-subhero {
  max-width: 880px;
  padding-top: 14vh;
  padding-bottom: 14vh;
}

.container.in-projects {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  display: flex;
}

.container.in-designers {
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.animation-line {
  background-color: #575c5c;
  width: 100%;
  height: 1px;
  position: absolute;
}

.animation-line.in-bottom {
  bottom: 0;
  right: -100%;
}

.animation-line.in-bottom.indigo {
  background-color: var(--light-slate-grey);
}

.animation-line.in-navi-item {
  background-color: #131414;
  width: 0%;
  bottom: 0;
  left: 0;
}

.animation-line.in-navi-item.light {
  background-color: var(--light-cyan-2);
}

.animation-line.in-navi-item.indigo {
  background-color: var(--light-slate-grey);
}

.animation-line.in-navi-item.light-buy {
  background-color: #928b5e;
}

.animation-line.in-navigation {
  width: 1px;
  height: 100%;
  top: -100%;
  left: 0;
}

.animation-line.in-navigation.indigo {
  background-color: var(--light-slate-grey);
}

.animation-line.in-top {
  width: 100%;
  top: 12vh;
  bottom: 0;
  left: -100%;
  right: auto;
}

.animation-line.in-top.indigo {
  background-color: var(--light-slate-grey);
}

.navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: .25fr 1fr .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  justify-items: center;
  max-width: 180px;
  padding-top: 2vh;
  padding-left: 3vw;
  font-size: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  opacity: .5;
  color: #201f1e;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.logo:hover {
  opacity: 1;
}

.logo.dark {
  color: #cef2f2;
  letter-spacing: .08em;
  font-weight: 300;
}

.logo.indigo {
  color: #9cb9dd;
  letter-spacing: .08em;
  font-weight: 300;
}

.about-us-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(270px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(270px, auto);
  grid-auto-columns: 1fr;
  display: grid;
}

.about-us-grid.dark {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.about-us-image {
  flex: 1;
  align-self: stretch;
}

.about-us-image.first {
  background-image: url('../images/about_01.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.about-us-image.second {
  background-image: url('../images/about_02.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.about-us-image.first-dark {
  filter: brightness(51%);
  background-image: url('../images/2.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.about-us-image.second-dark {
  filter: brightness(48%);
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  transform: rotate(180deg);
}

.about-us-text {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 2em;
}

.subhero-heading {
  margin-top: 1em;
  margin-bottom: 1.5em;
  font-size: 4.5em;
}

.subhero-heading.smaller {
  font-size: 3.4em;
}

.about-us-content {
  max-width: 480px;
}

.about-us-content.case-study-info {
  margin-top: 0;
}

.subhero-title {
  align-self: flex-end;
  max-width: 540px;
  margin-left: auto;
}

.about-us-heading {
  margin-top: 0;
  margin-bottom: 2em;
}

.about-us-heading.dark {
  color: #797f7f;
}

.about-us-heading.indigo {
  color: var(--light-slate-grey);
}

.subhero-image {
  filter: brightness(39%);
  object-fit: cover;
  object-position: 50% 65%;
  max-height: 450px;
}

.about-us-cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
  display: flex;
}

.about-us-cell.our-mission {
  background-color: rgba(223, 217, 213, .3);
}

.about-us-cell.our-special {
  color: #fffbf7;
  background-color: #131414;
}

.about-us-cell.our-mission-dark {
  background-color: rgba(223, 217, 213, .3);
  background-image: linear-gradient(120deg, #202424, #181919);
}

.about-us-cell.our-special-dark {
  background-color: #131414;
  background-image: linear-gradient(240deg, #181919, #202424);
}

.about-us-cell.our-mission-indigo {
  background-color: rgba(223, 217, 213, .3);
  background-image: linear-gradient(120deg, #192b40, #152436);
}

.about-us-cell.our-special-indigo {
  background-color: #131414;
  background-image: linear-gradient(240deg, #192b40, #152436);
}

.subhero-image-wrap {
  width: 65%;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.project-small {
  width: 47%;
  height: 430px;
  max-height: 100vh;
  padding: 50px;
  text-decoration: none;
  position: relative;
}

.project-small.go-bottom {
  margin-left: auto;
  margin-right: auto;
  top: 15vh;
}

.project-small.go-top {
  margin-left: auto;
  margin-right: auto;
  top: -15vh;
}

.project-small.go-top.learn-more {
  background-color: #1c1e1e;
  height: auto;
  top: -22vh;
}

.project-small.franzi-portrait {
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

.project-small.dummy {
  height: 0;
  padding: 0;
}

.text-rosy {
  color: var(--rosy-brown);
}

.project-wide {
  z-index: 0;
  width: 75%;
  height: 480px;
  max-height: 100vh;
  padding: 60px;
  text-decoration: none;
  position: relative;
}

.project-wide.go-center {
  margin-left: auto;
  margin-right: auto;
}

.no-margin {
  margin: 0 0;
}

.no-margin.light-text {
  color: var(--light-cyan);
}

.projects-section {
  padding: 14vh 7vw 0;
}

.project-text {
  align-self: flex-start;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1.2em;
}

.projects-heading {
  width: 100%;
  margin-bottom: 2em;
  padding-left: 12.5%;
  padding-right: 12.5%;
}

.projects-heading.z-100 {
  z-index: 100;
  padding-left: 12.5%;
  padding-right: 12.5%;
  position: relative;
}

.project-content {
  position: relative;
}

.project-content.text-white {
  color: #fffbf7;
}

.project-content.dark {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.project-content.indigo {
  color: #fffbe1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.project-image {
  filter: brightness(50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-image.darker {
  filter: brightness(30%);
}

.project-image.darker.franzi-portrait {
  object-fit: contain;
}

.designer-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 480px;
  padding-right: 1em;
  display: flex;
}

.designer-content.wide {
  max-width: 540px;
  padding-left: 2em;
  padding-right: 2em;
}

.designer-photo {
  filter: brightness(85%);
  max-width: 320px;
}

.designer-description.indigo {
  color: #c0d1e4;
}

.designer-half-width {
  width: 50%;
  padding: 3em 6.25%;
}

.designer-half-width.go-bottom {
  padding-top: 8em;
}

.designer-title {
  line-height: 1.5em;
}

.designer-title.indigo {
  color: var(--dark-khaki);
}

.link {
  color: #242b44;
  letter-spacing: -.25px;
  border-radius: 20px;
  margin-left: -14px;
  padding: 2px 14px 3px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .18s;
}

.link:hover {
  background-color: rgba(132, 137, 140, .15);
}

.link.in-footer {
  color: #444;
  margin-right: 30px;
  font-weight: 400;
}

.link.in-footer:hover {
  background-color: rgba(70, 70, 70, .1);
}

.link.in-footer.dark {
  color: #6b6b6b;
}

.link.dark {
  color: #4663c0;
}

.link.dark:hover {
  background-color: rgba(0, 102, 163, .2);
}

.link.indigo {
  color: #337cd3;
}

.link.indigo:hover {
  background-color: rgba(0, 76, 163, .2);
}

.designers-section {
  padding-bottom: 7vh;
  padding-left: 7vw;
  padding-right: 7vw;
}

.designer-surname {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
}

.designer-full-width {
  align-items: flex-end;
  width: 100%;
  padding-bottom: 3em;
  padding-left: 18.75%;
  display: flex;
}

.designer-full-width.go-left {
  padding-left: 12.5%;
}

.designer-name-wrap.horizontal {
  align-items: baseline;
  margin-top: 1em;
  display: flex;
}

.designer-name {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 8px;
}

.sections-heading {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.contacts-item {
  grid-column-gap: 1em;
  grid-row-gap: 16px;
  background-color: #fffbf7;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  justify-items: start;
  padding: 10%;
  transition: box-shadow .3s;
  display: flex;
}

.contacts-item:hover {
  box-shadow: 21px 21px 50px -40px #000;
}

.contacts-item.dark {
  background-color: #202424;
  transition: background-color .3s, box-shadow .3s;
}

.contacts-item.dark:hover {
  background-color: #272b2b;
}

.contacts-item.indigo {
  background-color: var(--indigo);
  transition: background-color .3s, box-shadow .3s;
}

.contacts-item.indigo:hover {
  background-color: #1b2e46;
}

.flag-image {
  height: 30px;
  margin-right: 1em;
}

.country-flag {
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.contacts-section {
  background-color: #f7f3f0;
  padding: 4vh 7vw 7vh;
}

.contacts-section.dark {
  background-color: var(--black-2);
}

.contacts-section.indigo {
  background-color: #0e1824;
}

.contacts-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 320px) minmax(200px, 320px) minmax(200px, 320px);
  grid-auto-columns: 1fr;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contacts-person {
  margin-top: .25em;
  font-size: 1.6em;
  font-weight: 500;
}

.office-image {
  min-height: 100%;
}

.offices-section {
  background-color: #f7f3f0;
  padding: 7vh 7vw 3vh;
}

.offices-section.dark {
  -webkit-text-fill-color: inherit;
  background-color: #202424;
  background-clip: border-box;
}

.offices-section.indigo {
  -webkit-text-fill-color: inherit;
  background-color: #0e1824;
  background-clip: border-box;
}

.office-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(300px, auto);
  grid-template-columns: 3fr 2fr;
  grid-auto-rows: minmax(300px, auto);
  grid-auto-columns: 1fr;
  margin-bottom: 5em;
  display: flex;
}

.office-item.invert {
  flex-direction: row-reverse;
}

.office-content {
  background-color: #fffbf7;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding-bottom: 1.5em;
  padding-left: 3em;
  display: flex;
}

.office-content.from-left {
  padding-right: 1em;
}

.office-content.dark {
  background-color: #202424;
}

.office-content.indigo {
  background-color: var(--indigo);
}

.office-image-wrap {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 300px;
  display: flex;
  overflow: hidden;
}

.footer-section {
  background-color: #f7f3f0;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 60vh;
  padding: 14vh 7vw 10vh;
  display: flex;
}

.footer-section.dark {
  background-color: var(--black-2);
  min-height: 30vh;
  padding-top: 6vh;
  padding-bottom: 6vh;
}

.footer-section.indigo {
  background-color: var(--indigo);
}

.social-links-content {
  flex-direction: row;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.social-link {
  margin-right: 2em;
}

.social-link-image {
  width: 36px;
  transition: opacity .2s;
}

.social-link-image:hover {
  opacity: .5;
}

.social-link-image.dark {
  opacity: .4;
}

.social-link-image.dark:hover {
  opacity: .7;
}

.contact-form {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.form {
  background-color: #fff;
  width: 50%;
  padding: 3% 5% 5%;
  transition: box-shadow .2s;
}

.form:hover {
  box-shadow: 21px 21px 50px -50px #000;
}

.form.dark {
  background-color: var(--black-3);
}

.form.indigo {
  background-color: var(--indigo);
}

.text-field {
  color: #111;
  background-color: #f7f3f0;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 50px;
  margin-bottom: 30px;
  padding: 15px;
  font-size: 1.1em;
  transition: background-color .2s, border-color .2s;
}

.text-field:hover {
  border-color: rgba(0, 0, 0, .2);
}

.text-field:focus {
  background-color: #fff;
  border-color: rgba(0, 0, 0, .5);
}

.text-field.textarea {
  min-height: 150px;
}

.text-field.no-margin {
  margin-bottom: 10px;
}

.text-field.dark {
  background-color: var(--black-2);
  color: var(--light-cyan-2);
}

.text-field.dark:hover {
  border-color: rgba(128, 128, 128, .5);
}

.text-field.dark:focus {
  border-color: rgba(255, 255, 255, .5);
}

.text-field.indigo {
  color: var(--light-cyan-2);
  background-color: #08121d;
}

.text-field.indigo:hover {
  border-color: rgba(125, 148, 175, .4);
}

.text-field.indigo:focus {
  border-color: var(--light-slate-grey);
  color: #ccd9e7;
}

.text-field.indigo::placeholder {
  color: var(--light-slate-grey);
}

.submit-button {
  text-align: center;
  background-color: #242424;
  padding: 12px 36px;
  font-size: 1.1em;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #484848;
}

.submit-button:active {
  background-color: #111;
}

.submit-button.dark {
  background-color: #4472ca;
}

.submit-button.dark:hover {
  background-color: #28509e;
}

.submit-button.dark:active {
  background-color: #00050f;
}

.form-image-wrap {
  justify-content: center;
  align-items: stretch;
  width: 50%;
  min-height: 640px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-heading {
  margin-bottom: 1em;
  font-weight: 400;
}

.form-image {
  max-width: none;
  height: 100%;
  position: absolute;
}

.success-message {
  background-color: #fff;
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}

.success-message.dark {
  background-color: var(--black-3);
}

.success-message.indigo {
  background-color: var(--indigo);
}

.centered-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.thank-you-title {
  text-align: center;
  padding: 30px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3em;
}

.error-message {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.error-message-wrap {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.error-title {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 0, 0, .78);
  padding: 30px;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.style-guide-container {
  border-bottom: 2px solid #e2e2e2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacer {
  height: 30px;
}

.paragraph-small {
  font-size: .85em;
  line-height: 1.6em;
}

.style-guide-section {
  padding: 10vh 7vw;
}

.navbar-template-info {
  background-color: rgba(0, 0, 0, 0);
}

.footer-links {
  margin-top: 2em;
}

.credits {
  color: var(--dim-grey);
  margin-top: 2em;
  font-size: .85em;
}

.credits.dark {
  color: #838383;
}

.credits.indigo {
  color: #76797c;
}

.privacy-text {
  max-width: 640px;
}

.heading {
  color: var(--black);
}

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

.utility-page-content {
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.protected-page-h2 {
  margin-bottom: 2em;
}

.protected-page-image {
  opacity: .5;
  width: 24px;
}

.theme-dark {
  color: #cef2f2;
  background-color: #111212;
}

.theme-dark.legal {
  padding: 5vh 10vh;
}

.text-khakki {
  color: #00a2b8;
}

.link-dark {
  color: var(--dark-slate-blue);
  letter-spacing: -.25px;
  border-radius: 20px;
  padding-top: 2px;
  padding-bottom: 3px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .18s;
}

.link-dark:hover {
  color: #3f5ec5;
}

.theme-switcher {
  font-size: .8em;
  font-weight: 500;
  transition: color .4s;
}

.theme-switcher:hover {
  color: #979797;
}

.theme-switcher.indigo {
  color: #b0c5df;
}

.theme-switcher.buy {
  color: var(--dark-khaki);
}

.theme-indigo {
  background-color: var(--indigo);
  color: var(--dark-khaki);
}

.text-indigo {
  color: var(--light-slate-grey);
}

.subhero-image-wrap-v2 {
  width: 65%;
  height: 75vh;
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}

.small-links {
  margin-top: 80px;
  font-size: .6em;
}

.text-block {
  font-size: .8em;
}

.text-buy {
  color: var(--dark-khaki);
}

.key_point {
  margin-bottom: 1em;
  font-size: 1.5em;
}

.job-title {
  text-transform: none;
}

.dark-overlay {
  z-index: 5;
  background-color: rgba(0, 0, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark-overlay.darker {
  background-color: rgba(0, 0, 0, .85);
}

.case-study-paragraph {
  font-size: 1.2em;
  line-height: 1.6em;
}

.big-number {
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 600;
}

.sub-number {
  margin-top: 5px;
  font-size: .9em;
  font-weight: 300;
}

.numbers-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 10px;
  display: flex;
}

.numbers-wrap.vertical-tablet {
  flex-direction: row;
}

.tap-hint {
  display: none;
}

.franzi-image {
  z-index: -1;
  filter: brightness(50%);
  position: absolute;
  top: 3534.39px;
}

.backdrop {
  padding: 6px;
}

.div-block {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.franzi-portrait {
  filter: brightness(55%);
  position: absolute;
  top: 3591.39px;
}

.text-link {
  color: #cef2f2;
  transition: padding .3s;
}

.text-link:hover {
  padding-left: 2px;
  padding-right: 2px;
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 4em;
  }

  h3 {
    font-size: 2.5em;
  }

  h4 {
    font-size: 1.8em;
  }

  .hero-subheading {
    max-width: 400px;
  }

  .hero-content {
    max-width: 510px;
  }

  .container {
    max-width: 880px;
  }

  .container.in-subhero {
    padding-left: 7vw;
    padding-right: 7vw;
  }

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

  .about-us-grid {
    grid-template-rows: minmax(250px, auto);
    grid-auto-rows: minmax(250px, auto);
  }

  .about-us-text {
    font-size: 1.3em;
    line-height: 2em;
  }

  .subhero-heading {
    font-size: 3.6em;
  }

  .subhero-heading.smaller {
    font-size: 2.7em;
  }

  .subhero-image-wrap {
    width: 75%;
  }

  .project-small {
    width: 45%;
  }

  .project-small.go-bottom {
    top: 10vh;
  }

  .project-small.go-top {
    top: -10vh;
  }

  .project-small.go-top.learn-more {
    width: 50%;
    height: auto;
  }

  .project-wide {
    width: 100%;
  }

  .project-text {
    font-size: 1.2em;
  }

  .designer-content {
    max-width: 540px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .designer-photo {
    max-width: 240px;
  }

  .designer-description {
    margin-bottom: .5em;
  }

  .designer-half-width {
    align-items: flex-end;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .designer-half-width.go-bottom {
    padding-top: 3em;
  }

  .designer-title {
    margin-top: .25em;
  }

  .designer-surname {
    font-size: 1.6em;
  }

  .designer-full-width, .designer-full-width.go-left {
    padding-left: 0%;
  }

  .designer-name-wrap {
    align-items: baseline;
    display: flex;
  }

  .designer-name {
    margin-top: 0;
  }

  .contacts-section {
    min-height: auto;
  }

  .contacts-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: minmax(200px, 320px) minmax(200px, 320px);
  }

  .office-content {
    padding-left: 2em;
  }

  .office-content.from-left {
    padding-right: 2em;
  }

  .office-image-wrap {
    height: 250px;
  }

  .text-field {
    font-size: 1em;
  }

  .text-field.textarea {
    min-height: 100px;
  }

  .form-image-wrap {
    min-height: 540px;
  }

  .theme-dark.legal {
    padding-left: 6vh;
    padding-right: 6vh;
  }

  .subhero-image-wrap-v2 {
    width: 75%;
  }

  .dark-overlay {
    padding: 22px;
  }

  .sub-number {
    line-height: 1.2em;
  }

  .numbers-wrap.vertical-tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .tap-hint {
    color: var(--grey);
    margin-top: 13px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 3em;
  }

  h4 {
    margin-top: 1em;
    font-size: 1.4em;
  }

  h5 {
    font-size: 1.5em;
  }

  .hero-subheading {
    max-width: 320px;
  }

  .nav-link {
    margin-right: 40px;
  }

  .hero-heading {
    margin-bottom: 20px;
  }

  .hero-section {
    padding-right: 0;
  }

  .logo-wrap {
    left: 0;
  }

  .container.in-subhero {
    padding-top: 7vh;
    padding-bottom: 7vh;
  }

  .animation-line {
    display: none;
  }

  .animation-line.in-navi-item {
    display: block;
  }

  .navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-left-color: rgba(0, 0, 0, 0);
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: start;
    padding-left: 0;
    overflow: visible;
  }

  .navigation:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .about-us-grid {
    grid-template-rows: minmax(50vh, auto);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(50vh, auto);
  }

  .about-us-image.second-dark {
    filter: brightness(15%);
  }

  .about-us-text {
    font-size: 1.5em;
  }

  .subhero-heading, .subhero-heading.smaller {
    font-size: 2.5em;
  }

  .about-us-content {
    max-width: none;
  }

  .about-us-content.our-special {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .subhero-section {
    margin-top: 0;
  }

  .project-small {
    width: 50%;
    padding: 40px 30px 30px;
  }

  .project-small.go-bottom, .project-small.go-top {
    top: 0;
  }

  .project-small.go-top.learn-more {
    width: 90%;
    top: 0;
  }

  .project-wide {
    padding: 40px 30px 30px;
  }

  .projects-section {
    padding-left: 0;
    padding-right: 0;
  }

  .designer-content {
    background-color: rgba(0, 0, 0, 0);
    margin-left: 0;
    padding-left: 2em;
  }

  .designer-photo {
    max-width: 160px;
  }

  .designer-half-width {
    align-items: flex-start;
  }

  .designer-surname {
    font-size: 1.4em;
  }

  .designer-full-width {
    align-items: flex-start;
  }

  .designer-name-wrap.horizontal {
    margin-top: 0;
  }

  .office-item {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 3em;
  }

  .office-content {
    width: 100%;
  }

  .office-image-wrap {
    width: 100%;
    height: 200px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .form {
    width: 100%;
    padding: 0% 5% 5%;
  }

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

  .success-message {
    width: 100%;
    min-height: 30vh;
  }

  .thank-you-title {
    font-size: 1.1em;
  }

  .error-message {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .error-title {
    text-align: left;
    font-size: 1.1em;
  }

  .theme-dark.legal {
    padding-left: 5vh;
    padding-right: 5vh;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: .5em;
    font-size: 2.4em;
  }

  h3 {
    letter-spacing: -.025em;
    font-size: 2.2em;
  }

  h4 {
    margin-bottom: 1em;
    font-size: 1.8em;
  }

  h5 {
    font-size: 1.4em;
    font-weight: 500;
  }

  .hero-subheading {
    max-width: 300px;
  }

  .hero-heading {
    max-width: 350px;
    margin-top: 0;
    margin-bottom: 4vh;
    font-size: 2.5em;
  }

  .hero-section {
    align-content: space-between;
    padding-left: 10vw;
  }

  .hero-content {
    padding-bottom: 8vh;
  }

  .logo-wrap {
    margin-bottom: 40px;
  }

  .container.in-hero {
    flex-direction: column;
    justify-content: space-between;
    padding-top: 3vh;
    padding-bottom: 6vh;
  }

  .container.in-subhero {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: end;
    max-width: none;
    display: grid;
  }

  .logo {
    font-size: .9em;
  }

  .about-us-grid {
    grid-row-gap: 4vw;
    grid-template-rows: minmax(33vh, auto);
    grid-auto-rows: minmax(33vh, auto);
  }

  .about-us-text {
    margin-bottom: 0;
    font-size: 1.3em;
  }

  .subhero-heading.smaller {
    font-size: 2.2em;
  }

  .about-us-content.our-special {
    display: block;
  }

  .about-us-content.our-goal {
    max-width: 290px;
  }

  .subhero-title {
    margin-left: 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.5em;
  }

  .about-us-heading {
    margin-bottom: 2em;
  }

  .subhero-section {
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .subhero-image {
    object-fit: cover;
    min-height: 50vh;
  }

  .subhero-image-wrap {
    width: 100%;
  }

  .project-small {
    width: 100%;
    margin-bottom: 4vw;
    padding: 15% 10%;
    overflow: hidden;
  }

  .project-small.go-top.learn-more {
    width: 100%;
  }

  .project-small.dummy {
    margin-bottom: 0;
  }

  .project-wide {
    margin-bottom: 4vw;
    padding: 15% 10%;
    overflow: hidden;
  }

  .projects-section {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .project-text {
    font-size: 1.1em;
  }

  .projects-heading {
    margin-bottom: 14vh;
    padding-left: 6vw;
    padding-right: 0%;
  }

  .designer-content, .designer-content.wide {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .designer-photo {
    max-width: 100%;
  }

  .designer-half-width {
    flex-direction: column;
  }

  .link {
    font-size: 1em;
  }

  .designers-section {
    padding: 7vh 4vw 0;
  }

  .designer-surname {
    font-size: 1.5em;
  }

  .designer-full-width {
    flex-direction: column;
  }

  .designer-name-wrap, .designer-name-wrap.horizontal {
    margin-top: 2em;
  }

  .sections-heading {
    padding-left: 6vw;
  }

  .contacts-item:hover {
    box-shadow: none;
  }

  .flag-image {
    height: 20px;
  }

  .country-flag {
    margin-bottom: .5em;
  }

  .contacts-section {
    padding-bottom: 7vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .contacts-grid {
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .contacts-person {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .offices-section {
    padding-top: 10vh;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .office-item {
    grid-template-columns: 1fr;
    margin-bottom: 4vw;
  }

  .office-content {
    width: 100%;
    padding-left: 10%;
  }

  .office-content.from-left {
    padding-right: 0;
  }

  .office-image-wrap {
    width: 100%;
  }

  .footer-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .form {
    padding: 2.5% 10% 10%;
  }

  .text-field {
    margin-bottom: 20px;
  }

  .submit-button {
    min-width: 100%;
  }

  .success-message {
    min-height: 45vh;
  }

  .style-guide-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-guide-section {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .footer-links {
    flex-direction: column;
    display: flex;
  }

  .theme-dark.legal {
    padding: 20px;
  }

  .link-dark {
    font-size: 1em;
  }

  .subhero-image-wrap-v2 {
    width: 100%;
  }

  .small-links {
    display: none;
  }
}

#w-node-_12fd710f-e587-dd72-9d68-0a6e0b1012fa-9fd03f5e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_12fd710f-e587-dd72-9d68-0a6e0b1012fb-9fd03f5e {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_12fd710f-e587-dd72-9d68-0a6e0b101301-9fd03f5e, #w-node-_12fd710f-e587-dd72-9d68-0a6e0b10130d-9fd03f5e, #w-node-_12fd710f-e587-dd72-9d68-0a6e0b10130e-9fd03f5e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_12fd710f-e587-dd72-9d68-0a6e0b1012fa-9fd03f5e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_12fd710f-e587-dd72-9d68-0a6e0b1012fb-9fd03f5e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_12fd710f-e587-dd72-9d68-0a6e0b101303-9fd03f5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12fd710f-e587-dd72-9d68-0a6e0b101305-9fd03f5e, #w-node-_12fd710f-e587-dd72-9d68-0a6e0b101307-9fd03f5e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12fd710f-e587-dd72-9d68-0a6e0b10130d-9fd03f5e {
    grid-area: 7 / 1 / 9 / 2;
  }

  #w-node-_12fd710f-e587-dd72-9d68-0a6e0b10130e-9fd03f5e {
    grid-area: 7 / 1 / 8 / 2;
  }
}


