:root {
  --dark: #272524;
  --dark-blue: #1f2833;
  --focus: #52ff00;
  --accent-1: #659157;
  --accent-2: #89d2dc;
  --new_headings: Genos, Verdana, sans-serif;
  --knapper: 30px;
  --headings: Ubuntu, Helvetica, sans-serif;
  --light: #e4ffdb;
  --k: var(--focus);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.container-2 {
  text-align: center;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: relative;
}

.header_container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  text-transform: uppercase;
  object-fit: cover;
  background-color: #67646400;
  flex-flow: row;
  flex: none;
  order: 1;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 2%;
  padding: 10px 0 0 0%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.list {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: var(--dark-blue);
  color: var(--focus);
  text-align: center;
  border-radius: 20px;
  flex: 0 auto;
  order: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding: 10px 50px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.image {
  order: -1;
  margin-left: 66px;
  display: block;
}

.nav_links {
  border-style: solid;
  border-width: 0;
  border-color: #fff var(--accent-1) #fff #fff;
  color: var(--accent-1);
  text-align: center;
  background-color: #7d505000;
  justify-content: center;
  align-items: center;
  padding-right: 7px;
  font-family: Genos, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.nav_links.nav_last_link {
  border-right-width: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.hero_section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 16 / 9;
  background-color: var(--dark);
  text-align: center;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: linear-gradient(#000000db, #000000db),
    url("../images/Untitled_Artwork.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  border-right: 0 solid #000;
  flex-flow: column;
  grid-template-rows: minmax(138%, 1fr) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 1px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.hero_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0%;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: var(--dark);
  letter-spacing: 2px;
  line-height: 0;
}

.hero_text {
  color: var(--focus);
  margin-left: 10px;
  padding-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 150px;
  line-height: 88px;
}

.heading {
  margin-left: 10px;
}

.image-2 {
  order: -1;
}

.heading-2 {
  clear: right;
  color: #fcfcfc;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  flex: 1;
  order: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: baseline;
  align-items: flex-end;
  margin-top: 40px;
  display: block;
  position: absolute;
}

.features-metrics {
  background-color: var(--dark);
  color: var(--accent-1);
  text-align: center;
  border-bottom: 0 solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  vertical-align: top;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.headline {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  text-align: right;
  background-color: #4e060600;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 2.75fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: flex-start;
  place-items: end stretch;
  width: auto;
  height: auto;
  margin-top: 0%;
  margin-left: 2%;
  margin-right: 5%;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.navbar-logo-center {
  flex-flow: wrap;
  order: -1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--accent-2);
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: 0.25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: 0.25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero_title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  outline-offset: 0px;
  pointer-events: auto;
  font-family: var(--new_headings);
  color: var(--focus);
  text-align: left;
  letter-spacing: -10px;
  text-indent: 0;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 100px;
  outline: 3px #66fcf1;
  flex-flow: column;
  order: 0;
  grid-column: 2;
  justify-content: center;
  align-items: flex-end;
  margin-top: 33%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 10em;
  font-weight: 800;
  line-height: 75%;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  display: inline-flex;
}

.usp_text {
  color: var(--accent-2);
  text-align: left;
  grid-column: 2;
  font-family: Genos, Verdana, sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-decoration: none;
}

.bold-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  text-transform: uppercase;
  padding-right: 20px;
  font-family: Genos, Verdana, sans-serif;
  font-weight: 600;
  line-height: 20px;
  transition: opacity 0.2s;
}

.navbar-logo-center-2 {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.container-4,
.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 50px;
  margin-left: 40px;
}

.nav_wrapper {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  background-color: var(--dark);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: right;
  border-radius: 50px;
  flex-flow: wrap;
  order: 3;
  place-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  margin-left: 0%;
  padding: 16px 20px;
  display: flex;
}

.link {
  color: #fff;
}

.projects_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 5%;
  margin-bottom: 10%;
  display: block;
}

.project_content {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: var(--dark);
  text-align: left;
  flex-flow: column;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 0.25fr;
  grid-auto-flow: row;
  height: auto;
  margin-bottom: 20vh;
  margin-left: 2em;
  margin-right: 2em;
  padding-bottom: 0;
  display: grid;
}

.project_content.project_content_middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 0 20px;
  display: grid;
}

.image-4 {
  float: left;
  clear: none;
  opacity: 0.86;
  text-align: justify;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.paragraph {
  color: var(--accent-1);
  text-align: justify;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 118px;
  font-family: Lato, sans-serif;
}

.paragraph.project_content_p {
  padding-left: 118px;
  padding-right: 0;
}

.heading-3 {
  color: var(--focus);
  text-align: left;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  order: -1;
  place-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2%;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  text-decoration: none;
  display: flex;
}

.heading-3.project_content_middle_heading {
  padding-left: 118px;
}

.view_more_project {
  border-radius: var(--knapper);
  background-color: var(--accent-1);
  color: var(--dark);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.view_more_project.project_content_middle_button {
  margin-left: 118px;
  font-family: Notable, Verdana, sans-serif;
}

.heading-4 {
  font-family: var(--new_headings);
  color: var(--focus);
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 60px;
  font-size: 3em;
  font-weight: 600;
}

.about_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-5 {
  font-family: var(--new_headings);
  color: var(--focus);
  text-align: center;
  font-size: 3em;
  margin: auto;
  font-weight: 600;
}

.heading-6 {
  font-family: var(--headings);
  color: var(--focus);
  text-align: center;
  letter-spacing: 0;
  font-size: 32px;
}

.footer-dark {
  background-color: var(--dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  height: 20%;
  margin-bottom: 0;
  padding: 50px 30px;
  font-family: Tiltneon, Georgia, sans-serif;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  color: var(--accent-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--accent-1);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  color: var(--dark);
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--accent-1);
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.form-block {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 220px;
  padding-right: 220px;
  display: block;
}

.slider_project {
  width: 70%;
  height: auto;
  margin-top: 0;
}

.italic-text-2 {
  color: var(--accent-1);
}

.image-5 {
  text-align: center;
  border-radius: 1009px;
}

.div-block-3 {
  background-image: url("../images/Profil.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 10%;
  width: 100%;
  height: 100%;
  margin-right: 0%;
  padding-right: 0;
}

.paragraph-2 {
  color: var(--accent-1);
  margin-bottom: 0;
  padding-right: 10%;
}

.image-6 {
  border-radius: 19%;
  width: 35vw;
  margin-left: 0%;
  margin-right: 0%;
  padding: 5%;
}

.paragraph-3 {
  color: var(--light);
  text-align: justify;
  margin-bottom: 10%;
  padding-top: 4%;
  padding-right: 10%;
  font-family: Varela Round, sans-serif;
  font-size: 1em;
  line-height: 36px;
}

.div-block-4 {
  display: none;
}

.link-block_project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 2;
  text-align: center;
  text-decoration: none;
  -webkit-text-decoration-color: var(--accent-1);
  text-decoration-color: var(--accent-1);
  background-image: linear-gradient(#0009, #0009), url("../images/Miele.png");
  background-position: 0 0, 50%;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
  display: block;
}

.image-7 {
  vertical-align: middle;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  width: auto;
  margin: 0;
  padding: 45px 45px 0;
  text-decoration: none;
}

.projects_heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  font-family: var(--new_headings);
  color: var(--accent-1);
  text-align: center;
  letter-spacing: 2px;
  word-break: normal;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0%;
  font-size: 1.5em;
  line-height: 88%;
  text-decoration: none;
  display: block;
}

.link-block-2 {
  text-align: left;
  background-image: url("../images/Untitled_Artwork-1.png");
  background-size: auto;
  width: 100vw;
  margin-top: 2%;
  display: block;
}

.image-8 {
  text-align: center;
  width: 3%;
  margin: auto;
  font-weight: 700;
  display: block;
}

.body-3 {
  background-color: var(--dark);
  color: var(--dark);
}

.praktik_heading {
  float: none;
  font-family: var(--new_headings);
  color: var(--focus);
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  order: 1;
  width: 100%;
  margin: 20px auto 10%;
  font-size: 2em;
  text-decoration: none;
  display: block;
}

.container_praktik {
  grid-column-gap: 2vw;
  grid-row-gap: 0px;
  grid-template-rows: auto minmax(auto, auto) auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 70%;
  margin: 0% auto 10%;
  padding-bottom: 10%;
  display: grid;
}

.container_praktik.praktik {
  grid-column-gap: 2vw;
  grid-row-gap: 2vh;
  grid-template-rows: minmax(auto, 35%) minmax(auto, 6%) auto minmax(
      auto,
      0.25fr
    ) auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 10%;
  max-width: 80%;
  margin-top: 0%;
}

.why_heading {
  font-family: var(--new_headings);
  color: var(--accent-1);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.why_heading.praktik {
  text-align: left;
  margin-top: 0;
}

.why_text {
  color: var(--accent-1);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.why_text.praktik {
  color: var(--accent-1);
  margin-top: 0;
  margin-right: 0%;
}

.how_heading {
  font-family: var(--new_headings);
  color: var(--accent-1);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.how_heading.praktik {
  text-align: left;
  margin-top: 0;
}

.what_heading {
  font-family: var(--new_headings);
  color: var(--accent-1);
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}

.what_heading.praktik {
  text-align: left;
  margin-top: 0;
}

.paragraph-4 {
  color: var(--accent-1);
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.paragraph-4.praktik {
  margin-top: 0;
}

.paragraph-5 {
  color: #659157;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
}

.paragraph-5.praktik {
  color: var(--accent-1);
  margin-top: 0;
  margin-right: 0%;
  font-weight: 400;
}

.back_button {
  width: 2em;
  margin-left: 5vw;
}

.back {
  margin-top: 20px;
}

.back.w--current {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  order: -1;
  place-content: stretch space-between;
  align-items: center;
  width: 2em;
  margin-top: 10px;
  margin-left: 10%;
  display: flex;
}

.code-embed {
  border: 1px solid #0000;
}

.div_prototype {
  border: 0px solid var(--focus);
  border-radius: 0;
}

.div_prototype.praktik {
  object-fit: none;
  width: auto;
  height: auto;
  max-height: 50%;
}

.background-video {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: auto;
  top: auto;
  bottom: auto;
}

.section {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  text-align: center;
  object-fit: fill;
  width: 60vw;
  min-width: auto;
  height: 40%;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: none;
  display: grid;
}

.code-embed-2 {
  text-align: left;
  object-fit: cover;
  width: auto;
  height: auto;
}

.heading-7 {
  font-family: var(--new_headings);
  color: var(--accent-1);
  text-transform: uppercase;
  vertical-align: middle;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin: 25% auto auto;
  font-size: 2em;
  text-decoration: none;
  text-decoration-thickness: 0;
  display: block;
}

.heading-7.text_on_hover {
  color: var(--light);
  text-align: center;
}

.link_block_praktik {
  background-image: url("../images/tusindfryds_loppeland.png");
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  text-decoration: none;
}

.link_block_praktik.link-block_project {
  background-image: linear-gradient(#0009, #0009),
    url("../images/tusindfryds_loppeland.png");
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.udtalelse_praktik {
  font-family: var(--new_headings);
  color: var(--light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-6 {
  color: var(--light);
  text-align: justify;
  margin-right: 0%;
  font-family: Varela Round, sans-serif;
  font-size: 1em;
  font-style: italic;
}

.heading-8 {
  font-family: var(--new_headings);
  color: var(--light);
  text-transform: uppercase;
  padding-left: 5%;
}

.paragraph-7 {
  color: var(--light);
  padding-left: 5%;
  padding-right: 5%;
  font-family: Varela Round, sans-serif;
  font-size: 1em;
  font-style: italic;
}

.design_guide {
  text-align: center;
  max-width: 85%;
}

.link-2 {
  color: var(--light);
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .about_wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-5 {
    text-align: left;
  }

  .paragraph-3 {
    color: var(--light);
  }

  .projects_heading {
    font-size: 1.5em;
  }

  .link-block-2 {
    margin-top: 30vh;
  }

  .body-3 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .praktik_heading {
    margin-bottom: 6%;
  }

  .container_praktik {
    grid-row-gap: 2vh;
    grid-template-rows: minmax(auto, 0.25fr) auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 80%;
    margin: 0% auto;
    padding-bottom: 15%;
    padding-right: 0;
  }

  .container_praktik.praktik {
    grid-column-gap: 2vw;
    grid-row-gap: 0vh;
    text-align: left;
    grid-template-rows: minmax(auto, 50%) 5% auto 7% auto auto auto auto;
    grid-template-columns: 0.25fr 1fr 1fr;
    width: 80%;
    max-width: 60%;
    margin-top: 0%;
  }

  .why_heading {
    color: var(--accent-1);
    text-align: left;
    margin-top: 0;
  }

  .why_text {
    margin-top: 0;
  }

  .how_heading,
  .what_heading {
    color: var(--accent-1);
    text-align: left;
    margin-top: 0;
  }

  .paragraph-4 {
    margin-top: 0;
  }

  .paragraph-5 {
    color: var(--accent-1);
    margin-top: 0;
  }

  .back_button {
    align-self: center;
    width: 2em;
    max-width: none;
    margin-left: 5vw;
  }

  .back.w--current {
    width: auto;
    margin-top: 10px;
    margin-left: 5vw;
  }

  .div_prototype.praktik {
    text-align: left;
    padding-right: 10%;
  }

  .background-video {
    z-index: auto;
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0%;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .section {
    box-sizing: border-box;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    width: 60vw;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin: 0 auto 5%;
    padding-bottom: 0%;
    position: relative;
  }

  .container-8 {
    margin-top: 2em;
  }

  .code-embed-2 {
    text-align: left;
  }

  .udtalelse_praktik,
  .paragraph-6 {
    color: var(--light);
  }

  .heading-8 {
    color: var(--light);
    text-align: left;
    margin-top: 2em;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .paragraph-7 {
    color: var(--light);
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 26px;
  }

  .design_guide {
    width: 100%;
  }

  .link-2 {
    color: var(--light);
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .nav_links {
    font-size: 1rem;
  }

  .hero_section {
    aspect-ratio: 3 / 2;
    margin-right: 3px;
    padding-top: 0;
  }

  .heading-2 {
    text-align: left;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .headline {
    margin-top: 20px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero_title {
    letter-spacing: 0;
    font-size: 5rem;
    font-weight: 700;
  }

  .container-4,
  .container-5 {
    max-width: 728px;
  }

  .nav_wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
    font-size: 14rem;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .slider_project {
    width: auto;
  }

  .praktik_heading {
    font-size: 1.5em;
  }

  .container_praktik {
    grid-column-gap: 4vw;
    width: 100vw;
    max-width: 95%;
    margin-top: 0;
  }

  .container_praktik.praktik {
    grid-column-gap: 0vw;
    grid-row-gap: 2vh;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: start;
    margin-bottom: 0%;
    padding-bottom: 0%;
  }

  .div_prototype.praktik {
    text-align: center;
    max-height: none;
  }

  .background-video {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    margin-top: 91px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section {
    width: 100%;
    height: 60vh;
    position: relative;
  }

  .code-embed-2 {
    text-align: center;
  }

  .heading-7.text_on_hover {
    margin-top: 20%;
    font-size: 1.5em;
  }

  .heading-8,
  .paragraph-7 {
    color: var(--light);
  }

  .show_prototype {
    background-color: var(--focus);
    color: var(--dark);
    text-align: center;
    text-transform: uppercase;
    border-radius: 16px;
    width: 50%;
    font-family: Montserrat, sans-serif;
    font-size: 1em;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero_section {
    width: 100vw;
    max-width: 100%;
    margin-right: 0;
  }

  .body {
    overflow-wrap: normal;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .navbar-logo-center-container.shadow-three {
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .usp_text {
    text-align: left;
    margin-left: 2%;
  }

  .bold-text {
    text-align: left;
    margin-right: 2rem;
    font-size: 1.5rem;
  }

  .image-3 {
    width: 9%;
  }

  .nav_wrapper {
    display: none;
  }

  .project_content {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 0.25fr;
  }

  .image-4 {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    display: none;
  }

  .heading-3 {
    text-align: center;
    font-size: 1rem;
  }

  .view_more_project {
    font-family: Tiltneon, Georgia, sans-serif;
    font-size: 1rem;
  }

  .view_more_project.project_content_middle_button {
    font-family: Tiltneon, Georgia, sans-serif;
  }

  .heading-4,
  .heading-5,
  .heading-6 {
    font-size: 1.5rem;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .italic-text {
    font-size: 3rem;
  }

  .mask {
    width: 100vw;
  }

  .background-video {
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .header_container {
    background-color: var(--dark);
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    min-width: auto;
    max-width: 100vw;
    margin-top: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .nav_links {
    padding-left: 0%;
    padding-right: 0;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .nav_links.nav_last_link {
    padding: 0%;
    font-size: 0.5rem;
  }

  .hero_section {
    box-sizing: border-box;
    aspect-ratio: 2 / 4.5;
    object-fit: contain;
    background-image: linear-gradient(#00000096, #00000096),
      url("../images/Untitled_Artwork.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat-x;
    background-size: auto, cover;
    min-width: 100%;
    max-width: 100vw;
    height: auto;
    min-height: auto;
    margin-top: 0%;
    margin-bottom: 0%;
    position: static;
    overflow: visible;
  }

  .features-metrics {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

  .headline {
    grid-row-gap: 0px;
    grid-template-rows: 1fr auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .hero_title {
    letter-spacing: 0;
    padding-left: 5%;
    font-size: 2.5rem;
  }

  .usp_text {
    color: var(--focus);
    text-align: left;
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0;
    line-height: 0;
  }

  .bold-text {
    vertical-align: baseline;
    margin-right: 0;
    padding-right: 0;
    font-size: 0.7rem;
  }

  .container-4,
  .container-5 {
    max-width: none;
  }

  .nav_wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    background-image: linear-gradient(#0000, #0000);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    margin-left: 0%;
    padding: 2% 0;
    display: flex;
  }

  .project_content {
    grid-template-columns: 1fr;
  }

  .paragraph {
    display: none;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .view_more_project {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    font-family: Tiltneon, Georgia, sans-serif;
    font-size: 0.8rem;
  }

  .view_more_project.project_content_middle_button {
    font-family: Tiltneon, Georgia, sans-serif;
  }

  .heading-4 {
    margin-top: 50%;
    padding-top: 0;
    font-size: 1.5rem;
  }

  .about_wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
  }

  .heading-5,
  .heading-6 {
    font-size: 1.5rem;
  }

  .container-6 {
    max-width: none;
  }

  .form-block {
    padding-left: 10%;
    padding-right: 10%;
  }

  .italic-text {
    float: none;
    text-align: left;
    justify-content: center;
    align-items: flex-end;
    margin-top: 2rem;
    font-size: 2rem;
    display: block;
  }

  .slider_project {
    margin-bottom: 10%;
  }

  .italic-text-2 {
    direction: ltr;
    color: var(--light);
    text-align: center;
    letter-spacing: 0;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    vertical-align: top;
    font-size: 1em;
    font-weight: 400;
    line-height: 0;
  }

  .paragraph-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-6 {
    width: 80vw;
    padding: 1%;
  }

  .paragraph-3 {
    padding-left: 10%;
  }

  .div-block-4 {
    order: 1;
    height: 74vh;
    padding-top: 0%;
    display: block;
  }

  .link-block_project {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .projects_heading {
    color: var(--accent-1);
    text-align: left;
    font-size: 1em;
  }

  .link-block-2 {
    margin-top: 75%;
  }

  .image-8 {
    width: 7%;
  }

  .body-3 {
    overflow-x: hidden;
  }

  .praktik_heading {
    text-align: center;
    margin-bottom: 0%;
    font-size: 1.5em;
    padding: 0px 7% 0px 7%;
  }

  .container_praktik {
    grid-row-gap: 1.8em;
    grid-template-rows: minmax(auto, auto) auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
  }

  .container_praktik.praktik {
    grid-row-gap: 1vh;
    object-fit: contain;
    grid-template-rows: minmax(auto, 35%) minmax(auto, 3%) auto minmax(
        auto,
        0.25fr
      ) auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: minmax(0%, 0%);
    max-width: 100%;
    overflow-x: hidden;
  }

  .why_heading {
    text-align: left;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .why_heading.praktik {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .why_text {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1em;
  }

  .why_text.praktik {
    padding-left: 5%;
    padding-right: 10%;
    font-size: 1em;
  }

  .how_heading {
    text-align: left;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .how_heading.praktik {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .what_heading {
    text-align: left;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .what_heading.praktik {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .paragraph-4 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1em;
  }

  .paragraph-4.praktik {
    padding-left: 5%;
    padding-right: 10%;
    font-size: 1em;
  }

  .paragraph-5 {
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1em;
  }

  .paragraph-5.praktik {
    padding-left: 5%;
    padding-right: 10%;
    font-size: 1em;
  }

  .back_button {
    align-self: auto;
    width: 1em;
  }

  .back.w--current {
    margin-top: 26px;
  }

  .div_prototype.praktik {
    max-height: none;
    margin-right: 0;
  }

  .background-video {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .section {
    width: 100%;
    max-width: 100%;
    height: 25vh;
    max-height: none;
    margin: 10% 0;
    position: relative;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-7.text_on_hover {
    margin-top: 20%;
    font-size: 1em;
  }

  .udtalelse_praktik {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 1.5em;
  }

  .paragraph-6 {
    padding-left: 5%;
    padding-right: 10%;
    font-size: 1em;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
  }

  .paragraph-7 {
    text-align: justify;
  }

  .design_guide {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 10%;
  }

  .link-2 {
    color: var(--light);
    text-decoration: none;
  }

  .show_prototype {
    background-color: var(--focus);
    color: var(--dark);
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    width: 50%;
    margin-top: 10%;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 0.8em;
    font-weight: 700;
  }
}

#w-node-a3e455cb-ecc5-b7b6-d6cb-975a3dea8dab-0134a8a1 {
  order: 9999;
  grid-area: 1 / 2 / 3 / 3;
  justify-self: stretch;
}

#w-node-_50f3fab8-5480-6cc1-543e-930ba7908f66-0134a8a1 {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_30315ecf-0de0-3bc7-4154-54f424abc4b9-0134a8a1 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_6bdd26af-da27-f3c4-de32-dd908f6354d5-0134a8a1 {
  order: 9999;
  grid-area: 4 / 1 / 5 / 5;
  align-self: end;
}

#w-node-_3d403d23-6fc5-1a7c-5e8d-e244ff030725-0134a8a1 {
  order: -9999;
}

#w-node-_66d4fa8b-49f7-a982-b371-827014d3a908-0134a8a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ef2b6fec-58a9-7c51-d204-df01071646ff-0134a8a1 {
  grid-area: 2 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-ae89f043-de60-9938-1074-71f20e4415db-0134a8a1 {
  grid-area: 2 / 2 / 2 / 2;
  place-self: auto;
}

#about.w-node-_889158fb-1d4a-5f81-7f69-0cd7d594f3be-0134a8a1 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_598f5338-290b-c8e2-9862-b32005ff8b79-0134a8a1 {
  grid-area: 2 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-afe2d4e0-c078-b93c-1458-15e369fe23f3-0134a8a1 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_807f0354-994e-c677-7276-444e84adeba4-b5eea8b1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c43895aa-c677-c4a5-f4f7-e24a14e0059d-b5eea8b1 {
  align-self: center;
}

#w-node-bc631041-aa77-2f14-8415-108966d40e3a-b5eea8b1 {
  order: 9999;
  grid-area: 1 / 1 / 3 / 4;
  place-self: center;
}

#w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-b5eea8b1 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-b5eea8b1 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-b5eea8b1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-b5eea8b1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-b5eea8b1 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-b5eea8b1 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-df5c3026-7fc6-0d2c-03bd-99fea01699d6-b5eea8b1 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-aecb2927-15a7-c292-540c-fe1db640b881-b5eea8b1 {
  grid-area: 4 / 1 / 5 / 4;
}

#w-node-_7f9429b7-c91d-573c-2ded-cda7119013ee-ca6a4b3f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f9429b7-c91d-573c-2ded-cda7119013f0-ca6a4b3f {
  align-self: center;
}

#w-node-_3c757a4a-416a-b8e6-091a-008c19a99172-ca6a4b3f {
  grid-area: 1 / 1 / 6 / 2;
}

#w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-ca6a4b3f {
  grid-area: 6 / 3 / 7 / 4;
  align-self: center;
}

#w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-ca6a4b3f {
  grid-area: 7 / 3 / 8 / 4;
  align-self: start;
}

#w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-ca6a4b3f {
  grid-area: 6 / 2 / 7 / 3;
  place-self: center start;
}

#w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-ca6a4b3f {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-ca6a4b3f {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-ca6a4b3f {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-dbfee6f1-f3a6-d9f1-1a1d-cf1103c18927-ca6a4b3f {
  grid-area: 2 / 2 / 3 / 4;
  align-self: center;
}

#w-node-ace3731e-90f7-bc18-b620-26c41694f2c8-ca6a4b3f {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_0e45084b-8681-977a-78bd-90bfcedbc6c9-ca6a4b3f {
  grid-area: 1 / 2 / 2 / 4;
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #about.w-node-_889158fb-1d4a-5f81-7f69-0cd7d594f3be-0134a8a1 {
    grid-column-start: 2;
  }

  #w-node-afe2d4e0-c078-b93c-1458-15e369fe23f3-0134a8a1 {
    grid-column-end: 4;
  }

  #w-node-c43895aa-c677-c4a5-f4f7-e24a14e0059d-b5eea8b1,
  #w-node-bc631041-aa77-2f14-8415-108966d40e3a-b5eea8b1 {
    align-self: center;
  }

  #w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-b5eea8b1 {
    grid-row: 3 / 4;
    place-self: auto;
  }

  #w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-b5eea8b1 {
    grid-row: 4 / 5;
  }

  #w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-b5eea8b1 {
    grid-row: 3 / 4;
  }

  #w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-b5eea8b1 {
    grid-row: 4 / 5;
  }

  #w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-b5eea8b1 {
    grid-row: 3 / 4;
  }

  #w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-b5eea8b1 {
    grid-row: 4 / 5;
  }

  #w-node-df5c3026-7fc6-0d2c-03bd-99fea01699d6-b5eea8b1 {
    grid-row: 1 / 2;
  }

  #w-node-aecb2927-15a7-c292-540c-fe1db640b881-b5eea8b1 {
    grid-row: 2 / 3;
  }

  #w-node-_7f9429b7-c91d-573c-2ded-cda7119013f0-ca6a4b3f {
    align-self: center;
  }

  #w-node-_3c757a4a-416a-b8e6-091a-008c19a99172-ca6a4b3f {
    grid-row-end: 4;
  }

  #w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-ca6a4b3f {
    grid-area: 4 / 3 / 5 / 4;
    align-self: center;
  }

  #w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-ca6a4b3f {
    grid-area: 5 / 3 / 6 / 4;
  }

  #w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-ca6a4b3f {
    grid-row: 4 / 5;
    align-self: center;
  }

  #w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-ca6a4b3f {
    grid-row: 5 / 6;
  }

  #w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-ca6a4b3f {
    grid-area: 4 / 1 / 5 / 2;
    align-self: center;
  }

  #w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-ca6a4b3f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-dbfee6f1-f3a6-d9f1-1a1d-cf1103c18927-ca6a4b3f {
    grid-row: 2 / 3;
  }

  #w-node-ace3731e-90f7-bc18-b620-26c41694f2c8-ca6a4b3f {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_0e45084b-8681-977a-78bd-90bfcedbc6c9-ca6a4b3f {
    grid-area: 1 / 2 / 2 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-bc631041-aa77-2f14-8415-108966d40e3a-b5eea8b1 {
    order: 9999;
    grid-area: 1 / 1 / 3 / 4;
    place-self: auto;
  }

  #w-node-_32c11a86-3d76-a301-4634-502aea92e061-ca6a4b3f {
    grid-area: 10 / 1 / 11 / 2;
    place-self: center;
  }

  #w-node-_3c757a4a-416a-b8e6-091a-008c19a99172-ca6a4b3f {
    grid-area: 11 / 1 / 12 / 2;
    place-self: center;
  }

  #w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-ca6a4b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-ca6a4b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-ca6a4b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-ca6a4b3f {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-ca6a4b3f {
    grid-area: 8 / 1 / 9 / 2;
    align-self: start;
  }

  #w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-ca6a4b3f {
    grid-area: 9 / 1 / 10 / 2;
    align-self: start;
  }

  #w-node-dbfee6f1-f3a6-d9f1-1a1d-cf1103c18927-ca6a4b3f {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-ace3731e-90f7-bc18-b620-26c41694f2c8-ca6a4b3f {
    grid-column: 1 / 2;
  }

  #w-node-_0e45084b-8681-977a-78bd-90bfcedbc6c9-ca6a4b3f {
    grid-column: 1 / 2;
    place-self: auto center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_50f3fab8-5480-6cc1-543e-930ba7908f66-0134a8a1 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_30315ecf-0de0-3bc7-4154-54f424abc4b9-0134a8a1 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50f3fab8-5480-6cc1-543e-930ba7908f66-0134a8a1 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_30315ecf-0de0-3bc7-4154-54f424abc4b9-0134a8a1 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_66d4fa8b-49f7-a982-b371-827014d3a908-0134a8a1 {
    justify-self: center;
  }

  #w-node-d739aa36-e787-7a6d-fdf5-25cbda8fd75d-0134a8a1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ae89f043-de60-9938-1074-71f20e4415db-0134a8a1 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #about.w-node-_889158fb-1d4a-5f81-7f69-0cd7d594f3be-0134a8a1 {
    grid-column-end: 4;
  }

  #w-node-_598f5338-290b-c8e2-9862-b32005ff8b79-0134a8a1 {
    grid-row-end: 3;
    grid-column-end: 4;
  }

  #w-node-afe2d4e0-c078-b93c-1458-15e369fe23f3-0134a8a1 {
    grid-column: 1 / 4;
    grid-row-start: 3;
  }

  #w-node-c43895aa-c677-c4a5-f4f7-e24a14e0059d-b5eea8b1 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-bc631041-aa77-2f14-8415-108966d40e3a-b5eea8b1 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-b5eea8b1 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-b5eea8b1 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-b5eea8b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-b5eea8b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-b5eea8b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-b5eea8b1 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-df5c3026-7fc6-0d2c-03bd-99fea01699d6-b5eea8b1 {
    grid-row: 7 / 8;
    grid-column-end: 2;
  }

  #w-node-aecb2927-15a7-c292-540c-fe1db640b881-b5eea8b1 {
    grid-row: 8 / 9;
    grid-column-end: 2;
  }

  #w-node-_7f9429b7-c91d-573c-2ded-cda7119013f0-ca6a4b3f {
    grid-area: 2 / 1 / 3 / 5;
    align-self: center;
  }

  #w-node-_32c11a86-3d76-a301-4634-502aea92e061-ca6a4b3f {
    grid-area: 13 / 1 / 14 / 2;
    place-self: auto center;
  }

  #w-node-_3c757a4a-416a-b8e6-091a-008c19a99172-ca6a4b3f {
    grid-area: 14 / 1 / 15 / 2;
    place-self: auto start;
  }

  #w-node-_7a0a030e-d9cf-2927-d361-a5621e00ed68-ca6a4b3f {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-efaf0945-ec13-c55e-7d6f-e147b66082ce-ca6a4b3f {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-a2cdacfc-306e-5055-47bf-d3c9382bdb86-ca6a4b3f {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_0fc25d1e-a683-7948-c45b-dd4288ec8385-ca6a4b3f {
    grid-area: 10 / 1 / 11 / 2;
  }

  #w-node-a867defe-4c43-d978-68b1-7dcc19475a2c-ca6a4b3f {
    grid-area: 11 / 1 / 12 / 2;
    align-self: auto;
  }

  #w-node-_14deb58b-f49f-7c70-efde-5e7265ad20fc-ca6a4b3f {
    grid-area: 12 / 1 / 13 / 2;
  }

  #w-node-dbfee6f1-f3a6-d9f1-1a1d-cf1103c18927-ca6a4b3f {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ace3731e-90f7-bc18-b620-26c41694f2c8-ca6a4b3f {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0e45084b-8681-977a-78bd-90bfcedbc6c9-ca6a4b3f {
    grid-area: 4 / 1 / 5 / 2;
    place-self: auto center;
  }
}

@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-VariableFont_wght.ttf") format("truetype"),
    url("../fonts/Genos-Regular.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos700";
  src: url("../fonts/Genos-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-Bold.ttf") format("truetype"),
    url("../fonts/Genos-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Genos";
  src: url("../fonts/Genos-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
