@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir;
  src: url('../fonts/Avenir.ttc') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font awesome 5 brands 400";
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font awesome 5 pro solid 900";
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font awesome 5 pro 300";
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Font awesome 5 pro 400";
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Din-Pro;
  src: url('../fonts/DINPro-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Din-Pro;
  src: url('../fonts/DINPro-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --grey-01: #595959;
  --black-01: #292929;
  --grey-02: #525252;
  --white-transparent-90: #ffffffe6;
  --black-transparent-52: #14141485;
  --grey-05: #f2f2f2;
  --black-transparent-10: #1414141a;
  --white-01: white;
  --error-01: #ff4141;
  --black-transparent-6: #1414140f;
  --grey-03: #d0d0d0;
  --grey-04-transparent-78: #f2f2f2c7;
  --darkblue: #002433;
  --white-transparent-18: #ffffff2e;
  --white-transparent-02: #ffffff05;
  --white-transparent-10: #ffffff1a;
  --white-transparent-70: #ffffffb3;
  --error-transparent-50: #ff414199;
  --grey-06: gray;
  --grey-04: #e2e2e2;
  --black-transparent-20: #14141433;
  --depressiolearn-orange: #f07a54;
  --depressiolearn-primary: #5b5bd6;
  --primary-depressiolearn: var(--depressiolearn-primary);
  --depressiolearn-darkorange: #d85f3c;
}

body {
  color: var(--grey-01);
  font-family: Sf pro text;
  font-size: 15px;
  line-height: 120%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Din-Pro, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--black-01);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Din-Pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--black-01);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Din-Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

p {
  color: var(--grey-02);
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-weight: 500;
}

a {
  color: var(--grey-01);
  text-decoration: underline;
}

a:hover {
  color: var(--black-01);
}

strong {
  color: var(--black-01);
  font-family: Avenir, sans-serif;
  font-weight: 600;
}

blockquote {
  border-left: 3px solid var(--black-01);
  color: var(--black-01);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Din-Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}

.navigation {
  z-index: 9999;
  background-color: var(--white-transparent-90);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: fill;
  object-position: 50% 50%;
  outline: 3px #333;
  flex-flow: row;
  order: 9999;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 40px 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-element {
  opacity: .52;
  color: var(--black-01);
  text-transform: uppercase;
  cursor: pointer;
  padding: 0;
  font-family: Din-Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
  position: relative;
}

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

.nav-element.w--current {
  opacity: 1;
  color: var(--black-01);
  font-weight: 700;
}

.nav-element.dropdown {
  opacity: .52;
  cursor: pointer;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Sf pro text;
  transition: opacity .2s cubic-bezier(.25, .46, .45, .94);
}

.nav-element.dropdown:hover {
  opacity: 1;
  color: var(--black-01);
}

.nav-element.active {
  opacity: 1;
}

.nav-element.design {
  color: var(--black-01);
}

.nav-element.design.w--current {
  font-weight: 700;
}

.nav-element.photography, .nav-element.about {
  color: var(--black-01);
}

.nav-element.en.w--current, .nav-element.de.w--current {
  font-weight: 700;
}

.body {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Sf pro text;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.navigation-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 944px;
  display: flex;
  position: static;
}

.navigation-wrapper.close-btn-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
}

.h2 {
  color: var(--black-01);
  font-family: Din-Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.caption {
  color: var(--black-transparent-52);
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.caption.capitalize {
  text-transform: uppercase;
  font-family: Din-Pro, sans-serif;
  font-weight: 500;
}

.caption.slider {
  width: 100%;
  margin-top: 4px;
}

.caption.slider2 {
  width: 100%;
}

.caption.photography {
  width: auto;
  margin-top: 4px;
}

.caption.photography.data {
  text-align: right;
  flex: 1;
}

.logo {
  order: -1;
  width: 120px;
  text-decoration: none;
  overflow: hidden;
}

.nav-list.show-mobile {
  display: none;
}

.div-block-2 {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  display: flex;
}

.project-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  order: 0;
  grid-template: "Area Area Area-2" 1fr
                 "Area-3 Area-3 Area-3" 1fr
                 "Area-4 Area-5 Area-5" 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1148px;
  height: 100%;
  margin-top: 125px;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.project-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--grey-05);
  width: 100%;
  min-width: 200px;
  max-width: 1068px;
  min-height: 428px;
  max-height: 428px;
  box-shadow: none;
  opacity: 1;
  color: var(--black-01);
  cursor: pointer;
  object-fit: fill;
  border-radius: 18px;
  flex: 1;
  order: 0;
  grid-template: "Area-1"
  / 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: auto;
  align-items: stretch;
  text-decoration: none;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  overflow: hidden;
}

