:root {
  --bg_col_dark: #000;
  --bg_col_bright: #1b2e2a;
  --_home---image_width: 20vw;
  --_home---image_wide: 35vw;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  color: #d6e7e4;
  text-decoration: none;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(90deg, var(--bg_col_dark), var(--bg_col_bright) 50%, var(--bg_col_dark));
  color: #d6e7e4;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.body.bg_color_dark {
  background-color: #050503;
  background-image: linear-gradient(90deg, #000, #1b2e2a 50%, #000);
}

.home_main_container {
  border-bottom: 1px solid var(--bg_col_dark);
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.heading_logo {
  opacity: 1;
  color: #d6e7e4;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Major Mono Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link {
  opacity: .5;
  color: #d6e7e4;
  letter-spacing: .25px;
  background-color: #fff0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  opacity: 100;
}
  

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border: 1px solid #d6e7e4;
  margin-left: 0;
  margin-right: 0;
} 

.titelpagecontentdiv {
  clear: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-top: 0;
  margin-right: 0%;
  padding: 0 0 0 40px;
  display: block;
  position: relative;
}

.titelpagecontentdiv.allineright {
  text-align: right;
  order: -1;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 40px;
}

.skills {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #d6e7e4;
  text-align: right;
  flex-flow: column;
  flex: 0 auto;
  order: -1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  height: auto;
  padding-left: 20px;
  display: flex;
}

.heading-2 {
  color: #d6e7e4;
  margin: 0 0 20px;
  padding-left: 0;
}

.heading-3 {
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
}

.heading-3.allcaps {
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
}

.about {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-right: 20px;
  display: flex;
}

.text-span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

.text {
  color: #d6e7e4;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
}

.text.halfline {
  width: 100%;
}

.text.column_2 {
  column-count: 2;
  column-rule-style: none;
  column-rule-width: 0px;
  flex-flow: row;
  justify-content: flex-start;
  column-gap: 10px;
  max-width: 50em;
  height: auto;
}

.text.rightpadding {
  margin-bottom: 0;
  padding-right: 10px;
}

.text.t_350 {
  width: 350px;
}

.text.t_350.padding_30 {
  margin-bottom: 30px;
}

.section-2 {
  width: 50%;
  margin-right: 15%;
}

.section-2.right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  margin-right: 0%;
  padding-top: 25px;
  display: flex;
}

.text_extraspacing {
  text-indent: 0;
  line-height: 30px;
}

