:root {
  --grey: #2c2c2c;
  --greeny: #b4c771;
  --white: white;
  --black: black;
}

body {
  color: var(--grey);
  letter-spacing: .02em;
  font-family: indivisible, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

h1 {
  letter-spacing: .03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

.header_section {
  z-index: 150;
  background-image: url('../images/white_gradient.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.footer_center_block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo {
  background-image: url('../images/H3N_logo_tmp_stripes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100px;
  margin-left: -12px;
}

.slide {
  z-index: 0;
}

.slider {
  height: 500px;
}

.mask {
  position: static;
}

.right-arrow {
  z-index: 100;
  width: 25px;
  min-width: 20px;
  height: 500px;
  margin-top: 0;
  margin-right: 10px;
  inset: 0% 0% 15vh auto;
}

.gen_info_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.services_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service_tile {
  background-color: #0000000a;
  padding: 30px;
}

.heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.left_block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph, .paragraph-2 {
  font-size: 18px;
  line-height: 30px;
}

.text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.heading-2 {
  margin-top: 10px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.text_secondary {
  margin-bottom: 0;
  font-size: 14px;
}

.heading_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.green_line {
  background-color: var(--greeny);
  min-height: 4px;
  max-height: 4px;
}

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

.center_block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.footer_centered_block {
  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;
  display: block;
}

.footet_text_secondary {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
}

.slide-nav {
  z-index: 100;
  position: relative;
  top: -60px;
}

.slide-2 {
  z-index: 0;
}

.left-arrow {
  z-index: 100;
  width: 25px;
  min-width: 20px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  inset: 0% auto 15vh 0%;
}

.icon, .icon-2 {
  filter: invert();
}

.right_arrow_div {
  background-image: url('../images/arrow_right_new_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.left_arrow_div {
  background-image: url('../images/arrow_left_new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.project_description_block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  inset: auto 0 20px 0%;
}

.project_description_div {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fff9;
  flex-flow: column;
  justify-content: flex-start;
  width: 300px;
  margin-left: auto;
  padding: 30px;
}

.heading_white {
  letter-spacing: .01em;
  overflow-wrap: break-word;
  margin-top: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
}

.text_white {
  letter-spacing: 1px;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text_white-copy {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 34px;
}

.text_white_helper {
  color: #000;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.button_toproject {
  color: var(--grey);
  text-align: right;
  background-color: #fff;
  background-image: url('../images/arrow_right_new_1.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 7px;
  align-self: flex-end;
  margin-top: 10px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.div-block, .project_nav_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-2 {
  height: 85vh;
  position: absolute;
  inset: 0%;
}

.hamid_section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000000a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 50vh;
  display: grid;
}

.photo_div {
  background-image: url('../images/hamid_noor.jpg');
  background-position: 70%;
  background-size: cover;
}

.contact_block {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 40px;
  padding-right: 100px;
}

.lebenslauf_section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.list_grid {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

.heading-3 {
  letter-spacing: -.01em;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.list_grid_7 {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.list_grid_3 {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

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

.heading-5 {
  color: #fff;
  margin-top: 0;
}

.div-block-3 {
  padding-top: 60px;
}

.news_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.image_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.news_image_1 {
  background-image: url('../images/business_cards.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_nav_div {
  margin-top: 60px;
  display: flex;
}

.left_arrow_small_div {
  background-color: var(--greeny);
  background-image: url('../images/left_arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}

.news_image_2 {
  background-image: url('../images/aktuelles_projekt.jpg');
  background-position: 50%;
  background-size: cover;
}

.news_image_3 {
  background-image: url('../images/running.jpg');
  background-position: 50% 35%;
  background-size: cover;
}

.paragraph-4 {
  padding-left: 20px;
}

.tile_text_secondary {
  background-color: var(--greeny);
  color: #fff;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
}

.bold-text {
  font-size: 20px;
  line-height: 28px;
}

.header_center_block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.slider_image_1 {
  background-image: url('../images/MPI_aussen.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider_image_2 {
  background-image: url('../images/Wittstock.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.slider_image_3 {
  background-image: url('../images/Gruendungsviertel.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image_1 {
  aspect-ratio: 1;
  background-image: url('../images/new_business.jpg');
  background-position: 50%;
  background-size: cover;
}

.text_2 {
  font-size: 16px;
  line-height: 26px;
}

.image_2 {
  aspect-ratio: 1;
  background-image: url('../images/aktuelles_projekt_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.image_3 {
  aspect-ratio: 1;
  background-image: url('../images/Marathon-2024.jpg');
  background-position: 50%;
  background-size: cover;
}

.subheading {
  letter-spacing: -.01em;
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.accordion_div {
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.accordion {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  display: inline-block;
}

.text-block {
  font-weight: 700;
}

.dropdown-toggle {
  background-image: url('../images/arrow_right_new_1.svg');
  background-position: 7px;
  background-repeat: no-repeat;
  background-size: 7px 18px;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  background-image: url('../images/arrow_down_new_1.svg');
  background-position: 5px 1px;
  background-repeat: no-repeat;
  background-size: 14px 24px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list {
  color: #d5cece;
}

.dropdown-list.w--open {
  color: var(--grey);
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.icon-3 {
  font-size: 16px;
  inset: 0% auto 0% 0%;
}

.icon_arrow {
  background-image: url('../images/arrow_down_new.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80% 80%;
  background-attachment: scroll;
  width: 20px;
  height: 24px;
  position: static;
}

.acc_heading_2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.years_text {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.heading_2_cv {
  margin-top: 50px;
  margin-bottom: 20px;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text_empty {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

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

.phone_number_link {
  color: var(--grey);
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.link {
  color: var(--grey);
  padding-left: 0;
  font-size: 15px;
  line-height: 24px;
}

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

.image, .image-2 {
  margin-bottom: 60px;
}

.link-block {
  display: block;
}

.div-block-8 {
  background-image: url('../images/H3N_logo_tmp_stripes.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 100px;
}

.logo_image {
  max-width: 100%;
  min-height: 100px;
  max-height: 100px;
  margin-left: -14px;
}

.heading-3-list {
  letter-spacing: -.01em;
  text-indent: 0;
  background-image: url('../images/arrow_right_new_1.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.slider_image_4 {
  background-image: url('../images/aussenansicht_ferch.jpg');
  background-position: 50% 22%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.impressum_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
}

.impressum_link {
  color: var(--grey);
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
}

@media screen and (min-width: 1440px) {
  .slider {
    height: 40vw;
  }

  .right-arrow {
    height: 40vw;
    margin-bottom: 0;
  }

  .gen_info_section {
    padding-bottom: 80px;
  }

  .services_grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .text_secondary {
    font-size: 16px;
  }

  .left-arrow {
    height: 40vw;
  }

  .right_arrow_div {
    height: 100%;
  }

  .left_arrow_div {
    height: 100%;
    margin-top: 0;
  }

  .button_toproject {
    align-self: flex-end;
  }

  .hamid_section {
    height: 60vh;
  }

  .photo_div {
    background-position: 65%;
  }

  .contact_block {
    padding-left: 60px;
  }

  .news_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tile_text_secondary {
    padding: 30px;
    font-size: 18px;
  }

  .text_2 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading_2_cv {
    font-size: 24px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .logo {
    min-height: 150px;
  }

  .gen_info_section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .service_tile {
    background-color: #00000005;
  }

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

  .text {
    font-size: 17px;
    line-height: 28px;
  }

  .heading-2 {
    font-family: indivisible, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .text_secondary {
    margin-bottom: 2px;
    font-family: indivisible, sans-serif;
  }

  .green_line {
    min-height: 1px;
    max-height: 1px;
  }

  .footer_section {
    background-color: #ffffff0a;
  }

  .right_arrow_div {
    filter: none;
    margin-top: 0;
  }

  .left_arrow_div {
    filter: none;
  }

  .project_description_block {
    margin-right: 0;
    padding-right: 50px;
    display: block;
    bottom: 50px;
  }

  .project_description_div {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #fff6;
    flex-flow: column;
    width: 600px;
    padding: 50px;
  }

  .heading_white {
    font-size: 36px;
    line-height: 40px;
  }

  .text_white {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .button_toproject {
    background-position: 20px;
    background-size: 8px;
    align-self: flex-start;
    margin-top: 20px;
    padding: 14px 20px 14px 40px;
    font-family: indivisible, sans-serif;
    font-size: 22px;
  }

  .hamid_section {
    background-color: #00000005;
    height: 85vh;
    min-height: 85px;
  }

  .contact_block {
    margin-bottom: 100px;
    padding-left: 100px;
  }

  .lebenslauf_section {
    padding-top: 60px;
    padding-bottom: 200px;
  }

  .list_grid {
    grid-template-rows: auto;
  }

  .heading-3 {
    font-family: indivisible, sans-serif;
  }

  .contact_icons_grid {
    flex-flow: column;
    display: flex;
  }

  .heading-5 {
    color: #000;
  }

  .div-block-3 {
    margin-top: auto;
    padding-top: 0;
    display: block;
  }

  .news_section {
    padding-top: 0;
    padding-bottom: 200px;
  }

  .image_grid {
    grid-auto-columns: 1fr;
  }

  .news_image_1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 600px;
    display: grid;
  }

  .tile_text_secondary {
    background-color: var(--white);
    color: #000;
  }

  .header_center_block {
    max-width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    mix-blend-mode: normal;
  }

  .div-block-5 {
    background-image: url('../images/arrow_right_new.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 15px;
  }

  .div-block-6 {
    display: flex;
  }

  .div-block-7 {
    background-image: url('../images/stripes.svg');
    background-position: 50%;
    background-size: 150px;
  }

  .text_2 {
    margin-bottom: 0;
    font-family: indivisible, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }

  .subheading {
    font-size: 28px;
    line-height: 32px;
  }

  .heading-6, .heading-7, .heading-8 {
    font-family: indivisible, sans-serif;
  }

  .accordion {
    margin-top: 7px;
  }

  .acc_heading_2 {
    font-family: indivisible, sans-serif;
    font-size: 22px;
  }

  .years_text {
    font-size: 17px;
    line-height: 28px;
  }

  .heading_2_cv {
    margin-top: 100px;
    margin-bottom: 50px;
    font-family: indivisible, sans-serif;
    font-size: 28px;
    line-height: 32px;
  }

  .text_empty {
    font-size: 17px;
    line-height: 28px;
  }

  .phone_number_link {
    font-size: 28px;
    line-height: 32px;
  }

  .logo_image {
    min-height: 150px;
    max-height: 150px;
    margin-left: 10px;
  }

  .heading-3-list {
    font-family: indivisible, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .footer_center_block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    min-height: 70px;
  }

  .slider {
    height: 400px;
  }

  .gen_info_section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service_tile {
    padding: 20px;
  }

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

  .left_block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-2 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .text_secondary {
    font-size: 12px;
    line-height: 18px;
  }

  .green_line {
    min-height: 3px;
    max-height: 3px;
  }

  .footet_text_secondary {
    font-size: 12px;
    line-height: 18px;
  }

  .project_description_block {
    margin-right: 40px;
  }

  .heading_white {
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 26px;
  }

  .text_white {
    font-size: 12px;
    line-height: 18px;
  }

  .text_white_helper {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .button_toproject {
    padding: 10px 16px 10px 30px;
    font-size: 16px;
  }

  .hamid_section {
    height: 35vh;
  }

  .photo_div {
    background-position: 65%;
  }

  .list_grid {
    grid-template-columns: .25fr 1fr;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-4 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .tile_text_secondary {
    font-size: 12px;
    line-height: 18px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 20px;
  }

  .text_2 {
    font-size: 14px;
    line-height: 21px;
  }

  .accordion {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .acc_heading_2 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px;
  }

  .years_text {
    font-size: 14px;
    line-height: 21px;
  }

  .heading_2_cv {
    margin-bottom: 4px;
  }

  .text_empty {
    font-size: 14px;
    line-height: 21px;
  }

  .link {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-3-list {
    font-size: 22px;
    line-height: 26px;
  }

  .image-3 {
    max-width: 100%;
  }

  .impressum_link {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .header_section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    min-height: 60px;
  }

  .slider {
    height: 260px;
  }

  .right-arrow {
    width: 15px;
    min-width: 15px;
    height: 260px;
  }

  .services_grid {
    grid-template-columns: 1fr .25fr;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .text {
    font-size: 12px;
    line-height: 20px;
  }

  .heading-2 {
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
  }

  .text_secondary {
    font-size: 12px;
    line-height: 18px;
  }

  .heading_block {
    margin-bottom: 10px;
  }

  .green_line {
    min-height: 2px;
    max-height: 2px;
  }

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

  .footet_text_secondary {
    font-size: 10px;
    line-height: 14px;
  }

  .left-arrow {
    width: 15px;
    min-width: 15px;
    height: 260px;
  }

  .project_description_block {
    margin-right: 0;
  }

  .project_description_div {
    width: 200px;
    padding: 20px;
  }

  .heading_white {
    font-size: 14px;
    line-height: 18px;
  }

  .text_white {
    font-size: 10px;
    line-height: 13px;
  }

  .button_toproject {
    background-size: 5px;
    padding: 6px 12px 6px 24px;
    font-size: 12px;
  }

  .hamid_section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 260px;
  }

  .photo_div {
    background-position: 74%;
  }

  .contact_block {
    padding-left: 0;
    padding-right: 40px;
  }

  .lebenslauf_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list_grid {
    margin-top: 0;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-3 {
    padding-top: 20px;
  }

  .news_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image_grid {
    margin-top: 20px;
  }

  .tile_text_secondary {
    font-size: 10px;
    line-height: 14px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 18px;
  }

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

  .text_2 {
    font-size: 12px;
    line-height: 18px;
  }

  .subheading {
    margin-top: -10px;
    font-size: 12px;
    line-height: 18px;
  }

  .dropdown-toggle {
    background-position: 7px 4px;
    background-size: 5px;
  }

  .dropdown-toggle.w--open {
    background-position: 5px 5px;
    background-size: 10px;
  }

  .acc_heading_2 {
    font-size: 16px;
    line-height: 20px;
  }

  .years_text {
    font-size: 12px;
    line-height: 17px;
  }

  .heading_2_cv {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .text_empty {
    height: 0;
    margin-bottom: -50px;
    font-size: 11px;
    line-height: 17px;
  }

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

  .logo_image {
    width: 100%;
    min-height: 80px;
    max-height: 80px;
    margin-left: 0;
  }

  .heading-3-list {
    background-size: 11px 11px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-3 {
    max-width: 100%;
  }

  .impressum_block {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .footer_center_block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo {
    background-position: 50%;
    width: auto;
    min-height: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider {
    background-color: #fff;
    height: 560px;
  }

  .right-arrow {
    height: 560px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .gen_info_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .service_tile {
    margin-bottom: 20px;
  }

  .heading {
    overflow-wrap: anywhere;
    font-size: 26px;
    line-height: 30px;
  }

  .left_block {
    margin-bottom: 0;
  }

  .text {
    overflow-wrap: anywhere;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

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

  .text_secondary {
    font-size: 12px;
    line-height: 18px;
  }

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

  .left-arrow {
    height: 560px;
    margin-left: 10px;
  }

  .right_arrow_div, .left_arrow_div {
    bottom: 0;
  }

  .project_description_block {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
  }

  .project_description_div {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .heading_white {
    overflow-wrap: anywhere;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    line-height: 28px;
    display: block;
  }

  .text_white {
    overflow-wrap: anywhere;
    font-size: 10px;
    line-height: 14px;
  }

  .text_white_helper {
    letter-spacing: 4px;
    margin-bottom: 0;
    font-size: 9px;
    font-weight: 700;
  }

  .button_toproject {
    margin-top: 8px;
    font-size: 13px;
  }

  .hamid_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    height: 700px;
  }

  .photo_div {
    background-position: 73% 30%;
  }

  .contact_block {
    padding-left: 40px;
  }

  .list_grid {
    grid-column-gap: 10px;
    grid-template-columns: .5fr 1fr;
  }

  .heading-3 {
    font-size: 13px;
    line-height: 20px;
  }

  .list_grid_7, .list_grid_3 {
    grid-column-gap: 10px;
  }

  .div-block-3 {
    padding-top: 10px;
  }

  .image_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .25fr 1fr;
    justify-items: start;
  }

  .tile_text_secondary {
    font-size: 14px;
    line-height: 19px;
  }

  .bold-text {
    font-size: 18px;
    line-height: 24px;
  }

  .slider_image_1 {
    background-position: 15% 80%;
    background-size: auto 130%;
  }

  .image_1 {
    width: 120px;
  }

  .text_2 {
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .image_2, .image_3 {
    width: 120px;
  }

  .subheading {
    font-size: 15px;
    line-height: 24px;
  }

  .acc_heading_2 {
    font-size: 18px;
  }

  .years_text {
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .heading_2_cv {
    font-size: 18px;
    line-height: 24px;
  }

  .text_empty {
    padding-right: 0;
    font-size: 15px;
    line-height: 24px;
  }

  .phone_number_link {
    font-size: 18px;
    line-height: 22px;
  }

  .link {
    font-size: 10px;
    line-height: 14px;
  }

  .project_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo_image {
    min-height: 60px;
    max-height: 60px;
  }

  .heading-3-list {
    background-size: 10px 10px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 20px;
  }

  .slider_image_4 {
    background-position: 70% 30%;
  }

  .impressum_link {
    font-size: 10px;
    line-height: 14px;
  }
}

#w-node-_00c01a32-c587-9a36-0277-6eb12f523a89-954b790d, #w-node-_3ca98579-c111-b1fe-f3c3-868121191543-954b790d, #w-node-_2f3df780-96cc-d529-795a-3d238f5ac24f-954b790d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_05d8e32a-594b-1059-1260-6291dd583ed9-954b790d {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-e804478d-427e-2ad8-a303-81392682cf13-954b790d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69078d82-6621-808a-ec66-50c93015cac0-954b790d {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_2eaa05dc-8a90-358d-05e1-30737e37a98b-954b790d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_50943e1b-727d-a7c3-359a-1072a80bebfb-954b790d {
  align-self: center;
}

#w-node-d227f3d8-eb54-9863-985f-316ded76aab3-954b790d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_782d63d6-1c7c-ee0d-4411-4ec7a9697626-954b790d {
  align-self: center;
}

#w-node-_782d63d6-1c7c-ee0d-4411-4ec7a9697638-954b790d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a6b8f69d-9e9f-89ae-9886-c72c04451c99-954b790d {
  align-self: center;
}

#w-node-a6b8f69d-9e9f-89ae-9886-c72c04451cab-954b790d {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a04ff27e-25e3-13de-b5ff-326a993d5c55-954b790d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7c57dee5-fc20-e953-b24c-dbb11f7022ba-954b790d {
  justify-self: end;
}

#w-node-_8901f79d-26ce-e304-9c3b-acf56437f23b-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d6c53cb-093e-c5d6-fdce-a8d206fa37c5-954b790d {
  justify-self: end;
}

#w-node-_2d6c53cb-093e-c5d6-fdce-a8d206fa37c3-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f3a9d2e-f540-8a90-7833-628ec748d48d-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f3a9d2e-f540-8a90-7833-628ec748d48b-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3aa41aa-564d-d6cb-8fc5-f041550a4d71-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-f3aa41aa-564d-d6cb-8fc5-f041550a4d6f-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36384905-ce84-9857-a1b1-5e623cb356b4-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_36384905-ce84-9857-a1b1-5e623cb356b6-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a1ae00e-7983-ca5d-161c-1626d1b9b7c7-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1a1ae00e-7983-ca5d-161c-1626d1b9b7c5-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b83ad273-32c5-5180-6f87-91142ac0cf76-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b83ad273-32c5-5180-6f87-91142ac0cf73-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8009f3c5-2123-c696-79f5-7636d553b091-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8009f3c5-2123-c696-79f5-7636d553b08e-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d477e174-b6a6-c4b5-c626-493c6b5fa417-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d477e174-b6a6-c4b5-c626-493c6b5fa40f-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a18b95e1-d38e-166c-2c79-4fd1719d87af-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a18b95e1-d38e-166c-2c79-4fd1719d87a7-954b790d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98e-d7e2d0bf {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-d7e2d0bf {
  grid-area: 2 / 1 / 4 / 3;
}

#w-node-cb74b35d-b22f-c9c5-939a-0c858111c2c2-d7e2d0bf {
  grid-area: 4 / 1 / 6 / 6;
}

#w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-d7e2d0bf {
  grid-area: 2 / 3 / 4 / 5;
  align-self: center;
}

#w-node-_1fec4141-863f-0d5c-1108-4d36e01af540-d7e2d0bf {
  grid-area: 6 / 3 / 7 / 6;
}

#w-node-_74a76223-bdeb-5b66-601c-4a8002133feb-d7e2d0bf {
  grid-area: 6 / 1 / 7 / 3;
  align-self: center;
}

#w-node-e4f62817-726f-5de5-1a88-62a62d85e5fa-d7e2d0bf {
  grid-area: 8 / 2 / 9 / 5;
}

#w-node-c058ad5f-7320-99e8-9f8d-228c85b8242c-d7e2d0bf {
  grid-area: 7 / 1 / 8 / 5;
}

#w-node-_4a2c6334-5a7e-dcd8-4d51-2384d113d747-d7e2d0bf {
  grid-area: 9 / 1 / 10 / 6;
  align-self: center;
}

#w-node-_7d56464e-fdd1-4178-eebb-0b18b33bead1-d7e2d0bf {
  grid-area: 10 / 3 / 11 / 5;
}

#w-node-_2a562eee-b378-7477-1e5f-18244ff19955-d7e2d0bf {
  grid-area: 10 / 1 / 11 / 3;
  align-self: center;
}

#w-node-_9b5a2a23-2819-6696-dae7-48a328cd573e-d7e2d0bf {
  grid-area: 11 / 2 / 12 / 6;
}

#w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98e-f40ba858 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f40ba858 {
  grid-area: 2 / 4 / 5 / 6;
  align-self: auto;
}

#w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f40ba858 {
  grid-area: 3 / 1 / 4 / 4;
  align-self: end;
}

#w-node-_1fb2c6c0-a54a-b003-301f-95f5d4d1eb91-f40ba858 {
  grid-area: 5 / 2 / 6 / 6;
  align-self: end;
}

#w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-f40ba858 {
  grid-area: 6 / 2 / 7 / 4;
  align-self: auto;
}

#w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-f40ba858 {
  grid-area: 8 / 1 / 10 / 3;
  align-self: end;
}

#w-node-_2e312261-671d-2666-4789-209ae45f7588-f40ba858 {
  grid-area: 7 / 1 / 8 / 6;
  align-self: end;
}

#w-node-_352f61c7-dcd9-1cca-7389-6015b01429f0-f40ba858 {
  grid-area: 9 / 3 / 10 / 6;
  align-self: end;
}

#w-node-_7e9b99c7-4b6a-b3a5-4613-02f2eb8fb0d5-f40ba858 {
  grid-area: 10 / 3 / 11 / 6;
  align-self: end;
}

#w-node-_398c0e51-6426-474b-826e-59e5fd215612-f40ba858 {
  grid-area: 11 / 1 / 12 / 5;
  align-self: end;
}

#w-node-_6841a89d-015b-e78f-fda3-431583c76d42-f40ba858 {
  grid-area: 11 / 5 / 12 / 6;
  align-self: end;
}

#w-node-_2496390d-266a-8cbc-4c01-97a77d311886-f98919f0 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f98919f0 {
  grid-area: 2 / 2 / 3 / 5;
  align-self: center;
}

#w-node-a1d36277-397a-696c-0d45-415c22de603d-f98919f0 {
  grid-area: 4 / 2 / 5 / 5;
  align-self: start;
}

#w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f98919f0 {
  grid-area: 3 / 1 / 4 / 6;
  place-self: end stretch;
}

#w-node-_78860326-11c4-bbc2-757c-b4ae384e60d2-f98919f0 {
  grid-area: 5 / 1 / 6 / 6;
  align-self: end;
}

#w-node-_3e296232-cbdc-b898-235e-5ab0275dbfa6-f98919f0 {
  grid-area: 6 / 2 / 7 / 5;
  align-self: start;
}

#w-node-cc0c4751-8407-f0ba-253b-83eea9be1ae2-f98919f0 {
  grid-area: 7 / 1 / 8 / 6;
  align-self: end;
}

#w-node-e87acfc5-c37d-d421-110a-5537b062ee0f-f98919f0 {
  grid-area: 8 / 1 / 9 / 6;
  align-self: end;
}

#w-node-_6d6142a8-ddcb-cb6c-01ad-6c84b46b0b1f-f98919f0 {
  grid-area: 10 / 1 / 12 / 3;
  align-self: start;
}

#w-node-_76705b44-778e-88b3-e820-7c63a88b65ec-f98919f0 {
  grid-area: 10 / 3 / 11 / 6;
  align-self: end;
}

#w-node-_4aeb4c24-8a65-49ef-1b92-ff947b134fb5-f98919f0 {
  grid-area: 11 / 3 / 12 / 6;
  align-self: end;
}

#w-node-ffebd0dc-2f9e-b68e-7adc-ce88b6a58b2e-f98919f0 {
  grid-area: 13 / 1 / 14 / 6;
  align-self: end;
}

#w-node-_2074bbc7-c38e-2eda-4b85-e20fe8a18f0d-f98919f0 {
  grid-area: 14 / 2 / 15 / 5;
  align-self: start;
}

#w-node-_722e48f8-1438-1922-6666-e4be00454290-f98919f0 {
  grid-area: 15 / 1 / 16 / 4;
  align-self: center;
}

#w-node-e3b2ee79-6792-efc3-4ccf-92e8334a5300-f98919f0 {
  grid-area: 16 / 1 / 17 / 4;
  align-self: center;
}

#w-node-_125ea602-f339-ec6d-a0d5-fdb0576bce10-f98919f0 {
  grid-area: 16 / 4 / 17 / 6;
  align-self: start;
}

#w-node-_54dbc3e8-0fd6-ad15-c936-226370decfbe-f98919f0 {
  grid-area: 17 / 1 / 18 / 6;
  align-self: center;
}

#w-node-_2f33ee8c-75ef-aa24-13ca-e59ae9b3e5c4-f98919f0 {
  grid-area: 19 / 1 / 20 / 6;
  align-self: center;
}

#w-node-_1c51bec9-592d-5249-ffc4-1880845dd352-f98919f0 {
  grid-area: 18 / 1 / 19 / 6;
  align-self: center;
}

#w-node-c2b5784e-5f82-1640-be94-15d861e30e94-f98919f0 {
  grid-area: 20 / 2 / 21 / 5;
  align-self: start;
}