.project-card:hover {
  box-shadow: none;
  opacity: 1;
}

.project-card.zwei {
  display: none;
  overflow: hidden;
}

.project-button {
  border: 1.5px solid var(--black-transparent-10);
  background-color: var(--white-transparent-90);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-text-stroke-color: var(--black-transparent-10);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 16px;
  flex-flow: row;
  order: 0;
  justify-content: space-between;
  align-items: center;
  width: 322px;
  max-width: 322px;
  height: 56px;
  margin-top: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 3px 2px -2px #00000026;
}

.h3 {
  width: auto;
  min-width: auto;
  color: var(--black-01);
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 18px;
}

.icon {
  width: auto;
  max-width: 12px;
  color: var(--grey-02);
  text-align: center;
  white-space: nowrap;
  font-family: "Font awesome 5 pro 300", sans-serif;
  font-size: 20px;
  font-weight: 300;
  position: static;
}

.icon.feedback {
  color: var(--white-01);
  margin-left: 50%;
  margin-right: 50%;
  font-family: "Font awesome 5 pro 400", sans-serif;
  font-weight: 400;
}

.icon.feedback.error {
  color: var(--error-01);
}

.icon.solid {
  text-align: center;
  max-width: 20px;
  font-family: "Font awesome 5 pro solid 900", sans-serif;
  font-weight: 400;
}

.icon.white {
  max-width: 24px;
  color: var(--white-01);
}

.project-btn-div {
  min-width: 200px;
  max-width: 280px;
}

.project-card-btn-div {
  z-index: 2;
  opacity: 1;
  border-radius: 18px;
  align-items: flex-end;
  padding: 14px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.project-card-btn-div:hover {
  border-color: var(--black-transparent-6);
}

.dropdown-toggle {
  justify-content: space-around;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 4px;
  display: flex;
  position: static;
}

.dropdown-list {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--darkblue);
  flex-direction: row;
  grid-template-rows: 1fr auto;
  grid-template-columns: minmax(auto, 452px) minmax(auto, 452fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: start center;
  width: 100%;
  height: 100%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.text-field {
  border: 2px solid var(--white-transparent-18);
  background-color: var(--white-transparent-02);
  width: 100%;
  height: 32px;
  color: var(--white-transparent-90);
  border-radius: 10px;
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 500;
  box-shadow: 0 2px 3px #0000001a;
}

.text-field:focus {
  border-color: var(--white-transparent-90);
  background-color: var(--white-transparent-10);
  color: var(--white-01);
}

.text-field::placeholder {
  color: var(--white-transparent-70);
}

.text-field.text-area {
  height: 128px;
  min-height: 128px;
}

.form {
  width: 100%;
}

.form-block {
  width: 100%;
  max-width: 536px;
  margin-top: 40px;
}

.container-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  order: 0;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1148px;
  padding: 40px;
  display: grid;
  position: static;
}

.primary-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black-transparent-10);
  background-color: var(--white-01);
  max-width: 100%;
  height: 40px;
  color: var(--black-01);
  object-fit: fill;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Din-Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s, box-shadow .4s cubic-bezier(.215, .61, .355, 1), border-color .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: 0 3px 2px -2px #00000026;
}

.primary-button:hover {
  opacity: .76;
  box-shadow: 0 0 #0003;
}

.primary-button.secondary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: solid;
  border-color: var(--black-transparent-10);
  background-color: var(--white-transparent-90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--grey-02);
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}

.primary-button.secondary:hover {
  border-color: var(--grey-03);
  background-color: var(--grey-05);
}

.primary-button.secondary.show-desktop {
  background-color: var(--white-transparent-90);
}

.primary-button.secondary.show-desktop:hover {
  background-color: var(--grey-05);
  box-shadow: none;
  opacity: 1;
}

.primary-button.secondary-icon {
  background-color: var(--white-transparent-90);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black-01);
  border-style: solid;
  border-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none;
}

.primary-button.secondary-icon:hover {
  border-color: var(--grey-03);
  background-color: var(--grey-05);
}

.primary-button.secondary-icon.show-mobile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.icon-brand {
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: var(--white-transparent-90);
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white-transparent-90);
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.link-block:hover {
  color: var(--white-01);
}

.feedback-text {
  text-align: center;
  margin-top: 10px;
  font-family: Din-Pro, sans-serif;
  font-weight: 500;
}