.heading_gallery {
  color: #d6e7e4;
  text-align: left;
  margin: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.projectbulletpoints {
  color: #d6e7e4;
  width: 100%;
  position: relative;
}

.textreduced {
  color: #d6e7e480;
  font-size: 12px;
}

.slide_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.project_slider_imagecounter {
  inset: auto 0% 0%;
}

.project_header_section {
  object-position: 50% 100%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project_header_text_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery_info_description_wrapper {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 150px;
  display: flex;
  position: relative;
}

.project_info_header_container {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.test_project_info {
  display: flex;
  position: relative;
  overflow: visible;
}

.project_info_text {
  width: 100%;
  height: auto;
  margin-top: 80px;
  display: flex;
}

.project_main_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: none;
  margin: 80px 10vw;
  padding-top: 0;
  display: flex;
}

.project_info_video {
  order: -1;
  position: relative;
}

.div-block-20 {
  width: 150px;
  height: auto;
  position: relative;
}

.div-block-21 {
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.info_description {
  width: 50%;
}

.info_description.full_width {
  width: 100%;
  height: auto;
}

.div-block-23 {
  width: 50%;
}

.project_header_right {
  background-image: linear-gradient(90deg, #0000, #00000080 15%);
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  min-width: 50%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.gallery_project_container {
  border: 1px solid var(--bg_col_dark);
  background-image: linear-gradient(90deg, #0000, #000c);
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 80vw;
  max-width: none;
  height: auto;
  min-height: 50vh;
  margin: 20px 10vw 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery_right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
  position: static;
  inset: 131px auto auto;
}

.animated_navlink_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.gallery_header_wrapper {
  height: auto;
  margin-bottom: 40px;
}

.gallery_slider_wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.fixed_bg_image {
  z-index: -5;
  -webkit-text-fill-color: inherit;
  background-image: url('../assets/ChasingShadows/Ryan-Brand_Chasing-Shadows_Screenshot_06.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  position: absolute;
  inset: 0%;
}

.fixed_bg_image.gallery_image_1 {
  background-image: url('../assets/ChasingShadows/Ryan-Brand_Chasing-Shadows_Screenshot_06.png');
}

.fixed_bg_image.gallery_image_2 {
  background-image: url('../assets/Awa/Leaf.png');
  width: auto;
  min-width: auto;
  height: auto;
  min-height: 100%;
}

.fixed_bg_image.gallery_image_4 {
  background-image: url('../assets/Loosey/Final_Float.png');
}

.fixed_bg_image.gallery_image_5 {
  background-image: url('../assets/Tower/2.PNG');
}

.gallery_selector {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.selector_border_top_left {
  border-top: 1px solid #d6e7e4;
  border-left: 1px solid #d6e7e4;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.selector_border_top_right {
  border-top: 1px solid #d6e7e4;
  border-right: 1px solid #d6e7e4;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.selector_border_bottom_left {
  border-bottom: 1px solid #d6e7e4;
  border-left: 1px solid #d6e7e4;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.selector_border_bottom_right {
  border-bottom: 1px solid #d6e7e4;
  border-right: 1px solid #d6e7e4;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.default_selector_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navlink_button {
  z-index: 10;
  opacity: 1;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin: 5px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navlink_button.w--current {
  flex: 1;
  height: auto;
}

.hover_selector_wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 4em;
  display: flex;
  position: relative;
}

.hover_selector_wrapper.small {
  width: 4em;
}

.info_image_wrapper {
  z-index: -10;
  background-color: #0e1213;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.info_image {
  z-index: -5;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
  inset: 0%;
}

.nav_item {
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.nav_button_wrapper {
  position: absolute;
  inset: 0%;
}

.home_text_container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.home_main_text_wrapper {
  grid-column-gap: var(--_home---image_width);
  grid-row-gap: var(--_home---image_width);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 5em;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.home_image_bg_wrapper {
  width: var(--_home---image_width);
  clear: none;
  background-color: #d6e7e4;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.home_image {
  max-width: none;
  height: 100%;
  position: relative;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.home_image_wrapper {
  height: 100%;
  margin-left: 12px;
  margin-right: 35px;
  position: relative;
  overflow: hidden;
}

.info_slider_container {
  border-radius: 20px;
  flex: 1;
  width: 100%;
  height: auto;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.footer_section {
  background-image: linear-gradient(#fff0, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.gallery_bullet_point_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
}

.gallery_info_wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.info_bullet_points {
  z-index: 3;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.slider_image {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.slider_wrapper {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: auto;
  /* max-height: 80vh; */
}

.footer_container {
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  max-width: none;
  margin-left: 10vw;
  margin-right: 10vw;
  position: relative;
}

.header_section {
  background-image: linear-gradient(180deg, var(--bg_col_dark), #fff0);
  height: auto;
  min-height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
}

.flex_vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.flex_vertical.gap_20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex_horizontal {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.flex_horizontal.gap_50 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.flex_horizontal.gap_20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex_horizontal.home_container {
  flex: 0 auto;
  max-height: 100%;
}

.icon_wrapper {
  width: 3em;
  height: 3em;
  position: relative;
}

.icon_navlink {
  position: absolute;
  inset: 0%;
}

.navlink_hover_wrapper {
  position: relative;
}

.navlink_hover_wrapper.gallery_right {
  justify-content: flex-start;
  top: auto;
}

.animated_navlink_m {
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 7em;
  display: flex;
  position: relative;
}

.flex_center, .code_embed_center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.animated_navlink_s {
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  display: flex;
  position: relative;
}

.heading_page {
  text-align: center;
  width: 100%;
  font-family: Major Mono Display, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.5em;
}

.gallery_container {
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: none;
  height: 50vh;
  margin: 20px 10vw 60px;
  display: flex;
  position: relative;
}

/* Nav Bar ____________________________________________________________________________________________________________ */

.nav_section {
  background-color: var(--bg_col_dark);
  /* background-image: linear-gradient(to bottom, var(--bg_col_dark), var(--bg_col_dark)); */
}

.nav_section.nav {
  z-index: 10;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  width: 90vw;
}

.nav_container.nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  padding: 20px 0;
  position: relative; /* Change to sticky in order to always have it visible */
}

.nav_logo {
  display: flex;
}

.nav_menu_link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.nav_div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_project {
  opacity: .5;
  color: #d6e7e4;
  letter-spacing: .25px;
  background-color: #fff0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: none;
  position: relative;
}

.nav_project:hover {
  opacity: 100;
}

.nav_project:focus-visible, .nav_project[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav_project.w--current {
  border: 1px solid #d6e7e4;
  margin-left: 0;
  margin-right: 0;
}

.nav_link_seperation, .hamburger_lottie {
  display: none;
}

@media screen and (max-width: 991px) {
  .home_main_container {
    justify-content: flex-start;
    align-items: center;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .titelpagecontentdiv {
    height: auto;
    margin-right: 0%;
  }

  .titelpagecontentdiv.allineright {
    order: 1;
    margin-left: 0%;
  }

  .skills {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 40px;
  }

  .about {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project_header_text_wrapper {
    min-height: 100%;
  }

  .gallery_right {
    width: 100%;
  }

  .home_main_text_wrapper {
    padding-left: var(--_home---image_wide);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home_image_bg_wrapper {
    width: var(--_home---image_wide);
    margin-right: 0%;
    inset: 0% auto auto 0%;
  }

  .home_image {
    inset: 50%;
  }

  .nav_project {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .heading_logo {
    z-index: 10;
    position: relative;
  }

  .navbar_wrapper {
    max-width: 100%;
  }

  .titel {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    display: inline-block;
  }

  .nav-link.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
  }

  .titelpagecontentdiv {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .titelpagecontentdiv.allineright {
    order: 1;
  }

  .skills {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .about {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .text {
    font-size: 12px;
  }

  .text.column_2 {
    column-count: 1;
  }

  .gallery_project_container {
    height: auto;
  }

  .info_image {
    aspect-ratio: auto;
    width: auto;
    min-width: auto;
    max-width: none;
    height: auto;
  }

  .home_main_text_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: var(--_home---image_wide);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home_image_bg_wrapper {
    width: var(--_home---image_wide);
    height: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .home_image {
    height: 100%;
    inset: 50%;
  }

  .home_image_wrapper, .flex_horizontal.home_container {
    height: 100%;
  }

  .navlink_hover_wrapper.gallery_right {
    height: auto;
  }

  .gallery_container {
    height: 60vh;
  }

  .nav_container.nav {
    padding-left: 0;
    padding-right: 0;
  }

  .nav_menu_link {
    position: fixed;
    bottom: 100%;
    left: 0;
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    background: lightgray;
    overflow: hidden;
    transition: bottom 0.3s ease-in-out;

    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--bg_col_dark);
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .nav_project {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    display: inline-block;
  }

  .nav_project.w--current {
    padding: 5px 10px;
  }

  .nav_link_seperation {
    border-bottom: 1px solid #d6e7e4;
    width: 50vw;
    height: auto;
    min-height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .hamburger_lottie {
    z-index: 10;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .body {
    border: 0 #d6e7e400;
  }

  .home_main_container {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    overflow: hidden;
  }

  .heading_logo {
    font-size: 12px;
  }

  .navbar_wrapper.shadow-three {
    border-style: none;
  }

  .navbar_container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .titelpagecontentdiv.allineright {
    order: 0;
    top: 0;
  }

  .heading-2 {
    font-size: 24px;
  }

  .heading-3, .text-span {
    font-size: 14px;
  }

  .text {
    font-size: 11px;
  }

  .text.column_2 {
    column-count: 1;
  }

  .text.t_350.padding_30 {
    width: 100%;
  }

  .text.padding_50 {
    margin-bottom: 50px;
  }

  .heading_gallery {
    font-size: 38px;
  }

  .project_header_text_wrapper {
    flex: 1;
    max-width: 100%;
  }

  .gallery_info_description_wrapper {
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
    top: 0;
  }

  .project_info_text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

  .project_header_right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10vw;
  }

  .gallery_project_container {
    background-image: linear-gradient(90deg, #000c, #0000);
    height: auto;
    padding-bottom: 0;
  }

  .gallery_right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .animated_navlink_wrapper {
    width: 100%;
    height: 100%;
  }

  .animated_navlink_wrapper.gallery_selector_wrapper {
    position: absolute;
    inset: 0 0% 0%;
  }

  .gallery_header_wrapper {
    height: auto;
    margin-bottom: 40px;
  }

  .info_image {
    min-width: auto;
    max-width: none;
  }

  .home_text_container {
    position: relative;
    top: 100%;
  }

  .home_main_text_wrapper {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .home_image_bg_wrapper {
    background-color: #d6e7e4;
    flex: 0 auto;
    width: 100%;
    height: 50vh;
    margin-right: 0%;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .home_image {
    padding-left: 25%;
    padding-right: 25%;
    inset: 50%;
  }

  .home_image_wrapper {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery_bullet_point_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
  }

  .gallery_info_wrapper {
    order: 1;
    width: 100%;
    height: 10em;
    position: relative;
    top: 0;
    bottom: 0%;
  }

  .info_bullet_points {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    top: 42px;
  }

  .flex_horizontal.gap_50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
  }

  .flex_horizontal.home_container {
    flex-flow: column;
  }

  .navlink_hover_wrapper.gallery_right {
    height: auto;
    padding-bottom: 0;
  }

  .heading_page {
    font-size: 54px;
  }

  .gallery_container {
    height: auto;
  }
}

#w-node-_96413d9d-7283-42b2-6534-ee4ab9ac1e64-870fdfe7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}