#w-node-_79337855-0550-59f9-cc0d-5eeda8304d56-f98919f0 {
  grid-area: 21 / 1 / 22 / 6;
  align-self: center;
}

#w-node-_1b35bd9d-6d45-349e-d7b6-3f182621ae77-48d6bbce {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-48d6bbce {
  grid-area: 4 / 2 / 5 / 5;
  align-self: auto;
}

#w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-48d6bbce {
  grid-area: 2 / 1 / 4 / 6;
  align-self: end;
}

#w-node-_1fb2c6c0-a54a-b003-301f-95f5d4d1eb91-48d6bbce {
  grid-area: 4 / 1 / 6 / 4;
  align-self: end;
}

#w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-48d6bbce {
  grid-area: 5 / 4 / 6 / 6;
  align-self: auto;
}

#w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-48d6bbce {
  grid-area: 6 / 2 / 7 / 5;
  align-self: end;
}

#w-node-_7e7880b7-19ba-22e5-89f4-c7f90459d982-48d6bbce {
  grid-area: 8 / 1 / 9 / 3;
  align-self: center;
}

#w-node-_05bdd758-4875-11d7-8d98-58353c015ca2-48d6bbce {
  grid-area: 9 / 2 / 10 / 5;
  align-self: end;
}

#w-node-af2eeede-cf9b-e34a-af7d-3717f8a27087-48d6bbce {
  grid-area: 7 / 1 / 8 / 6;
}

