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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --ffea00: var(--white);
  --black: black;
}

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 100%;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 80px;
}

.paragraph-tiny {
  color: #c9c2d6;
  -webkit-text-stroke-color: #272724;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: static;
}

.paragraph-tiny:hover {
  color: #f1ff2d;
  text-decoration: line-through;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
}

.paragraph-light {
  opacity: 1;
}

.paragraph-light.cc-position-name {
  color: #fff;
  margin-bottom: 5px;
  font-family: Generalsans, Arial, sans-serif;
}

.section {
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0% 50px;
  display: block;
  position: static;
  overflow: visible;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
  cursor: auto;
  margin-top: 0;
  transition-property: none;
}

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

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  opacity: 1;
  margin-top: 0;
  margin-left: 0%;
  padding-left: 0;
  transition-property: none;
}

.logo-link.w--current:focus-visible, .logo-link.w--current[data-wf-focus-visible] {
  margin-left: 0%;
}

.menu-icon {
  color: #ebeae5;
  mix-blend-mode: hue;
  background-color: #fff;
}

.nav_item {
  opacity: 1;
  letter-spacing: 1px;
  text-transform: lowercase;
  mix-blend-mode: normal;
  order: 0;
  align-self: auto;
  margin-top: 20px;
  padding-top: 66px;
  padding-bottom: 90px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition-property: none;
  position: relative;
}

.nav_item:hover {
  opacity: .9;
}

.nav_item:active {
  opacity: .8;
}

.nav_item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.nav_item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.nav_item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  padding: 30px 50px;
  display: none;
  position: absolute;
}

.menu-button {
  mix-blend-mode: color-dodge;
  flex: 0 auto;
}

.menu-button.w--open {
  margin-top: 0;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 40px 5%;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: 1;
  color: #c9c2d6;
  letter-spacing: 1px;
  text-transform: lowercase;
  align-self: flex-end;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: none;
}

.footer-item:hover {
  opacity: .9;
  color: #f1ff2d;
  text-decoration: line-through;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 140px;
}

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

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

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 143px;
  padding-top: 0;
  padding-left: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.heading-nav {
  color: #ebeae5;
  -webkit-text-stroke-color: #272724;
  mix-blend-mode: darken;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 90px;
  font-weight: 500;
  text-decoration: none;
}

.section-1 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  margin-top: -90px;
  position: relative;
  top: 0;
  overflow: hidden;
}

.background-image {
  float: none;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  overflow: visible;
}

.navigation-2 {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 30px 50px;
  display: none;
  position: sticky;
  inset: 30px auto auto;
}

.navigation-items-2 {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #272724;
  -webkit-text-stroke-color: #272724;
  mix-blend-mode: darken;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  text-decoration: none;
}

.menu-button-nav-2 {
  mix-blend-mode: color-dodge;
  flex: 0 auto;
}

.menu-button-nav-2.w--open {
  background-color: #0000;
}

.menu-icon-nav2 {
  color: #ebeae5;
  mix-blend-mode: hue;
  background-color: #888;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  position: static;
  top: 0;
}

.text-block-2 {
  flex-direction: column;
  align-items: center;
  width: 50%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  position: static;
  top: 0;
  overflow: hidden;
}

.section-2-copy {
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  margin-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  position: static;
  top: -207px;
  overflow: hidden;
}

.body {
  -webkit-text-fill-color: inherit;
  cursor: crosshair;
  background-color: #fff;
  background-clip: border-box;
}

.image {
  display: block;
}