.feedback-message {
  border: 2px solid var(--error-transparent-50);
  background-color: var(--white-transparent-02);
  color: var(--error-01);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 12px;
  font-family: Din-Pro, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 3px #0000001a;
}

.feedback-message.success {
  border-width: 2px;
  border-color: var(--white-transparent-70);
  background-color: var(--white-transparent-02);
  color: var(--white-01);
  font-family: Sf pro text;
  font-size: 16px;
  font-weight: 400;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.navbar {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #0000;
  flex-direction: row;
  justify-content: flex-end;
  display: block;
}

.nav-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.nav-menu.lang {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.content-section {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  flex-direction: column;
  flex: 1;
  order: 0;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1148px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
  overflow: hidden;
}

.content-section.inversum {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-section.about {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 125px;
  display: grid;
}

.content-section.photography, .content-section.imprint {
  align-items: flex-start;
  display: flex;
}

.content-section.about2 {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-section.award {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  max-width: 536px;
  color: var(--black-01);
  margin-bottom: 0;
  font-family: Avenir, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph.info {
  color: var(--grey-01);
  font-weight: 500;
}

.paragraph.contact {
  color: var(--white-01);
}

.paragraph.contact a {
  color: var(--white-transparent-90);
  text-decoration: underline;
}

.paragraph.contact a:hover {
  color: var(--white-01);
}

.paragraph.contact p {
  color: var(--white-transparent-90);
}

.paragraph.contact h3 {
  color: var(--white-01);
}

.paragraph a {
  text-decoration: underline;
}

.paragraph.sources, .paragraph.sources strong {
  color: var(--grey-06);
}

.p-bold {
  color: var(--black-01);
  font-weight: 600;
}

.image {
  background-color: var(--grey-05);
  object-fit: cover;
}

.header-image {
  z-index: 1;
  background-color: var(--grey-04);
  object-fit: cover;
  width: 100%;
  height: 70vh;
  position: relative;
}

.header-img-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 0 #0000;
  border-radius: 0;
  flex: 1;
  order: 0;
  grid-template: "Area-1"
  / 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-self: auto;
  place-items: stretch stretch;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 70vh;
  max-height: 70vh;
  margin-bottom: 0;
  display: grid;
  overflow: hidden;
}

.project-information {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  flex-direction: column;
  flex: 1;
  order: 0;
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1148px;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.project-information.award-badge-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.heading {
  color: var(--black-01);
  font-size: 40px;
}

.slide-nav {
  height: 20px;
  color: var(--black-01);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 6px;
  line-height: 8px;
  display: flex;
  position: relative;
}

.slide {
  width: 100%;
  height: auto;
}

.slider {
  z-index: 99;
  cursor: none;
  background-color: #0000;
  height: auto;
}

.slider.hidden {
  display: block;
}

.close-btn-wrapper {
  max-width: 944px;
}

.close-btn-section {
  z-index: 9999;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: row;
  order: 9999;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 40px 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.slider-area {
  z-index: 1;
  cursor: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 512px;
  max-height: 601px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-area:hover {
  opacity: .28;
}

.slider-area.left {
  left: 0%;
  right: auto;
}

.slider-img-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  display: grid;
  overflow: hidden;
}

.mouse-arrow-right {
  z-index: 1000;
  border: 1px solid var(--black-transparent-10);
  background-color: var(--white-transparent-90);
  opacity: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 39px;
  padding-left: 2px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 3px 2px -2px #00000026;
}

.cursor-wrapper {
  z-index: 102;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.mouse-arrow-left {
  z-index: 1000;
  border: 1px solid var(--black-transparent-10);
  background-color: var(--white-transparent-90);
  opacity: 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: none;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 39px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 3px 2px -2px #00000026;
}

.mouse-arrow-left:active {
  background-color: var(--error-01);
  opacity: 1;
}

.parting-line {
  background-color: var(--grey-05);
  flex: 1;
  align-self: stretch;
  height: 1px;
  min-height: 1.5px;
  max-height: 1.5px;
}

.footer-link {
  color: var(--white-transparent-90);
  font-family: Avenir, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--white-01);
}

.footer-link.no-link:hover {
  color: var(--white-transparent-90);
}

.project-card-thumbnail {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  min-width: 200px;
  max-width: 1068px;
  min-height: 428px;
  max-height: 428px;
  box-shadow: none;
  opacity: 1;
  color: var(--black-01);
  object-fit: cover;
  flex: 1;
  order: 0;
  grid-template: "Area-1"
  / 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: auto;
  align-items: stretch;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: block;
  position: relative;
  overflow: hidden;
}

.video {
  background-color: var(--grey-05);
  object-fit: contain;
  width: 100%;
}

.two-btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  margin-top: -40px;
  display: flex;
}

.rich-text-block {
  font-family: Avenir, sans-serif;
}

.navbar-lang {
  background-color: #0000;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-9 {
  justify-content: space-between;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  display: flex;
}

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

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

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

.project-card-border {
  border: 2px solid var(--black-transparent-6);
  opacity: 0;
  border-radius: 18px;
  display: block;
}

.capital-letters {
  color: var(--black-transparent-52);
  text-transform: uppercase;
  font-family: Din-Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.capital-letters.light {
  color: var(--white-transparent-90);
}

.capital-letters.reading-time {
  color: var(--black-01);
}

.heading-2 {
  color: var(--black-01);
  font-family: Din-Pro, sans-serif;
}

.text-block {
  color: var(--grey-01);
  font-family: Avenir, sans-serif;
  font-weight: 500;
}

.block-quote {
  border-left-width: 2px;
  border-left-color: var(--darkblue);
  color: var(--darkblue);
}

.bold-text {
  color: var(--darkblue);
}

.block-quote-2 {
  border-left-width: 2px;
  border-right: 0 solid #000;
}

.block-quote-3 {
  font-weight: 700;
}

.block-quote-4 {
  font-size: 24px;
}

.block-quote-5 {
  font-weight: 700;
}

.award-badge {
  z-index: 10;
  width: 140px;
  margin-left: 0;
  margin-right: 42px;
  display: block;
  position: absolute;
}

.image-3 {
  width: 140px;
}

.div-block-11 {
  height: auto;
  position: relative;
}

.div-block-12 {
  width: 100%;
  max-width: 1148px;
  display: flex;
}

.card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -72px;
  display: grid;
  position: relative;
}

.card-container._3 {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
}

.card-container._3.no-margin {
  margin-top: 0;
}

.insight-card {
  border: 2px solid var(--black-transparent-10);
  background-color: var(--white-01);
  height: 100%;
  box-shadow: 0 2px 5px 0 var(--black-transparent-20);
  color: var(--black-01);
  border-radius: 16px;
  margin-top: 0;
  padding: 24px 20px;
  position: relative;
}

.insight-card:where(.w-variant-c1a032f0-b4b1-d3b4-fedd-55d118cceabf) {
  color: var(--depressiolearn-orange);
}

.insight-card.paragraph {
  color: var(--depressiolearn-primary);
  -webkit-text-stroke-color: var(--primary-depressiolearn);
}

.insight-card.paragraph.bold-text {
  font-weight: 400;
}

.insight-card.project-card {
  box-shadow: 0 2px 5px 0 var(--black-transparent-20);
}

.insight-card.highlight {
  background-color: var(--depressiolearn-primary);
  color: var(--white-01);
}

.insight-card.highlight:where(.w-variant-4d157014-d5a9-b752-4425-c43d268f86e9) {
  background-color: var(--depressiolearn-orange);
  background-image: linear-gradient(190deg, var(--depressiolearn-orange), var(--depressiolearn-darkorange));
}

.insight-card.bold-text-depressiolearn.orange.orange-2 {
  color: var(--depressiolearn-orange);
}

.paragraph-2 {
  color: var(--black-01);
}

.paragraph-2.highlight {
  color: var(--white-transparent-90);
}

.bold-text-depressiolearn {
  color: var(--depressiolearn-primary);
}

.bold-text-depressiolearn.highlight {
  color: var(--white-01);
}

.bold-text-depressiolearn.orange {
  color: var(--depressiolearn-orange);
}

.paragraph-3 {
  color: var(--grey-03);
}

@media screen and (min-width: 1920px) {
  .project-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template: "Area Area Area-2" 428px
                   "Area-3 Area-3 Area-3" 428px
                   "Area-4 Area-5 Area-5" 428px
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: 1068px;
  }

  .project-card {
    margin-left: 0;
    margin-right: 0;
    transition-duration: .45s;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: 1fr auto;
    grid-template-columns: minmax(auto, 452px) minmax(auto, 452fr);
    grid-auto-columns: 1fr;
    place-items: start center;
    display: flex;
  }

  .container-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    place-items: stretch stretch;
    max-width: 1148px;
    display: grid;
  }

  .content-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-flow: row;
    max-width: 1068px;
    display: grid;
  }

  .content-section.inversum {
    max-width: 1148px;
  }

  .content-section.about {
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: 1fr auto;
    grid-auto-rows: 1fr;
  }

  .content-section.photography {
    max-width: 1148px;
  }

  .content-section.award {
    padding-left: 0;
    padding-right: 0;
  }

  .header-img-div {
    margin-left: 0;
    margin-right: 0;
    transition-duration: .45s;
  }

  .project-information {
    grid-auto-columns: 1fr;
  }

  .project-card-thumbnail {
    margin-left: 0;
    margin-right: 0;
    transition-duration: .45s;
  }

  .two-btn-wrapper {
    margin-top: 20px;
  }

  .body-2 {
    display: block;
  }

  .card-container {
    margin-top: -32px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    color: var(--black-01);
    margin-top: 0;
    font-family: Din-Pro, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  p {
    max-width: 536px;
  }

  .navigation {
    order: -1;
  }

  .body {
    display: block;
  }

  .caption {
    width: auto;
    overflow: hidden;
  }

  .caption.slider {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .project-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    grid-template: "Area Area-2" 1fr
                   "Area-3 Area-3" 1fr
                   "Area-4 Area-5" 1fr
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-card {
    position: relative;
    box-shadow: 0 12px 18px #00000017;
  }

  .project-button {
    flex: 0 auto;
    order: 1;
    width: 100%;
    box-shadow: 0 2px 3px -2px #00000026;
  }

  .h3 {
    font-family: Din-Pro, sans-serif;
    font-weight: 700;
  }

  .project-btn-div {
    width: 100%;
    min-width: 120px;
    overflow: hidden;
  }

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

  .form-block {
    flex: 1;
    width: 100%;
  }

  .container-footer {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .content-section {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    flex: 1;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .content-section.photography {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .content-section.award {
    padding-left: 40px;
  }

  .paragraph {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph.about.left {
    margin-right: 0;
  }

  .paragraph.about.right {
    margin-left: 0;
  }

  .paragraph.info, .paragraph.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.contact h3 {
    font-family: Din-Pro, sans-serif;
    font-weight: 700;
  }

  .paragraph a {
    max-width: 536px;
  }

  .header-image {
    width: auto;
  }

  .project-information {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    flex: 1;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
  }

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

  .heading.imprint {
    margin-left: 40px;
    margin-right: 40px;
  }

  .mask {
    width: 100vw;
  }

  .close-btn-section {
    order: -1;
  }

  .parting-line.photography {
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-link {
    width: auto;
    overflow: hidden;
  }

  .project-card-thumbnail {
    box-shadow: 0 2px 3px #0000001a;
  }

  .video {
    min-height: 0;
  }

  .two-btn-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-8 {
    flex-direction: column;
  }

  .div-block-10 {
    width: 100%;
  }

  .project-card-border {
    opacity: 1;
    background-color: #0000;
    border-width: 2px;
    display: block;
  }

  .award-badge {
    display: block;
    position: absolute;
  }

  .card-container {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90vw;
    margin-top: -50px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .insight-card {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-top: 16px;
  }

  .nav-element.dropdown {
    opacity: 1;
    color: var(--grey-02);
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Din-Pro, sans-serif;
    overflow: visible;
  }

  .nav-element.active {
    font-weight: 700;
  }

  .caption.slider {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-list.show-mobile {
    opacity: 1;
    display: flex;
  }

  .project-section {
    align-items: stretch;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .project-card {
    min-width: 100%;
    font-family: Avenir, sans-serif;
    box-shadow: 0 12px 18px #0000001f;
  }

  .dropdown-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dropdown-list {
    opacity: 1;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fff;
    border-radius: 12px;
    width: 152px;
    position: absolute;
    top: 40px;
    box-shadow: 0 8px 18px -2px #0003;
  }

  .dropdown-list.w--open {
    border: 1.5px solid var(--grey-03);
    background-color: var(--grey-05);
    opacity: 1;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 8px;
    right: 0;
    overflow: visible;
    box-shadow: 0 2px 3px -2px #00000026;
  }

  .div-block-3 {
    -webkit-text-fill-color: inherit;
    background-color: red;
    background-clip: border-box;
    height: 1px;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field.text-area {
    height: 128px;
    min-height: 128px;
  }

  .form-block {
    margin-top: 0;
  }

  .container-footer {
    object-fit: fill;
    flex: 1;
    grid-template: "Area"
                   "Area-2"
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: row;
    max-width: 100%;
    padding-top: 0;
  }

  .primary-button.secondary.show-desktop {
    display: none;
  }

  .primary-button.secondary-icon.show-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-color: var(--black-transparent-10);
    border-radius: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    height: 31.3px;
    max-height: 31.3px;
    padding-top: .5px;
    padding-right: .5px;
    display: grid;
    box-shadow: 0 3px 2px -2px #00000026;
  }

  .navbar.show-desktop {
    display: none;
  }

  .content-section {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .content-section.about {
    grid-template-columns: 1fr;
  }

  .content-section.photography {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph {
    max-width: 536px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph.about.left {
    align-self: flex-start;
    margin-right: 20px;
    padding-left: 0;
  }

  .paragraph.about.right {
    margin-left: 20px;
    padding-right: 0;
  }

  .paragraph.info {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph.contact {
    margin-left: 0;
    margin-right: 0;
  }

  .header-image {
    width: 100%;
    display: block;
  }

  .header-img-div {
    min-width: 100%;
  }

  .project-information {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    grid-template: "Area"
                   "Area-2"
                   "."
                   "Area-3"
                   / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .slide {
    width: 100vw;
  }

  .close-btn-section {
    padding-top: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-area {
    min-height: 50px;
    display: block;
  }

  .slider-area.left {
    height: auto;
    min-height: 10px;
  }

  .cursor-wrapper {
    display: none;
  }

  .parting-line {
    margin-left: 20px;
    margin-right: 20px;
  }

  .parting-line.dropdown {
    background-color: var(--black-transparent-10);
    margin-left: 0;
    margin-right: 0;
  }

  .project-card-thumbnail {
    min-width: 100%;
    box-shadow: 0 2px 3px #0000001a;
  }

  .two-btn-wrapper {
    flex-direction: column;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rich-text-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .project-card-border {
    border-width: 2px;
    border-color: var(--black-transparent-6);
    background-color: #0000;
    display: block;
  }

  .capital-letters.reading-time {
    margin-left: 20px;
    margin-right: 20px;
  }

  .award-badge {
    width: 100px;
    margin-right: 30px;
  }

  .card-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation, .caption.photography {
    padding-left: 20px;
    padding-right: 20px;
  }

  .caption.photography.data {
    display: none;
  }

  .project-card {
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    align-content: stretch;
    place-items: stretch stretch;
  }

  .project-button {
    width: 100%;
    max-width: 100%;
  }

  .h3 {
    min-width: 280px;
  }

  .project-btn-div {
    overflow: hidden;
  }

  .project-card-btn-div {
    object-fit: fill;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    display: flex;
  }

  .dropdown-list {
    background-color: var(--grey-04-transparent-78);
  }

  .footer {
    padding-right: 20px;
  }

  .container-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .content-section {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "Area"
                         "Area-2"
                         "Area-3"
                         "Area-4";
    padding-bottom: 0;
  }

  .content-section.about {
    grid-template-columns: 1fr;
  }

  .content-section.photography {
    padding-left: 0;
    padding-right: 0;
  }

  .header-img-div {
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    align-content: stretch;
    place-items: stretch stretch;
  }

  .project-information {
    grid-row-gap: 40px;
    padding-bottom: 0;
  }

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

  .cursor-wrapper {
    display: flex;
  }

  .project-card-thumbnail {
    flex: 1;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    align-content: stretch;
    place-items: stretch stretch;
  }

  .two-btn-wrapper {
    margin-top: 0;
  }

  .card-container {
    grid-template-columns: 1fr;
    max-width: 88vw;
    margin-top: -32px;
  }

  .card-container._3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-fde67a12-395b-a7e1-e46c-a802af857b93-70eb5b88 {
  grid-area: Area-2;
}

#w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e2-70eb5b88 {
  order: 9999;
  grid-area: Area-1;
  place-self: stretch stretch;
}

#w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e3-70eb5b88 {
  grid-area: Area-1;
}

#w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e4-70eb5b88 {
  grid-area: Area-1;
  place-self: stretch stretch;
}

#w-node-_6b2920a8-4a81-c640-e9a1-2d143b668e48-3b668e29, #w-node-_6b2920a8-4a81-c640-e9a1-2d143b668e49-3b668e29, #w-node-_6b2920a8-4a81-c640-e9a1-2d143b668e4d-3b668e29, #w-node-_6b2920a8-4a81-c640-e9a1-2d143b668e4e-3b668e29, #w-node-_6b2920a8-4a81-c640-e9a1-2d143b668e51-3b668e29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d7d54c3-2a09-cc8e-63a0-016a60b21886-60b21886 {
  grid-area: Area-2;
}

#w-node-_035b7e2f-0de7-4517-4580-53c61fcfb498-60b21886 {
  order: 9999;
  grid-area: Area-1;
  place-self: stretch stretch;
}

#w-node-_4feb2b7a-75b6-483b-7f2c-e7f651f425fd-60b21886 {
  order: 1;
  grid-area: Area-1;
}

#w-node-_6d7d54c3-2a09-cc8e-63a0-016a60b21888-60b21886 {
  order: 9999;
  grid-area: Area-1;
  place-self: stretch stretch;
}

#w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b791-d6a5b791 {
  grid-area: Area-2;
}

#w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b792-d6a5b791 {
  justify-self: end;
}

#w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b793-d6a5b791 {
  order: 9999;
  grid-area: Area-1;
  place-self: stretch stretch;
}

#w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b794-d6a5b791 {
  order: 1;
  grid-area: Area-1;
}

#w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b795-d6a5b791 {
  order: 9999;
  grid-area: Area-1;
  place-self: stretch stretch;
}

#w-node-_22e2d93b-b245-8b8a-6d6f-28ced47f56b0-072f70bb {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-072f70bb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-072f70bb {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_99dd199e-9056-8800-e763-775935ce1ade-072f70bb {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center end;
}

#w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-3cd0a31d, #w-node-ebb54d97-15a5-09e9-3fbf-de1e57886bf7-899f6f05, #w-node-_2b154a3e-15ca-b5df-22b1-70a147106dd4-47106dd3, #w-node-_2b154a3e-15ca-b5df-22b1-70a147106dd5-47106dd3, #w-node-_2b154a3e-15ca-b5df-22b1-70a147106dd7-47106dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b154a3e-15ca-b5df-22b1-70a147106dd9-47106dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_65ef997f-6a08-9353-cab2-8a15a4beb44f-47106dd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5d61aa5-75e3-24c6-0d43-bb959b551fbe-9b551fbc {
  grid-area: Area-1;
  place-self: center;
}

#w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-ccdd78a8, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-61b45242, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-af6b7d77, #w-node-_0c37b914-18f5-f532-0e83-839bec18e19c-ec18e17d, #w-node-_0c37b914-18f5-f532-0e83-839bec18e19d-ec18e17d, #w-node-_0c37b914-18f5-f532-0e83-839bec18e1a1-ec18e17d, #w-node-_0c37b914-18f5-f532-0e83-839bec18e1a2-ec18e17d, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-72c8e1fb, #w-node-eed30616-d27f-898e-ff04-086087115172-72c8e1fb, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-bf47b593, #w-node-eed30616-d27f-898e-ff04-086087115172-bf47b593, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-3177c455, #w-node-eed30616-d27f-898e-ff04-086087115172-3177c455, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-91115e29, #w-node-eed30616-d27f-898e-ff04-086087115172-91115e29, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-e4bc3431, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-3683bdcf, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-6d147312, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-eb684239, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-955c5780, #w-node-eed30616-d27f-898e-ff04-086087115172-955c5780, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-50255c4a, #w-node-eed30616-d27f-898e-ff04-086087115172-50255c4a, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-e696176c, #w-node-eed30616-d27f-898e-ff04-086087115172-e696176c, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-5b12de81, #w-node-eed30616-d27f-898e-ff04-086087115172-5b12de81, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-847c502f, #w-node-eed30616-d27f-898e-ff04-086087115172-847c502f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9612806-0afa-0fab-5b20-bd0ebcdd1ff7-8b8086f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-8b8086f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1353149d-992c-e13f-5172-919518499e04-8b8086f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-8b8086f7 {
  grid-area: Area-3;
}

#w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-f1fbdd0a, #w-node-_2cde299e-1031-0996-a5ff-8fd70df393cc-2e06d8ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d49aed91-e50d-e6b9-963c-2e57e4602344-e4602342 {
  grid-area: Area-1;
  place-self: center;
}

#w-node-d49aed91-e50d-e6b9-963c-2e57e4602345-e4602342 {
  grid-area: Area-1;
}

@media screen and (min-width: 1920px) {
  #w-node-_22e2d93b-b245-8b8a-6d6f-28ced47f56b0-072f70bb {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start end;
  }

  #w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-072f70bb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-072f70bb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_99dd199e-9056-8800-e763-775935ce1ade-072f70bb {
    grid-area: Area;
    place-self: center end;
  }

  #w-node-d49aed91-e50d-e6b9-963c-2e57e4602344-e4602342 {
    grid-area: Area-1;
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b792-d6a5b791 {
    justify-self: end;
  }

  #w-node-_22e2d93b-b245-8b8a-6d6f-28ced47f56b0-072f70bb {
    align-self: start;
  }

  #w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-072f70bb {
    align-self: center;
  }

  #w-node-_99dd199e-9056-8800-e763-775935ce1ade-072f70bb, #w-node-c9612806-0afa-0fab-5b20-bd0ebcdd1ff7-8b8086f7 {
    align-self: start;
  }

  #w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-8b8086f7 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
  }

  #w-node-_1353149d-992c-e13f-5172-919518499e04-8b8086f7 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-8b8086f7 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e2-70eb5b88 {
    order: 9999;
    grid-area: Area-1;
  }

  #w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e3-70eb5b88 {
    grid-area: Area-1;
  }

  #w-node-_6b2920a8-4a81-c640-e9a1-2d143b668e36-3b668e29 {
    grid-area: Area-2;
  }

  #w-node-_035b7e2f-0de7-4517-4580-53c61fcfb498-60b21886 {
    order: 9999;
    grid-area: Area-1;
  }

  #w-node-_4feb2b7a-75b6-483b-7f2c-e7f651f425fd-60b21886 {
    grid-area: Area-1;
  }

  #w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b793-d6a5b791 {
    order: 9999;
    grid-area: Area-1;
  }

  #w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b794-d6a5b791 {
    grid-area: Area-1;
  }

  #w-node-_22e2d93b-b245-8b8a-6d6f-28ced47f56b0-072f70bb {
    grid-area: Area-3;
  }

  #w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-072f70bb {
    grid-area: Area-2;
  }

  #w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-072f70bb {
    grid-area: Area-4;
  }

  #w-node-_99dd199e-9056-8800-e763-775935ce1ade-072f70bb {
    grid-area: Area;
  }

  #w-node-_2b154a3e-15ca-b5df-22b1-70a147106dd9-47106dd3 {
    justify-self: start;
  }

  #w-node-_0c37b914-18f5-f532-0e83-839bec18e18a-ec18e17d {
    grid-area: Area-2;
  }

  #w-node-c9612806-0afa-0fab-5b20-bd0ebcdd1ff7-8b8086f7 {
    grid-area: Area;
  }

  #w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-8b8086f7 {
    grid-area: Area-2;
  }

  #w-node-_1353149d-992c-e13f-5172-919518499e04-8b8086f7 {
    grid-area: Area-3;
  }

  #w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-8b8086f7 {
    grid-area: Area-4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e2-70eb5b88, #w-node-dcd54cd9-451b-c408-b0bf-ec34eee793e4-70eb5b88, #w-node-_035b7e2f-0de7-4517-4580-53c61fcfb498-60b21886, #w-node-_6d7d54c3-2a09-cc8e-63a0-016a60b21888-60b21886, #w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b793-d6a5b791, #w-node-_66fcc4af-0c4b-5b7d-ae93-4f81d6a5b795-d6a5b791 {
    grid-area: Area-1;
    place-self: stretch stretch;
  }

  #w-node-_22e2d93b-b245-8b8a-6d6f-28ced47f56b0-072f70bb {
    grid-area: Area-3;
  }

  #w-node-f5baa264-712d-c1a1-2d22-77df1ec44d71-072f70bb {
    grid-area: Area-2;
  }

  #w-node-_409b6d4e-0712-93d0-657a-dc065c10ec93-072f70bb {
    grid-area: Area-4;
  }

  #w-node-_99dd199e-9056-8800-e763-775935ce1ade-072f70bb {
    grid-area: Area;
  }

  #w-node-a5d0ce00-6f29-096a-dad2-4141db34ed0c-6d147312 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_4bc01775-91fd-15d4-993f-07071c7a5ceb-6d147312, #w-node-f31dbfce-dd60-d469-b344-7d085404f58c-6d147312, #w-node-c807c428-24ae-4f5e-0931-e24d3ebe82f3-6d147312, #w-node-_84ba1fa1-65ca-14c6-6879-287b625c370a-6d147312, #w-node-d5a29996-3b87-7891-d6fc-62e0538b01e2-6d147312, #w-node-c7b7f1fc-7954-32aa-f8e8-952ca94e3444-6d147312 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('../fonts/Avenir.ttc') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Font awesome 5 pro solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Font awesome 5 pro 300';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Font awesome 5 pro 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Din-Pro';
  src: url('../fonts/DINPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din-Pro';
  src: url('../fonts/DINPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}