#w-node-bc4095fe-c3c5-7b3e-7701-8ffb66521b95-48d6bbce {
  grid-area: 7 / 1 / 8 / 4;
  align-self: end;
}

#w-node-_2e312261-671d-2666-4789-209ae45f7588-48d6bbce {
  grid-area: 6 / 1 / 7 / 4;
  align-self: end;
}

#w-node-_352f61c7-dcd9-1cca-7389-6015b01429f0-48d6bbce {
  grid-area: 10 / 1 / 11 / 6;
  align-self: end;
}

#w-node-_398c0e51-6426-474b-826e-59e5fd215612-48d6bbce {
  grid-area: 8 / 3 / 9 / 6;
  align-self: end;
}

#w-node-_05d8e32a-594b-1059-1260-6291dd583ed9-554d87c9 {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-e804478d-427e-2ad8-a303-81392682cf13-554d87c9 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_50943e1b-727d-a7c3-359a-1072a80bebfb-954b790d, #w-node-_782d63d6-1c7c-ee0d-4411-4ec7a9697626-954b790d, #w-node-a6b8f69d-9e9f-89ae-9886-c72c04451c99-954b790d {
    align-self: center;
  }

  #w-node-_7c57dee5-fc20-e953-b24c-dbb11f7022ba-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_8901f79d-26ce-e304-9c3b-acf56437f23b-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-_2d6c53cb-093e-c5d6-fdce-a8d206fa37c5-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_2d6c53cb-093e-c5d6-fdce-a8d206fa37c3-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-_1f3a9d2e-f540-8a90-7833-628ec748d48d-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_1f3a9d2e-f540-8a90-7833-628ec748d48b-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-f3aa41aa-564d-d6cb-8fc5-f041550a4d71-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-f3aa41aa-564d-d6cb-8fc5-f041550a4d6f-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-_36384905-ce84-9857-a1b1-5e623cb356b4-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_36384905-ce84-9857-a1b1-5e623cb356b6-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-_1a1ae00e-7983-ca5d-161c-1626d1b9b7c7-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_1a1ae00e-7983-ca5d-161c-1626d1b9b7c5-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-b83ad273-32c5-5180-6f87-91142ac0cf76-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-b83ad273-32c5-5180-6f87-91142ac0cf73-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-_8009f3c5-2123-c696-79f5-7636d553b091-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-_8009f3c5-2123-c696-79f5-7636d553b08e-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-d477e174-b6a6-c4b5-c626-493c6b5fa417-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-d477e174-b6a6-c4b5-c626-493c6b5fa40f-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-a18b95e1-d38e-166c-2c79-4fd1719d87af-954b790d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: end;
  }

  #w-node-a18b95e1-d38e-166c-2c79-4fd1719d87a7-954b790d {
    grid-row: 1 / 2;
  }

  #w-node-c28ef399-63f1-3562-f0b2-5c102b7e2817-954b790d {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-d7e2d0bf {
    grid-column-end: 3;
  }

  #w-node-cb74b35d-b22f-c9c5-939a-0c858111c2c2-d7e2d0bf {
    grid-row-end: 5;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-d7e2d0bf {
    grid-column: 3 / 6;
  }

  #w-node-_1fec4141-863f-0d5c-1108-4d36e01af540-d7e2d0bf {
    grid-row: 5 / 6;
    grid-column-start: 2;
  }

  #w-node-_74a76223-bdeb-5b66-601c-4a8002133feb-d7e2d0bf {
    grid-column: 2 / 5;
  }

  #w-node-c058ad5f-7320-99e8-9f8d-228c85b8242c-d7e2d0bf {
    grid-column-end: 6;
  }

  #w-node-_7d56464e-fdd1-4178-eebb-0b18b33bead1-d7e2d0bf {
    grid-column: 4 / 6;
  }

  #w-node-_2a562eee-b378-7477-1e5f-18244ff19955-d7e2d0bf {
    grid-column-end: 4;
  }

  #w-node-_9b5a2a23-2819-6696-dae7-48a328cd573e-d7e2d0bf {
    grid-area: 11 / 1 / 12 / 6;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f40ba858 {
    grid-column: 1 / 3;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f40ba858 {
    grid-column: 3 / 6;
  }

  #w-node-_1fb2c6c0-a54a-b003-301f-95f5d4d1eb91-f40ba858 {
    grid-column: 1 / 6;
  }

  #w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-f40ba858 {
    grid-column: 2 / 5;
  }

  #w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-f40ba858 {
    grid-column-end: 3;
  }

  #w-node-_2e312261-671d-2666-4789-209ae45f7588-f40ba858 {
    grid-area: 7 / 1 / 8 / 6;
    align-self: end;
  }

  #w-node-_352f61c7-dcd9-1cca-7389-6015b01429f0-f40ba858 {
    grid-column: 3 / 6;
  }

  #w-node-_7e9b99c7-4b6a-b3a5-4613-02f2eb8fb0d5-f40ba858 {
    grid-area: 10 / 2 / 11 / 6;
    align-self: end;
  }

  #w-node-_398c0e51-6426-474b-826e-59e5fd215612-f40ba858 {
    grid-column: 1 / 4;
  }

  #w-node-_6841a89d-015b-e78f-fda3-431583c76d42-f40ba858 {
    grid-column-start: 4;
  }

  #w-node-_2496390d-266a-8cbc-4c01-97a77d311886-f98919f0 {
    grid-column-end: 5;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f98919f0, #w-node-a1d36277-397a-696c-0d45-415c22de603d-f98919f0 {
    grid-column: 2 / 5;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f98919f0, #w-node-_78860326-11c4-bbc2-757c-b4ae384e60d2-f98919f0 {
    grid-column: 1 / 6;
  }

  #w-node-_3e296232-cbdc-b898-235e-5ab0275dbfa6-f98919f0 {
    grid-column: 2 / 5;
  }

  #w-node-cc0c4751-8407-f0ba-253b-83eea9be1ae2-f98919f0, #w-node-e87acfc5-c37d-d421-110a-5537b062ee0f-f98919f0 {
    grid-column: 1 / 6;
  }

  #w-node-_6d6142a8-ddcb-cb6c-01ad-6c84b46b0b1f-f98919f0 {
    grid-area: 9 / 2 / 10 / 5;
  }

  #w-node-_76705b44-778e-88b3-e820-7c63a88b65ec-f98919f0, #w-node-_4aeb4c24-8a65-49ef-1b92-ff947b134fb5-f98919f0 {
    grid-column: 2 / 6;
  }

  #w-node-ffebd0dc-2f9e-b68e-7adc-ce88b6a58b2e-f98919f0 {
    grid-column: 1 / 6;
  }

  #w-node-_2074bbc7-c38e-2eda-4b85-e20fe8a18f0d-f98919f0 {
    grid-column: 2 / 5;
  }

  #w-node-_722e48f8-1438-1922-6666-e4be00454290-f98919f0 {
    grid-column: 2 / 6;
  }

  #w-node-e3b2ee79-6792-efc3-4ccf-92e8334a5300-f98919f0 {
    grid-column: 3 / 6;
  }

  #w-node-_125ea602-f339-ec6d-a0d5-fdb0576bce10-f98919f0 {
    grid-column: 1 / 3;
  }

  #w-node-_54dbc3e8-0fd6-ad15-c936-226370decfbe-f98919f0, #w-node-_2f33ee8c-75ef-aa24-13ca-e59ae9b3e5c4-f98919f0, #w-node-_1c51bec9-592d-5249-ffc4-1880845dd352-f98919f0 {
    grid-column: 1 / 6;
  }

  #w-node-c2b5784e-5f82-1640-be94-15d861e30e94-f98919f0 {
    grid-column: 2 / 5;
  }

  #w-node-_79337855-0550-59f9-cc0d-5eeda8304d56-f98919f0 {
    grid-column: 1 / 6;
  }

  #w-node-_1b35bd9d-6d45-349e-d7b6-3f182621ae77-48d6bbce {
    grid-column-end: 5;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-48d6bbce {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-48d6bbce {
    grid-column: 1 / 6;
    grid-row-end: 3;
  }

  #w-node-_1fb2c6c0-a54a-b003-301f-95f5d4d1eb91-48d6bbce {
    grid-area: 4 / 2 / 5 / 5;
    align-self: end;
  }

  #w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-48d6bbce {
    grid-column: 2 / 5;
  }

  #w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-48d6bbce {
    grid-column-end: 5;
  }

  #w-node-_7e7880b7-19ba-22e5-89f4-c7f90459d982-48d6bbce {
    grid-column: 4 / 6;
  }

  #w-node-_05bdd758-4875-11d7-8d98-58353c015ca2-48d6bbce {
    grid-row: 10 / 11;
  }

  #w-node-bc4095fe-c3c5-7b3e-7701-8ffb66521b95-48d6bbce, #w-node-_2e312261-671d-2666-4789-209ae45f7588-48d6bbce {
    grid-column: 1 / 6;
  }

  #w-node-_352f61c7-dcd9-1cca-7389-6015b01429f0-48d6bbce {
    grid-area: 11 / 1 / 12 / 6;
  }

  #w-node-_398c0e51-6426-474b-826e-59e5fd215612-48d6bbce {
    grid-column: 1 / 4;
    grid-row-end: 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9b5a2a23-2819-6696-dae7-48a328cd573e-d7e2d0bf {
    grid-area: 11 / 1 / 12 / 6;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f40ba858 {
    grid-row-end: 4;
    grid-column-end: 5;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f40ba858 {
    grid-row: 4 / 5;
    grid-column-start: 2;
  }

  #w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-f40ba858 {
    grid-column-end: 6;
  }

  #w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-f40ba858 {
    grid-row-end: 9;
    grid-column-end: 5;
  }

  #w-node-_398c0e51-6426-474b-826e-59e5fd215612-f40ba858 {
    grid-row: 12 / 13;
    grid-column-end: 5;
  }

  #w-node-_6841a89d-015b-e78f-fda3-431583c76d42-f40ba858 {
    grid-column-start: 2;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-48d6bbce {
    grid-row-end: 4;
    grid-column-end: 6;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-48d6bbce {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-48d6bbce {
    grid-column-end: 6;
  }

  #w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-48d6bbce {
    grid-row-end: 7;
    grid-column-end: 6;
  }

  #w-node-_7e7880b7-19ba-22e5-89f4-c7f90459d982-48d6bbce {
    grid-row: 9 / 10;
    grid-column-start: 2;
  }

  #w-node-_398c0e51-6426-474b-826e-59e5fd215612-48d6bbce {
    grid-area: 10 / 2 / 11 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_05d8e32a-594b-1059-1260-6291dd583ed9-954b790d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b48e417-a4ba-11fa-bada-9ee35c462702-954b790d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9ba31ada-f972-1048-aed5-11e64eda614f-954b790d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b6875319-86b7-0c4c-1d34-e91053fc9ce8-954b790d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_69078d82-6621-808a-ec66-50c93015cac0-954b790d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_50943e1b-727d-a7c3-359a-1072a80bebfb-954b790d {
    place-self: auto start;
  }

  #w-node-d227f3d8-eb54-9863-985f-316ded76aab3-954b790d, #w-node-_782d63d6-1c7c-ee0d-4411-4ec7a9697638-954b790d, #w-node-a6b8f69d-9e9f-89ae-9886-c72c04451cab-954b790d {
    grid-column-end: 2;
  }

  #w-node-f9613c44-ffc4-7c9a-d172-e22caed84532-954b790d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c28ef399-63f1-3562-f0b2-5c102b7e2817-954b790d {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98e-d7e2d0bf {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-d7e2d0bf {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-cb74b35d-b22f-c9c5-939a-0c858111c2c2-d7e2d0bf {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-d7e2d0bf {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_1fec4141-863f-0d5c-1108-4d36e01af540-d7e2d0bf {
    grid-area: 6 / 1 / 7 / 4;
  }

  #w-node-_74a76223-bdeb-5b66-601c-4a8002133feb-d7e2d0bf {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-e4f62817-726f-5de5-1a88-62a62d85e5fa-d7e2d0bf {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-c058ad5f-7320-99e8-9f8d-228c85b8242c-d7e2d0bf {
    grid-row: 5 / 6;
    grid-column-end: 4;
  }

  #w-node-_4a2c6334-5a7e-dcd8-4d51-2384d113d747-d7e2d0bf {
    grid-row: 9 / 10;
    grid-column-end: 4;
  }

  #w-node-_7d56464e-fdd1-4178-eebb-0b18b33bead1-d7e2d0bf {
    grid-area: 10 / 1 / 11 / 4;
  }

  #w-node-_2a562eee-b378-7477-1e5f-18244ff19955-d7e2d0bf {
    grid-row: 11 / 12;
    grid-column-end: 4;
  }

  #w-node-_9b5a2a23-2819-6696-dae7-48a328cd573e-d7e2d0bf {
    grid-area: 13 / 1 / 14 / 4;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98e-f40ba858 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f40ba858 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f40ba858 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_1fb2c6c0-a54a-b003-301f-95f5d4d1eb91-f40ba858 {
    grid-area: 4 / 1 / 5 / 4;
    justify-self: center;
  }

  #w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-f40ba858 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-f40ba858 {
    grid-area: 9 / 1 / 10 / 4;
    align-self: auto;
  }

  #w-node-_2e312261-671d-2666-4789-209ae45f7588-f40ba858 {
    grid-area: 6 / 1 / 7 / 4;
    justify-self: center;
  }

  #w-node-_352f61c7-dcd9-1cca-7389-6015b01429f0-f40ba858 {
    grid-area: 7 / 1 / 8 / 4;
    justify-self: center;
  }

  #w-node-_7e9b99c7-4b6a-b3a5-4613-02f2eb8fb0d5-f40ba858 {
    grid-area: 8 / 1 / 9 / 4;
    justify-self: center;
  }

  #w-node-_398c0e51-6426-474b-826e-59e5fd215612-f40ba858 {
    grid-area: 10 / 1 / 11 / 4;
    justify-self: center;
  }

  #w-node-_6841a89d-015b-e78f-fda3-431583c76d42-f40ba858 {
    grid-area: 11 / 1 / 12 / 4;
  }

  #w-node-_2496390d-266a-8cbc-4c01-97a77d311886-f98919f0 {
    grid-column-end: 4;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-f98919f0, #w-node-a1d36277-397a-696c-0d45-415c22de603d-f98919f0 {
    grid-column: 1 / 4;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-f98919f0, #w-node-_78860326-11c4-bbc2-757c-b4ae384e60d2-f98919f0 {
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_3e296232-cbdc-b898-235e-5ab0275dbfa6-f98919f0 {
    grid-column: 1 / 4;
  }

  #w-node-cc0c4751-8407-f0ba-253b-83eea9be1ae2-f98919f0, #w-node-e87acfc5-c37d-d421-110a-5537b062ee0f-f98919f0 {
    grid-column-end: 4;
  }

  #w-node-_6d6142a8-ddcb-cb6c-01ad-6c84b46b0b1f-f98919f0, #w-node-_76705b44-778e-88b3-e820-7c63a88b65ec-f98919f0, #w-node-_4aeb4c24-8a65-49ef-1b92-ff947b134fb5-f98919f0 {
    grid-column: 1 / 4;
  }

  #w-node-ffebd0dc-2f9e-b68e-7adc-ce88b6a58b2e-f98919f0 {
    grid-column-end: 4;
  }

  #w-node-_2074bbc7-c38e-2eda-4b85-e20fe8a18f0d-f98919f0, #w-node-_722e48f8-1438-1922-6666-e4be00454290-f98919f0 {
    grid-column: 1 / 4;
  }

  #w-node-e3b2ee79-6792-efc3-4ccf-92e8334a5300-f98919f0 {
    grid-area: 17 / 1 / 18 / 4;
    justify-self: center;
  }

  #w-node-_125ea602-f339-ec6d-a0d5-fdb0576bce10-f98919f0 {
    grid-column-end: 4;
  }

  #w-node-_54dbc3e8-0fd6-ad15-c936-226370decfbe-f98919f0 {
    grid-row: 18 / 19;
    grid-column-end: 4;
  }

  #w-node-_2f33ee8c-75ef-aa24-13ca-e59ae9b3e5c4-f98919f0 {
    grid-row: 20 / 21;
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_1c51bec9-592d-5249-ffc4-1880845dd352-f98919f0 {
    grid-row: 19 / 20;
    grid-column-end: 4;
  }

  #w-node-c2b5784e-5f82-1640-be94-15d861e30e94-f98919f0 {
    grid-area: 21 / 1 / 22 / 4;
  }

  #w-node-_79337855-0550-59f9-cc0d-5eeda8304d56-f98919f0 {
    grid-row: 22 / 23;
    grid-column-end: 4;
  }

  #w-node-_1b35bd9d-6d45-349e-d7b6-3f182621ae77-48d6bbce {
    grid-column-end: 4;
  }

  #w-node-b0dcffaa-db1f-965c-d89b-a65f9ab0e98c-48d6bbce {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_95db790f-e4c8-473c-9ac1-c41a3c8eec1a-48d6bbce {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: center;
  }

  #w-node-_1fb2c6c0-a54a-b003-301f-95f5d4d1eb91-48d6bbce {
    grid-area: 4 / 1 / 5 / 4;
    justify-self: center;
  }

  #w-node-_5a400bae-5a76-62c8-3ca3-4a1f5979425e-48d6bbce {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-af0e4387-4f4c-619c-a246-0e37ec43a7eb-48d6bbce {
    grid-area: 7 / 1 / 8 / 4;
    align-self: auto;
  }

  #w-node-_7e7880b7-19ba-22e5-89f4-c7f90459d982-48d6bbce {
    grid-area: 10 / 1 / 11 / 4;
  }

  #w-node-_05bdd758-4875-11d7-8d98-58353c015ca2-48d6bbce {
    grid-area: 8 / 1 / 9 / 4;
  }

  #w-node-af2eeede-cf9b-e34a-af7d-3717f8a27087-48d6bbce {
    grid-row: 6 / 7;
    grid-column-end: 4;
  }

  #w-node-bc4095fe-c3c5-7b3e-7701-8ffb66521b95-48d6bbce {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }

  #w-node-_2e312261-671d-2666-4789-209ae45f7588-48d6bbce {
    grid-area: 6 / 1 / 7 / 4;
    justify-self: center;
  }

  #w-node-_352f61c7-dcd9-1cca-7389-6015b01429f0-48d6bbce {
    grid-area: 11 / 1 / 12 / 4;
    justify-self: center;
  }

  #w-node-_398c0e51-6426-474b-826e-59e5fd215612-48d6bbce {
    grid-area: 9 / 1 / 10 / 4;
    justify-self: center;
  }

  #w-node-_05d8e32a-594b-1059-1260-6291dd583ed9-554d87c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