.section-3-work {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(149deg, #cd93cf, #d38bf1 51%, #521780);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start stretch;
  display: none;
}

.text-block-3 {
  margin-top: 0;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
  position: static;
  overflow: visible;
}

.heading-3 {
  z-index: 1;
  aspect-ratio: auto;
  color: #ebeae5;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 3%;
  padding: 0 0% 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  position: absolute;
  inset: auto auto 5% 0%;
  overflow: visible;
}

.navigation-items-dropdown-2 {
  background-color: #93a4cf;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-underline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 2px;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.nav-wrapper {
  z-index: 10;
  order: 0;
  place-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: #0000;
}

.main-nav-inner {
  cursor: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  display: flex;
  overflow: visible;
}

.nav-link {
  color: #f1ff2d;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link:hover {
  color: #f1ff2d;
  -webkit-text-stroke-color: #ffe100;
  transform: scale(1.1);
}

.nav-link.w--current:hover, .nav-link._2:hover, .nav-link._3:hover {
  text-decoration: none;
}

.nav-link._4 {
  font-family: Generalsans, Arial, sans-serif;
}

.nav-link._4:hover, .nav-link._4.w--current:hover {
  text-decoration: none;
}

.nav-link.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link.btn:hover {
  color: #000;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.nav-items {
  z-index: 1;
  object-fit: fill;
  flex-direction: column;
  place-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.close-btn-text {
  z-index: 1;
  color: #f1ff2d;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  right: 0;
}

.nav-toggle-text {
  z-index: 1;
  pointer-events: auto;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.nav-toggle-text:hover {
  text-decoration: underline;
}

.nav-gradient-bg {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #729fe9 4%, #b866b5 49%, #af70ad00 87%), radial-gradient(circle farthest-side at 100% 0, #c9748a 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #93a4cf, #9866a0 59%, #374974);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-nav {
  background-color: #93a4cf;
  position: sticky;
  top: 0;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  background-color: #93a4cf;
  border-radius: 999em;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn:hover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5em;
  transform: scale(1.2);
}

.logo {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
}

.bg-noise {
  z-index: 11;
  opacity: .3;
  pointer-events: none;
  cursor: default;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  pointer-events: none;
  color: #000;
  background-color: #93a4cf;
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.heading-4 {
  color: #272724;
  -webkit-text-stroke-color: #272724;
  mix-blend-mode: darken;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  text-decoration: none;
}

.nav-wrapper-2 {
  z-index: 9;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.nav-wrapper-2.w--open {
  background-color: #0000;
}

.main-nav-2 {
  background-color: #0000;
  margin-bottom: 0;
  position: sticky;
  top: 0;
  overflow: visible;
}

.close-btn-wrapper-2 {
  z-index: 5;
  opacity: 1;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper-2:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.nav-gradient-bg-2 {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #729fe9 4%, #ce99cc 49%, #af70ad00 87%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-items-2 {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-toggle-btn-2 {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn-2:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.nav-toggle-text-2 {
  z-index: 1;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.heading-5 {
  z-index: 1;
  float: none;
  clear: left;
  color: #ebeae5;
  -webkit-text-stroke-color: #272724;
  mix-blend-mode: darken;
  width: 100%;
  margin-top: 0;
  padding-top: 35px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  position: relative;
  left: 15%;
}

.close-btn-wrapper-3 {
  z-index: 5;
  opacity: 1;
  color: #ebeae5;
  background-color: #0000;
  border-radius: 999em;
  max-width: 1500px;
  margin-right: 5%;
  padding: 0 0 0 0;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 30px 0 auto auto;
}

.close-btn-wrapper-3:hover {
  text-decoration: none;
  transform: scale(1.2);
}

.nav-gradient-bg-3 {
  z-index: 0;
  opacity: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #729fe9 4%, #ce99cc 49%, #af70ad00 87%), radial-gradient(circle farthest-side at 100% 0, #873da7 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #b938a8, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #93a4cf, #bd93cf 43%, #8696c0);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.nav-items-3 {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-bottom: 7%;
  padding-left: 7%;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-toggle-btn-3 {
  z-index: 5;
  opacity: 1;
  color: #fff;
  background-color: #0000;
  border-radius: 999em;
  margin-right: 5%;
  padding: 17px 0;
  font-size: 1em;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  right: 0;
}

.nav-toggle-btn-3:hover {
  opacity: 100;
  color: #fff;
  background-color: #0000;
  text-decoration: none;
  transform: scale(1.2);
}

.nav-toggle-text-3 {
  z-index: 1;
  color: #c9c2d6;
  cursor: pointer;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.nav-toggle-text-3:hover {
  color: #f1ff2d;
}

.open-nav-header {
  z-index: 5;
  text-decoration: none;
  position: fixed;
  inset: 50px auto auto 50px;
}

.open-nav-head {
  z-index: 5;
  padding-top: 50px;
  padding-left: 50px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.open-nav-head:hover {
  opacity: .8;
  display: none;
}

.open-nav-head:active {
  opacity: .7;
  display: block;
}

.open-nav-head.w--current {
  opacity: 1;
  transition-property: none;
}

.open-nav-title {
  z-index: 5;
  opacity: 1;
  color: #ebeae5;
  background-color: #0000;
  border-radius: 999em;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 0;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 30px auto auto 5%;
}

.open-nav-title:hover {
  text-decoration: none;
  transform: scale(1.2);
}

.open-nav-title.w--current {
  margin-left: 0%;
  padding-left: 0;
  left: 5%;
}

.open-nav-title.w--current:hover {
  text-decoration: none;
  transform: none;
}

.open-nav-title-text {
  z-index: 1;
  color: #f1ff2d;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  left: 0%;
}

.team-circles {
  border-bottom: 0 solid #e4ebf3;
  width: 100%;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  color: #c9c2d6;
  text-align: center;
  margin-bottom: 16px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 0%;
  width: 270px;
  height: 270px;
  margin-bottom: 0;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.grid {
  z-index: 11;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 4%;
  margin-right: 4%;
  position: relative;
}

.body-2 {
  background-color: #fff;
}

.body-3, .body-4 {
  background-color: #93a4cf;
}

.image-2 {
  transition: opacity .2s;
}

.image-2:hover {
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.div-block-2 {
  inset: 0% auto auto 0%;
}

.hover-img-div {
  pointer-events: auto;
  cursor: auto;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  overflow: visible;
}

.hover-img-div:hover {
  opacity: 1;
  background-color: #fff;
  background-image: none;
}

.section-2 {
  object-fit: fill;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.hover-img-2, .hover-img-3, .hover-img-4 {
  align-items: center;
  width: 50%;
  display: flex;
}

.image-3 {
  width: auto;
}

.hover-image-1 {
  z-index: 5;
  cursor: auto;
  object-fit: fill;
  width: auto;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.hover-image-1:hover {
  z-index: 1;
  opacity: .9;
  position: relative;
  overflow: visible;
}

.hover-image-2, .hover-image-3, .hover-image-4 {
  width: auto;
  display: block;
}

.text-block-4 {
  color: #ebeae5;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.text-block-5 {
  z-index: 1;
  clear: left;
  color: #f1ff2d;
  flex: 0 auto;
  order: 0;
  align-self: center;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 2.2vw;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.text-block-5:hover {
  z-index: 5;
  pointer-events: none;
}

.hover-text {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0%;
  font-size: 35px;
  display: flex;
  position: absolute;
}

.hover-text:hover {
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.link-block {
  z-index: 5;
  width: 100%;
  position: relative;
}

.link-block:hover {
  z-index: 1;
  opacity: 1;
}

.body-5 {
  background-color: #1a1b1f;
}

.section-project-2 {
  height: 25vh;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 25px;
  padding-left: 6%;
  padding-right: 6%;
  position: static;
  overflow: visible;
}

.section-project-2.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.main-nav-2-clicked {
  background-color: #0000;
  position: sticky;
  top: 0;
}

.heading-5-clicked {
  z-index: 1;
  float: none;
  clear: left;
  color: #ebeae5;
  -webkit-text-stroke-color: #272724;
  mix-blend-mode: darken;
  width: 100%;
  margin-top: 24px;
  margin-left: 0%;
  padding-left: 0%;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  position: relative;
  left: 46%;
}

.hero-without-image {
  background-color: #0000;
  border-bottom: 0 solid #e4ebf3;
  height: 20vh;
  padding: 40px 30px 50px;
  display: none;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 45px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 55px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-6 {
  font-family: Generalsans, Arial, sans-serif;
}

.open-nav-title-text-clicked {
  z-index: 1;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  position: relative;
  left: 0%;
}

.background-video {
  aspect-ratio: auto;
  cursor: auto;
  height: 101vh;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.wg-code {
  background-color: #0000;
  display: none;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s1, .wg-selector-2.s2 {
  height: 100%;
}

.wg-element {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: auto;
  padding-right: 5px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: #0000;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector2-text-lang2 {
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.wg-selector2-text-lang1 {
  color: #fff;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.wg-selector-2-fill.f2 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-code-2 {
  display: none;
}

.wg-element-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100px;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element-2:hover {
  background-color: #0000;
}

.wg-selector2-text-lang2-2 {
  position: relative;
}

.wg-selector2-text-lang1-2 {
  color: #fff;
  position: relative;
}

.wg-selector2-text-lang2-3 {
  position: relative;
}

.wg-selector2-text-lang1-3 {
  color: #fff;
  position: relative;
}

.background-video-2 {
  width: 100%;
  height: 60vh;
  position: absolute;
  overflow: hidden;
}

.body-6 {
  background-color: #1a1b1f;
}

.div-block-16 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-11 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.bold-text, .bold-text-2 {
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 400;
}

.bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.section-3 {
  color: #fff;
  max-width: 1500px;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-5-home {
  z-index: 1;
  color: #c9c2d6;
  -webkit-text-stroke-color: #272724;
  cursor: pointer;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 70px;
  font-weight: 600;
  position: relative;
  left: 0%;
}

.heading-5-home:hover {
  color: #f1ff2d;
}

.image-17 {
  mix-blend-mode: exclusion;
  width: auto;
  height: 100%;
  padding-top: 0;
}

.link-block-2 {
  text-decoration: none;
}

.text-block-homepage {
  color: #fffb00;
  text-align: left;
  mix-blend-mode: exclusion;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: 500px;
  max-height: 500px;
  margin: 2% auto 50px 2%;
  padding: 0 0;
  font-size: 555px;
  font-weight: 500;
  line-height: 42px;
  display: none;
  position: absolute;
  top: auto;
  overflow: hidden;
}

.background-video-3 {
  aspect-ratio: auto;
  width: 75%;
  height: 80vh;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 0;
  right: auto;
}

.image-18 {
  width: 100%;
  margin: 10% auto 10% 0;
  padding-top: 0;
}

.text-block-homepage-2 {
  color: #fffb00;
  text-align: right;
  white-space: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: exclusion;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-top: 28%;
  margin-left: auto;
  margin-right: 7%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 3.5vw;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  overflow: hidden;
}

.image-19 {
  width: 100%;
  margin: 10% auto;
  padding-top: 0;
}

.image-text-overlay {
  mix-blend-mode: difference;
  width: 97%;
  margin: -67% auto 12% 3%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  top: 0;
}

.div-block-17 {
  background-color: #161212;
  width: 52%;
  margin-right: 5%;
}

.section-4 {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: 3%;
  display: flex;
}

.div-block-18 {
  width: 40%;
  margin-top: 60px;
  margin-left: 0%;
  padding-left: 0;
}

.image-20 {
  margin-right: 4%;
}

.heading-12 {
  font-size: 40px;
}

.footer-wrap-absolute {
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 40px 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.spacer {
  height: 55vh;
}

.video {
  z-index: 11;
  height: 100%;
  margin-top: 0;
}

.div-block-19 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
}

.div-block-20 {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-homepage-1 {
  color: #fff;
  text-align: left;
  white-space: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 7vw;
  font-weight: 500;
  line-height: 6vw;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.new-animation {
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  height: auto;
  margin-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  display: none;
  position: static;
  top: -207px;
  overflow: hidden;
}

.text-block-homepage-3 {
  color: #fffb00;
  text-align: right;
  white-space: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-top: 45%;
  margin-left: auto;
  margin-right: 7%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 3.5vw;
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  overflow: hidden;
}

.text-block-homepage-4 {
  color: #fffb00;
  text-align: left;
  white-space: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 3%;
  margin-left: 3%;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 13vw;
  font-weight: 500;
  line-height: 12vw;
  text-decoration: none;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.hover-img-div-edit {
  background-color: #926565;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--white), #ad7f7f 0%, #961111 49%, #b45050 100%, white);
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-21, .div-block-22, .div-block-23 {
  width: 30%;
  height: auto;
}

.text-block-8, .text-block-9, .text-block-10 {
  text-align: center;
  font-size: 30px;
}

.text-block-11 {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}

.section-5 {
  object-fit: fill;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: visible;
}

.body-7 {
  background-color: #1a1b1f;
}

.body-8 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.body-9 {
  background-color: #1a1b1f;
}

.bg-noise-100vh {
  z-index: 10;
  opacity: .3;
  pointer-events: none;
  cursor: default;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.hero-video-wrapper {
  width: 100%;
  height: 93vh;
  position: static;
  top: 0;
}

.background-video-links {
  z-index: 11;
  aspect-ratio: auto;
  cursor: auto;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background-video-mitte, .background-video-rechts {
  z-index: 11;
  aspect-ratio: auto;
  opacity: 0;
  cursor: auto;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.div-block-24 {
  z-index: 11;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hover-trigger-links, .hover-trigger-mitte, .hover-trigger-rechts {
  overflow: hidden;
}

.section-6 {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.background-video-4 {
  height: 100vh;
  position: static;
  overflow: visible;
}

.div-block-25 {
  height: 100vh;
}

.image-25 {
  aspect-ratio: auto;
  display: none;
  overflow: clip;
}

.image-26 {
  overflow: clip;
}

.section-7 {
  color: #fff;
  width: 100%;
  position: static;
}

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

.image-27 {
  position: relative;
}

.image-28 {
  display: none;
  position: relative;
}

.heading-13 {
  font-family: Generalsans, Arial, sans-serif;
}

.heading-14 {
  text-transform: none;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
}

.body-10 {
  background-color: #1a1b1f;
}

.div-block-27 {
  height: 300px;
  padding: 4% 4% 0%;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-28:hover {
  opacity: 100;
  border: 3px solid #f1ff2d;
}

.text-block-12 {
  color: #fff;
  flex: 0 auto;
  justify-content: space-between;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.bold-text-5 {
  color: #f1ff2d;
  font-size: 3vw;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.bold-text-5:hover {
  display: block;
}

.text-block-13 {
  padding-top: 30px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1.3vw;
}

.div-block-29 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 45px;
  font-family: Generalsans, Arial, sans-serif;
  display: block;
}

.bold-text-6 {
  color: #f1ff2d;
  font-size: 35px;
}

.text-block-14 {
  font-family: Generalsans, Arial, sans-serif;
  line-height: 50px;
}

.text-block-15 {
  color: #f1ff2d;
  text-align: right;
  white-space: normal;
  overflow-wrap: normal;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-16 {
  font-family: Generalsans, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.section-8 {
  padding-left: 0%;
  padding-right: 0%;
  position: static;
}

.text-block-17 {
  color: #f1ff2d;
  text-align: left;
  width: 60%;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
}

.section-9 {
  cursor: auto;
  width: 100%;
  height: 100px;
}

.button-2 {
  color: var(--white);
  background-color: #1a1b1f;
  border-radius: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.button-2:hover {
  color: #c3c8d6;
  background-color: #f1ff2d;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: auto;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  display: flex;
}

.div-block-32 {
  padding: 5%;
  display: flex;
}

.slider {
  height: 100%;
  max-height: 90vh;
  overflow: visible;
}

.div-block-33 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-top: -88px;
  display: block;
}

.text-block-18 {
  color: #f1ff2d;
  text-align: center;
  flex-flow: row;
  align-self: auto;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 700;
  line-height: 30px;
}

.div-block-34 {
  z-index: 8;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 50px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.text-block-19 {
  color: #a5a5a5;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
}

.text-block-19:active {
  color: #000;
}

.tab-link-tab-1 {
  color: #f1ff2d;
  background-color: #f1ff2d;
  border: 3px solid #f1ff2d;
  border-radius: 20px;
  font-family: Open Sans, sans-serif;
}

.tab-link-tab-1.w--current {
  background-color: #f1ff2d;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
}

.text-block-20 {
  color: #a5a5a5;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
}

.text-block-20:active {
  color: #000;
}

.tabs-menu {
  z-index: 99;
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 100px;
}

.tab-link-tab-2 {
  background-color: #fff;
  border: 3px solid #f1ff2d;
  border-radius: 20px;
}

.tab-link-tab-2:hover {
  color: #f1ff2d;
  border-radius: 20px;
}

.tab-link-tab-2:active {
  background-color: #f1ff2d;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #f1ff2d;
  border: 3px solid #f1ff2d;
  border-radius: 20px;
}

.tabs {
  z-index: 30;
}

.image-30 {
  z-index: 0;
  object-fit: cover;
  max-height: none;
}

.link-block-3 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.link-block-4, .link-block-5 {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-21 {
  color: #f1ff2d;
  text-align: right;
  flex: 1;
  width: 40%;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.8vw;
  display: block;
}

.left-arrow, .right-arrow {
  cursor: pointer;
  width: 35%;
}

.icon {
  margin-right: 50px;
  display: block;
}

.icon-2 {
  margin-left: 50px;
  display: block;
}

.button-3 {
  color: #1a1b1f;
  background-color: #f1ff2d;
  border-radius: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.button-3:hover {
  color: #8b8e97;
  background-color: #f1ff2d;
}

.div-block-35 {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-weight: 600;
}

.div-block-40 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-40:hover {
  opacity: 100;
  border: 3px solid #f1ff2d;
}

.div-block-41 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-41:hover {
  opacity: 100;
  border: 3px solid #f1ff2d;
}

.background-video-mobile {
  z-index: 11;
  aspect-ratio: auto;
  cursor: auto;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-block-22 {
  z-index: 15;
  color: #c9c2d6;
  flex-flow: row;
  margin-top: 0;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 500;
  position: relative;
  left: auto;
  overflow: visible;
}

.slide-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.div-block-43 {
  z-index: 20;
  width: 100%;
  height: 30px;
  margin-top: -60px;
  padding-left: 5%;
  font-size: 1.2vw;
  display: block;
  position: relative;
}

.hover-img-photography {
  pointer-events: auto;
  cursor: auto;
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.hover-img-photography:hover {
  opacity: 1;
  background-color: #fff;
  background-image: none;
}

.hover-image-photography {
  z-index: 5;
  cursor: auto;
  object-fit: fill;
  width: auto;
  transition: opacity .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.hover-image-photography:hover {
  z-index: 1;
  opacity: .9;
  position: relative;
  overflow: visible;
}

.hover-text-photography {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  object-fit: cover;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: 32%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0%;
  font-size: 35px;
  display: flex;
  position: absolute;
}

.hover-text-photography:hover {
  z-index: 5;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.text-block-photography {
  z-index: 30;
  clear: left;
  color: #f1ff2d;
  flex: 0 auto;
  order: 0;
  align-self: center;
  padding-top: 0;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 2.2vw;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.text-block-photography:hover {
  z-index: 5;
  pointer-events: none;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 10px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  display: block;
}

.image-32 {
  object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.image-33 {
  object-fit: cover;
  object-position: 50% 100%;
  height: 100%;
}

.image-34, .image-35, .image-36, .image-37, .image-38, .image-39 {
  object-fit: cover;
  height: 100%;
}

.text-block-23 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: none;
}

.bold-text-16 {
  font-family: Generalsans, Arial, sans-serif;
  font-weight: 600;
}

.text-block-24 {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-25 {
  font-family: Generalsans, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-17 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.image-27-copy {
  position: relative;
}

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

.link:hover {
  color: #f1ff2d;
  text-decoration: line-through;
}

.video-copy {
  z-index: 11;
  height: 100%;
  margin-top: 0;
}

.image-42, .image-43, .image-44, .image-45 {
  display: none;
}

@media screen and (min-width: 1440px) {
  img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
  }

  .heading-jumbo {
    font-weight: 500;
  }

  .paragraph-light.cc-position-name {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 6%;
    padding-right: 6%;
    overflow: visible;
  }

  .footer-wrap {
    height: 90px;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .about-intro-grid {
    justify-content: center;
  }

  .about-head-text-wrap {
    width: 700px;
  }

  .detail-header-image {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-1 {
    margin-top: -90px;
    overflow: hidden;
  }

  .div-block {
    width: 65%;
  }

  .text-block-2 {
    width: 50%;
    margin-left: 3%;
    display: none;
  }

  .section-2-copy {
    width: 100%;
  }

  .heading-3 {
    width: 50%;
    padding-left: 0%;
    left: 0%;
  }

  .main-nav-inner {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    font-size: 5vw;
  }

  .container-w1.gutter-outside {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .bg-noise {
    pointer-events: none;
    mix-blend-mode: normal;
    height: 100vh;
    position: fixed;
  }

  .nav-wrapper-2 {
    background-color: #b5b5b5;
  }

  .heading-5 {
    margin-top: 0;
    padding-top: 20px;
    top: 0;
    left: 45%;
  }

  .close-btn-wrapper-3 {
    margin-right: 5%;
    top: 38px;
  }

  .close-btn-wrapper-3:hover {
    text-decoration: none;
  }

  .nav-toggle-btn-3 {
    margin-right: 5%;
  }

  .nav-toggle-btn-3:hover {
    text-decoration: none;
  }

  .open-nav-title {
    top: 33px;
    left: 5%;
  }

  .open-nav-title:hover {
    text-decoration: none;
    transform: none;
  }

  .open-nav-title.w--current {
    max-width: 2200px;
    margin-left: 0%;
  }

  .open-nav-title-text {
    padding-top: 0;
    left: 45%;
  }

  .team-circles {
    border-bottom-width: 0;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .grid {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". Area"
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   ". ."
                   / minmax(200px, 1.25fr) minmax(200px, 1.25fr) 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch center;
    place-items: center;
    margin-left: 6%;
    margin-right: 6%;
    padding-right: 0;
    display: grid;
  }

  .body-3 {
    background-color: #93a4cf;
  }

  .image-2 {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .image-2:hover {
    position: static;
  }

  .div-block-2 {
    position: absolute;
  }

  .section-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .image-5, .image-6 {
    width: auto;
  }

  .text-block-5 {
    z-index: 99;
    opacity: 1;
    color: #f1ff2d;
    -webkit-text-stroke-width: .3px;
    mix-blend-mode: normal;
    background-color: #0000;
    font-family: Generalsans, Arial, sans-serif;
    font-size: 1.8vw;
    font-weight: 600;
    position: relative;
    overflow: visible;
  }

  .hover-text {
    margin-left: 0;
    margin-right: 0;
    padding: 0% 15%;
  }

  .section-project-2 {
    object-fit: fill;
    height: 0;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    position: relative;
    overflow: visible;
  }

  .heading-5-clicked {
    margin-top: 24px;
    margin-left: 0%;
    padding-left: 0%;
    left: 45%;
  }

  .hero-without-image {
    border-bottom-width: 0;
  }

  .margin-bottom-24px {
    padding-top: 5px;
  }

  .open-nav-title-text-clicked {
    margin-left: 0;
    padding-left: 0%;
    left: 15%;
  }

  .div-block-16 {
    max-width: none;
  }

  .text-block-6 {
    padding-bottom: 150px;
  }

  .section-3 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: .8vw;
  }

  .heading-5-home {
    margin-top: 0;
    padding-top: 0;
  }

  .image-7, .image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
    width: auto;
  }

  .image-17 {
    max-width: 800px;
  }

  .text-block-homepage {
    width: 6%;
    margin-top: 0%;
    padding-top: 0%;
    font-size: 44vw;
    line-height: 55px;
  }

  .background-video-3 {
    height: 93vh;
    display: none;
    overflow: visible;
  }

  .image-18 {
    margin-top: 10%;
    margin-bottom: 18%;
  }

  .text-block-homepage-2 {
    text-align: right;
    text-shadow: 0 1px 1px #65393933;
    mix-blend-mode: exclusion;
    width: 66%;
    margin-top: 19%;
    margin-right: 18%;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .image-19 {
    margin-top: 15%;
    margin-bottom: 15%;
  }

  .image-text-overlay {
    width: 80%;
    margin-bottom: 15%;
  }

  .div-block-17 {
    max-width: 800px;
    margin-right: 6.5%;
  }

  .section-4 {
    margin-left: 6%;
  }

  .div-block-18 {
    margin-left: 0%;
  }

  .heading-12, .text-block-7 {
    text-align: left;
  }

  .footer-wrap-absolute {
    padding-left: 100px;
    padding-right: 100px;
  }

  .video {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .div-block-19 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-homepage-1 {
    text-align: left;
    text-shadow: 0 1px 1px #65393933;
    mix-blend-mode: exclusion;
    width: 50%;
    margin-top: 1.5%;
    margin-left: 2%;
    margin-right: auto;
    font-size: 7vw;
    line-height: 5.5vw;
    left: auto;
    overflow: visible;
  }

  .image-21, .image-22, .image-23, .image-24 {
    width: auto;
  }

  .new-animation {
    width: 100%;
  }

  .text-block-homepage-3 {
    text-align: right;
    text-shadow: 0 1px 1px #65393933;
    mix-blend-mode: exclusion;
    width: 66%;
    margin-top: 19%;
    margin-right: 18%;
    font-size: 3vw;
    line-height: 3.5vw;
  }

  .text-block-homepage-4 {
    text-align: left;
    text-shadow: 0 1px 1px #65393933;
    mix-blend-mode: exclusion;
    width: 50%;
    margin-top: 1.5%;
    margin-left: 2%;
    margin-right: auto;
    font-size: 7vw;
    line-height: 5.5vw;
    left: auto;
    overflow: visible;
  }

  .div-block-21, .div-block-22 {
    width: 500px;
    height: 500px;
  }

  .div-block-23 {
    width: 500px;
  }

  .section-5 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .body-7 {
    background-color: #1a1b1f;
  }

  .bg-noise-100vh {
    pointer-events: none;
    mix-blend-mode: normal;
  }

  .hero-video-wrapper {
    width: 100%;
    height: 94vh;
    overflow: hidden;
  }

  .background-video-links, .background-video-mitte, .background-video-rechts {
    position: absolute;
    inset: 0%;
  }

  .image-25 {
    height: 100%;
    max-height: 100%;
  }

  .div-block-26 {
    flex-flow: column;
    grid-auto-columns: 1fr;
    padding-bottom: 150px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: visible;
  }

  .image-27, .image-29 {
    width: 1000px;
  }

  .bold-text-5 {
    font-size: 2.5vw;
  }

  .text-block-13 {
    aspect-ratio: auto;
    font-size: 1vw;
    font-weight: 400;
    line-height: 30px;
  }

  .div-block-29 {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .bold-text-6 {
    font-family: Generalsans, Arial, sans-serif;
    font-size: 35px;
  }

  .text-block-15 {
    padding-top: 50px;
    font-size: 30px;
  }

  .section-8 {
    height: auto;
  }

  .text-block-17 {
    font-size: 2vw;
    line-height: 1.8vw;
  }

  .div-block-32 {
    padding-top: 3%;
  }

  .slider {
    object-fit: cover;
    height: 88vh;
    overflow: visible;
  }

  .div-block-33 {
    z-index: 5;
    display: block;
    position: relative;
  }

  .text-block-18 {
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 1.8vw;
  }

  .div-block-34 {
    pointer-events: none;
    height: 90vh;
  }

  .image-30 {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
    max-height: none;
    position: static;
  }

  .image-31 {
    height: auto;
  }

  .text-block-21 {
    font-size: 2vw;
    line-height: 1.8vw;
  }

  .left-arrow {
    cursor: pointer;
  }

  .right-arrow {
    z-index: 12;
    cursor: pointer;
  }

  .icon {
    margin-right: 50px;
    display: block;
  }

  .icon-2 {
    margin-left: 50px;
    display: block;
  }

  .bold-text-7 {
    font-weight: 600;
  }

  .slide-nav {
    display: none;
  }

  .background-video-mobile {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .text-block-22 {
    margin-top: 0;
    padding-top: 0;
    font-size: 1vw;
  }

  .slide-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
    align-items: flex-start;
    max-height: 85vh;
  }

  .div-block-43 {
    z-index: 5;
    font-family: Generalsans, Arial, sans-serif;
    font-weight: 500;
  }

  .hover-img-photography {
    display: none;
  }

  .hover-text-photography {
    margin-left: 0;
    margin-right: 0;
    padding: 0% 15%;
  }

  .text-block-photography {
    z-index: 99;
    opacity: 1;
    color: #f1ff2d;
    -webkit-text-stroke-width: .3px;
    mix-blend-mode: normal;
    background-color: #0000;
    font-family: Generalsans, Arial, sans-serif;
    font-size: 1.8vw;
    font-weight: 600;
    position: relative;
    overflow: visible;
  }

  .div-block-44 {
    display: block;
  }

  .text-block-24 {
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-45 {
    height: auto;
  }

  .image-27-copy {
    object-fit: fill;
    width: 1000px;
    height: auto;
  }

  .image-41 {
    height: auto;
  }

  .video-copy {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    padding-left: 0%;
  }

  .menu-icon {
    display: block;
  }

  .nav_item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .nav_item:hover {
    background-color: #f7f8f9;
  }

  .nav_item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .footer-wrap {
    position: static;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .navigation-2 {
    padding: 25px 30px;
  }

  .navigation-items-2 {
    background-color: #fff;
  }

  .menu-button-nav-2 {
    padding: 0;
  }

  .menu-button-nav-2.w--open {
    background-color: #0000;
  }

  .menu-icon-nav2 {
    display: block;
  }

  .text-block-2 {
    width: 50%;
    padding-right: 0;
  }

  .navigation-items-dropdown-2 {
    background-color: #fff;
  }

  .nav-link {
    font-size: 8vw;
  }

  .nav-link.btn {
    font-size: 4vw;
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-w1.gutter-outside {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, #af70ad00 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .bg-noise {
    height: 100vh;
  }

  .nav-gradient-bg-2 {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, #af70ad00 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .nav-toggle-btn-3 {
    margin-right: 1%;
    padding-right: 17px;
  }

  .nav-toggle-text-3 {
    padding-top: 25px;
  }

  .open-nav-head.w--current {
    flex: 1;
  }

  .open-nav-title.w--current {
    padding-top: 0;
  }

  .container-2 {
    max-width: 728px;
  }

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

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .section-project-2.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5-clicked {
    width: 37%;
    padding-left: 2px;
    left: 20%;
  }

  .container-3 {
    max-width: 728px;
  }

  .wg-element, .wg-element-2 {
    width: 50%;
  }

  .text-block-homepage {
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-homepage-2 {
    margin-top: 30%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-17 {
    height: 100%;
    margin-top: 55px;
    margin-left: 2%;
  }

  .section-4 {
    flex-direction: row;
  }

  .div-block-18 {
    width: 60%;
    margin-right: auto;
  }

  .heading-12 {
    margin-top: 0;
  }

  .spacer {
    height: 50vh;
  }

  .text-block-homepage-1 {
    padding-right: 0;
    font-size: 6vw;
    line-height: 30px;
  }

  .text-block-homepage-3 {
    margin-top: 30%;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-homepage-4 {
    padding-right: 0;
    font-size: 6vw;
    line-height: 30px;
  }

  .bg-noise-100vh {
    height: 70vh;
  }

  .bold-text-5 {
    font-size: 4.1vw;
  }

  .text-block-13 {
    font-size: 2vw;
  }

  .text-block-17 {
    font-size: 2.8vw;
    line-height: 2.8vw;
  }

  .text-block-18 {
    font-size: 20px;
  }

  .div-block-34 {
    width: 84%;
    margin-left: 7%;
    margin-right: 7%;
  }

  .text-block-21 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .icon {
    display: block;
  }

  .icon-2 {
    width: 30px;
    height: 30px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 30px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .logo-link.w--current {
    padding-left: 0%;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

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

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

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

  .footer-item {
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 20px;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .detail-header-image {
    height: 100%;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .text-block {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .background-image {
    width: auto;
  }

  .navigation-2 {
    padding: 20px 30px;
  }

  .nav-link {
    font-size: 9vw;
  }

  .nav-link._3 {
    text-align: left;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .logo {
    font-size: 1.4em;
  }

  .close-btn-wrapper, .close-btn-wrapper-2 {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .nav-toggle-btn-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .close-btn-wrapper-3 {
    margin-right: 0%;
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .nav-toggle-btn-3 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 17px;
    font-size: 14px;
  }

  .nav-toggle-text-3 {
    padding-top: 17px;
  }

  .open-nav-head {
    padding-left: 0;
  }

  .open-nav-title {
    font-size: 14px;
  }

  .open-nav-title.w--current {
    margin-left: 0%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    top: 30px;
    right: auto;
  }

  .open-nav-title-text {
    padding-top: 0;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .grid {
    grid-template-columns: 3fr 3fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    display: grid;
  }

  .hover-image-1 {
    z-index: 1;
    opacity: 1;
  }

  .hover-text {
    z-index: 1;
    opacity: 100;
  }

  .section-project-2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-project-2.cc-contact {
    padding: 15px;
  }

  .heading-5-clicked {
    width: 52%;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    font-size: 8vw;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .wg-element, .wg-element-2 {
    width: 100%;
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-homepage {
    mix-blend-mode: normal;
    width: 79%;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-homepage-2 {
    mix-blend-mode: normal;
    width: 80%;
    margin-top: 33%;
    font-size: 18px;
    line-height: 20px;
  }

  .div-block-17 {
    width: 70%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .section-4 {
    flex-direction: column-reverse;
  }

  .div-block-18 {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    text-align: center;
  }

  .text-block-7 {
    text-align: center;
    object-fit: fill;
    overflow: visible;
  }

  .footer-wrap-absolute {
    text-align: center;
    flex-direction: column;
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spacer {
    height: 20vh;
  }

  .text-block-homepage-1 {
    mix-blend-mode: normal;
  }

  .text-block-homepage-3 {
    mix-blend-mode: normal;
    width: 80%;
    margin-top: 33%;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-homepage-4 {
    mix-blend-mode: normal;
  }

  .div-block-21, .div-block-22 {
    height: auto;
  }

  .div-block-23 {
    width: auto;
    height: auto;
  }

  .hero-video-wrapper {
    height: 85vh;
  }

  .background-video-links {
    height: 93vh;
  }

  .background-video-mitte, .background-video-rechts, .div-block-24 {
    height: 93vh;
    display: none;
  }

  .hover-trigger-links {
    display: none;
  }

  .section-7 {
    height: auto;
  }

  .div-block-26 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
  }

  .div-block-28 {
    height: 93vh;
  }

  .text-block-13 {
    padding-bottom: 30px;
    font-size: 3vw;
  }

  .text-block-17 {
    font-size: 16px;
  }

  .slider {
    height: 350px;
    max-height: none;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .div-block-34 {
    height: 350px;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .right-arrow {
    display: block;
  }

  .icon, .icon-2 {
    display: none;
  }

  .div-block-40, .div-block-41, .div-block-42 {
    height: 93vh;
  }

  .background-video-mobile {
    height: 93vh;
    display: block;
  }

  .text-block-23, .text-block-24, .bold-text-17 {
    font-size: 20px;
    line-height: 25px;
  }

  .link {
    color: #f1ff2d;
    text-align: right;
    text-decoration: none;
    transition-property: none;
  }

  .link:hover {
    color: #f1ff2d;
    text-decoration: line-through;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link {
    left: 0;
  }

  .logo-link.w--current {
    padding-left: 0%;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .footer-links {
    line-height: 20px;
  }

  .footer-item {
    align-self: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .about-intro-grid {
    align-items: center;
    margin-top: 0;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .text-block {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    line-height: 20px;
  }

  .background-image {
    width: 100%;
  }

  .navigation-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-nav-2, .menu-button-nav-2.w--open {
    flex: none;
  }

  .text-block-2, .heading-3 {
    width: 94%;
  }

  .nav-link {
    font-size: 10.5vw;
  }

  .nav-link.w--current {
    font-size: 10vw;
  }

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

  .heading-5 {
    padding-left: 0;
    font-size: 45px;
  }

  .close-btn-wrapper-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-items-3 {
    padding-bottom: 15%;
  }

  .nav-toggle-text-3 {
    padding-top: 10px;
  }

  .open-nav-title.w--current {
    width: 160px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .open-nav-title.w--current:hover {
    margin-left: 0;
    margin-right: 0;
    text-decoration: none;
  }

  .open-nav-title-text {
    margin-left: 0;
    padding-top: 0;
    font-size: 45px;
  }

  .open-nav-title-text:hover {
    width: 120px;
    text-decoration: none;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 45px;
  }

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

  .grid {
    grid-template-columns: 3fr;
    grid-auto-columns: minmax(0, .25fr);
  }

  .text-block-5 {
    z-index: 45;
  }

  .heading-5-clicked {
    width: 75%;
    padding-left: 0;
    font-size: 45px;
    left: 0%;
  }

  .hero-without-image {
    height: 75vh;
  }

  .container-3 {
    max-width: none;
  }

  .hero-wrapper-two {
    padding-top: 50px;
  }

  .margin-bottom-24px {
    font-size: 9vw;
  }

  .heading-6 {
    font-size: 6vw;
  }

  .open-nav-title-text-clicked {
    padding-left: 0;
    font-size: 45px;
  }

  .wg-element, .wg-element-2 {
    height: 25vh;
  }

  .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5-home {
    padding-left: 0;
    font-size: 45px;
  }

  .text-block-homepage {
    mix-blend-mode: normal;
    width: 87%;
    margin-top: 0%;
    font-size: 14px;
  }

  .image-18 {
    margin-top: 25%;
    margin-bottom: 35%;
  }

  .text-block-homepage-2 {
    mix-blend-mode: normal;
    width: 88%;
    margin-top: 21%;
    font-size: 14px;
  }

  .image-19 {
    margin-top: 25%;
    margin-bottom: 35%;
  }

  .image-text-overlay {
    margin-top: -89%;
    margin-bottom: 35%;
  }

  .div-block-17 {
    width: 90%;
    margin-top: 0;
  }

  .section-4 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-18 {
    flex: 0 auto;
  }

  .footer-wrap-absolute {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .spacer {
    height: 20vh;
  }

  .text-block-homepage-1 {
    mix-blend-mode: normal;
  }

  .text-block-homepage-3 {
    mix-blend-mode: normal;
    width: 88%;
    margin-top: 21%;
    font-size: 14px;
  }

  .text-block-homepage-4 {
    mix-blend-mode: normal;
  }

  .hero-video-wrapper {
    height: 85vh;
  }

  .background-video-links, .background-video-mitte, .background-video-rechts, .div-block-24, .div-block-28 {
    height: 93vh;
  }

  .bold-text-5 {
    font-size: 4vw;
  }

  .text-block-13 {
    font-size: 5vw;
  }

  .section-8 {
    height: 75vh;
  }

  .text-block-17 {
    width: 55%;
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .div-block-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider {
    height: 350px;
    max-height: none;
  }

  .text-block-18 {
    font-size: 10px;
  }

  .div-block-34 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    height: 350px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-21 {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }

  .right-arrow {
    display: block;
  }

  .icon {
    display: none;
  }

  .div-block-40, .div-block-41 {
    height: 93vh;
  }

  .background-video-mobile {
    height: 93vh;
    display: none;
  }

  .text-block-22 {
    display: block;
  }

  .div-block-43 {
    margin-top: -36px;
  }

  .text-block-photography {
    z-index: 45;
  }
}

#w-node-da40ecfb-771e-7d3e-cfc3-5eb1ffec4096-6836f474 {
  grid-column: span 1 / span 1;
  place-self: auto;
}

#w-node-_5ef366f5-8eaf-47d8-3ec0-5875015916b6-6836f474 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-eb21dc51-10e6-c037-7f9b-a20fae02667c-6836f477, #w-node-_66b55d44-b0b0-cedb-cecb-c3c6b24a2497-6836f477, #w-node-fa8fa426-dd95-8a77-7882-82aa357c0b38-6836f477, #w-node-f9f2403f-e941-102b-8535-9f1f87041188-6836f477, #w-node-a208b470-f30b-d158-fbaf-fde9c866caa6-6836f477, #w-node-_3618a53d-8058-d5a8-a7d4-1a9d66e2adac-6836f477, #w-node-c338a23d-ef70-4d3a-16a7-5897fd18a886-6836f477, #w-node-_7280e696-e69a-79bc-6f94-518dba9ba05d-6836f477, #w-node-_70e8c0fe-28af-74b1-c2a6-4a35e98c481e-6836f477, #w-node-_2b8c80b5-4d7c-7061-737e-0d0958a728f6-6836f477, #w-node-_2ce2a55c-5fc6-3c7a-85a7-c97601b464d7-6836f477, #w-node-_70914aa7-8828-607d-463f-3e542bc2154b-6836f477, #w-node-f968a7eb-6448-c273-9172-ed67e5324d74-6836f477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f479, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47b, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47c, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47d, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47e, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47f {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_06311ce2-36e1-a0be-6dd0-c49ba1e9f5a9-6836f481, #w-node-d7b5aea5-f020-a053-de79-4438c6d9a995-6836f481 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_03f4420f-c1e0-de31-9f03-0e766dc5afa2-6836f481 {
  align-self: center;
}

#w-node-_7a400b85-93ed-71ec-e1f7-b4c34a9810ba-6836f481, #w-node-_4044f596-a224-bbfd-161c-1dea8c0dfc2c-6836f481, #w-node-cd8b0517-d3f4-d352-cb94-fa6c62aae28e-6836f481 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_426308bc-f8d9-836c-5660-e469aa0d63e9-6836f481 {
  place-self: center;
}

#w-node-b738297b-9c0d-55d3-8c23-0a27dd2499d2-6836f481, #w-node-f83de161-9545-29cd-f31d-3d75e1e6aa61-6836f481, #w-node-f28900e2-41d4-bc4a-a5c3-bb6aa13fcf97-6836f481, #w-node-_467175d0-05d3-e8f7-c708-9ee695b59901-6836f481 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3b5af765-f10d-5ef2-1e74-9efca569e91f-6836f481, #w-node-_3b5af765-f10d-5ef2-1e74-9efca569e921-6836f481 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_785c109c-b92e-a4c2-0793-a35403797bce-6836f481, #w-node-_76eb1772-81be-7b75-48e5-1657a65ff89b-6836f481, #w-node-d3a2cbb5-12e6-a3b1-eeda-066a11a862ff-6836f481, #w-node-_1c895951-64fe-5e98-e150-775a915376a6-6836f481, #w-node-_6bbcfa1b-d97e-55cb-8a1f-0e1744f81a2c-6836f481 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: auto;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f483, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f484 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ff6580e0-ecdb-2f5b-0d17-ea1a1fc5dea7-6836f485, #w-node-a7d4ff52-0a35-036c-4c89-e6250da95b9f-6836f485 {
  justify-self: center;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-8be1ef1f {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (min-width: 1440px) {
  #w-node-da40ecfb-771e-7d3e-cfc3-5eb1ffec4096-6836f474 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_66b55d44-b0b0-cedb-cecb-c3c6b24a2497-6836f477, #w-node-fa8fa426-dd95-8a77-7882-82aa357c0b38-6836f477, #w-node-f9f2403f-e941-102b-8535-9f1f87041188-6836f477, #w-node-a208b470-f30b-d158-fbaf-fde9c866caa6-6836f477, #w-node-_3618a53d-8058-d5a8-a7d4-1a9d66e2adac-6836f477, #w-node-c338a23d-ef70-4d3a-16a7-5897fd18a886-6836f477, #w-node-_7280e696-e69a-79bc-6f94-518dba9ba05d-6836f477, #w-node-_70e8c0fe-28af-74b1-c2a6-4a35e98c481e-6836f477, #w-node-_2b8c80b5-4d7c-7061-737e-0d0958a728f6-6836f477, #w-node-_70914aa7-8828-607d-463f-3e542bc2154b-6836f477, #w-node-f968a7eb-6448-c273-9172-ed67e5324d74-6836f477 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06311ce2-36e1-a0be-6dd0-c49ba1e9f5a9-6836f481, #w-node-d7b5aea5-f020-a053-de79-4438c6d9a995-6836f481, #w-node-_7a400b85-93ed-71ec-e1f7-b4c34a9810ba-6836f481, #w-node-_4044f596-a224-bbfd-161c-1dea8c0dfc2c-6836f481, #w-node-cd8b0517-d3f4-d352-cb94-fa6c62aae28e-6836f481, #w-node-b738297b-9c0d-55d3-8c23-0a27dd2499d2-6836f481, #w-node-f83de161-9545-29cd-f31d-3d75e1e6aa61-6836f481, #w-node-f28900e2-41d4-bc4a-a5c3-bb6aa13fcf97-6836f481 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-ff6580e0-ecdb-2f5b-0d17-ea1a1fc5dea7-6836f485, #w-node-a7d4ff52-0a35-036c-4c89-e6250da95b9f-6836f485 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f479, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47b, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47c, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47d, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47e, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f47f, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f483, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-6836f484, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-8be1ef1f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_06311ce2-36e1-a0be-6dd0-c49ba1e9f5a9-6836f481, #w-node-d7b5aea5-f020-a053-de79-4438c6d9a995-6836f481, #w-node-_7a400b85-93ed-71ec-e1f7-b4c34a9810ba-6836f481, #w-node-_4044f596-a224-bbfd-161c-1dea8c0dfc2c-6836f481, #w-node-cd8b0517-d3f4-d352-cb94-fa6c62aae28e-6836f481, #w-node-b738297b-9c0d-55d3-8c23-0a27dd2499d2-6836f481, #w-node-f83de161-9545-29cd-f31d-3d75e1e6aa61-6836f481, #w-node-f28900e2-41d4-bc4a-a5c3-bb6aa13fcf97-6836f481, #w-node-_467175d0-05d3-e8f7-c708-9ee695b59901-6836f481, #w-node-_785c109c-b92e-a4c2-0793-a35403797bce-6836f481, #w-node-_76eb1772-81be-7b75-48e5-1657a65ff89b-6836f481, #w-node-d3a2cbb5-12e6-a3b1-eeda-066a11a862ff-6836f481, #w-node-_1c895951-64fe-5e98-e150-775a915376a6-6836f481, #w-node-_6bbcfa1b-d97e-55cb-8a1f-0e1744f81a2c-6836f481 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_06311ce2-36e1-a0be-6dd0-c49ba1e9f5a9-6836f481, #w-node-d7b5aea5-f020-a053-de79-4438c6d9a995-6836f481, #w-node-_7a400b85-93ed-71ec-e1f7-b4c34a9810ba-6836f481, #w-node-_4044f596-a224-bbfd-161c-1dea8c0dfc2c-6836f481, #w-node-cd8b0517-d3f4-d352-cb94-fa6c62aae28e-6836f481, #w-node-b738297b-9c0d-55d3-8c23-0a27dd2499d2-6836f481, #w-node-f83de161-9545-29cd-f31d-3d75e1e6aa61-6836f481, #w-node-f28900e2-41d4-bc4a-a5c3-bb6aa13fcf97-6836f481, #w-node-_467175d0-05d3-e8f7-c708-9ee695b59901-6836f481, #w-node-_785c109c-b92e-a4c2-0793-a35403797bce-6836f481, #w-node-_76eb1772-81be-7b75-48e5-1657a65ff89b-6836f481 {
    grid-column: span 1 / span 1;
  }

  #w-node-d3a2cbb5-12e6-a3b1-eeda-066a11a862ff-6836f481 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c895951-64fe-5e98-e150-775a915376a6-6836f481, #w-node-_6bbcfa1b-d97e-55cb-8a1f-0e1744f81a2c-6836f481 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}